@import url('https://fonts.googleapis.com/css2?family=Love+Ya+Like+A+Sister&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    border-top: 10px solid rgb(15 87 88);
}

ul {
    padding: 0px;
    margin: 0px;
}

.filler {
    flex-grow: 1;
}

.flt {
    float: left;
    width: 100%;
}

.login_container {
    min-height: calc(100vh - 55px);
    background-image: url('../images/login-left-bg.png'), url('../images/login-right-bg.png');
    background-position: left, right;
    background-repeat: no-repeat, repeat;
    background-size: 40% 100%, 60% 100%;
}

.login_main {
    min-height: calc(100vh - 275px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_left {
    padding: 45px 20px 10px 20px;
    width: 40%;
    display: flex;
    justify-content: center;
}

.login_title {
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
    color: rgb(70 70 70);
}

.login_title span {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    font-family: 'Love Ya Like A Sister', cursive;
    color: rgb(255, 255, 255);
}

.login_box {
    width: 725px;
    background-color: rgb(253, 255, 255);
    border: 6px solid rgb(255, 255, 255);
    box-shadow: 0px 0px 20px rgb(6 93 95 / 70%);
    border-radius: 7px;
    display: flex;
    position: relative;
}

.login_box::before {
    content: '';
    background-image: url('../images/child.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 136px;
    height: 140px;
    position: absolute;
    right: -20px;
    top: -107px;
}

.login_box_left {
    background-image: url(../images/login-box-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    width: 38%;
    display: flex;
    align-items: center;
}

.login_tag {
    font-weight: 400;
    font-size: 21px;
    line-height: 26px;
    font-family: 'Love Ya Like A Sister', cursive;
    color: rgb(0 118 120);
    margin-top: 15px;
}

.login_head {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: rgb(0 118 120);
    margin-bottom: 38px;
}

.login_form {
    padding: 60px 45px;
    width: 62%;
}

.login_form label {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    float: left;
    width: 100%;
}

.login_form input {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgb(89 89 89);
    border: 1px solid rgb(71 186 192);
    border-radius: 7px;
    height: 50px;
    padding-right: 40px;
    padding-left: 20px;
}

.login_form input::placeholder {
    color: rgb(89 89 89);
}

.login_form .form-group {
    margin-bottom: 27px;
}

.login_form button {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    float: left;
    width: 100%;
    color: rgb(209 254 255);
    background: rgb(0 118 120);
    border-radius: 7px;
    outline: none;
    padding: 15px;
    border: none;
    margin-top: 13px;
}

.login_input {
    position: relative;
}

.login_input::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 19px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.login_user::before {
    background-image: url('../images/login-user.png');
}

.login_password::before {
    background-image: url('../images/login-password.png');
}

.footer_container {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: rgb(68 68 68);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 30px;
    border-top: 1px solid rgb(102 225 226);
}

.footer_container a {
    color: rgb(0, 118, 120);
}

.main_container {
    min-height: calc(100vh - 143px);
    padding: 25px 35px;
    background-image: url(../images/main-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.header_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid rgb(102 225 226);
}

.logo {
    background-image: url(../images/logo-bg.png);
    padding: 15px 22px;
    margin-right: 30px;
}

.logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo span {
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
    font-family: 'Love Ya Like A Sister', cursive;
    color: rgb(0 118 120);
    margin-left: 15px;
}

.menuH li {
    list-style-type: none;
    display: inline-block;
    padding: 0px 15px;
    position: relative;
}

.menuH li a {
    color: rgb(23 135 137);
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 0px;
}

.dropdown_menu {
    width: 160px;
    position: absolute;
    top: 35px;
    left: 15px;
    box-shadow: 0px 0px 6px rgb(90 90 90 / 50%);
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    border-bottom: 3px solid rgb(15 87 88);
    transform: translateY(15%);
    transition: 0.5s all ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.dropdown_menu li {
    float: left;
    width: 100%;
    padding: 0px;
    list-style-type: none;
}

.dropdown_menu li a {
    float: left;
    width: 100%;
    padding: 8px 20px;
    border-bottom: 1px solid rgb(242 242 242);
    font-size: 13px;
    color: rgb(23 135 137);
    text-transform: uppercase;
    text-decoration: none;
}

.menuH li:hover .dropdown_menu {
    transform: translateY(0px);
    transition: 0.5s all ease-in-out;
    visibility: visible;
    opacity: 1;
}


.setting {
    margin-right: 22px;
    position: relative;
    display: flex;
    align-items: center;
}

.password_reset {
    border: 1px solid rgb(102 225 226);
    background-color: transparent;
    border-radius: 7px;
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0px;
}

.password_reset span {
    background-color: rgb(175 254 255);
    border-right: 1px solid rgb(102 225 226);
    width: 50px;
    height: 48px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 7px;
}

.password_reset b {
    color: rgb(108 108 108);
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0px 20px;
}

.page_head {
    color: rgb(0 118 120);
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
}

.page_head a {
    margin-right: 12px;
}

.breadcrumbs li {
    list-style-type: none;
    display: inline-block;
    color: rgb(79 168 169);
}

.breadcrumbs li a {
    color: rgb(0 118 120);
    text-decoration: none;
}

.breadcrumbs {
    margin-bottom: 25px !important;
}

.dash_no {
    color: rgb(0 118 120);
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
    border-bottom: 1px solid rgb(0 197 200);
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.dash_name {
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 2px;
    color: rgb(114 114 114);
}

.dashboard_box {
    display: flex;
    align-items: center;
    border: 1px solid rgb(102 225 226);
    border-radius: 6px;
    padding: 25px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px rgba(23, 135, 137, 0.15);
}

.dashboard_icon {
    background-color: rgb(209 254 255);
    border-radius: 6px;
    padding: 20px;
    margin-right: 20px;
}

.dashboard_txt {
    width: 100%;
}

.breadcrumbs button {
    float: right;
    border-radius: 7px;
    font-size: 16px;
    padding: 4px 25px;
    display: flex;
    align-items: center;
    height: 45px;
}

.breadcrumbs_add {
    color: rgb(209 254 255);
    background-color: rgb(0 118 120);
    border: 1px solid rgb(102, 225, 226);

}

.breadcrumbs_delete {
    color: rgb(237, 76, 76);
    background-color: rgb(255, 216, 209);
    border: 1px solid rgb(255, 64, 64);
    margin-right: 15px;
}

.breadcrumbs button span {
    font-size: 25px;
    margin-right: 10px;
}

.branch_head span {
    color: rgb(0 118 120);
    font-size: 18px;
    font-weight: 500;
}

.branch_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(175 254 255);
    border: 1px solid rgb(44 185 187);
    border-radius: 6px 6px 0px 0px;
    padding: 18px;
}

.branch_main table th {
    font-weight: 400;
    font-size: 16px;
    color: rgb(0 102 103);
    border-bottom: 1px solid rgb(44 185 187);
}

.branch_main table td {
    font-weight: 300;
    font-size: 16px;
    color: rgb(57 57 57);
    border: none;
    vertical-align: middle;
}

.branch_main table {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(44 185 187);
    margin-bottom: 0px;
}

.branch_main tbody tr:nth-child(odd) {
    background-color: rgb(251 251 251);
}

.pagination {
    justify-content: flex-end;
    border: 1px solid rgb(44 185 187);
    border-radius: 0px 0px 6px 6px;
    padding: 8px;
    border-top: none;
}
.pagination li {
    margin-left: 5px;
}

.pagination li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgb(253 255 255);
    border: 1px solid rgb(12 114 116);
    border-radius: 4px !important;
    padding: 5px 10px;
    text-decoration: none;
}
.pagination li a:hover {
    background-color: initial !important;
}
.pagination li:first-child,
.pagination li:last-child {
    background-color: rgb(12 114 116) !important;
    color: rgb(255, 255, 255);
}

.pagination li:nth-child(2),
.pagination li:nth-last-child(2) {
    background-color: rgb(37 152 154);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(37 152 154);
}

.pagination li:nth-child(3),
.pagination li:nth-last-child(3) {
    background-color: rgb(71, 186, 192);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(71, 186, 192);
}

.branch_main table td button {
    border-radius: 3px;
    padding: 4px;
    width: 90px;
    text-align: left;
    display: inline-block;
    margin-right: 5px;
}

.branch_main table td button span {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin-left: 4px;
}

.lock {
    background-color: rgb(202 244 248);
    border: 1px solid rgb(38 198 218);
}

.lock span {
    color: rgb(0 145 164);
}

.edit {
    background-color: rgb(190, 255, 208);
    border: 1px solid rgb(0, 139, 39)
}

.edit span {
    color: rgb(0, 139, 39);
}

.delete {
    background-color: rgb(255, 217, 210);
    border: 1px solid rgb(253, 123, 101);
}

.delete span {
    color: rgb(252, 87, 59);
}

.branch_edit label {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgb(71 71 71);
}

.branch_edit input {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgb(89 89 89);
    height: 50px;
    padding: 0px 20px;
    border: 1px solid rgb(167 165 165);
    border-radius: 7px;
}

.branch_edit input::placeholder {
    color: rgb(89 89 89);
}

.branch_edit {
    border: 1px solid rgb(44, 185, 187);
    border-radius: 0px 0px 6px 6px;
    border-top: none;
    padding: 20px 22px 5px 22px;
    background-color: rgb(255, 255, 255);
}

.branch_edit .form-group {
    margin-bottom: 22px;
}

.upload_file {
    background: rgb(255 255 255);
    border: 1px solid rgb(71 186 192);
    border-radius: 10px;
    padding: 18px;
}

.upload_wrapper {
    background: rgb(241 255 255);
    border: 1px dashed rgb(71 186 192);
    border-radius: 7px;
    text-align: center;
    padding: 100px 10px;
}

.upload_btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-top: 25px;
}

.upload_btn button {
    background-color: rgb(0 118 120);
    border-radius: 7px;
    border: 1px solid rgb(102 225 226);
    color: rgb(209 254 255) !important;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    padding: 10px 30px;
}

.upload_btn input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.gallery_left input {
    background: rgb(255 255 255);
    border: 1px solid rgb(71 186 192);
    border-radius: 7px;
    height: 50px;
    padding: 0px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgb(89, 89, 89);
    width: 100%;
}

.gallery_left input::placeholder {
    color: rgb(89, 89, 89);
}

.gallery_left label {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgb(71 71 71);
}

.gallery_main .col-sm-9 {
    padding-left: 30px;
}

.gallery_instruction_head {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: rgb(255 85 85);
    margin-bottom: 10px;
}

.gallery_instruction_head img {
    margin-right: 10px;
}

.gallery_instruction_list {
    font-weight: 400;
    font-size: 13px;
    align-items: center;
    color: rgb(255 101 101);
}

.gallery_instruction_list li {
    margin-bottom: 5px;
}

.gallery_right .row {
    background: rgb(255 255 255);
    border: 1px solid rgb(71 186 192);
    border-radius: 7px;
    padding: 8px;
}

.gallery_right .col-sm-2 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 8px;
}

.gallery_box {
    position: relative;
}

.gallery_box img {
    border: 1px solid rgb(23 135 137);
    width: 100%;
}

.gallery_box button {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0px;
    border: none;
}

.gallery_box button img {
    width: auto !important;
    border: 1px solid rgb(255 64 64) !important;
}

.gallery_count {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: rgb(0 118 120);
    margin-bottom: 12px;
}

.blog_right label {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgb(71 71 71);
}

.question_btn {
    margin-left: 20px;
}
.question_block_main {
    margin-bottom: 20px;
}
.question_block {
    display: flex;
    align-items: flex-end;
}

.question_input {
    width: calc(100% - 160px);
}

.question_btn button {
    border-radius: 7px;
    font-size: 16px;
    padding: 4px;
    display: flex;
    align-items: center;
    height: 50px;
    color: rgb(209 254 255);
    background-color: rgb(0 118 120);
    border: 1px solid rgb(102, 225, 226);
    width: 140px;
    justify-content: center;
}

.question_btn button span {
    font-size: 25px;
    margin-right: 10px;
}

.question_input input {
    background: rgb(255 255 255);
    border: 1px solid rgb(71 186 192);
    border-radius: 7px;
    height: 50px;
    padding: 0px 20px;
}

.question_input label {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgb(71 71 71);
}

.question_block {
    display: flex;
    align-items: flex-end;
}

.question_input label {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgb(71 71 71);
}

.add_quest label {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgb(71 71 71);
}

.add_quest input {
    background: rgb(255 255 255);
    border: 1px solid rgb(71 186 192);
    border-radius: 7px;
    height: 50px;
    padding: 0px 20px;
}

.quest_btn {
    margin-top: 22px;
    text-align: right;
}

.quest_btn button {
    border-radius: 7px;
    font-size: 16px;
    padding: 4px;
    height: 50px;
    color: rgb(209 254 255);
    background-color: rgb(0 118 120);
    border: 1px solid rgb(102, 225, 226);
    width: 140px;
}

.logout {
    background-color: rgb(175 254 255);
    border: 1px solid rgb(102 225 226);
    width: 50px;
    height: 50px;
    border-radius: 7px;
    margin-left: 18px;
}

.password_head {
    color: rgb(0 118 120);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox label {
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgb(71 71 71);
    margin-bottom: 0px;
}

.checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid rgb(71 186 192);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    margin-top: -2px;
}

.checkbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid rgb(71 186 192);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.care_box {
    border: 1px solid rgb(44 185 187);
    background-color: rgb(251 251 251);
    border-radius: 7px;
}

.care_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
}
.care_head {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: rgb(0 105 106);
    padding: 15px;
    background-color: rgb(175 254 255);
    border-bottom: 1px solid rgb(44 185 187);
    border-radius: 7px 7px 0px 0px;
}

.care_flex input {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(167, 165, 165);
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: rgb(57 57 57);
    padding: 8px 10px;
}
.care_cont table tbody tr:nth-child(odd) {
    background-color: rgb(251 251 251);
}
.care_cont table th {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: rgb(0 102 103);
    vertical-align: middle;
    border: none;
}


.care_cont table td {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: rgb(57 57 57);
    vertical-align: middle;
    border: none;
}
.care_main {
    margin-top: 30px;
}
/* media query */

@media (max-width: 767px) {
    .mobile_hide {
        display: none !important;
    }
    .login_main {
        padding: 15px;
    }

    .login_box {
        width: 100%;
        display: block;
        float: left;
    }

    .login_box_left {
        float: left;
        width: 100%;
        padding: 15px 0px;
    }

    .login_form {
        float: left;
        width: 100%;
        padding: 30px 15px;
    }

    .login_container {
        background-size: 100% 100%, 0%;
    }

    .login_left {
        float: left;
        width: 100%;
        padding: 30px 20px 60px 20px;
    }

    .login_title {
        font-size: 18px;
        line-height: 30px;
    }

    .login_title span {
        font-size: 28px;
        line-height: 34px;
    }

    .login_box::before {
        width: 100px;
        height: 104px;
        position: absolute;
        right: -5px;
        top: -80px;
    }

    .footer_container {
        display: block;
        font-size: 13px;
        padding: 13px 15px;
    }

    .copyright {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .design {
        float: left;
        width: 100%;
        text-align: center;
    }

    .password_reset b {
        display: none;
    }

    .logo {
        padding: 10px;
        margin-right: 10px;
    }

    .logo span {
        font-size: 18px;
        margin-left: 10px;
    }
    .setting {
        margin-right: 10px;
    }
    .password_reset {
        height: 40px;
    }
    .password_reset span {
        width: 40px;
        height: 38px;
    }
    .logout {
        width: 40px;
        height: 40px;
        margin-left: 10px;
    }
    .toggle_btn {
        background-color: rgb(175 254 255);
        border: 1px solid rgb(102 225 226);
        border-radius: 7px;
        width: 40px;
        height: 40px;
        margin-left: 10px;
        padding: 8px;
    }
    .toggle_btn span {
        width: 100%;
        height: 2px;
        display: block;
        background-color: rgb(102 225 226);
        transition: all .5s ease-in-out;
    }
    .toggle_btn span:nth-child(2) {
        margin: 6px 0px;
    }
    .main_container {
        padding: 25px 15px;
    }
    .dashboard_box {
        padding: 20px;
    }
    .branch_main table td .edit {
        margin: 5px 0px;
    }
    .pagination {
        display: block;
    }
    .pagination li {
        display: inline-block;
        margin-bottom: 10px;
    }
    .breadcrumbs button {
        float: none;
        margin-top: 10px;
    }
    .gallery_right .col-sm-2 {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 8px;
    }
    .gallery_main .col-sm-3, .gallery_main .col-sm-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .menuH{
        height: 100vh;
        position: fixed;
        left: 0px;
        top: 0px;
        background-color: rgb(255,255,255);
        box-shadow: 0px 0px 5px rgb(0 0 0 / 60%);
        z-index: 1;
        border-top: 10px solid rgb(15 87 88);
        padding-top: 15px;
        width: 0px;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s all ease-in-out;
    }
    .menuH li {
        float: left;
        width: 100%;
    }
    .menuH li a {
        float: left;
        width: 100%;
    }
    .fixed_menu {
        width: 260px !important;
        opacity: 1 !important;
        visibility: visible !important;
        transition: 0.5s all ease-in-out;
    }
    .close_toggle span:nth-child(1) {
        -webkit-transform: rotate(45deg) translate(1px,1px);
        transform: rotate(45deg) translate(1px,1px);
        transition: all .5s ease-in-out;
    }
    .close_toggle span:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate(0px,0px);
        transform: rotate(-45deg) translate(0px,0px);
        transition: all .5s ease-in-out;
    }
    .close_toggle span:nth-child(2) {
        display: none;
        transition: all .5s ease-in-out;
    }
}
@media (min-width: 768px) {
    .desktop_hide {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .logo {
        padding: 15px 10px;
        margin-right: 10px;
    }

    .setting {
        margin-right: 10px;
    }

    .logo span {
        font-size: 15px;
        margin-left: 10px;
    }

    .menuH li {
        padding: 0px 5px;
    }

    .menuH li a {
        font-size: 12px;
    }

    .password_reset b {
        font-size: 12px;
        padding: 0px 10px;
    }

    .logout {
        margin-left: 10px;
    }

    .footer_container {
        font-size: 12px;
    }

    .branch_main table td .edit {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .upload_file {
        padding: 5px;
    }

    .upload_btn button {
        font-size: 12px;
        padding: 10px 15px;
    }

    .upload_wrapper {
        padding: 60px 10px;
    }

    .branch_main table td button {
        width: 85px;
    }

    .branch_main table td button span {
        font-size: 11px;
        margin-left: 2px;
    }
    .dashboard_main .col-xs-6.col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .logo span {
        font-size: 19px;
        margin-left: 10px;
    }

    .menuH li a {
        font-size: 13px;
    }

    .dashboard_box {
        padding: 15px;
    }

    .dashboard_icon {
        padding: 15px;
        margin-right: 15px;
    }

    .dash_name {
        font-size: 11px;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .dashboard_box {
        padding: 14px;
    }

    .dash_name {
        font-size: 15px;
    }
}

