/*@import"https://fonts.googleapis.com/css2?family=Merriweather:wght@700&display=swap";
@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap";*/

.connection-form .wizard .step-nav a::after, .connection-view .toggle-title::after, .navbar .navbar-nav .nav-item:before, .common-overlay::after {
    content: "";
    position: absolute;
    display: block
}

.common-overlay::after {
    background-image: linear-gradient(90deg, #AB38E8 0%, #7B37FE 100%)
}

.navbar .navbar-nav, .navbar {
    flex-direction: column;
    -webkit-flex-direction: column
}

.connection-form .wizard .step-nav a, .permission-list .management h5, .filter-section .filter-button, .title-btn .button-block, header .user-dropdown .user-pic, header .notification-dropdown .dropdown-menu li .view, header .notification {
    flex-shrink: 0;
    -webkit-flex-shrink: 0
}

.filter-sidebar .filter-radio-list .radio-item {
    flex-grow: 1;
    -webkit-flex-grow: 1
}

* {
    margin: 0px;
    padding: 0px;
    outline: none
}

body {
    font-family: "Nunito",sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #8c8c8c
}

ul, ol {
    list-style: none
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer
}

    a:focus, a:active, a:visited, a:HOVER {
        text-decoration: none;
        outline: none
    }

    a:HOVER {
        color: #8c8c8c
    }

h1 {
    margin: 0 0 24px;
    font-size: 32px;
    line-height: 42px;
    font-family: "Merriweather",serif;
    color: #005093;
    font-weight: 700;
    letter-spacing: .2px
}

    h1 span {
        margin-left: 3px;
        font-size: 62.5%;
        letter-spacing: -0.12px
    }

h2 {
    margin: 0 0 4px;
    font-size: 18px;
    line-height: 36px;
/*    font-family: "Merriweather",serif;*/
    font-family: "Nunito", sans-serif;
    color: #005093;
    font-weight: 700;
    letter-spacing: .15px
}

h3 {
    margin: 0 0 24px;
    font-size: 20px;
    line-height: 30px;
    color: #005093;
    font-family: "Merriweather",serif;
    font-weight: 700;
    letter-spacing: -0.12px
}

h4 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 48px
}

h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #606060;
    text-transform: capitalize
}

h6 {
    line-height: inherit
}

p {
    margin-bottom: 16px
}

.small-text {
    font-size: 14px;
    line-height: 18px
}

.big-text {
    font-size: 18px;
    line-height: 32px
}

.bold-text, b {
    font-weight: 700
}

img {
    max-width: 100%;
    border: 0px
}

button {
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    button:focus {
        outline: none;
        box-shadow: none
    }

.theme-text {
    color: #4cb034
}

.white-text {
    color: #fff
}

.black-text {
    color: #000
}

.red-text {
    color: #ef1e1e
}

.primary-text {
    color: #005093
}

.warning-text {
    color: #e67817
}

.pending-text {
    color: #c7aa05
}

.primary-bg {
    background: #005093
}

.success-bg {
    background: #00a8c0
}

.info-bg {
    background: #01a3d2
}

.warning-bg {
    background: #e67817
}

.light-color {
    opacity: .5
}

.break-word {
    word-break: break-all
}

iframe {
    display: block
}

.theme-btn {
    padding: 14px 24px;
    display: inline-block;
    background: #4cb034;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    border: none;
    text-transform: uppercase
}

    .theme-btn.warning-btn:hover, .theme-btn:hover {
        background: #005093;
        color: #fff
    }

    .theme-btn.full-btn {
        width: 100%
    }

    .theme-btn.warning-btn {
        background: #e67817
    }

    .theme-btn.primary-btn {
        background: #005093
    }

    .theme-btn.small-btn {
        padding: 8px 24px;
        min-width: 112px;
        font-size: 16px;
        line-height: 22px;
        text-transform: capitalize;
        font-weight: 400;
        -webkit-box-shadow: 0 4px 24px -4px rgba(0,0,0,.12);
        box-shadow: 0 4px 24px -4px rgba(0,0,0,.12)
    }

        .theme-btn.small-btn img {
            margin: 0 8px 0 -8px
        }

        .theme-btn.small-btn.no-icon {
            line-height: 26px
        }

    .theme-btn.white-btn {
        background: #fff;
        color: #606060;
        border: 2px solid #e1e5e6
    }

    .theme-btn:disabled {
        background: #606060
    }

button span, a span {
    display: inline-block;
    vertical-align: middle
}

.common-overlay {
    position: relative
}

    .common-overlay::after {
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0%;
        opacity: .85
    }

    .common-overlay > * {
        position: relative;
        z-index: 1
    }

.slick-dots li {
    margin: 0 6px;
    padding: 0px;
    width: 8px;
    height: 8px
}

    .slick-dots li button {
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .3;
        border-radius: 50%
    }

        .slick-dots li button::before {
            display: none
        }

    .slick-dots li.slick-active button {
        opacity: 1
    }

.slick-arrow {
    width: 24px;
    height: 24px;
    z-index: 5
}

    .slick-arrow.slick-prev::before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

.notification-msg {
    margin: 8px 0px;
    padding: 17px 40px;
    display: inline-block;
    background: rgba(0,174,66,.14);
    color: #00a8c0;
    border-radius: 4px
}

    .notification-msg.pending-msg {
        background: #ef1e1e;
        color: #fff
    }

    .notification-msg h5 {
        font-weight: 400
    }

.sucess-line {
    padding: 16px 40px;
    background: rgba(0,174,66,.14);
    color: #00a8c0;
    text-align: center
}

.dropdown-toggle::after {
    margin-left: 12px;
    vertical-align: middle
}

.dropdown-menu {
    margin-top: 8px;
    padding: 10px 0;
    min-width: 100%;
    max-height: 200px;
    font-size: inherit;
    border: none;
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.16);
    box-shadow: 0 4px 8px rgba(0,0,0,.16);
    border-radius: 16px;
    overflow: auto
}

    .dropdown-menu .dropdown-item {
        padding: 6px 16px;
        color: #606060
    }

        .dropdown-menu .dropdown-item:hover {
            background: transparent
        }

        .dropdown-menu .dropdown-item img {
            margin-left: -2px;
            margin-right: 6px;
            -webkit-filter: hue-rotate(190deg) brightness(0.6);
            filter: hue-rotate(190deg) brightness(0.6)
        }

        .dropdown-menu .dropdown-item span {
            display: inline-block;
            vertical-align: middle
        }

        .dropdown-menu .dropdown-item.active {
            color: #e67817;
            background: transparent
        }

            .dropdown-menu .dropdown-item.active img {
                -webkit-filter: none;
                filter: none;
                opacity: 1
            }

.tooltip-inner {
    padding: 16px;
    background-color: #fff;
    color: #005093;
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.16);
    box-shadow: 0 4px 8px rgba(0,0,0,.16);
    border-radius: 8px
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #fff
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #fff
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #fff
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #fff
}

.main-container {
    min-height: 100vh
}

    .main-container .sidebar {
        width: 294px
    }

        .main-container .sidebar.active {
            z-index: 6
        }

    .main-container .main-content {
        width: calc(100% - 294px);
        position: relative;
        z-index: 5
    }

    .main-container .main-scroll {
        padding: 40px;
        top: 0;
        position: sticky;
        position: -webkit-sticky
    }

    .main-container .table-search {
        margin-right: 26px;
        margin-bottom: 0;
        width: calc(100% - 404px);
        position: absolute;
        top: 40px;
        left: 40px
    }

        .main-container .table-search .form-control {
            border-radius: 16px
        }

        .main-container .table-search button {
            background: #fff;
            width: 32px;
            position: absolute;
            right: 12px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            border: none;
            border-radius: 8px
        }

.row.row-12 {
    margin-right: -12px;
    margin-left: -12px
}

    .row.row-12 > [class*=col-] {
        padding-right: 12px;
        padding-left: 12px
    }

.common-box {
    margin-bottom: 24px;
    padding: 32px 25px;
    background: #f5fafa;
    border-radius: 24px
}

    .common-box.shadow-box {
        background: #fff;
        box-shadow: 0 1px 8px rgba(0,0,0,.12)
    }

    .common-box.border-box {
        padding: 20px;
        background: #fff;
        border-radius: 8px;
        border: 2px solid #ebf1f7
    }

        .common-box.border-box.dashed-border {
            border-style: dashed
        }

        .common-box.border-box.dark-border {
            border-color: #606060
        }

.modal .modal-dialog {
    margin: 0;
    max-width: 100%;
    min-height: 100vh
}

.modal .modal-content {
    margin: 20px 0;
    width: 400px;
    max-width: 96%;
    border: none;
    border-radius: 25px
}

.modal .modal-title {
    margin-bottom: 16px
}

.modal .modal-body {
    padding: 25px 25px 30px
}

.modal .modal-action {
    margin-top: 32px
}

.modal .close {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
    width: 28px;
    height: 28px;
    background: #005093;
    color: #fff;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

    .modal .close:hover, .modal .close:focus {
        opacity: 1;
        background: #4cb034
    }

    .modal .close span {
        display: block;
        font-size: 15px;
        line-height: 32px
    }

.modal-open .main-container {
    -webkit-filter: blur(1px);
    filter: blur(1px)
}

.modal-backdrop.show {
    opacity: .25
}

.nav-tab .nav-link {
    margin: 0 8px;
    padding: 10px 32px;
    background: #ebf1f7;
    color: #606060;
    border-radius: 8px;
    text-transform: capitalize
}

    .nav-tab .nav-link.active {
        background: #4cb034;
        color: #fff
    }

@keyframes loader {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0
    }
}

@-webkit-keyframes loader {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0
    }
}

.toast-list {
    position: fixed;
    bottom: 40px;
    right: 40px;
    max-width: 90%;
    z-index: 5
}

    .toast-list .toast {
        display: none;
        padding: 16px;
        max-width: 100%;
        background-color: rgba(255,255,255,.66);
        -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
        transform: translateX(120%);
        font-size: inherit;
        border: 2px solid;
        border-radius: 16px
    }

        .toast-list .toast:not(:last-child) {
            margin-bottom: 12px
        }

        .toast-list .toast.active {
            display: flex;
            display: -webkit-flex;
            opacity: 1;
            animation: toast 4s 2 alternate forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);
            -webkit-animation: toast 4s 2 alternate forwards cubic-bezier(0.175, 0.885, 0.32, 1.275)
        }

        .toast-list .toast.success {
            color: #4cb034;
            border-color: rgba(76,176,52,.5);
            -webkit-box-shadow: 0 4px 16px rgba(76,176,52,.14);
            box-shadow: 0 4px 16px rgba(76,176,52,.14)
        }

        .toast-list .toast.pending {
            color: #c7aa05;
            border-color: rgba(199,170,5,.5);
            -webkit-box-shadow: 0 4px 16px rgba(199,170,5,.14);
            box-shadow: 0 4px 16px rgba(199,170,5,.14)
        }

        .toast-list .toast.warning {
            color: #e67817;
            border-color: rgba(230,120,23,.5);
            -webkit-box-shadow: 0 4px 16px rgba(230,120,23,.14);
            box-shadow: 0 4px 16px rgba(230,120,23,.14)
        }

        .toast-list .toast span {
            margin-right: 36px
        }

        .toast-list .toast .close {
            margin-right: 4px;
            color: #005093;
            opacity: 1
        }

        .toast-list .toast img {
            margin-right: 8px
        }

.error-section {
    padding: 24px;
    width: 100%;
    min-height: 100vh;
    background: rgba(255,255,255,.96)
}

    .error-section .info {
        color: #606060;
        font-family: inherit;
        font-weight: 600
    }

    .error-section.enable-js {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101
    }

@keyframes toast {
    0% {
        opacity: 0;
        -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
        transform: translateX(120%)
    }

    10%,100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes toast {
    0% {
        opacity: 0;
        -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
        transform: translateX(120%)
    }

    10%,100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@media(min-width: 1200px)and (max-width: 1330px) {
    .main-container .sidebar {
        width: 260px
    }

    .main-container .main-content {
        width: calc(100% - 260px)
    }

    .main-container .main-scroll {
        padding: 30px
    }

    .main-container .table-search {
        width: calc(100% - 380px);
        top: 30px;
        left: 30px
    }
}

@media(min-width: 992px)and (max-width: 1199px) {
    h1 {
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 36px
    }

    h2 {
        font-size: 24px;
        line-height: 36px
    }

    h5 {
        font-size: 17px;
        line-height: 25px
    }

    .theme-btn {
        padding: 12px 22px;
        font-size: 17px;
        line-height: 22px
    }

        .theme-btn.small-btn {
            padding: 5px 16px;
            font-size: 14px;
            line-height: 20px
        }

            .theme-btn.small-btn img {
                margin: 0 4px 0 -4px;
                width: 22px
            }

            .theme-btn.small-btn.no-icon {
                line-height: 24px
            }

    .dropdown-toggle::after {
        margin-left: 10px
    }

    .dropdown-menu {
        padding: 8px 0;
        border-radius: 14px
    }

        .dropdown-menu .dropdown-item {
            padding: 5px 12px
        }

            .dropdown-menu .dropdown-item img {
                margin-right: 7px;
                width: 22px
            }

    .main-container .sidebar {
        width: 240px
    }

    .main-container .main-content {
        width: calc(100% - 240px)
    }

    .main-container .main-scroll {
        padding: 26px
    }

    .main-container .table-search {
        margin-right: 18px;
        width: calc(100% - 360px);
        top: 26px;
        left: 26px
    }

    .common-box {
        padding: 28px 22px;
        border-radius: 22px
    }

        .common-box.border-box {
            padding: 16px
        }

    .nav-tab .nav-link {
        margin: 0 6px;
        padding: 8px 28px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    body {
        font-size: 15px;
        line-height: 22px
    }

    h1 {
        margin-bottom: 18px;
        font-size: 24px;
        line-height: 34px
    }

    h2 {
        font-size: 22px;
        line-height: 32px
    }

    h3 {
        margin: 0 0 20px;
        font-size: 19px;
        line-height: 29px
    }

    h5 {
        font-size: 17px;
        line-height: 25px
    }

    .theme-btn {
        padding: 12px 22px;
        font-size: 16px;
        line-height: 20px;
        border-radius: 6px
    }

        .theme-btn.small-btn {
            padding: 5px 12px;
            min-width: 100px;
            font-size: 14px;
            line-height: 20px
        }

            .theme-btn.small-btn img {
                margin: 0 4px 0 -4px;
                width: 22px
            }

            .theme-btn.small-btn.no-icon {
                line-height: 24px
            }

    .dropdown-toggle::after {
        margin-left: 8px
    }

    .dropdown-menu {
        padding: 7px 0;
        border-radius: 12px
    }

        .dropdown-menu .dropdown-item {
            padding: 4px 10px
        }

            .dropdown-menu .dropdown-item img {
                margin-right: 6px;
                width: 20px
            }

    .main-container .sidebar {
        width: 200px
    }

    .main-container .main-content {
        width: calc(100% - 200px)
    }

    .main-container .main-scroll {
        padding: 24px
    }

    .main-container .table-search {
        margin-right: 20px;
        width: calc(100% - 310px);
        top: 24px;
        left: 24px
    }

    .common-box {
        padding: 24px 20px;
        border-radius: 20px
    }

        .common-box.border-box {
            padding: 12px
        }

    .nav-tab .nav-link {
        margin: 0 6px;
        padding: 7px 16px;
        font-size: 14px
    }

    .toast-list .toast {
        padding: 12px
    }
}

@media(max-width: 767px) {
    body {
        font-size: 15px;
        line-height: 22px
    }

    h1 {
        margin-bottom: 18px;
        font-size: 22px;
        line-height: 30px
    }

    h2 {
        font-size: 20px;
        line-height: 30px
    }

    h3 {
        margin: 0 0 18px;
        font-size: 18px;
        line-height: 28px
    }

    h5 {
        font-size: 16px;
        line-height: 24px
    }

    .theme-btn {
        padding: 10px 20px;
        font-size: 15px;
        line-height: 20px;
        border-radius: 6px
    }

        .theme-btn.small-btn {
            padding: 5px 16px;
            min-width: 96px;
            font-size: 14px;
            line-height: 20px
        }

            .theme-btn.small-btn img {
                margin: 0 4px 0 -4px;
                width: 22px
            }

            .theme-btn.small-btn.no-icon {
                line-height: 24px
            }

    .dropdown-toggle::after {
        margin-left: 8px
    }

    .dropdown-menu {
        padding: 7px 0;
        border-radius: 12px
    }

        .dropdown-menu .dropdown-item {
            padding: 4px 10px
        }

            .dropdown-menu .dropdown-item img {
                margin-right: 6px;
                width: 20px
            }

    .main-container {
        padding-top: 98px;
        flex-direction: column;
        -webkit-flex-direction: column
    }

        .main-container .sidebar {
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 5
        }

        .main-container .main-content {
            width: 100%
        }

        .main-container .main-scroll {
            padding: 16px 12px
        }

        .main-container .table-search {
            margin-right: 12px;
            width: calc(100% - 284px);
            top: 16px;
            left: 12px
        }

            .main-container .table-search .form-control {
                border-radius: 10px
            }

            .main-container .table-search button {
                width: 26px;
                right: 10px
            }

    .common-box {
        padding: 20px 14px;
        border-radius: 16px
    }

        .common-box.border-box {
            padding: 10px
        }

    .nav-tab .nav-link {
        margin: 0 4px;
        padding: 6px 10px;
        font-size: 13px
    }

    .toast-list {
        right: 16px
    }

        .toast-list .toast {
            padding: 10px;
            border-radius: 12px
        }

            .toast-list .toast span {
                margin-right: 12px
            }
}

@media(max-width: 575px) {
    body {
        font-size: 14px;
        line-height: 20px
    }

    h1 {
        font-size: 21px;
        line-height: 28px
    }

    .main-container {
        padding-top: 80px
    }

        .main-container .table-search {
            margin-right: 8px;
            width: calc(100% - 120px)
        }
}

.loading .main-container {
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

.loading .loader-container {
    display: flex;
    display: -webkit-flex
}

.loader-container {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

    .loader-container:after {
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(255,255,255,.64)
    }

    .loader-container > div {
        position: relative;
        z-index: 5
    }

    .loader-container h3 {
        margin: 10px 0 0;
        text-align: center
    }

.loader {
    width: 110px;
    height: 112px;
    border-radius: 100%;
    position: relative
}

.circle {
    width: 100%;
    height: 100%;
    position: absolute
}

    .circle .inner {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        border: 5px solid rgba(76,176,52,.7);
        border-right: none;
        border-top: none;
        backgroudn-clip: padding;
        box-shadow: inset 0px 0px 10px rgba(76,176,52,.15)
    }

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.circle:nth-of-type(0) {
    transform: rotate(0deg)
}

.circle .inner {
    animation: spin 2s infinite linear
}

.circle:nth-of-type(1) {
    transform: rotate(70deg)
}

.circle .inner {
    animation: spin 2s infinite linear
}

.circle:nth-of-type(2) {
    transform: rotate(140deg)
}

.circle .inner {
    animation: spin 2s infinite linear
}

.loader {
    animation: spin 5s infinite linear
}

.navbar {
    padding: 24px 0;
    min-height: 100vh;
    color: #fff;
    overflow: hidden;
    top: 0;
    position: sticky;
    position: -webkit-sticky;
    background: #4cb034;
    border-radius: 0 24px 24px 0
}

    .navbar > * {
        width: 100%
    }

    .navbar .navbar-brand {
        margin: 0;
        padding: 0;
        height: 100px;
        width: 100px;
        background: #fff;
        border-radius: 18%;
        -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.12);
        /*box-shadow: 0 4px 8px rgba(0,0,0,.12)*/
        box-shadow: 0 4px 52px rgb(147 199 141) !important;
    }

        .navbar .navbar-brand img {
            width: 75%
        }

    .navbar .navbar-collapse {
        align-items: flex-start;
        -webkit-align-items: flex-start
    }

    .navbar .navbar-nav {
        margin: 24px 0 0 24px;
        width: 100%
    }

        .navbar .navbar-nav.navbar-loading {
            min-height: 400px;
            background: url(../images/sidebar-loading.svg) repeat-y left top/220px auto;
            animation: fadeIn infinite 1s ease-in-out;
            -webkit-animation: fadeIn infinite 1s ease-in-out
        }

        .navbar .navbar-nav .nav-item {
            margin-bottom: 5px;
            position: relative
        }

            .navbar .navbar-nav .nav-item:before {
                height: calc(100% + 48px);
                width: 32px;
                top: 50%;
                right: -1px;
                -webkit-transform: translateY(-50%) scaleY(0);
                -ms-transform: translateY(-50%) scaleY(0);
                transform: translateY(-50%) scaleY(0);
                background: url(../images/nav-bg.svg) no-repeat right center/auto 100%;
                z-index: 2
            }

        .navbar .navbar-nav .nav-link {
            padding: 10px 18px;
            display: block;
            font-size: 18px;
            font-weight: 600;
            border-radius: 16px 0 0 16px;
            position: relative
        }

            .navbar .navbar-nav .nav-link img {
                margin-right: 12px;
                -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1);
                -webkit-transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out
            }

            .navbar .navbar-nav .nav-link span {
                display: inline-block;
                vertical-align: middle;
                max-width: calc(100% - 44px);
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis
            }

            .navbar .navbar-nav .nav-link:hover {
                color: #fff
            }

        .navbar .navbar-nav .active:before {
            -webkit-transform: translateY(-50%) scaleY(1);
            -ms-transform: translateY(-50%) scaleY(1);
            transform: translateY(-50%) scaleY(1)
        }

        .navbar .navbar-nav .active .nav-link {
            background: #fff;
            color: #005093;
            -webkit-box-shadow: 0 4px 12px rgba(0,0,0,.12);
            box-shadow: 0 4px 12px rgba(0,0,0,.12)
        }

        .navbar .navbar-nav .active img {
            -webkit-filter: none;
            filter: none
        }

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    40% {
        opacity: .3
    }

    60% {
        opacity: .5
    }

    80% {
        opacity: .9
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    40% {
        opacity: .3
    }

    60% {
        opacity: .5
    }

    80% {
        opacity: .9
    }

    100% {
        opacity: 1
    }
}

header {
    margin-bottom: 40px;
    align-items: center
}

    header .notification {
        margin: 0 30px 0 15px;
        font-size: 12px;
        line-height: 14px;
        display: block;
        position: relative
    }

        header .notification .count {
            padding: 2px 12px;
            background: #e67817;
            color: #fff;
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            -webkit-transform: translateX(60%);
            -ms-transform: translateX(60%);
            transform: translateX(60%);
            border: 2px solid #fff;
            border-radius: 2em
        }

    header .notification-dropdown h5 {
        font-family: "Merriweather",serif
    }

    header .notification-dropdown .dropdown-menu {
        padding: 24px;
        width: 500px;
        max-height: 300px;
        top: 100% !important;
        -webkit-transform: translate(-50%, 0) !important;
        -ms-transform: translate(-50%, 0) !important;
        transform: translate(-50%, 0) !important
    }

        header .notification-dropdown .dropdown-menu li {
            margin-bottom: 12px;
            padding-bottom: 12px;
            position: relative;
            border-bottom: 1px solid #ebf1f7
        }

            header .notification-dropdown .dropdown-menu li:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                border: none
            }

            header .notification-dropdown .dropdown-menu li a {
                display: block;
                color: #606060
            }

            header .notification-dropdown .dropdown-menu li .view {
                width: 36px
            }

                header .notification-dropdown .dropdown-menu li .view img {
                    width: 100%
                }

    header .user-dropdown .dropdown-toggle {
        padding: 7px 22px 7px 7px;
        background: #005093;
        color: #fff;
        font-weight: 600;
        border: none;
        border-radius: 16px;
        -webkit-box-shadow: 0 12px 8px -7px rgba(1,69,142,.24);
        box-shadow: 0 12px 8px -7px rgba(1,69,142,.24)
    }

    header .user-dropdown .user-pic {
        margin-right: 12px;
        height: 42px;
        width: 42px;
        display: inline-block;
        background: no-repeat center center/cover;
        border: 2px solid #fff;
        border-radius: 8px
    }

    header .user-dropdown .uname {
        width: 145px;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

@media(min-width: 1200px)and (max-width: 1330px) {
    .navbar {
        padding: 22px 0
    }

        .navbar .navbar-nav {
            margin: 20px 0 0 18px
        }

            .navbar .navbar-nav .nav-item {
                margin-bottom: 3px
            }

                .navbar .navbar-nav .nav-item:before {
                    height: calc(100% + 46px);
                    width: 32px
                }

            .navbar .navbar-nav .nav-link {
                padding: 9px 16px;
                font-size: 17px
            }

                .navbar .navbar-nav .nav-link img {
                    margin-right: 8px
                }

                .navbar .navbar-nav .nav-link span {
                    max-width: calc(100% - 40px)
                }
}

@media(min-width: 992px)and (max-width: 1199px) {
    .navbar {
        padding: 20px 0
    }

        .navbar .navbar-brand {
            height: 100px;
            width: 100px
        }

        .navbar .navbar-nav {
            margin: 20px 0 0 14px
        }

            .navbar .navbar-nav .nav-item {
                margin-bottom: 3px
            }

                .navbar .navbar-nav .nav-item:before {
                    height: calc(100% + 46px);
                    width: 32px
                }

            .navbar .navbar-nav .nav-link {
                padding: 8px 16px;
                font-size: 16px
            }

                .navbar .navbar-nav .nav-link img {
                    margin-right: 8px
                }

                .navbar .navbar-nav .nav-link span {
                    max-width: calc(100% - 40px)
                }

    header {
        margin-bottom: 32px
    }

        header .user-dropdown .dropdown-toggle {
            padding: 6px 18px 6px 6px
        }

        header .user-dropdown .user-pic {
            margin-right: 10px;
            height: 40px;
            width: 40px
        }
}

@media(min-width: 768px)and (max-width: 991px) {
    .navbar {
        padding: 20px 0
    }

        .navbar .navbar-brand {
            height: 100px;
            width: 100px
        }

        .navbar .navbar-nav {
            margin: 20px 0 0 12px
        }

            .navbar .navbar-nav.navbar-loading {
                min-height: 366px;
                background-size: 180px auto
            }

            .navbar .navbar-nav .nav-item {
                margin-bottom: 3px
            }

                .navbar .navbar-nav .nav-item:before {
                    height: calc(100% + 38px);
                    width: 24px
                }

            .navbar .navbar-nav .nav-link {
                padding: 8px 10px;
                font-size: 14px;
                border-radius: 14px 0 0 14px
            }

                .navbar .navbar-nav .nav-link img {
                    margin-right: 6px;
                    width: 24px
                }

                .navbar .navbar-nav .nav-link span {
                    max-width: calc(100% - 32px)
                }

    header {
        margin-bottom: 28px
    }

        header .notification {
            margin: 0 22px 0 15px;
            font-size: 11px;
            line-height: 13px
        }

            header .notification img {
                max-width: 21px
            }

            header .notification .count {
                padding: 2px 8px
            }

        header .notification-dropdown .dropdown-menu {
            padding: 20px;
            width: 440px
        }

            header .notification-dropdown .dropdown-menu li {
                margin-bottom: 8px;
                padding-bottom: 8px
            }

        header .user-dropdown .dropdown-toggle {
            padding: 6px 18px 6px 6px;
            font-size: 14px;
            border-radius: 12px
        }

        header .user-dropdown .user-pic {
            margin-right: 10px;
            height: 35px;
            width: 35px;
            border-radius: 6px
        }

        header .user-dropdown .uname {
            width: 124px
        }
}

@media(max-width: 767px) {
    .navbar {
        padding: 14px 16px;
        min-height: initial;
        flex-direction: row;
        -webkit-flex-direction: row;
        border-radius: 0 0 16px 16px
    }

        .navbar > * {
            width: initial
        }

        .navbar .navbar-brand {
            height: 70px;
            width: 92px;
            border-radius: 16px
        }

        .navbar .navbar-toggler {
            padding: 0;
            height: 28px;
            width: 28px;
            border-radius: 0;
            position: relative
        }

            .navbar .navbar-toggler .navbar-toggler-icon {
                margin: 0px;
                display: block;
                width: 100%;
                height: 3px;
                background: #fff;
                position: absolute;
                top: calc(50% - 1px);
                -webkit-transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
                border-radius: 4px
            }

                .navbar .navbar-toggler .navbar-toggler-icon:nth-child(1) {
                    top: calc(50% - 8px)
                }

                .navbar .navbar-toggler .navbar-toggler-icon:nth-child(4) {
                    top: calc(50% + 6px)
                }

            .navbar .navbar-toggler.active .navbar-toggler-icon:nth-child(2) {
                transform: rotate(45deg)
            }

            .navbar .navbar-toggler.active .navbar-toggler-icon:nth-child(3) {
                transform: rotate(-45deg)
            }

            .navbar .navbar-toggler.active .navbar-toggler-icon:nth-child(1), .navbar .navbar-toggler.active .navbar-toggler-icon:nth-child(4) {
                top: calc(50% - 1px);
                opacity: 0
            }

        .navbar .navbar-collapse {
            margin: 0px -16px
        }

        .navbar .navbar-nav {
            margin: 20px 0 0 12px;
            width: auto
        }

            .navbar .navbar-nav .nav-item {
                margin-bottom: 3px
            }

                .navbar .navbar-nav .nav-item:before {
                    height: calc(100% + 38px);
                    width: 24px
                }

            .navbar .navbar-nav .nav-link {
                padding: 8px 10px;
                font-size: 14px;
                border-radius: 14px 0 0 14px
            }

                .navbar .navbar-nav .nav-link img {
                    margin-right: 6px;
                    width: 24px
                }

    header {
        margin-bottom: 24px
    }

        header .notification {
            margin: 0 22px 0 15px;
            font-size: 11px;
            line-height: 13px
        }

            header .notification img {
                max-width: 21px
            }

            header .notification .count {
                padding: 2px 8px
            }

        header .notification-dropdown .dropdown-menu {
            padding: 16px;
            width: 420px;
            max-height: 260px
        }

            header .notification-dropdown .dropdown-menu li {
                margin-bottom: 8px;
                padding-bottom: 8px
            }

        header .user-dropdown .dropdown-toggle {
            padding: 6px 18px 6px 6px;
            border-radius: 10px;
            font-size: 14px
        }

        header .user-dropdown .user-pic {
            margin-right: 8px;
            height: 32px;
            width: 32px;
            border-radius: 6px
        }

        header .user-dropdown .uname {
            width: 124px
        }
}

@media(max-width: 575px) {
    .navbar {
        padding: 10px 16px;
        border-radius: 0 0 14px 14px
    }

        .navbar .navbar-brand {
            height: 60px;
            width: 82px;
            border-radius: 12px
        }

    header .notification-dropdown .dropdown-menu {
        width: calc(100vw - 70px);
        max-height: 260px;
        left: 100% !important;
        -webkit-transform: translate(-100%, 0) !important;
        -ms-transform: translate(-100%, 0) !important;
        transform: translate(-100%, 0) !important
    }

    header .user-dropdown .dropdown-toggle {
        padding: 6px;
        border-radius: 10px;
        font-size: 0
    }

        header .user-dropdown .dropdown-toggle::after {
            display: none
        }

    header .user-dropdown .user-pic {
        margin-right: 0;
        height: 32px;
        width: 32px;
        border-radius: 6px
    }

    header .user-dropdown .dropdown-menu {
        min-width: 180px
    }

    header .user-dropdown .uname {
        width: 0
    }
}

.form-group {
    margin-bottom: 24px
}

    .form-group label {
        margin-bottom: 10px;
        color: #606060;
        /*font-weight: 600*/
        font-weight: bold;
    }

        .form-group label .req-mark {
            font-size: 80%;
            color: #e67817
        }

    .form-group .bootstrap-select .dropdown-toggle, .form-group .form-control {
        height: auto;
        max-width: 100%;
        padding: 14px 16px;
        font-size: 16px;
        line-height: 24px;
        color: #005093;
        background-color: #f5fafa;
        border: 2px solid #e1e5e6;
        border-radius: 6px;
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .form-group .bootstrap-select .dropdown-toggle:focus, .form-group .form-control:focus {
            border-color: #005093;
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .form-group .bootstrap-select .dropdown-toggle.error, .form-group .form-control.error {
            border-color: #e67817
        }

    .form-group textarea.form-control {
        height: 140px;
        overflow: auto;
        resize: none
    }

    .form-group .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
        display: none
    }

    .form-group .bootstrap-select.dropdown .dropdown-toggle {
        padding-right: 36px
    }

        .form-group .bootstrap-select.dropdown .dropdown-toggle::after {
            position: absolute;
            height: 100%;
            width: 24px;
            right: 12px;
            background: url(../images/caret-down-box.svg) no-repeat center center/100% auto;
            border: none
        }

    .form-group .bootstrap-select .filter-option-inner-inner {
        text-overflow: ellipsis
    }

    .form-group .bootstrap-select .dropdown-menu {
        max-width: 100%
    }

        .form-group .bootstrap-select .dropdown-menu .actions-btn:hover {
            background: #f5fafa;
            border-color: #e1e5e6
        }

    .form-group .bootstrap-select .form-control {
        padding: 6px 14px
    }

    .form-group .bootstrap-select .text {
        margin: 0 !important;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .form-group .bootstrap-select .dropdown-item {
        padding-right: 36px;
        background: no-repeat right 8px center/auto 60%
    }

        .form-group .bootstrap-select .dropdown-item.selected {
            color: #4cb034;
            background-image: url(../images/checked-icon.svg)
        }

    .form-group .bootstrap-select .dropdown-menu {
        max-height: initial
    }

    .form-group.has-error .form-control {
        background: rgba(237,26,51,.15)
    }

    .form-group.has-error label {
        color: #ef1e1e
    }

    .form-group .form-control.datepicker, .form-group .form-control[type=date] {
        padding-right: 36px;
        background: #f5fafa;
        background-image: url(../images/calendar-icon.svg);
        background-repeat: no-repeat;
        background-position: right 16px center;
        background-size: 24px auto
    }

        .form-group .form-control.datepicker::-webkit-inner-spin-button, .form-group .form-control.datepicker::-webkit-calendar-picker-indicator, .form-group .form-control[type=date]::-webkit-inner-spin-button, .form-group .form-control[type=date]::-webkit-calendar-picker-indicator {
            display: none;
            -webkit-appearance: none
        }

    .form-group .form-text {
        margin: 6px 18px 0;
        font-size: 12px;
        color: #7f7f7f
    }

    .form-group .error-text {
        margin: 6px 18px 0;
        font-size: 14px;
        color: #ef1e1e
    }

    .form-group .prefix-block::after {
        content: attr(data-prefix);
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 16px
    }

    .form-group .prefix-block input {
        padding-left: 56px
    }

::-webkit-input-placeholder {
    color: #8c8c8c;
    opacity: .7 !important
}

::-moz-placeholder {
    color: #8c8c8c;
    opacity: .7 !important
}

:-ms-input-placeholder {
    color: #8c8c8c;
    opacity: .7 !important
}

:-moz-placeholder {
    color: #8c8c8c;
    opacity: .7 !important
}

.jcf-select-drop .jcf-select-drop-content {
    margin-top: 6px;
    min-width: 100%;
    font-size: inherit;
    border: none;
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.16);
    box-shadow: 0 4px 8px rgba(0,0,0,.16);
    border-radius: 12px;
    overflow: hidden
}

    .jcf-select-drop .jcf-select-drop-content .jcf-list {
        padding: 6px 0;
        font-size: inherit;
        line-height: inherit
    }

    .jcf-select-drop .jcf-select-drop-content .jcf-option {
        padding: 6px 16px 6px 36px;
        color: #606060
    }

        .jcf-select-drop .jcf-select-drop-content .jcf-option.jcf-selected, .jcf-select-drop .jcf-select-drop-content .jcf-option.jcf-hover {
            background: transparent
        }

        .jcf-select-drop .jcf-select-drop-content .jcf-option.jcf-selected {
            background: url(../images/checked-icon.svg) no-repeat left 12px center/20px auto
        }

        .jcf-select-drop .jcf-select-drop-content .jcf-option.jcf-option-hideme, .jcf-select-drop .jcf-select-drop-content .jcf-option:before {
            display: none
        }

.custom-control {
    min-height: auto
}

    .custom-control .custom-control-label {
        vertical-align: middle
    }

.custom-checkbox {
    padding-left: 20px
}

    .custom-checkbox .custom-control-label {
        margin: 0;
        padding-left: 8px;
        font-weight: 400
    }

        .custom-checkbox .custom-control-label::after, .custom-checkbox .custom-control-label::before {
            height: 20px;
            width: 20px;
            left: 0;
            top: 1px;
            background-color: transparent !important;
            border: 2px solid #b2b2b2;
            border-radius: 3px;
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            -webkit-box-shadow: none !important;
            box-shadow: none !important
        }

    .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
        background: url(../images/checked-icon.svg) no-repeat center center/120% auto;
        border-color: #4cb034
    }

    .custom-checkbox.no-text {
        line-height: 10px
    }

        .custom-checkbox.no-text label {
            height: 20px;
            padding: 0
        }

            .custom-checkbox.no-text label::after, .custom-checkbox.no-text label::before {
                top: 0
            }

.custom-radio {
    padding-left: 20px
}

    .custom-radio .custom-control-label {
        margin: 0;
        padding-left: 28px;
        line-height: 22px;
        font-weight: 400
    }

        .custom-radio .custom-control-label::after, .custom-radio .custom-control-label::before {
            height: 20px;
            width: 20px;
            left: 0;
            top: 1px;
            border-radius: 50%;
            -webkit-box-shadow: none !important;
            box-shadow: none !important
        }

        .custom-radio .custom-control-label::before {
            background-color: transparent !important;
            border: 2px solid #b2b2b2
        }

        .custom-radio .custom-control-label::after {
            margin: 5px;
            height: 10px;
            width: 10px
        }

    .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
        border-color: #01a3d2
    }

    .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
        background: #01a3d2 !important;
        border-color: #01a3d2
    }

.custom-switch .custom-control-label {
    line-height: 24px
}

.custom-switch::before {
    background: #ef1e1e;
    border-color: #ef1e1e;
    box-shadow: none !important
}

.custom-switch::after {
    background: #fff
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    background: transparent;
    border-color: #00a8c0
}

.custom-file {
    height: auto
}

    .custom-file .custom-file-label {
        padding-right: 120px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

        .custom-file .custom-file-label::after {
            padding: 14px 24px;
            height: auto;
            background: #fff;
            color: #005093;
            border: none
        }

.ui-widget.ui-datepicker {
    background: #f5fafa;
    font-family: inherit;
    border: 2px solid #e1e5e6
}

    .ui-widget.ui-datepicker .ui-widget-header {
        background: #005093;
        color: #fff;
        border: none;
        border-radius: 4px
    }

    .ui-widget.ui-datepicker .ui-datepicker-prev, .ui-widget.ui-datepicker .ui-datepicker-next {
        height: 26px;
        width: 26px;
        top: 4px;
        background: #fff no-repeat center center/auto 50%
    }

    .ui-widget.ui-datepicker .ui-datepicker-prev {
        left: 4px;
        background-image: url(../images/angle-left.svg)
    }

    .ui-widget.ui-datepicker .ui-datepicker-next {
        right: 4px;
        background-image: url(../images/angle-right.svg)
    }

    .ui-widget.ui-datepicker .ui-state-default {
        background: #fff;
        border: 2px solid #e1e5e6;
        border-radius: 4px
    }

        .ui-widget.ui-datepicker .ui-state-default.ui-state-hover {
            color: #4cb034
        }

        .ui-widget.ui-datepicker .ui-state-default.ui-state-active {
            background: #005093;
            color: #fff;
            border-color: #005093
        }

        .ui-widget.ui-datepicker .ui-state-default.ui-state-highlight {
            background: #4cb034;
            color: #fff;
            border-color: #4cb034
        }

    .ui-widget.ui-datepicker td a {
        padding: 2px 3px
    }

@media(min-width: 1200px)and (max-width: 1399px) {
    .form-group {
        margin-bottom: 22px
    }

        .form-group .bootstrap-select .dropdown-toggle, .form-group .form-control {
            padding: 12px 16px;
            font-size: 15px
        }
}

@media(min-width: 992px)and (max-width: 1199px) {
    .form-group {
        margin-bottom: 22px
    }

        .form-group .bootstrap-select .dropdown-toggle, .form-group .form-control {
            padding: 12px 16px;
            font-size: 15px
        }

    .custom-checkbox {
        padding-left: 18px
    }

        .custom-checkbox .custom-control-label {
            padding-left: 6px;
            line-height: 20px
        }

            .custom-checkbox .custom-control-label::after, .custom-checkbox .custom-control-label::before {
                height: 18px;
                width: 18px;
                top: 1px
            }

        .custom-checkbox.no-text label {
            height: 18px
        }

    .custom-file .custom-file-label {
        padding-right: 110px
    }

        .custom-file .custom-file-label::after {
            padding: 12px 24px
        }
}

@media(min-width: 768px)and (max-width: 991px) {
    .form-group {
        margin-bottom: 20px
    }

        .form-group .bootstrap-select .dropdown-toggle, .form-group .form-control {
            padding: 10px 15px;
            font-size: 15px
        }

        .form-group textarea.form-control {
            height: 130px
        }

    .custom-checkbox {
        padding-left: 18px
    }

        .custom-checkbox .custom-control-label {
            padding-left: 6px;
            line-height: 20px
        }

            .custom-checkbox .custom-control-label::after, .custom-checkbox .custom-control-label::before {
                height: 18px;
                width: 18px;
                top: 1px
            }

        .custom-checkbox.no-text label {
            height: 18px
        }

    .custom-file .custom-file-label {
        padding-right: 100px
    }

        .custom-file .custom-file-label::after {
            padding: 11px 20px
        }
}

@media(max-width: 767px) {
    .form-group {
        margin-bottom: 18px
    }

        .form-group label {
            margin-bottom: 8px
        }

        .form-group .bootstrap-select .dropdown-toggle, .form-group .form-control {
            padding: 9px 15px;
            font-size: 15px;
            line-height: 22px
        }

        .form-group textarea.form-control {
            height: 120px
        }

    .custom-checkbox {
        padding-left: 18px
    }

        .custom-checkbox .custom-control-label {
            padding-left: 6px;
            line-height: 20px
        }

            .custom-checkbox .custom-control-label::after, .custom-checkbox .custom-control-label::before {
                height: 18px;
                width: 18px;
                top: 1px
            }

        .custom-checkbox.no-text label {
            height: 18px
        }

    .custom-radio {
        padding-left: 18px
    }

        .custom-radio .custom-control-label {
            margin: 0;
            padding-left: 22px;
            line-height: 18px
        }

            .custom-radio .custom-control-label::after, .custom-radio .custom-control-label::before {
                height: 18px;
                width: 18px;
                top: 0
            }

            .custom-radio .custom-control-label::after {
                height: 8px;
                width: 8px
            }

        .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
            border-color: #01a3d2
        }

        .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
            background: #01a3d2 !important;
            border-color: #01a3d2
        }

    .custom-file .custom-file-label {
        padding-right: 90px
    }

        .custom-file .custom-file-label::after {
            padding: 10px 15px
        }
}

.login-section {
    animation: animatedBackground 20s linear infinite alternate;
    min-height: 100vh;
    background: url(../images/login-artwork.svg) repeat-x bottom left;
    padding: 24px 8.6% 24px 0
}

    .login-section .logo-block {
        width: calc(100% - 403px)
    }

        .login-section .logo-block img {
            max-width: 50%
        }

        .login-section .logo-block .img-block {
            max-width: 50%
        }

            .login-section .logo-block .img-block img {
                max-width: 100%
            }

    .login-section .form-block {
        width: 403px;
        padding: 40px 30px 44px;
        background: #fff;
        -webkit-box-shadow: 0 0 60px rgba(18,38,63,.08);
        box-shadow: 0 0 60px rgba(18,38,63,.08);
        border-radius: 25px;
        position: relative;
        border: 1px solid #5cb752;
    }

        .login-section .form-block .back-btn {
            margin: -10px 0 24px;
            height: 32px;
            width: 32px;
            background: #f5fafa;
            border-radius: 4px
        }

            .login-section .form-block .back-btn:hover {
                background: #005093
            }

                .login-section .form-block .back-btn:hover img {
                    -webkit-filter: brightness(0) invert(1);
                    filter: brightness(0) invert(1)
                }

        .login-section .form-block p {
            margin-bottom: 32px
        }

        .login-section .form-block .theme-btn {
            margin-top: 6px
        }

        .login-section .form-block .valid-form {
            position: absolute;
            margin: 0;
            bottom: 18px;
            left: 0;
            width: 100%;
            text-align: center;
            text-transform: capitalize;
            font-weight: 600
        }

    .login-section.terms-conditions {
        padding: 24px 0px 150px
    }

        .login-section.terms-conditions .logo-block {
            margin-bottom: 24px;
            width: 100%
        }

            .login-section.terms-conditions .logo-block img {
                height: 100px;
                width: auto
            }

        .login-section.terms-conditions .content {
            max-height: calc(100vh - 270px);
            overflow: auto
        }

        .login-section.terms-conditions h2 {
            margin-bottom: 24px
        }

        .login-section.terms-conditions .btn-block {
            margin-top: 24px
        }

        .login-section.terms-conditions ul {
            padding-left: 32px;
            list-style: disc
        }

    .login-section .opt-list {
        margin: 0px -4px
    }

        .login-section .opt-list > * {
            margin: 0px 4px
        }

    .login-section .otp-btn {
        right: 16px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .login-section .otp-btn ~ input {
            padding-right: 96px
        }

@keyframes animatedBackground {
    from {
        background-position: bottom left
    }

    to {
        background-position: bottom right
    }
}

@-webkit-keyframes animatedBackground {
    from {
        background-position: bottom left
    }

    to {
        background-position: bottom right
    }
}

@media(min-width: 992px)and (max-width: 1199px) {
    .login-section {
        padding: 24px 6% 24px 0;
        animation-duration: 10s
    }

        .login-section .logo-block {
            width: calc(100% - 360px)
        }

        .login-section .form-block {
            width: 360px;
            padding: 38px 24px 38px;
            border-radius: 20px
        }
}

@media(min-width: 768px)and (max-width: 991px) {
    .login-section {
        padding: 24px 6% 24px 0;
        animation-duration: 10s
    }

        .login-section .logo-block {
            width: calc(100% - 360px)
        }

        .login-section .form-block {
            width: 360px;
            padding: 36px 24px 36px;
            border-radius: 20px
        }
}

@media(max-width: 767px) {
    .login-section {
        padding: 24px 10% 60px;
        flex-direction: column;
        -webkit-flex-direction: column;
        background-size: 360px auto;
        animation-duration: 10s
    }

        .login-section .logo-block {
            margin-bottom: 36px;
            width: 100%
        }

        .login-section .form-block {
            width: 400px;
            padding: 32px 24px 32px;
            border-radius: 20px
        }

            .login-section .form-block p {
                margin-bottom: 20px
            }

        .login-section.terms-conditions {
            padding: 24px 0px 90px
        }
}

@media(max-width: 575px) {
    .login-section {
        padding: 24px 5% 70px;
        flex-direction: column;
        -webkit-flex-direction: column;
        background-size: auto 14vh
    }

        .login-section .form-block {
            max-width: 403px;
            width: 100%;
            padding: 30px 16px 30px;
            border-radius: 16px
        }

            .login-section .form-block .valid-form {
                bottom: 12px
            }
}

.management-section {
    padding: 34px 24px
}

    .management-section .header-block h2 {
        margin-bottom: 40px
    }

    .management-section .header-block .form-group {
        margin-right: 30px
    }

    .management-section .header-block .search-box {
        padding-left: 36px;
        background: transparent url(../../images/search-icon.svg) no-repeat 8px center
    }

    .management-section .header-block .user-select {
        min-width: 192px
    }

.dashboard-section .title button {
    margin-bottom: 20px
}

.dashboard-items .item {
    margin-bottom: 30px;
    padding: 20px 20px 20px 25px;
    min-height: 164px;
    background: #fff;
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.12);
    box-shadow: 0 1px 8px rgba(0,0,0,.12);
    border-radius: 16px
}

    .dashboard-items .item h2 {
        margin: 0;
        font-size: 40px;
        line-height: 1;
        color: #005093;
        font-weight: 700
    }

    .dashboard-items .item .head {
        margin-bottom: 24px
    }

    .dashboard-items .item .icon {
        margin: 0;
        width: 48px;
        height: 48px;
        border-radius: 8.5px
    }

        .dashboard-items .item .icon img {
            width: 80%;
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1)
        }

.dashboard-items > :nth-child(4n+1) .icon {
    background: #4cb034
}

.dashboard-items > :nth-child(4n+2) .icon {
    background: #01a3d2
}

.dashboard-items > :nth-child(4n+3) .icon {
    background: #e67817
}

.dashboard-items > :nth-child(4n+4) .icon {
    background: #005093
}

.dashboard-items > :nth-last-child(1) .item, .dashboard-items > :nth-last-child(2) .item, .dashboard-items > :nth-last-child(3) .item {
    margin-bottom: 18px
}

.user-dashboard .item {
    padding: 24px;
    min-height: calc(100% - 24px);
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 16px
}

    .user-dashboard .item .item-btn {
        padding: 8px 16px;
        font-size: 18px;
        border-radius: 8px;
        color: #fff
    }

        .user-dashboard .item .item-btn img {
            margin-right: 4px;
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1)
        }

        .user-dashboard .item .item-btn.success {
            background: #4cb034
        }

        .user-dashboard .item .item-btn.warning {
            background: #e67817
        }

        .user-dashboard .item .item-btn.danger {
            background: #ef1e1e
        }

        .user-dashboard .item .item-btn.info {
            background: #01a3d2
        }

        .user-dashboard .item .item-btn.pending {
            background: #c7aa05
        }

    .user-dashboard .item.add-item {
        border: 2px dashed #01a3d2;
        background: rgba(1,163,210,.08)
    }

.user-dashboard .pay-btn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 0
}

.download-file {
    position: fixed;
    padding: 12px;
    font-size: 0;
    color: #fff;
    bottom: 36px;
    right: 36px;
    background: #4cb034;
    border-radius: 28px;
    z-index: 6
}

    .download-file img {
        width: 36px
    }

    .download-file:hover {
        font-size: 16px;
        padding-left: 24px;
        color: #fff
    }

        .download-file:hover img {
            margin-left: 4px
        }

@media(max-width: 1199px) {
    .dashboard-items .item {
        margin-bottom: 22px;
        padding: 14px 14px 14px 18px;
        min-height: 136px;
        border-radius: 12px
    }

        .dashboard-items .item h2 {
            font-size: 30px
        }

        .dashboard-items .item .head {
            margin-bottom: 16px
        }

        .dashboard-items .item .icon {
            width: 42px;
            height: 42px
        }
}

@media(max-width: 1199px) {
    .user-dashboard .item .item-btn {
        font-size: 16px
    }
}

@media(max-width: 575px) {
    .dashboard-items .item, .dashboard-items > :nth-last-child(2) .item, .dashboard-items > :nth-last-child(3) .item {
        margin-bottom: 20px
    }

    .dashboard-items > :nth-last-child(1) .item {
        margin-bottom: 12px
    }
}

.profile-section form .theme-btn {
    margin-top: 12px
}

.file-drop {
    margin: 0 auto 24px;
    width: 240px;
    height: 240px;
    background: #f5fafa no-repeat center center/cover;
    position: relative;
    border-radius: 50%;
    border: 2px dashed #e1e5e6
}

    .file-drop.uploaded {
        border: none
    }

    .file-drop .file-btn {
        position: absolute;
        width: 42px;
        height: 42px;
        bottom: 0;
        right: 0;
        -webkit-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
        transform: translateX(-60%);
        overflow: hidden;
        background: #005093 url(../images/camera-icon.svg) no-repeat center center/60% auto;
        border: 2px solid #fff;
        -webkit-box-shadow: 0 2px 16px rgba(0,0,0,.16);
        box-shadow: 0 2px 16px rgba(0,0,0,.16);
        border-radius: 50%
    }

        .file-drop .file-btn.edit-btn {
            background-image: url(../images/edit-data-icon.svg)
        }

    .file-drop input {
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0;
        left: 0;
        top: 0;
        cursor: pointer
    }

.language-tab .title {
    margin-right: 36px
}

.language-tab .nav-tab {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto
}

.tariff-card {
    position: relative
}

    .tariff-card .form-group {
        margin-bottom: 12px
    }

    .tariff-card .remove {
        height: 32px;
        width: 32px;
        background: #e67817 url(../images/close-white-icon.svg) no-repeat center center/40% auto;
        position: absolute;
        top: -8px;
        right: -8px;
        z-index: 2;
        border-radius: 8px
    }

@media(min-width: 992px)and (max-width: 1199px) {
    .file-drop {
        width: 200px;
        height: 200px
    }

        .file-drop .file-btn {
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%)
        }
}

@media(min-width: 768px)and (max-width: 991px) {
    .file-drop {
        width: 200px;
        height: 200px
    }

        .file-drop .file-btn {
            width: 36px;
            height: 36px;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%)
        }

    .language-tab .title {
        margin-right: 16px
    }

    .tariff-card .remove {
        height: 28px;
        width: 28px
    }
}

@media(max-width: 767px) {
    .file-drop {
        margin: 0 auto 10px;
        width: 140px;
        height: 140px
    }

        .file-drop .file-btn {
            width: 36px;
            height: 36px;
            -webkit-transform: translateX(-25%);
            -ms-transform: translateX(-25%);
            transform: translateX(-25%)
        }

    .language-tab .title {
        margin-right: 4px
    }

    .tariff-card .remove {
        height: 24px;
        width: 24px
    }
}

@media(max-width: 575px) {
    .tariff-card .custom-checkbox {
        margin-bottom: 16px
    }
}

.title-btn {
    margin-bottom: 12px
}

    .title-btn .button-block {
        margin: 0px -8px 8px
    }

        .title-btn .button-block > * {
            margin: 0px 8px
        }

    .title-btn .custom-dropdown {
        text-transform: capitalize
    }

        .title-btn .custom-dropdown .dropdown-toggle {
            line-height: 26px;
            padding-right: 36px;
            background-image: url(../images/caret-down-white.svg);
            background-repeat: no-repeat;
            background-position: right 10px center;
            border: none
        }

            .title-btn .custom-dropdown .dropdown-toggle.white-btn {
                background-image: url(../images/caret-down.svg)
            }

            .title-btn .custom-dropdown .dropdown-toggle::after {
                display: none
            }

            .title-btn .custom-dropdown .dropdown-toggle .theme-text, .title-btn .custom-dropdown .dropdown-item .theme-text {
                margin-left: 16px;
                font-size: 18px
            }

        .title-btn .custom-dropdown .dropdown-item.active {
            color: #4cb034
        }

.sticky-title-btn .title-btn {
    margin-top: -10px;
    margin-left: -6px;
    margin-right: -6px;
    padding: 10px 6px 0;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background: #f5fafa;
    z-index: 2
}

.table-responsive.common-table {
    min-height: 240px
}

    .table-responsive.common-table.no-data-table {
        min-height: 100px
    }

.table {
    margin-bottom: 8px;
    white-space: nowrap;
    border-spacing: 0 8px;
    border-collapse: separate
}

    .table thead tr th {
        padding-top: 0px;
        padding-bottom: 4px
    }

    .table tr:hover td {
        background: #fff
    }

    .table tr th, .table tr td {
        text-align: center;
        padding: 12px
    }

    .table tr th {
        background: #f5fafa;
        font-size: 18px;
        line-height: 26px;
        color: #606060;
        font-weight: 600;
        border: none;
        text-transform: capitalize
    }

    .table tr td {
        height: 64px;
        background: #fff;
        color: #005093;
        text-align: center;
        border: 2px solid #ebf1f7;
        border-left-width: 0;
        border-right-width: 0;
        vertical-align: middle
    }

        .table tr td:first-child {
            border-left-width: 2px;
            border-radius: 8px 0 0 8px
        }

        .table tr td:last-child {
            border-right-width: 2px;
            border-radius: 0 8px 8px 0
        }

    .table .action-list a {
        margin-right: 20px
    }

        .table .action-list a img {
            margin-right: 6px
        }

        .table .action-list a span {
            display: inline-block;
            vertical-align: middle
        }

        .table .action-list a.view {
            color: #4cb034
        }

        .table .action-list a.edit {
            color: #7f7f7f
        }

        .table .action-list a.delete {
            color: #ef1e1e
        }

    .table .action-list li:last-child a {
        margin-right: 0
    }

    .table .status-col {
        min-width: 132px
    }

    .table .action-col {
        width: 88px;
        position: sticky;
        right: 0;
        z-index: 5
    }

        .table .action-col .dropdown-item:hover {
            color: #e67817
        }

            .table .action-col .dropdown-item:hover img {
                -webkit-filter: none;
                filter: none
            }

        .table .action-col.action-active {
            z-index: 11
        }

    .table .sort-btn {
        width: 24px;
        background: none;
        border: none
    }

    .table .form-group {
        margin: 0
    }

        .table .form-group .custom-control {
            min-height: auto
        }

    .table .dropdown-toggle {
        padding: 0 24px 0 0;
        width: auto;
        min-width: auto;
        height: auto;
        color: #005093;
        background: url(../images/caret-down.svg) no-repeat 100% 55%;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .table .dropdown-toggle::after {
            display: none
        }

    .table .custom-dropdown .dropdown-toggle img {
        margin-right: 2px
    }

    .table .custom-dropdown .dropdown-item img {
        -webkit-filter: none;
        filter: none;
        opacity: 1
    }

    .table .custom-dropdown.status-dropdown .dropdown-menu {
        min-width: 150px
    }

    .table .dropdown-menu {
        margin-top: 18px
    }

    .table .dropdown.action-dropdown {
        border-left: 2px solid #ebf1f7;
        padding: 2px 0px 2px 6px
    }

        .table .dropdown.action-dropdown .dropdown-toggle {
            margin: 0px auto;
            padding: 0;
            height: 32px;
            width: 32px;
            background: #fff url(../images/action-dropdown.svg) no-repeat center center/cover;
            border-radius: 50%;
            border: none
        }

            .table .dropdown.action-dropdown .dropdown-toggle::after {
                display: none
            }

        .table .dropdown.action-dropdown .dropdown-menu {
            min-width: 140px
        }

            .table .dropdown.action-dropdown .dropdown-menu.large-menu {
                min-width: 180px
            }

    .table .company-logo {
        max-height: 80px;
        width: auto
    }

.pagination {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

    .pagination a {
        margin: 0 4px 6px;
        padding: 0;
        display: block;
        width: 32px;
        height: 32px;
        line-height: 30px;
        color: #005093;
        background: transparent !important;
        border: 1px solid transparent;
        text-align: center
    }

        .pagination a:active, .pagination a:hover, .pagination a:focus, .pagination a.first, .pagination a.last, .pagination a.active {
            border-color: #ebf1f7;
            color: #4cb034
        }

        .pagination a.first, .pagination a.last {
            color: #005093;
            padding: 0px 8px;
            width: auto
        }

            .pagination a.first:hover, .pagination a.last:hover {
                border-color: #ebf1f7;
                color: #4cb034
            }

        .pagination a img {
            margin-top: -3px
        }

.no-data {
    display: none
}

    .no-data.active {
        display: block
    }

    .no-data h3 {
        margin-bottom: 8px
    }

    .no-data .msg {
        color: #606060;
        font-family: inherit;
        font-weight: 600
    }

.component-loading {
    position: relative
}

    .component-loading .component-loader {
        display: flex;
        display: -webkit-flex;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(255,255,255,.64);
        border-radius: 16px
    }

    .component-loading .table {
        filter: blur(4px)
    }

.component-loader {
    display: none
}

    .component-loader .small-loader {
        width: 48px;
        height: 48px;
        border: 6px solid #e1e5e6;
        border-top-color: #4cb034;
        border-radius: 50%;
        -webkit-animation: spin 1.2s ease-in-out infinite;
        animation: spin 1.2s ease-in-out infinite
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.filter-section {
    margin: -16px 0 6px
}

    .filter-section .filter-scroll {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .filter-section .filter-button {
        margin-left: 8px
    }

    .filter-section .form-group {
        margin-right: 12px;
        margin-bottom: 6px
    }

        .filter-section .form-group .bootstrap-select.dropdown .dropdown-toggle {
            padding: 7px 20px 7px 12px;
            min-width: 124px;
            max-width: 124px;
            background: #fff
        }

            .filter-section .form-group .bootstrap-select.dropdown .dropdown-toggle::after {
                width: 20px;
                right: 4px
            }

        .filter-section .form-group .dropdown-menu {
            min-width: 180px
        }

.filter-sidebar {
    position: fixed;
    height: 100vh;
    width: 380px;
    background: #fff;
    right: 0;
    top: 0;
    z-index: 10;
    -webkit-box-shadow: 0 10px 24px rgba(0,0,0,.12);
    box-shadow: 0 10px 24px rgba(0,0,0,.12);
    -webkit-transition: all .5s cubic-bezier(1, 0.01, 0.73, 1);
    -ms-transition: all .5s cubic-bezier(1, 0.01, 0.73, 1);
    transition: all .5s cubic-bezier(1, 0.01, 0.73, 1);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

    .filter-sidebar.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .filter-sidebar h2 {
        padding: 24px 16px 16px
    }

    .filter-sidebar .close-sidebar {
        width: 36px;
        height: 36px;
        right: 12px;
        top: 12px;
        background: #e67817 url(../images/close-icon.svg) no-repeat center center/80% auto;
        border-radius: 4px
    }

        .filter-sidebar .close-sidebar:hover {
            background-color: #005093
        }

    .filter-sidebar .filter-list {
        padding: 0px 16px;
        height: calc(100vh - 140px);
        overflow: auto
    }

        .filter-sidebar .filter-list label {
            margin: 8px 0 4px
        }

        .filter-sidebar .filter-list .form-group {
            margin-bottom: 8px
        }

    .filter-sidebar .filter-radio-list .radio-item {
        margin-right: 8px
    }

        .filter-sidebar .filter-radio-list .radio-item:last-child {
            margin-right: 0
        }

    .filter-sidebar .filter-radio-list .form-control {
        padding: 9px 16px
    }

    .filter-sidebar .apply-filter {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 15px;
        border-radius: 0
    }

.simple-table {
    min-width: 100%;
    white-space: nowrap
}

    .simple-table th, .simple-table td {
        padding: 10px 15px;
        background: #fff;
        border: 2px solid #ebf1f7
    }

@media(min-width: 1200px)and (max-width: 1300px) {
    .table tr th, .table tr td {
        padding: 10px
    }

    .table tr th {
        font-size: 17px;
        line-height: 25px
    }

    .table tr td {
        height: 60px;
        font-size: 15px
    }
}

@media(min-width: 992px)and (max-width: 1199px) {
    .title-btn .button-block {
        margin: 0px -6px 8px
    }

        .title-btn .button-block > * {
            margin: 0px 6px
        }

    .title-btn .custom-dropdown .dropdown-toggle {
        line-height: 24px;
        padding-right: 32px
    }

        .title-btn .custom-dropdown .dropdown-toggle .theme-text, .title-btn .custom-dropdown .dropdown-item .theme-text {
            margin-left: 12px;
            font-size: 17px
        }

    .table tr th, .table tr td {
        padding: 9px 8px
    }

    .table tr th {
        font-size: 16px;
        line-height: 24px
    }

    .table tr td {
        height: 58px;
        font-size: 14px
    }

    .table .dropdown-toggle {
        padding: 0 20px 0 0;
        background-size: 10px auto
    }

    .table .custom-dropdown .dropdown-toggle img {
        margin-right: 0
    }

    .table .custom-dropdown .dropdown-item:not(.active) span {
        color: #606060
    }

    .table .status-col {
        min-width: 122px
    }

    .table .company-logo {
        max-height: 70px
    }

    .filter-section .form-group {
        margin-right: 8px
    }

        .filter-section .form-group .bootstrap-select.dropdown .dropdown-toggle {
            padding: 6px 20px 6px 12px
        }
}

@media(max-width: 991px) {
    .title-btn .button-block {
        margin: 0px -4px 8px
    }

        .title-btn .button-block > * {
            margin: 0px 4px
        }

    .title-btn .custom-dropdown .dropdown-toggle {
        line-height: 22px;
        padding-right: 24px;
        background-size: 9px auto
    }

        .title-btn .custom-dropdown .dropdown-toggle .theme-text, .title-btn .custom-dropdown .dropdown-item .theme-text {
            margin-left: 12px;
            font-size: 16px
        }

    .table {
        border-spacing: 0 6px
    }

        .table tr th, .table tr td {
            padding: 6px 7px
        }

        .table tr th {
            font-size: 16px;
            line-height: 24px
        }

        .table tr td {
            height: 48px;
            font-size: 14px
        }

        .table .dropdown-toggle {
            padding: 0 20px 0 0;
            background-size: 10px auto
        }

        .table .custom-dropdown .dropdown-toggle img {
            margin-right: 0
        }

        .table .dropdown-menu {
            margin-top: 14px
        }

        .table .dropdown.action-dropdown {
            padding: 0 0 0 6px
        }

        .table .status-col {
            min-width: 112px
        }

        .table .company-logo {
            max-height: 60px
        }

    .filter-section {
        margin: -8px 0 6px
    }

        .filter-section .filter-button .theme-btn {
            padding: 5px 12px;
            font-size: 0;
            min-width: inherit
        }

            .filter-section .filter-button .theme-btn img {
                margin: 3px 0 2px
            }

        .filter-section .form-group {
            margin-right: 6px
        }

            .filter-section .form-group .bootstrap-select.dropdown .dropdown-toggle {
                padding: 5px 20px 5px 10px;
                min-width: 114px;
                max-width: 114px
            }

    .filter-sidebar {
        width: 300px
    }

        .filter-sidebar h2 {
            padding: 24px 16px 8px
        }

        .filter-sidebar .close-sidebar {
            width: 28px;
            height: 28px
        }

        .filter-sidebar .filter-list {
            padding: 0px 12px;
            height: calc(100vh - 120px);
            overflow: auto
        }

        .filter-sidebar .filter-radio-list .form-control {
            padding: 6px 9px
        }
}

@media(max-width: 767px) {
    .pagination a {
        margin: 0 2px 6px;
        width: 28px;
        height: 28px;
        line-height: 26px
    }
}

@media(max-width: 575px) {
    .title-btn.title-long {
        flex-direction: column
    }

        .title-btn.title-long > * {
            min-width: 100%
        }

        .title-btn.title-long .button-block {
            justify-content: space-between;
            -webkit-justify-content: space-between
        }

    .table {
        border-spacing: 0 4px
    }

        .table thead tr th {
            padding-bottom: 2px
        }

        .table tr th, .table tr td {
            padding: 6px
        }

        .table tr th {
            font-size: 14px;
            line-height: 22px
        }

        .table tr td {
            height: 40px;
            font-size: 13px
        }

        .table .dropdown-toggle {
            background-size: 8px auto
        }

        .table .dropdown-menu {
            margin-top: 10px
        }

        .table .dropdown.action-dropdown .dropdown-toggle {
            height: 24px;
            width: 24px
        }

        .table .dropdown.action-dropdown .dropdown-menu {
            min-width: 110px
        }

            .table .dropdown.action-dropdown .dropdown-menu.large-menu {
                min-width: 140px
            }

        .table .status-col {
            min-width: 102px
        }

        .table .company-logo {
            max-height: 54px
        }

    .filter-section .form-group {
        margin-right: 6px
    }

        .filter-section .form-group .bootstrap-select.dropdown .dropdown-toggle {
            padding: 6px 16px 6px 8px;
            min-width: 100px;
            max-width: 100px;
            font-size: 13px
        }

    .simple-table th, .simple-table td {
        padding: 7px 8px
    }
}

.common-add-view .upper-section {
    margin-bottom: 12px
}

.common-add-view .view-form .user-pic {
    margin: 0px auto 16px;
    height: 200px;
    width: 200px;
    background: #f2f2f2 no-repeat center center/cover;
    border-radius: 50%
}

.common-add-view .view-form .company-logo {
    margin: 0 auto 24px;
    width: 220px;
    max-width: 90%;
    display: block
}

.common-add-view .view-form .item-group {
    margin: 24px 0 16px;
    padding: 0px 2px
}

    .common-add-view .view-form .item-group p {
        margin-bottom: 8px
    }

        .common-add-view .view-form .item-group p.title {
            color: #606060;
            font-weight: 600
        }

            .common-add-view .view-form .item-group p.title.error {
                color: #e67817
            }

.common-add-view .view-form .dropdown-toggle {
    padding: 0 24px 0 0;
    /*    width: auto;
    min-width: auto;*/
    width: 100%;
    min-width: 100%;
    height: auto;
    color: #005093;
    background: url(../images/caret-down.svg) no-repeat 100% 55%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .common-add-view .view-form .dropdown-toggle::after {
        display: none
    }

.common-add-view .view-form .dropdown-item img {
    -webkit-filter: none;
    filter: none;
    opacity: 1
}

.common-add-view .view-form .issue-report-img {
    margin: 16px auto 0;
    width: 95%;
    display: block;
    border-radius: 16px;
    -webkit-box-shadow: 0 2px 16px rgba(0,0,0,.08);
    box-shadow: 0 2px 16px rgba(0,0,0,.08)
}

.common-add-view.domestic-reg-view .common-box {
    margin-bottom: 16px;
    padding-bottom: 24px
}

.connection-view .toggle-title {
    position: relative
}

    .connection-view .toggle-title::after {
        height: 24px;
        width: 24px;
        right: 16px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.permission-list .item {
    margin-bottom: 8px
}

    .permission-list .item > * {
        border: 2px solid #ebf1f7;
        border-radius: 8px
    }

.permission-list .check-all {
    padding: 15px;
    background: #fff
}

.permission-list .management {
    margin-left: 12px;
    padding: 10px 20px;
    width: calc(100% - 66px);
    background: rgba(255,255,255,.4);
    color: #005093
}

    .permission-list .management.active {
        background: #fff
    }

    .permission-list .management h5 {
        margin: 0;
        padding: 2px 0;
        width: 205px
    }

    .permission-list .management .management-list {
        margin: 0;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }

        .permission-list .management .management-list li {
            margin-right: 24px;
            padding: 2px 0
        }

            .permission-list .management .management-list li:last-child {
                margin: 0
            }

.permission-list.view-list .management {
    margin: 0;
    width: 100%
}

    .permission-list.view-list .management label, .permission-list.view-list .management input {
        pointer-events: none
    }

.doc-group .doc-photo {
    margin-bottom: 8px;
    padding: 16px;
    height: 280px;
    background: #f5fafa;
    border: 2px dashed #e1e5e6;
    border-radius: 6px;
    position: relative;
    text-align: center
}

    .doc-group .doc-photo.signature-photo {
        height: inherit
    }

    .doc-group .doc-photo .doc-img {
        max-width: 100%;
        max-height: 100%
    }

    .doc-group .doc-photo .doc-pdf {
        height: 100%;
        width: 100%
    }

    .doc-group .doc-photo .no-doc {
        margin-bottom: 10px;
        width: 72px
    }

    .doc-group .doc-photo .btn {
        position: absolute;
        border-radius: 50%;
        border: none;
        background: no-repeat center center/80% auto;
        z-index: 1
    }

        .doc-group .doc-photo .btn.remove {
            width: 24px;
            height: 24px;
            top: 8px;
            right: 8px;
            background-color: #e67817;
            background-image: url(../images/close-icon.svg)
        }

        .doc-group .doc-photo .btn.view, .doc-group .doc-photo .btn.download {
            width: 40px;
            height: 40px;
            bottom: 12px;
            right: 12px;
            background-color: #fff;
            background-image: url(../images/download-theme-icon.svg);
            -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.12);
            box-shadow: 0 1px 8px rgba(0,0,0,.12)
        }

        .doc-group .doc-photo .btn.view {
            right: auto;
            left: 12px;
            background-image: url(../images/view-primary-icon.svg)
        }

    .doc-group .doc-photo .view-all {
        position: absolute;
        right: 12px;
        top: 12px
    }

.doc-group .inner-group {
    height: 100%;
    width: 100%
}

.doc-group .doc-input {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0
}

.doc-group .doc-image {
    display: none;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%
}

.doc-group .uploaded .doc-image {
    display: block
}

.doc-group .uploaded .no-doc-image {
    display: none
}

.modal-open .main-container.document-open {
    -webkit-filter: none;
    filter: none
}

.modal .modal-content.document-modal {
    width: 990px;
    max-width: 95%
}

    .modal .modal-content.document-modal .doc-photo {
        height: 240px
    }

.sign-price {
    min-height: calc(100% - 16px)
}

    .sign-price img {
        margin-bottom: 18px
    }

.price {
    margin: 0px -24px;
    padding: 20px 24px;
    border-top: 2px dashed #e1e5e6
}

.rs-sign {
    position: relative;
    top: .12em
}

@media(min-width: 1200px)and (max-width: 1330px) {
    .common-add-view .view-form .user-pic {
        height: 180px;
        width: 180px
    }

    .permission-list .check-all {
        padding: 12px
    }

    .permission-list .management {
        padding: 7px 16px;
        width: calc(100% - 60px)
    }

        .permission-list .management h5 {
            width: 180px;
            font-size: 16px
        }

        .permission-list .management .management-list li {
            margin-right: 20px
        }

    .proof-list .item {
        flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        max-width: 50%
    }
}

@media(min-width: 992px)and (max-width: 1199px) {
    .common-add-view .view-form .user-pic {
        height: 160px;
        width: 160px
    }

    .permission-list .check-all {
        padding: 12px
    }

    .permission-list .management {
        margin-left: 12px;
        padding: 7px 16px 6px;
        width: calc(100% - 60px)
    }

        .permission-list .management h5 {
            width: 166px;
            font-size: 15px
        }

        .permission-list .management .management-list {
            font-size: 14px
        }

            .permission-list .management .management-list li {
                margin-right: 12px
            }

    .doc-group .doc-photo {
        height: 240px
    }

    .sign-price img {
        margin-bottom: 10px
    }
}

@media(max-width: 991px) {
    .common-add-view .view-form .user-pic {
        height: 160px;
        width: 160px
    }

    .common-add-view .view-form .company-logo {
        width: 180px
    }

    .common-add-view .view-form .item-group {
        margin: 0 0 24px
    }

        .common-add-view .view-form .item-group p {
            margin-bottom: 6px
        }

    .doc-group .doc-photo {
        height: 220px
    }

    .sign-price img {
        margin-bottom: 8px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .permission-list .check-all {
        padding: 10px
    }

    .permission-list .management {
        margin-left: 8px;
        padding: 5px 16px 4px;
        width: calc(100% - 52px)
    }

        .permission-list .management h5 {
            width: 154px;
            font-size: 14px
        }

        .permission-list .management .management-list {
            font-size: 14px
        }

            .permission-list .management .management-list li {
                margin-right: 12px
            }

    .price {
        margin: 0px -20px;
        padding: 16px 20px
    }
}

@media(max-width: 767px) {
    .price {
        margin: 0px -16px;
        padding: 12px 16px
    }
}

@media(max-width: 575px) {
    .common-add-view .view-form .user-pic {
        height: 150px;
        width: 150px
    }

    .common-add-view .view-form .item-group {
        margin: 0 0 14px
    }

        .common-add-view .view-form .item-group p {
            margin-bottom: 4px
        }

    .permission-list .check-all {
        padding: 8px
    }

    .permission-list .management {
        margin-left: 8px;
        padding: 4px 14px 6px;
        width: calc(100% - 48px);
        flex-direction: column;
        -webkit-flex-direction: column
    }

        .permission-list .management h5 {
            width: initial;
            font-size: 14px
        }

        .permission-list .management .management-list {
            margin-bottom: 2px;
            font-size: 14px
        }

            .permission-list .management .management-list li {
                margin-right: 12px
            }
}

.head-block {
    margin-bottom: 24px
}

    .head-block img {
        width: 108px
    }

.connection-form .wizard .step-nav {
    margin: 24px 0
}

    .connection-form .wizard .step-nav a {
        margin-right: 80px;
        width: 32px;
        height: 32px;
        background: transparent;
        line-height: 30px;
        border: 1px solid #8c8c8c;
        position: relative;
        border-radius: 50%;
        pointer-events: none
    }

        .connection-form .wizard .step-nav a::after {
            width: 82px;
            height: 1px;
            left: 100%;
            top: 50%;
            background: #8c8c8c
        }

        .connection-form .wizard .step-nav a.current, .connection-form .wizard .step-nav a.done {
            pointer-events: inherit
        }

            .connection-form .wizard .step-nav a.current:last-child:hover, .connection-form .wizard .step-nav a.current:last-child, .connection-form .wizard .step-nav a.done:hover, .connection-form .wizard .step-nav a.done {
                background: #4cb034;
                border-color: #4cb034;
                color: #fff
            }

                .connection-form .wizard .step-nav a.current:last-child:hover::after, .connection-form .wizard .step-nav a.current:last-child::after, .connection-form .wizard .step-nav a.done:hover::after, .connection-form .wizard .step-nav a.done::after {
                    background: #4cb034
                }

        .connection-form .wizard .step-nav a:last-child::after {
            display: none
        }

        .connection-form .wizard .step-nav a.current:hover, .connection-form .wizard .step-nav a.current {
            background: transparent;
            border-color: #4cb034;
            color: #4cb034
        }

.connection-form .wizard .step {
    display: none
}

    .connection-form .wizard .step.active {
        display: block
    }

.connection-form .payment-details {
    padding: 16px 24px;
    border: 2px dashed #e1e5e6;
    border-radius: 8px
}

.amount-table td:nth-child(2), .amount-table th:nth-child(2) {
    text-align: left
}

.info-popup .dropdown-toggle {
    padding: 0;
    box-shadow: none !important
}

    .info-popup .dropdown-toggle:hover {
        text-decoration: none
    }

    .info-popup .dropdown-toggle::after {
        display: none
    }

.info-popup .dropdown-menu {
    padding: 16px;
    width: 290px
}

    .info-popup .dropdown-menu h3 {
        margin-bottom: 16px
    }

    .info-popup .dropdown-menu .item:not(:last-child) {
        margin-bottom: 12px;
        max-height: 400px
    }

.correction-notes ol {
    padding-left: 16px;
    list-style: decimal
}

    .correction-notes ol li {
        margin-bottom: 12px;
        padding-left: 4px
    }

        .correction-notes ol li:last-child {
            margin-bottom: 0
        }

@media(min-width: 768px)and (max-width: 991px) {
    .connection-form .wizard .step-nav a {
        margin-right: 50px
    }

        .connection-form .wizard .step-nav a::after {
            width: 52px
        }
}

@media(max-width: 767px) {
    .head-block img {
        width: 96px
    }

    .connection-form .wizard .step-nav a {
        margin-right: 30px
    }

        .connection-form .wizard .step-nav a::after {
            width: 32px
        }
}

@media(max-width: 575px) {
    .connection-form .wizard .step-nav ul {
        margin: 20px 0
    }

    .connection-form .wizard .step-nav a {
        margin-right: 16px;
        width: 24px;
        height: 24px;
        font-size: 13px;
        line-height: 22px
    }

        .connection-form .wizard .step-nav a::after {
            width: 18px
        }

    .connection-form .payment-details {
        padding: 12px 16px
    }

        .connection-form .payment-details .dropdown-menu {
            width: 240px;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%)
        }
}
/*# sourceMappingURL=style.css.map */

.navbar {
    /*background: linear-gradient(173deg, #004a89, #1d81a4);*/
    background: linear-gradient(173deg, #265a87, #62a55a);
    border-radius: 0;
}

.login-section {
    animation: none;
    background: url(../images/bg.png);
}

    .login-section .form-block {
        background: rgb(255 255 255 / 75%)
    }

.navbar .navbar-nav .nav-link:hover {
    color: #ffc107 !important;
}
.custom-file-label {
    height: calc(1.5em + 0.50rem + 0px);
    padding: 0.25rem 0.5rem;
    background: #f9f9f9;
}