
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* --- Common Variables Start --- */

:root {
    --primary-color: #000000;
    --theme-grey: #686868;
    --theme-light-grey: #F7F7F7;
    --theme-light-sp: #F5F5F5;
    --theme-white: #FFFFFF;
    --grey: #9A9A9A;
    --warning: #FFBC5B;
    --success: #8CF34D;
    --danger: #F93434;
}


/* --- Common Variables End --- */


/* --- Common Css Start --- */

* {
    outline: none;
}

html {
    -webkit-text-size-adjust: none;
    /* Prevent font scaling in landscape */
    height: 100%;
}

html,
body {
    overflow-x: hidden;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Poppins';
    background: #FFFFFF;
    /*height: 100%;*/
}

    body.bg-grey {
        background: #ffffff;
    }

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
form,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    outline: none !important;
    outline-color: transparent !important;
}

    a:link,
    a:hover {
        text-decoration: none;
    }

a,
.btn,
button,
:after,
:before {
    transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

p {
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
}

    p.large {
        font-size: 16px;
    }

    p.small {
        font-size: 12px;
    }

.io_top-pad {
    margin-top: 150px !important;
}

h5 {
    color: #041B29;
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    margin: 0 0 24px 0;
    display: block;
}

button:focus {
    outline: 0;
}

.grey-color {
    color: #5B5B5B;
}

.cc-form-label {
    font-family: 'Poppins';
    font-size: 18px;
    color: #181818;
    line-height: normal;
    font-weight: 600;
    word-wrap: anywhere;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.theme-color-dark {
    color: #072E46;
}

#mainWrapper {
    filter: inherit !important;
}

.ih-btn-common {
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: var(--text-green);
    background: var(--bg-light-sky-color);
}

    .ih-btn-common:hover,
    .ih-btn-common:focus {
        background: var(--bg-green) !important;
        color: var(--text-light-green) !important;
    }

.container-fluid {
    max-width: 1920px;
    padding-left: 30px;
    padding-right: 30px;
}

a.reset-link {
    font-size: 14px;
}

    a.reset-link:hover,
    a.reset-link:focus {
        color: #072E46;
        text-decoration: underline;
    }

.full-height {
    height: 100vh;
}


/* --- Common Css End --- */


/* --- Search Bar End */

/* --- Menu/Sidebar Css Start --- */
/* Button Css Start */
.logo {
    width: 100%;
    max-width: 242px;
    min-height: 80px;
}

    .logo img {
        max-width: 190px;
        width: 100%;
    }

#mainWrapper.toggled {
    padding-left: 272px;
}

#sidebar-wrapper {
    position: fixed;
    width: 0;
    left: 262px;
    height: 100%;
    z-index: 1;
    overflow-y: auto;
    overflow-x: hidden;
    margin-left: -242px;
    padding-top: 80px;
}

.hdtopbar,
#sidebar-wrapper {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#mainWrapper.toggled #sidebar-wrapper {
    width: 290px;
    z-index: 2;
}

#mainWrapper.toggled {
    padding-left: 280px;
}

#page-content-wrapper {
    width: 100%;
    position: relative;
}

#mainWrapper.toggled #page-content-wrapper .hdtopbar {
    width: 100%;
}

#mainWrapper {
    transition: ease all 0.5s;
}

.sidebar-nav {
    /*position: absolute;*/
    position: relative;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #999999;
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                color: #fff;
                background: rgba(255, 255, 255, 0.2);
            }

            .sidebar-nav li a:active,
            .sidebar-nav li a:focus {
                text-decoration: none;
                border: none;
            }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999999;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                color: #fff;
                background: none;
            }

.menu-icon {
    background-image: linear-gradient(90deg, rgba(0, 35, 40, 1) 0%, rgba(150, 200, 255, 1) 100%);
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    border-radius: 5px;
    position: relative;
    transition: ease 0.25s;
    font-size: 12px;
    padding: 0;
    margin-right: 15px;
    color: #FFFFFF;
}

    .menu-icon:hover,
    .menu-icon:focus {
        color: #FFFFFF;
    }

    .menu-icon i.icon-cancel {
        display: none;
    }

    .menu-icon.change i.icon-cancel {
        display: block;
    }

    .menu-icon.change i.icon-cancel {
        display: block;
    }

    .menu-icon.change i.icon-humburger {
        display: none;
    }

.page_title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #8c1207;
}

.sub-btn .dropdown {
    margin-left: 10px;
}

.sub-menu {
    background: #FAFAFA;
    display: none;
    border-left: 1px solid #efefef;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

    .sub-menu.display {
        display: block;
        margin-top: 10px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .sub-menu .sub-item {
        padding: 15px 20px;
        border-bottom: 1px solid rgba(4, 27, 41, 0.15);
    }

        .sub-menu .sub-item:hover,
        .sub-menu .sub-item.active {
            padding: 15px 20px;
            border-bottom: 1px solid rgba(4, 27, 41, 0.15);
            border-radius: none !important;
            color: #8c1207;
            background-image: none !important;
        }

            .sub-menu .sub-item:hover .menu_icon .img-snormal,
            .sub-menu .sub-item.active .menu_icon .img-snormal {
                display: none;
            }

        .sub-menu .sub-item .menu_icon .img-snormal {
            display: block;
            width: 16px;
        }

        .sub-menu .sub-item:hover .menu_icon .img-sblack,
        .sub-menu .sub-item.active .menu_icon .img-sblack {
            display: block;
            width: 16px;
        }

        .sub-menu .sub-item .menu_icon .img-sblack {
            display: none;
        }

        .sub-menu .sub-item:last-child {
            border-bottom: 0;
        }

.sub-btn.active .sub-menu.display .sub-item {
    color: #686868;
    font-weight: 400;
}

    .sub-btn.active .sub-menu.display .sub-item.active,
    .sub-btn.active .sub-menu.display .sub-item:hover {
        color: #8c1207;
        background: transparent;
    }

    .sub-btn.active .sub-menu.display .sub-item:first-child:hover {
        border-bottom: 1px solid rgba(4, 27, 41, 0.15) !important;
    }

.sub-btn.active .sub-menu.display .sub-item {
    color: #686868;
    font-weight: 500;
}

.rotate {
    transform: rotate(90deg);
}
/* --- Menu/Sidebar Css End --- */
/* --- Topbar Css Start --- */
.hdtopbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    min-height: 80px;
    box-shadow: 0 -3px 12px 0px rgba(140, 20, 10, 0.30);
    background: var(--theme-white);
    padding: 0 30px;
}

ul.topbar_icons {
    list-style: none;
    display: flex;
    align-items: center;
}

    ul.topbar_icons li a {
        color: #E69C31;
        position: relative;
    }

    ul.topbar_icons a.down-arrow-icon span.notification-status {
        left: calc(50% - 5px);
        top: 12px;
    }

header.hdtopbar ul.topbar_icons li {
    margin-right: 10px;
}

.profile-main-drop .profile-content p {
    color: #686868;
    font-family: 'Poppins';
    font-size: 13px;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    max-width: 120px;
}

.content-topspace {
    padding-top: 70px;
    padding-bottom: 15px;
}

.logo {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
}

#mainWrapper.toggled .logo::before {
    width: 0;
}

#main-menu {
    width: 310px;
    padding: 25px 0px 25px 20px;
}

.menu-profilebox {
    width: 280px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    padding: 20px 0 18px;
}

    .menu-profilebox span {
        display: block;
    }

    .menu-profilebox a {
        color: #c1c1c1;
        font-size: 13px;
    }

.proimg {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #00d6a3;
    margin-bottom: 10px !important;
}

    .proimg img {
        width: 100%;
        height: 100%;
    }

.pro-link {
    background: #313947;
    color: #8ea6d5;
    padding: 10px 12px;
    border-radius: 50%;
}

.mCSB_scrollTools {
    z-index: 1;
}
/* --- Topbar Css End --- */
/* --- Close Menu Icon Css Start --- */
.bar1,
.bar2,
.bar3 {
    width: 20px;
    height: 2px;
    background-color: var(--bg-green);
    margin: 7px 0;
    transition: 0.4s;
}

.bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 5px);
}

.bar2 {
    opacity: 0;
}

.bar3 {
    margin-top: 5px;
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -4px);
}

.change .bar1 {
    -webkit-transform: rotate(-180deg) translate(-9px, 6px);
    margin-top: 16px;
    transform: rotate(-180deg) translate(-8px, 6px);
}

.change .bar3 {
    -webkit-transform: rotate(180deg) translate(-8px, -8px);
    transform: rotate(180deg) translate(-8px, 9px);
    margin-bottom: 0;
}

.change .bar2 {
    -webkit-transform: rotate(-180deg) translate(-8px, 8px);
    transform: rotate(-180deg) translate(-8px, 8px);
    opacity: 1;
}
/* --- Close Menu Icon Css End --- */
/* --- Header Css Start --- */
.icondrop>a {
    display: inline-block;
}

.usericonxs {
    padding-right: 15px;
    border-right: solid 1px #c9c9c9;
    margin-top: 3px;
}

.hd-right-icon {
    height: 100%;
}

    .hd-right-icon a.ih-links {
        color: #E69C31;
    }

.dropdown.icondrop {
    margin-right: 15px;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
}

.hd-right-icon .dropdown-toggle::after {
    display: none;
}

.ih-notification-link {
    position: relative;
}

.hd-right-icon i.demo-icon {
    font-size: 14px;
    color: #686868;
}

.hd-right-icon .dropdown-menu {
    padding: 0px !important;
}

.icondrop .user-left {
    margin-right: 0px;
    padding: 0px 0px 3px;
}

.icondrop .dropdown-menu img {
    width: 12px;
    margin-right: 6px;
}

.icondrop .dropdown-menu li {
    border-top: solid 1px #dedede;
}

    .icondrop .dropdown-menu li:first-child {
        border-top: 0px;
    }

    .icondrop .dropdown-menu li a {
        padding: 6px 10px;
    }

        .icondrop .dropdown-menu li a .user-left h2 {
            max-width: inherit;
            white-space: normal;
            text-overflow: inherit;
        }

        .icondrop .dropdown-menu li a:hover .user-left h2,
        .icondrop .dropdown-menu li a:hover .user-left span {
            color: #fff !important;
        }
/* --- Header Css End --- */
/* --- Profile Css Start --- */
.profile-drop {
    display: flex;
    justify-content: flex-end;
    list-style: none;
}

    .profile-drop .item {
        padding: 0;
        position: relative;
    }

.profile-main-drop {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .profile-main-drop .img-block img {
        width: 50px;
        height: 50px;
        object-fit: cover;
        border-radius: 50px;
    }

    .profile-main-drop .profile-content {
        margin-left: 15px;
        text-align: left;
    }

        .profile-main-drop .profile-content .title {
            font-family: 'Poppins';
            font-weight: 500;
            font-size: 15px;
            line-height: normal;
            color: #000000;
            max-width: 120px;
            word-break: break-word;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            width: 100%;
            margin-bottom: 0;
        }

        .profile-main-drop .profile-content .profile-designation p {
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: normal;
            color: #7B7C8A;
            margin: 0;
        }

    .profile-main-drop .profile-icon {
        position: relative;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 5px;
    }

        .profile-main-drop .profile-icon i {
            font-size: 7px !important;
            color: #000000;
        }

.profile-drop .item ul {
    display: none;
    position: absolute;
    top: 65px;
    right: 0;
    z-index: 1;
    width: 224px;
    padding: 0;
    background: #F5F5F5;
    color: #FFFFFF;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

ul.profile-drop.show ul {
    display: block;
}

.profile-drop .item ul li {
    padding: 0 20px 0 20px;
    border-bottom: none;
    height: 45px;
    margin: 0;
    display: flex;
    align-items: center;
    transition: ease all 0.25s;
}

    .profile-drop .item ul li:hover,
    .profile-drop .item ul li:focus {
        background: #000000;
    }

        .profile-drop .item ul li:hover a,
        .profile-drop .item ul li:focus a {
            color: #ffffff;
        }

    .profile-drop .item ul li + li {
        border-top: solid rgba(255, 255, 255, .15) 1px;
    }

    .profile-drop .item ul li a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .profile-drop .item ul li a {
        font-size: 15px;
        text-decoration: none;
        font-weight: 400;
        color: #000000;
    }

        .profile-drop .item ul li a i {
            font-size: 16px;
            margin-right: 8px;
            position: relative;
            top: -1px;
        }

.profile-main-drop .profile-icon img {
    width: 12px;
}
/* --- Profile Css End --- */
.content_wrapper {
    position: relative;
    padding: 80px 12px 24px;
}

.bg-grey {
    background-color: rgba(217, 217, 217, 0.15);
    padding: 30px 20px;
    border-radius: 8px;
}
/* --- Close and Menu Icon Css Start --- */
.menu-icon.change {
    transform: rotate(90deg);
}

#sidebar-wrapper .hdtopbar {
    left: 0px;
}

#mainWrapper.toggled #page-content-wrapper .hdtopbar {
    left: 0px;
    width: auto;
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 1;
    background: transparent;
    z-index: 9999;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    background: transparent;
    height: 100%;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    background: #DDDDDD;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #DDDDDD !important;
    border-radius: 0;
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    height: calc(100% - 80px);
    margin-top: 80px;
    width: 4px;
    background: transparent;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background: transparent;
}
/** tabbar style **/
.tab-head {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
    margin-top: 20px;
    margin-bottom: 30px;
}

.custom-toggle input[type="checkbox"] {
    position: relative;
    width: 70px;
    height: 35px;
    -webkit-appearance: none;
    appearance: none;
    background: #F93434;
    outline: none;
    border-radius: 2rem;
    cursor: pointer;
}

    .custom-toggle input[type="checkbox"]::before {
        content: "";
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #fff;
        position: absolute;
        top: 2px;
        left: 3px;
        transition: 0.5s;
    }

    .custom-toggle input[type="checkbox"]:checked::before {
        transform: translateX(100%);
        background: #fff;
        left: 5px;
    }

    .custom-toggle input[type="checkbox"]:checked {
        background: #6DBE75;
    }


/* Button Css Start */
.btn-primary {
    background-image: linear-gradient(90deg, rgba(0, 35, 40, 1) -10%, rgba(150, 200, 255, 1) 50%);
    color: #fff;
    border: none;
    color: #fff;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    padding: 14px 20px;
    background-size: 200% 100%;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .btn-primary:hover {
        color: #fff !important;
        border: none;
        font-weight: 500;
        background-image: linear-gradient(90deg, rgba(150, 200, 255, 1) 0%, rgba(0, 35, 40, 1) 100%);
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }


.btn-md {
    padding: 10px 15px;
}

.btn-primary svg {
    fill: #ffffff !important;
}

.btn-primary:hover svg {
    fill: #ffffff !important;
}

.btn-icon img {
    position: relative;
    top: -2px;
}

.btn-secondary {
    background: transparent;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    color: #012326;
    padding: 12px 22px;
    border: 2px solid #012326;
}

    .btn-secondary:hover {
        background: #94c5ff !important;
        font-weight: 500;
        color: #ffffff !important;
        border: 2px solid #94c5ff !important;
    }

.io_btn-back {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
}

.btn-close {
    background: transparent url("../../../images/icons/icon-close.svg") center/1em auto no-repeat;
    opacity: 1;
}

.btn-form {
    background: linear-gradient(90deg, rgba(176, 19, 240, 1) 0%, rgba(135, 72, 254, 1) 35%, rgba(95, 122, 254, 1) 100%);
    padding: 15px 25px;
}

    .btn-form:hover {
        background-color: #8c1207 !important;
        border-color: #8c1207 !important;
    }

.btn-link {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    color: #105CEF;
    text-decoration: underline !important;
}

    .btn-link:hover {
        color: #8c1207;
    }


/* Button Css End */


/* Form css start */

.io_table-form {
    position: relative;
}

    .io_table-form:after {
        content: '';
        position: absolute;
        background: url(../../../images/arrow-down-select.svg);
        background-repeat: no-repeat;
        background-size: contain;
        top: 10px;
        right: 15px;
        width: 12px;
        height: 12px;
    }

.io_select {
    position: relative;
}

    .io_select:after {
        content: '';
        position: absolute;
        background: url(../../../images/arrow-down-select.svg);
        background-repeat: no-repeat;
        background-size: contain;
        top: 22px;
        right: 15px;
        width: 13px;
        height: 13px;
    }

.search_bar_top {
    width: 100%;
}

    .search_bar_top fieldset {
        width: 100%;
        position: relative;
    }

    .search_bar_top button {
        position: absolute;
        left: 0;
        height: 44px;
        width: 45px;
        border: none;
        z-index: 1;
        top: 5px;
        background: transparent;
        color: #000000;
        font-size: 14px;
        padding: 5px;
    }

    .search_bar_top .form-control {
        width: 100%;
        background: #FFFFFF;
        height: 51px;
        color: #000000;
        border-radius: 8px;
        font-size: 15px;
        line-height: normal;
        padding: 8px 16px 8px 38px !important;
    }

input {
    font-family: 'Poppins';
}

.form-control {
    background: #ffffff;
    font-size: 15px;
    border: 1px solid #002328;
    border-radius: 8px;
    min-height: 45px;
    padding: 0 20px !important;
    font-family: 'Poppins';
}

    .form-control:focus {
        box-shadow: none;
        border: 2px solid #002328;
        background: #FCFCFC;
    }

    .form-control:disabled,
    .nice-select.disabled {
        background: rgba(94, 94, 94, 0.05) !important;
        border-color: #929292 !important;
    }

input::placeholder {
    font-family: 'Poppins';
    color: #000000 !important;
}


/* Form Css End */


/* Custom Checkbox Css Start */

input[type=checkbox],
input[type=radio] {
    position: relative;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    line-height: 0;
    margin: 2px 6px 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: 1;
    background: #ffffff;
    border: 1px solid #105CEF;
    z-index: 1;
}

    input[type=checkbox]:hover,
    input[type=radio]:hover {
        opacity: 1;
    }

    input[type=checkbox]:checked,
    input[type=radio]:checked {
        opacity: 1;
    }

    input[type=checkbox]:before,
    input[type=radio]:before {
        content: '';
        position: absolute;
        right: 50%;
        top: 50%;
        width: 6px;
        height: 12px;
        border: solid #105CEF;
        border-width: 0 2px 2px 0;
        margin: -1px -1px 0 0px;
        transform: rotate(45deg) translate(-50%, -50%);
        z-index: 2;
        opacity: 0;
    }

    input[type=checkbox]:checked:before,
    input[type=radio]:checked:before {
        opacity: 1;
    }

label.checkbox-column {
    background: #D4D4D4;
    padding: 0px 10px;
    border-radius: 8px;
    line-height: normal;
    font-weight: normal;
    display: flex;
    align-items: center;
    height: 35px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-weight: 500;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 4px;
}

    label.checkbox-column label {
        margin-right: 4px;
    }

    label.checkbox-column span {
        z-index: 1;
        position: relative;
        width: calc(100% - 30px);
    }

input[type=checkbox] + label.bg,
input[type=radio] + label.bg {
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 0;
    pointer-events: none;
}

input[type=checkbox]:checked + label.bg {
    background: #868686;
}

input[type=checkbox]:checked + label + span {
    color: #FFFFFF;
}


/* Custom Checkbox Css End */


/* Footer CSS Start */

.io_footer {
    background-color: #FBFBFB;
    padding: 30px 15px;
    box-shadow: 0 1px 12px 0px rgba(0, 0, 0, .15);
    margin-top: 80px;
}

.io_login-footer {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

    .io_login-footer .io_copyrights,
    .io_footer .io_copyrights {
        font-family: 'Poppins';
        font-size: 16px;
        font-weight: 500;
        color: #444444;
    }

.io_footer .io_copyrights {
    margin-bottom: 0px;
}


/* Footer CSS End */


/* Display Properties Start */

.hide-sm {
    display: block;
}

.show-sm {
    display: none;
}

.show-md {
    display: none;
}

.show-md {
    display: none;
}


/* Display Properties CSS End */


/* Login CSS Start */

.io_loginbackground {
    height: 100vh;
}

.io_login-inner {
    box-shadow: 0 -3px 12px 0px rgba(140, 20, 10, 0.30);
    padding: 30px 30px;
    border-radius: 10px;
    /* border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(90deg, rgba(176, 19, 240, 1) 0%, rgba(135, 72, 254, 1) 35%, rgba(90, 128, 254, 1) 100%); */
}

.io_head {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 30px;
    color: #000000;
}

    .io_head span {
        color: #105CEF;
    }

.io_form-label {
    font-family: 'Poppins';
    font-weight: 500;
    color: #000000;
    font-size: 16px;
    /*margin-bottom: 5px;*/
}


/* Login CSS End */


/* Header CSS Start */

.io_header-logo img {
    max-width: 210px;
}

.io_main-header {
    background: #ffffff;
    box-shadow: 0 -3px 12px 0px rgba(140, 20, 10, 0.30);
    padding: 10px 0px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.io_navbar-collapse .nav-item .nav-link {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

    .io_navbar-collapse .nav-item .nav-link.active {
        color: #105CEF;
        font-weight: 600;
    }


/* Header CSS End */


/* Profile Header CSS Start */

.profile-drop {
    display: flex;
    justify-content: flex-end;
    list-style: none;
}

    .profile-drop .item {
        padding: 0;
        position: relative;
    }

.profile-main-drop {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .profile-main-drop .img-block img {
        width: 50px;
        height: 50px;
        object-fit: cover;
        border-radius: 50px;
    }

    .profile-main-drop .profile-content {
        margin-left: 15px;
        text-align: left;
    }

        .profile-main-drop .profile-content .title {
            font-family: 'Poppins';
            font-weight: 500;
            font-size: 15px;
            line-height: normal;
            color: #000000;
            max-width: 120px;
            word-break: break-word;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            width: 100%;
            margin-bottom: 0;
        }

        .profile-main-drop .profile-content .profile-designation p {
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: normal;
            color: #7B7C8A;
            margin: 0;
        }

    .profile-main-drop .profile-icon {
        position: relative;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 5px;
    }

        .profile-main-drop .profile-icon i {
            font-size: 7px !important;
            color: #000000;
        }

.profile-drop .item ul {
    display: none;
    position: absolute;
    top: 65px;
    right: 0;
    z-index: 1;
    width: 224px;
    padding: 0;
    background: #ffffff;
    border: 1px solid rgba(4, 27, 41, 0.15);
    color: #FFFFFF;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

ul.profile-drop.show ul {
    display: block;
}

.profile-drop .item ul li {
    padding: 0 20px 0 20px;
    border-bottom: 1px solid rgba(4, 27, 41, 0.15);
    height: 45px;
    margin: 0;
    display: flex;
    align-items: center;
    transition: ease all 0.25s;
}

    .profile-drop .item ul li:hover,
    .profile-drop .item ul li:focus {
        background: #2b5164;
    }

        .profile-drop .item ul li:hover a,
        .profile-drop .item ul li:focus a {
            color: #ffffff;
        }

    .profile-drop .item ul li + li {
        border-top: solid rgba(255, 255, 255, .15) 1px;
    }

    .profile-drop .item ul li a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .profile-drop .item ul li a {
        font-size: 15px;
        text-decoration: none;
        font-weight: 400;
        color: #000000;
    }

        .profile-drop .item ul li a i {
            font-size: 16px;
            margin-right: 8px;
            position: relative;
            top: -1px;
        }

.profile-main-drop .profile-icon img {
    width: 12px;
}


/* --- Profile Css End --- */


/* Dashboard Tiles CSS Start */

.card-column {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 30px;
    height: 100%;
    align-items: flex-end;
    box-shadow: 0 1px 14px 0px rgba(0, 0, 0, .10);
}

.content-left {
    width: calc(100% - 55px);
    margin-right: 5px;
}

.card-column p.large {
    font-size: 17px;
    color: #5E5E5E;
    line-height: normal;
    font-family: 'Poppins';
    font-weight: 600;
}

.card-column h2.large {
    font-family: 'Poppins';
    font-size: 30px;
    color: #000000;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 15px;
}

.card-column .link {
    color: #105CEF;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}

.right-icon {
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
    background: #105CEF;
    border-radius: 12px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.io_head-title {
    font-family: 'Poppins';
    font-size: 22px;
    line-height: normal;
    font-weight: 700;
}

    .io_head-title.io_head-title-lg {
        font-size: 24px;
    }

    .io_head-title .list-results {
        font-size: 18px;
        margin-left: 5px;
        color: #707070;
        font-weight: 600;
    }

.io_bg-box-shadow {
    box-shadow: 0 -3px 12px 0px rgba(140, 20, 10, 0.30);
    padding: 30px 30px;
    border-radius: 10px;
}


/* Listing CSS Start */

.io_items-listing {
    list-style: none;
}

    .io_items-listing .io_list-item:last-child {
        border-bottom: 0px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.io_list-item {
    border-bottom: 1px solid rgba(4, 27, 41, 0.15);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.io_minner-info {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .io_minner-info .io_list-label {
        font-family: 'Poppins';
        font-size: 18px;
        font-weight: 600;
        color: #1A1A1A;
        margin-bottom: 8px;
    }

    .io_minner-info .io_list-value {
        font-family: 'Poppins';
        font-size: 16px;
        color: #5E5E5E;
        font-weight: 500;
        margin-bottom: 0px;
    }

.io_minner-btn {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-end !important;
    width: 100%;
}

.io_bg-box-shadow.list .col-lg-auto {
    margin-bottom: 20px;
}


/* Listing CSS End */


/* Grid Css Start */

.io_bg-box-shadow.grid {
    padding: 0;
    box-shadow: none;
}

button.list,
button.grid {
    background-color: transparent;
    border: none;
    padding: 0;
}

    button.list.active svg path,
    button.grid.active svg path {
        fill: #105cef;
    }

.io_bg-box-shadow.grid .io_list-item {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.io_bg-box-shadow.grid .io_grid-box {
    position: relative;
    box-shadow: 0 1px 14px 0px rgba(0, 0, 0, .10);
    background: #ffffff;
    margin: 0 0 25px 0;
    padding: 20px;
    border-radius: 10px;
}

.io_bg-box-shadow.grid .col-cust-auto {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid rgba(4, 27, 41, 0.15);
}

.io_bg-box-shadow.grid .col-cust-l3 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid rgba(4, 27, 41, 0.15);
}

.io_bg-box-shadow.grid .col-cust-auto:first-child {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

.io_bg-box-shadow.grid .col-cust-l3:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.io_bg-box-shadow.grid .col-cust-auto:nth-child(2) {
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    border-bottom: 0;
}

.io_bg-box-shadow.grid .io_checkmark {
    position: absolute;
    right: 15px;
    top: 20px;
}

.io_bg-box-shadow.grid .io_grid-hlabel,
.io_bg-box-shadow.list .io_grid-dlabel {
    display: none;
}

.io_bg-box-shadow.grid .io_grid-dlabel {
    display: inline-flex;
    align-items: center;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.io_bg-box-shadow.grid .col-cust-auto:nth-child(3) .io_minner-info {
    flex-direction: row;
    align-items: center
}

.io_bg-box-shadow.grid .col-cust-auto:nth-child(3) .io_list-label {
    margin-bottom: 0;
    margin-right: 5px;
}

.io_bg-box-shadow.grid .col-cust-auto:nth-child(3) .io_list-value {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    color: #1A1A1A;
}


/* Grid CSS End */

.selectpicker span.current {
    top: 14px;
    position: relative;
    font-weight: 400;
    color: #000000;
}

.io_modal-title {
    font-size: 22px;
    font-weight: 600;
}

.io_form_clabel {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
}

.io_modal-dborderd .io_modal-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.io_minner-rborder {
    border-right: 1px solid rgba(4, 27, 41, 0.15);
}

.io_row-tborder {
    border-top: 1px solid rgba(4, 27, 41, 0.15);
}

.io_row-bborder {
    border-bottom: 1px solid rgba(4, 27, 41, 0.15);
}

.io_row-lborder {
    border-left: 1px solid rgba(4, 27, 41, 0.15);
}

.io_row-rborder {
    border-right: 1px solid rgba(4, 27, 41, 0.15);
}

.io_link-md {
    font-size: 18px;
    text-decoration: underline !important;
}

.io_result-area .io_minner-info {
    padding: 0 15px 15px 0;
}

.io_record-inner .r-label {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600 !important;
    margin-bottom: 5px;
}

.io_record-inner .r-data {
    font-size: 14px;
}

    .io_record-inner .r-data .io_table-form span.current {
        font-size: 14px;
    }

.table-iflex {
    display: flex;
    align-items: center;
}

.table-if-between {
    justify-content: space-between;
}
.robo_form .buttons .btn-primary {
    margin-right: 15px;
}

textarea.form-control {
    padding: 15px 20px !important;
}

/* Details Page Css Start */

.io_nav-link {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 500;
    padding: 12px 25px;
    color: #000000;
    background-color: #F4F4F4 !important;
    margin-right: 15px;
}

    .io_nav-link:disabled {
        color: #000000 !important;
        background-color: #F4F4F4 !important;
    }

    .io_nav-link.active {
        background-image: linear-gradient(90deg, rgba(0, 35, 40, 1) -10%, rgba(150, 200, 255, 1) 50%);
        color: #fff;
        background-size: 200% 100%;
        color: #fff !important;
    }


/* Details Page Css End */


/* Select Picker CSS Start */

.nice-select:active,
.nice-select.open,
.nice-select:hover,
.nice-select:focus {
    border: 1px solid #8c1207;
}

.nice-select .list {
    width: 100%;
}

.nice-select .option {
    font-weight: 500;
    padding-left: 15px;
    padding-right: 30px;
}

    .nice-select .option:hover,
    .nice-select .option.focus,
    .nice-select .option.selected,
    .nice-select .option.selected.focus {
        background-color: rgba(16, 92, 239, 0.1);
        font-weight: 500;
    }

.nice-select:after {
    background-image: url(../../../images/arrow-down-select.svg);
}

.nice-select:after {
    background-image: url(../../../images/arrow-down-select.svg);
    border-bottom: none;
    border-right: none;
    width: 15px;
    height: 10px;
    background-size: auto 6px;
    transform: none;
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotateX(0deg);
    top: 25px;
}

.nice-select.open:after {
    transform: rotateX(180deg);
    top: 22px;
}

.readonly-input {
    border: none;
    color: #181818;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    margin-top: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/* Select Picker CSS End */


/* Table CSS Start */

.io_table-record table.table th + th,
.io_table-record table.table td + td {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 55px;
}

table.table td,
table.table th {
    vertical-align: middle;
}

.table-resposive {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 5px 5px 0 0;
}

.table tr td a {
    font-weight: 500;
}

.simple-btn img {
    height: 20px;
    width: 20px;
}

.table_cell {
    padding: 10px 0 !important;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .upload-btn-wrapper input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

.table-flex-area .table-head {
    font-weight: 700;
    /* padding-bottom: 8px; */
    /* border-bottom: 1px solid #dee2e6; */
}

.table_cell input,
.table_cell textarea {
    min-height: 1px;
    padding: 7px 10px !important;
    border-radius: 5px !important;
    border: 1px solid #834cfe;
}

.tactive {
    color: #117847;
    background-color: #DAF5CA;
    padding: 5px 11px;
    border-radius: 50px;
    font-weight: 600;
}

.tnot-active {
    color: #FE5D5B;
    background-color: #FFD0CF;
    padding: 5px 11px;
    border-radius: 50px;
    font-weight: 600;
}

/* Pagination Css Start */

.io_record-paginations .page-link.active,
.io_record-paginations .page-link:hover {
    background-color: #aa1bf2;
    border-color: #aa1bf2;
    color: #ffffff;
}


/* Pagination Css End */


/* Test Result Accordion Css Start */

.io_table-form .form-control {
    min-height: 1px;
    padding: 0 !important;
    border: none;
    border-radius: 0 !important;
}

.io_table-form select option {
    font-size: 16px;
    padding: 5px 10px;
}

.io_table-form .selectpicker span.current {
    top: 0 !important;
}

.io_table-form .form-control:after {
    top: 12px !important;
    right: 25px;
}

.io_tab-accordion {
    border: none !important;
    padding: 0 !important;
}

.io_accordion-item {
    border: none !important;
}

.io_tab-accordion .accordion-button {
    padding: 30px 15px;
}

    .io_tab-accordion .accordion-button:focus {
        border: none !important;
        box-shadow: none !important;
    }

    .io_tab-accordion .accordion-button:not(.collapsed) {
        background-color: transparent;
    }

    .io_tab-accordion .io_accordion-item,
    .io_tab-accordion .accordion-button:not(.collapsed) {
        border-bottom: 1px solid #efefef !important;
    }

.io_tab-accordion .accordion-body {
    padding: 30px 0;
}


/* Test Result Accordion Css End */


/* Content Page Css Start */

.io_desc {
    word-break: break-all;
    font-size: 14px;
}

.io_listing {
    padding-left: 20px;
    margin-bottom: 20px;
}

.io_topbrdr {
    border-top: 2px solid #000000;
    padding: 30px 0 10px;
    margin-top: 30px;
}

.io_h-logo {
    margin-bottom: 25px;
}

    .io_h-logo img {
        height: 75px;
        width: auto;
    }

.io_lsn {
    letter-spacing: -3px;
}


/* Content Page Css End */


/* ----- Responsive Css ----- */

@media only screen and (max-width: 1400px) {
    #mainWrapper.toggled #page-content-wrapper .hdtopbar {
        width: 100%;
    }
}

@media only screen and (min-width: 500px) {
    .profile-drop .item {
        border: none;
    }

    .multisteps-form__progress-btn {
        text-indent: 0;
        top: 12px !important;
        right: 8px !important;
    }
}


@media only screen and (min-width: 992px) {
    /* Header CSS Start */
    .io_navbar-collapse .navbar-nav {
        align-items: center;
    }

        .io_navbar-collapse .navbar-nav .nav-item {
            margin-right: 0px;
        }

            .io_navbar-collapse .navbar-nav .nav-item:last-child {
                margin-left: 0px;
            }
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media only screen and (min-width: 992px) {
    .search_bar_toggle {
        display: none;
    }
}

@media only screen and (min-width: 1100px) {
    .menu-icon {
        width: 38px;
        height: 38px;
        border-radius: 8px;
        font-size: 15px;
        margin-right: 30px;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }

    .user-left {
        margin-left: 53px;
    }

    .arrow_box {
        margin-top: 3px;
    }

    #mainWrapper {
        padding-left: 340px;
    }

        #mainWrapper.toggled {
            padding-left: 0;
        }

    #sidebar-wrapper {
        width: 310px;
    }

    #mainWrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #mainWrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

@media (min-width: 1400px) {
    .readonly-input {
        width: calc(100% - 190px);
        margin-top: 0;
    }

    .column-bg-shadow form .buttons {
        bottom: -140px;
    }

    li.chat-profile-info h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1400px) {
    .io_table-form .form-control:after {
        top: 12px !important;
        right: 8px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .show-md {
        display: block;
    }
    /* Extra Css */
    .card-column {
        padding: 20px;
    }
}


@media only screen and (max-width: 1050px) {
    /* General Css Start */
    .btn-primary {
        padding: 10px 13px;
    }
    /* Header CSS Start */
    .io_header-logo img {
        max-width: 180px;
    }

    .io_navbar-collapse .nav-item .nav-link {
        font-size: 15px;
        padding: 0 15px 0 0;
    }

    .io_navbar-collapse .navbar-nav .nav-item {
        margin-right: 0px;
    }
    /* Tabs Css Start */
    .io_md-tb {
        border-top: 1px solid rgba(4, 27, 41, 0.15);
    }

    .io_lg-rnb {
        border-right: 0;
    }

    .table-col {
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 1024px) {
    .profile-main-drop .profile-content .title {
        font-size: 13px;
        line-height: 18px;
        max-width: 60px;
    }

    .navbar-right {
        margin-left: 10px;
    }

    .profile-drop .item ul li a {
        font-size: 14px;
    }

    .profile-drop .item ul li {
        height: 42px;
    }
}


@media only screen and (max-width:991px) {
    /* General CSS */
    .robo_fix_footer {
        position: absolute;
        bottom: -50px;
        width: calc(100% - 40px);
        left: 20px;
    }

    .robo_copyrights {
        font-size: 22px;
    }

    .show-sm {
        display: none;
    }

    .hide-sm {
        display: block;
    }

    .search_bar_top {
        width: 100%;
        position: absolute;
        top: 70px;
        left: 0;
        background: #ffffff;
        padding: 10px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
        border-radius: 0 0 8px 8px;
        display: none;
        max-width: 100%;
    }

        .search_bar_top.show {
            display: block;
        }

        .search_bar_top form {
            max-width: 100%;
        }

    .login_bg {
        display: none;
    }

    .form_page {
        border-radius: 10px;
    }

    .login-form-section {
        box-shadow: none;
    }

    .form_page {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    /* Header Css Start */
    .io_header-logo {
        max-width: 125px;
    }

    .io_navbar-toggler {
        height: 50px;
        background-image: linear-gradient(90deg, #DCC3AA 0%, #FEEAD3 50%, #E7CDB7 100%);
        border: none;
        color: #000
    }

    .io_navbar-collapse {
        margin-top: 10px;
        padding: 10px 15px;
        background: #FAFAFA;
        border: 1px solid rgba(4, 27, 41, 0.15);
    }

        .io_navbar-collapse .navbar-nav .nav-item {
            padding: 15px 0;
            border-bottom: 1px solid rgba(4, 27, 41, 0.15);
        }

            .io_navbar-collapse .navbar-nav .nav-item:last-child {
                border-bottom: 0px;
            }

        .io_navbar-collapse .nav-item .nav-link {
            font-size: 16px;
        }
    /* Profile Header CSS Start */
    .profile-drop {
        width: 100%;
        justify-content: flex-start !important;
    }

        .profile-drop .item {
            width: 100%;
        }

    .profile-main-drop {
        justify-content: flex-start;
        width: 100%;
    }

        .profile-main-drop .d-flex {
            width: 100%;
        }

    .profile-drop .item ul {
        position: relative;
        top: 5px;
        width: 100%;
        border: none;
        background: #FAFAFA;
    }

        .profile-drop .item ul li {
            padding: 20px 0;
        }

            .profile-drop .item ul li:last-child {
                border-bottom: none;
            }
    /* Profile Header CSS End */
    /* Tabs CSS Start */
    .io_nav-pills .io_nav-link {
        text-align: left;
    }

    .io_md-rnb {
        border-right: 0 !important;
    }

    .io_mp-rnb {
        border: 0 !important;
    }
}

@media only screen and (max-width:767px) {
    .row-bordered {
        border-bottom: 0px solid rgba(4, 27, 41, 0.15);
        margin-bottom: 0 !important;
    }

    .logo img {
        max-width: 145px;
    }

    .logo {
        min-height: 70px;
    }

    .hdtopbar {
        min-height: 70px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .hd-right-icon {
        padding-right: 0;
    }

    #mainWrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        padding-top: 70px;
    }

    .mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
    .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
        height: calc(100% - 70px);
        margin-top: 70px;
    }

    .sm-blue a {
        font-size: 13px;
    }

    .search_bar_top {
        top: 70px;
    }

    .menu-icon.change {
        transform: rotate(0deg);
    }

    .form_page {
        padding-left: 20px;
        padding-right: 20px;
    }

    h3.page_title {
        margin-bottom: 20px;
        margin-top: 0;
    }

    .bar1,
    .bar2,
    .bar3 {
        opacity: 1;
        margin: 5px 0;
        transform: rotate(0) translate(0);
        -webkit-transform: rotate(0) translate(0);
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-4px, 3px);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-7px, -6px);
    }

    .content_wrapper {
        position: relative;
        padding: 60px 10px 20px;
    }

    .form_field {
        height: 42px;
    }

    .field_list {
        height: auto;
    }

    textarea.form_field {
        height: 90px;
    }

    .profile-drop .item ul {
        top: 60px;
    }

    .dropdown .ih-notification {
        top: 19px !important;
    }
}

@media only screen and (max-width: 640px) {
    a.back-arrow i.fas.fa-arrow-left {
        font-size: 20px;
        top: 7px;
    }

    .hd-right-icon small {
        display: none;
    }

    .current-cookdate li.nav-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    li.nav-item {
        width: 100%;
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-width: 575px) {
    .io_table-form .form-control:after {
        content: none;
    }

    .btn-icon {
        width: 100%;
        margin-bottom: 15px;
    }
    /* Login Wrapper Css Start */
    .io_login-inner {
        padding: 35px 25px;
    }
    /* Login Wrapper Css End */
    /* Header CSS Start */
    .io_header-logo img {
        width: 100%;
        max-width: 100%;
    }
    /* Header Css End */
    /* Table CSS Start */
    .table tr td {
        font-size: 14px;
    }

    .table td > span.d-flex {
        flex-wrap: wrap;
    }

    .simple-btn img {
        height: 16px;
        width: 16px;
    }
    /* Table CSS End */
    /* Listing Css Start */
    .io_bg-box-shadow {
        padding: 20px 20px;
    }

    .io_head-title {
        margin-bottom: 15px !important;
    }

    .io_minner-btn {
        justify-content: flex-start !important;
        margin-top: 20px;
    }

    .io_mb-controls {
        justify-content: flex-start !important;
    }

        .io_mb-controls .btn-primary {
            text-align: end !important;
            margin-left: auto !important;
        }
    /* Breadcrumbs Css Start */
    .io_btn-back {
        font-size: 18px;
        width: 100%;
    }

    .io_breadcrumbs {
        width: 100%;
        padding-left: 0;
        margin-left: 0;
        margin-top: 15px;
    }

        .io_breadcrumbs:after {
            content: none;
        }
    /* Tabs Css Start */
    .io_nav-item.nav-item {
        width: 100%;
    }

    .nav-pills .nav-link {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        padding: 12px 20px;
    }
    /* Modal Css Start */
    .io_result-area .io_minner-info {
        border-right: 0;
        border-bottom: 1px solid rgba(4, 27, 41, 0.15);
    }

    .io_row-bborder {
        border-bottom: 0;
    }

    .io_md-tb {
        border-top: 0;
    }

    .io_row-rborder {
        border: none;
    }
    /* Faqs Accordion Css Start */
    .io-faq-accordion-body .io_faq-desc {
        font-size: 16px;
        line-height: 26px;
    }

    .show-sm {
        display: block;
    }

    .hide-sm {
        display: none;
    }
    /* Extra Css Start */
    .content_wrapper {
        padding: 60px 0 20px;
    }

    .bg-grey {
        padding: 30px 10px;
    }
    /* Extra Css End */
    .robo_form_lsflex .col-label {
        width: 100%;
    }

    .robo_form_lsflex .col-btn {
        width: 100%;
        margin-top: 20px;
        text-align: start;
    }

    .col-label .col-link_label a {
        font-size: 18px;
    }

    header.hdtopbar ul.topbar_icons li {
        margin-right: 0;
    }

        header.hdtopbar ul.topbar_icons li + li {
            margin-left: 5px;
        }

        header.hdtopbar ul.topbar_icons li span.fas.fa-search {
            font-size: 15px;
        }

    label.form_label {
        font-size: 14px;
    }

    .search_bar_top input {
        font-size: 14px;
    }

    .profile-main-drop .profile-content {
        display: none;
    }
}

@media (max-width: 420px) {
    .logo img {
        max-width: 115px;
    }

    .hd-right-icon i.demo-icon {
        font-size: 15px;
    }

    .dropdown.icondrop {
        margin-right: 2px;
    }

    ul.topbar_icons a.down-arrow-icon span.notification-status {
        left: calc(50% - 4px);
    }

    .profile-main-drop .profile-icon {
        margin-left: 0;
    }

    .profile-main-drop .img-block img {
        width: 40px;
        height: 40px;
        border-radius: 40px;
    }

    .logo,
    .hdtopbar {
        min-height: 60px;
    }

    .profile-drop .item ul {
        top: 50px;
        right: -10px;
        width: 170px;
        margin-top: 0;
    }

    .dropdown .ih-notification {
        top: 14px !important;
    }

    .hd-right-icon {
        margin-left: -15px;
        margin-right: -5px;
    }

    .search_bar_top {
        top: 60px;
    }

    /* ----- Responsive Css End ----- */
