

@font-face {
    font-family: 'proxima_novablack';
    src: url('proxima_nova_black-webfont.woff2') format('woff2'), url('proxima_nova_black-webfont.woff') format('woff'), url('proxima_nova_black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'proxima_novabold';
    src: url('../fonts/proxima_nova_bold-webfont.woff2') format('woff2'), url('../fonts/proxima_nova_bold-webfont.woff') format('woff'), url('../fonts/proxima_nova_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'proxima_novaextrabold';
    src: url('../fonts/proxima_nova_extrabold-webfont.woff2') format('woff2'), url('../fonts/proxima_nova_extrabold-webfont.woff') format('woff'), url('../fonts/proxima_nova_extrabold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'proxima_novathin';
    src: url('../fonts/proxima_nova_thin-webfont.woff2') format('woff2'), url('../fonts/proxima_nova_thin-webfont.woff') format('woff'), url('../fonts/proxima_nova_thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'proxima_novalight';
    src: url('../fonts/proximanova-light-webfont.woff2') format('woff2'), url('../fonts/proximanova-light-webfont.woff') format('woff'), url('../fonts/proximanova-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'proxima_novaregular';
    src: url('../fonts/proximanova-regular-webfont.woff2') format('woff2'), url('../fonts/proximanova-regular-webfont.woff') format('woff'), url('../fonts/proximanova-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'proxima_novasemibold';
    src: url('../fonts/proximanova-semibold-webfont.woff2') format('woff2'), url('../fonts/proximanova-semibold-webfont.woff') format('woff'), url('../fonts/proximanova-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*, html {
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'proxima_novaregular';
    font-weight: normal;
    color: #333537;
    overflow-x: hidden;
    box-sizing: border-box;
    background-color: #F4F5F9;
    font-size: 16px
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

::-moz-selection {
    color: #ffffff;
    background: #110358
}

::selection {
    color: #ffffff;
    background: #110358
}

h1, .white-box h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    margin-right: auto;
}

body.inner {
    padding-left: 230px;
    transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

body.menu-clicked {
    padding-left: 0
}

.menu-clicked .sidebar {
    left: -100%
}

.menu-clicked .header, .menu-clicked .footer {
    padding-left: 25px
}

.menu-clicked .main-body .content {
    padding-left: 25px
}

body.outer {
    padding-left: 50%;
    background-color: #ffffff;
    background-image: url(../images/login-bg1.svg);
    background-position: bottom -170px right -120px;
    background-repeat: no-repeat;
    background-size: 320px;
}

.white-box {
    flex: 1 1 auto;
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    min-height: 100%
}

.light-box {
    flex: 1 1 auto;
    width: 100%;
    background-color: #F4F5F9;
    border-radius: 8px;
    padding: 20px;
    min-height: 100%
}

.white-box-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px 16px;
    margin: -20px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 20px;
}

    .white-box-header h1 {
        padding: 10px 0;
    }

.abt-head {
    text-align: right;
}

    .abt-head p {
        font-size: 12px;
        color: #333537;
        font-family: 'Messina Sans Book';
        text-transform: uppercase;
        margin-bottom: 0
    }

    .abt-head h6 {
        font-weight: normal;
        font-size: 18px;
        color: #110358;
        margin-bottom: 0
    }

.semi-bold {
    font-weight: 600;
}

.c-pointer {
    cursor: pointer;
}

.f-13 {
    font-size: 13px;
}

.op-70 {
    opacity: 0.7
}

.f-normal {
    font-weight: normal;
}

.f-light {
    font-weight: 300;
}

.color-1 {
    color: #000000
}

.mw-75 {
    min-width: 75px;
}

.text-danger {
    color: #E42C51 !important
}

.text-success {
    color: #4AB530 !important
}

.f-book {
    font-family: 'Messina Sans Book';
}

.btn:hover, .btn:focus, .btn:active, button:hover, button:focus, button:active {
    outline: none;
    box-shadow: none !important;
    opacity: .85
}

.btn.mw105 {
    min-width: 105px;
    text-align: center;
}

.btn {
    padding: 6px 18px;
    border-radius: 5px;
    font-size: 16px;
}

    .btn.btn-outline-secondary {
        border: 2px solid #40CADE;
        color: #fff;
        background: #40CADE;
    }

        .btn.btn-outline-secondary:hover {
            background-color: #40CADE;
            color: #fff
        }

    .btn.btn-primary {
        border-color: #EE8E22;
        color: #fff !important;
        box-shadow: 0 3px 6px rgba(188,188,188,0.16) !important;
        background: #f9b051;
        background: -moz-linear-gradient(left, #f9b051 0%, #f88d01 100%);
        background: -webkit-linear-gradient(left, #f9b051 0%,#f88d01 100%);
        background: linear-gradient(to right, #f9b051 0%,#f88d01 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b051', endColorstr='#f88d01',GradientType=1 );
    }




    .btn.btn-secondary {
        background: #70e8f9;
        background: -moz-linear-gradient(left, #70e8f9 0%, #05c3dd 100%);
        background: -webkit-linear-gradient(left, #70e8f9 0%,#05c3dd 100%);
        background: linear-gradient(to right, #70e8f9 0%,#05c3dd 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70e8f9', endColorstr='#05c3dd',GradientType=1 );
        border-color: #70E8F9;
        color: #fff;
        box-shadow: 0 3px 6px rgba(188,188,188,0.16) !important
    }

    .btn.signout-btn {
        background-color: #EE8E22;
        border: 1px solid #EE8E22;
        color: #fff;
        border-radius: 4px;
        font-size: 14px;
        padding: 9px 33px;
        margin-top: 10px;
    }

    .btn.btn-ternary {
        background-color: #110358;
        border-color: #110358;
        color: #ffffff;
        padding: 5px 20px;
        font-size: 14px;
        box-shadow: 0 3px 6px rgba(188,188,188,0.16) !important
    }

    .btn.btn-success {
        background-color: #4AB530;
        border-color: #4AB530;
        color: #ffffff;
    }

    .btn.btn-danger {
        background-color: #E42C51;
        border-color: #E42C51;
        color: #ffffff;
    }

    .btn.radius-btn {
        border-radius: 50px;
        padding: 4px 15px;
    }

form {
    width: 100%
}

.form-control:focus, .form-select:focus {
    box-shadow: none;
    border-color: #110358
}

.form-control, .form-select {
    height: 42px;
    border-radius: 5px;
    border: 1px solid #CDD9D7;
    font-size: 15px;
    padding: 8px 15px;
}

.form-label {
    margin-bottom: 3px;
    font-weight: 600;
}

.upload-btn {
    position: relative;
}

.profile-pic-box {
    display: inline-block;
    text-align: center;
}

.upload-btn {
    background-color: #F9F9F9;
    border: 1px solid #EBEBEB;
    font-size: 14px;
    color: #110358;
    padding: 8px 25px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(188,188,188,.16)
}

    .upload-btn input {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        cursor: pointer;
    }

.profile-pic-box img {
    height: 98px;
    width: 98px;
    border-radius: 100%;
    object-fit: cover;
    margin-bottom: 17px;
}

.form-control::placeholder, .form-control .placeholder {
    color: rgba(51,53,55,.63)
}

.show-item .form-select {
    min-width: 75px;
}

.serachbar {
    flex: 0 0 224px;
    max-width: 224px;
}

.search-input {
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-image: url('../images/search-icon.svg');
    padding-right: 40px;
}

.outer-box .form-control {
    height: 52px;
    padding: 18px 22px;
    border: 1px solid #0D0653;
    border-radius: 5px;
    padding-left: 55px;
    background-repeat: no-repeat;
    color: #000000
}

    .outer-box .form-control::placeholder {
        color: rgba(0,0,0,0.5);
        font-size: 16px;
    }

.form-control.input-email { /*background-image: url('../images/input-email.svg');*/
    background-position: left 22px center;
}

.form-control.input-password { /*background-image: url('../images/input-password.svg');*/
    background-position: left 20px center;
}

.form-check-input[type=checkbox] {
    border-radius: 5px;
    height: 25px;
    width: 25px;
    margin-right: 10px;
}

    .form-check-input[type=checkbox]:checked {
        background-color: #24C2D8;
        border-color: #24C2D8;
        background-image: url('../images/check.svg') !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 11px;
    }

    .form-check-input[type=checkbox]:focus {
        box-shadow: none;
        border-color: none;
    }

textarea.form-control {
    height: 90px;
    resize: none;
}

    textarea.form-control.large {
        height: 115px;
    }

    textarea.form-control.large-2 {
        height: 122px;
    }

.form-control.upload-file {
    background-image: url('../images/attachments.svg');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right 15px center;
    padding-right: 35px;
    position: relative;
}

    .form-control.upload-file input {
        opacity: 0;
        position: absolute;
        z-index: 9;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        cursor: pointer;
    }

.form-check-input[type=radio] {
    height: 21px;
    width: 21px;
    min-height: 21px;
    min-width: 21px;
    border: 1px solid #BBBBBB;
    margin-right: 10px;
    margin-top: 0
}

    .form-check-input[type=radio]:checked {
        background-color: transparent;
        border-color: #110358 !important;
        background-image: url('../images/checkedradio.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 13px;
        box-shadow: none;
    }

select, option {
    font-family: 'Messina Sans', sans-serif;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #F4F5F9;
}

.form-control.date-icon {
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 21px auto;
    background-image: url('../images/date-icon.svg');
    padding-right: 50px;
}

.form-control.location-icon {
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px auto;
    background-image: url('../images/location_icon.svg');
    padding-right: 50px;
}

.form-check.custom input[type=checkbox] {
    border-radius: 0;
    border: 1px solid #707070;
}

    .form-check.custom input[type=checkbox]:checked {
        background-color: #ffffff
    }

.form-check-input[type=checkbox] {
    margin-top: 0
}

.checkbox-example {
    position: relative;
    width: 106px;
    height: 28px;
    cursor: pointer;
}

input[type="checkbox"].checkbox-toggle {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}

label.checkbox-toggle-label span.on {
    position: absolute;
    top: 3px;
    right: auto;
    left: 8px;
    color: #ffffff;
    display: none;
    cursor: pointer;
}

label.checkbox-toggle-label span.off {
    position: absolute;
    top: 3px;
    right: 8px;
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
}

label.checkbox-toggle-label:before {
    cursor: pointer;
    content: '';
    background: #BB2121;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 60px;
}

label.checkbox-toggle-label:after {
    cursor: pointer;
    content: '';
    position: absolute;
    top: 0;
    width: 19px;
    height: 19px;
    background: #ffffff;
    transition: 0.1s ease-in;
    border-radius: 100%;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

input.checkbox-toggle {
    visibility: hidden;
}

    input.checkbox-toggle:checked + label.checkbox-toggle-label:after {
        opacity: 1;
        background: #ffffff;
        left: auto;
        right: 20px;
    }

    input.checkbox-toggle:checked + label.checkbox-toggle-label:before {
        background: #06A20B;
        border: 0;
        width: 91px;
    }

    input.checkbox-toggle:checked + label.checkbox-toggle-label span.on {
        display: inline-block;
    }

    input.checkbox-toggle:checked + label.checkbox-toggle-label span.off {
        display: none;
    }

.header {
    background-color: #ffffff;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    padding: 7px 25px 7px 30px;
    font-size: 15px;
    z-index: 999
}

    .header .dropdown-toggle:after {
        border: 0;
        display: inline-block;
        width: 10px;
        height: 6px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 9px;
        background-image: url('../images/dropdown-arrow.svg');
        vertical-align: middle;
    }

    .header .menu-btn {
        display: inline-block;
        cursor: pointer;
    }

        .header .menu-btn img {
            display: block;
        }

    .header .profile-img {
        height: 36px;
        width: 36px;
        border-radius: 100%;
        object-fit: cover;
        margin-right: 8px;
        display: inline-block;
    }

    .header .dropdown-menu {
        transform: none !important;
        top: 100% !important;
        margin-top: 15px !important;
        left: auto !important;
        right: -15px !important;
        min-width: 200px;
        border-radius: 6px;
        border: 0;
        box-shadow: 0 17px 22px rgb(0 0 0 / 11%);
        padding: 15px 10px 25px 10px
    }

        .header .dropdown-menu h5 {
            font-size: 18px;
            font-weight: 300;
            color: #000000;
            margin-bottom: 15px;
        }

        .header .dropdown-menu ul li a {
            border-radius: 4px;
            padding: 8px 10px;
            display: flex;
            align-items: center;
            padding-left: 37px;
            position: relative;
            font-size: 16px;
            font-weight: 300;
            color: #333537
        }

        .header .dropdown-menu ul li.active a {
            background-color: #5C5D5E;
            color: #ffffff
        }

        .header .dropdown-menu ul li a svg {
            position: absolute;
            left: 10px;
        }

        .header .dropdown-menu:before {
            content: '';
            height: 12px;
            width: 12px;
            display: inline-block;
            background-color: #ffffff;
            border-radius: 3px;
            position: absolute;
            top: -5px;
            transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            right: 12px;
        }

.breadcrumb {
    margin-bottom: 12px;
}

.breadcrumb-item + .breadcrumb-item:before {
    float: none;
    padding-right: 0;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    display: inline-block;
    position: absolute;
    left: 14px;
    opacity: 0.6
}

.breadcrumb-item {
    font-size: 13px;
    color: #2C2C2C !important;
    font-weight: 300
}

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 35px;
        position: relative;
    }

.sidebar {
    z-index: 9999;
    overflow: auto;
    font-family: 'proxima_novaregular';
    position: fixed;
    width: 100%;
    max-width: 230px;
    min-width: 230px;
    height: 100%;
    top: 0;
    left: 0;
    padding: 23px 0;
    transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: #40d9ef;
    background: -moz-linear-gradient(top, #40d9ef 0%, #006e7d 98%);
    background: -webkit-linear-gradient(top, #40d9ef 0%,#006e7d 98%);
    background: linear-gradient(to bottom, #40d9ef 0%,#006e7d 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40d9ef', endColorstr='#006e7d',GradientType=0 );
}

    .sidebar .logo {
        display: inline-block;
        margin: 0 auto;
        margin-bottom: 40px;
        padding: 0 16px;
    }

    .sidebar h3 {
        font-size: 14px;
        color: #ffffff;
        opacity: .60;
        margin-bottom: 15px;
        padding: 0 16px;
    }

    .sidebar ul {
        display: block;
        width: 100%;
    }

        .sidebar ul li {
            width: 100%;
            opacity: .8;
            padding: 10px 15px
        }

            .sidebar ul li a {
                display: block;
                position: relative;
                padding-left: 26px;
                color: #ffffff;
                display: flex;
                align-items: center;
                font-size: 15px;
            }

                .sidebar ul li a img {
                    position: absolute;
                    left: 0;
                    width: 17px
                }

            .sidebar ul li:hover, .sidebar ul li.active {
                opacity: 1;
                background: rgba(247, 247, 247, 0.3);
            }

.sidebar-login {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 50%;
    max-width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #54e6fb;
    background: -moz-linear-gradient(top, #54e6fb 0%, #00a8bf 100%);
    background: -webkit-linear-gradient(top, #54e6fb 0%,#00a8bf 100%);
    background: linear-gradient(to bottom, #54e6fb 0%,#00a8bf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54e6fb', endColorstr='#00a8bf',GradientType=0 );
}

.main-body {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

    .main-body .content {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
        padding: 13px 25px 5px 30px;
    }

body.outer .main-body .content {
    padding: 30px
}

body.outer .footer {
    padding: 15px 30px
}

.table-searchbar {
    padding-bottom: 10px;
}

.table {
    font-size: 14px;
}

    .table tr td {
        color: #333537;
        background-color: #ffffff;
        box-shadow: none;
    }

    .table tbody tr:nth-child(2n + 2) td {
        background-color: #F4F5F9;
    }

    .table th, .table td {
        padding: 11px 15px;
        vertical-align: middle;
    }

    .table tbody tr td:first-child, .table thead tr th:first-child {
        padding: 10px 30px;
        width: 5%
    }

    .table th {
        background-color: #333537;
        color: #ffffff
    }

.numbers-pag {
    font-size: 14px;
    opacity: .63;
    padding: 15px 0;
}

.pagination .page-link {
    font-size: 14px;
    color: #333537;
    padding: 8px 15px;
    border-radius: 4px;
    background-color: #F0EFF3;
    border-color: #F0EFF3
}

    .pagination .page-link:focus {
        box-shadow: none;
    }

.pagination .page-item {
    padding: 0 2px;
}

    .pagination .page-item:first-child {
        margin-right: 14px;
    }

        .pagination .page-item:first-child .page-link {
            padding: 8px 20px;
            border: 1px solid #D2D2D2;
            background-color: #ffffff
        }

    .pagination .page-item:last-child {
        margin-left: 14px;
    }

        .pagination .page-item:last-child .page-link {
            padding: 8px 20px;
            border: 1px solid #D2D2D2;
            background-color: #ffffff
        }

    .pagination .page-item[aria-current="page"] a, .pagination .page-item.active a {
        background-color: #110358 !important;
        color: #ffffff;
        border-color: #110358 !important;
    }

.table > :not(caption) > * > * {
    border-bottom-width: 0px;
}

.td-v-top td {
    vertical-align: top;
}

.table .btn {
    font-size: 14px;
}

.outer-box {
    margin: auto;
    width: 100%;
    max-width: 400px;
    color: #000000
}

    .outer-box h1 {
        font-size: 32px;
        margin-bottom: 0;
        padding-bottom: 15px;
    }

        .outer-box h1 span {
            font-size: 22px;
            display: block;
            margin-bottom: 10px;
            font-weight: normal;
        }

.outer-box-header {
    margin-bottom: 45px;
}

    .outer-box-header p {
        font-size: 16px;
        color: #333537;
        opacity: .86;
        margin-bottom: 0;
        font-family: 'Messina Sans Book';
    }

.outer-box .btn {
    font-weight: bold;
    font-size: 18px;
    padding: 13px 25px;
    border-radius: 5px;
    color: #000000
}

.modal {
    z-index: 9999
}

    .modal .btn:not(.normal) {
        font-weight: bold;
        font-size: 18px;
        padding: 13px 35px;
        border-radius: 5px;
        color: #000000
    }

.modal-small .modal-body {
    padding: 40px 20px;
}

.modal-small .modal-footer {
    padding: 10px 20px 40px;
}

.modal-small h3 {
    font-size: 24px;
    color: #000000
}

.modal-small .modal-icon {
    margin-bottom: 40px;
}

.modal-small p {
    opacity: .68;
    font-size: 18px;
}

.modal-small .modal-dialog {
    max-width: 420px;
}

.modal .modal-content {
    border-radius: 0;
    border: 0;
}

.modal-header {
    border: 0;
    background: #F4F5F9;
    padding: 18px 30px;
}

    .modal-header h5 {
        color: #110358;
        font-size: 20px;
    }

.modal-dialog {
    max-width: 600px
}

.medium-modal .modal-body {
    padding: 20px 30px 40px;
}

.popover {
    z-index: 999999
}

.medium-modal.custom .modal-dialog {
    max-width: 550px
}

.view-list {
    display: block;
    margin-bottom: 20px;
}

    .view-list li {
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #F1F1F1;
        color: #000000;
        font-size: 16px;
    }

        .view-list li:first-child {
            padding-top: 0
        }

.video-mini {
    min-width: 34px;
    min-height: 34px;
    height: 34px;
    width: 34px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

    .video-mini img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .video-mini .playbtn {
        padding: 0;
        background-color: transparent;
        border: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 9
    }

    .video-mini:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: #110358;
        opacity: 0.36;
        z-index: 8;
        left: 0;
        top: 0;
    }

.white-box .nav-tabs {
    margin: 0 -20px;
}

.nav-tabs {
    border-bottom: 1px solid #333537;
    padding: 0 20px;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        border-color: #333537 #333537 #ffffff;
        color: #110358
    }

    .nav-tabs .nav-link {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        background: #333537;
        color: #ffffff;
        margin-right: 7px;
        padding: 8px 35px;
        border: 1px solid #333537;
    }

        .nav-tabs .nav-link:not(.active):focus, .nav-tabs .nav-link:not(.active):hover {
            border: 1px solid #333537;
        }

.tab-content {
    padding: 15px 0
}

.ui-datepicker .ui-widget-header {
    border: 1px solid #110358;
    background: #110358;
    color: #ffffff;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    filter: invert(1);
}

.ui-datepicker .ui-state-active, .ui-datepicker .ui-widget-content .ui-state-active, .ui-datepicker .ui-widget-header .ui-state-active, .ui-datepicker a.ui-button:active, .ui-datepicker .ui-button:active, .ui-datepicker .ui-button.ui-state-active:hover {
    border: 1px solid #f0cc26;
    background: #f0cc26;
}

.footer {
    padding: 15px 25px 15px 30px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #000000
}

    .footer p {
        margin-bottom: 0;
        font-weight: 300;
    }

        .footer p + p {
            margin-top: 5px;
        }

/*03-09-2021*/
.abt-head-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -30px
}

    .abt-head-list li {
        border-right: 1px solid #E3E3E3;
        padding: 5px 30px
    }

        .abt-head-list li:last-child {
            border-right: 0
        }

.form-control.mini-inp {
    min-width: 52px;
    width: 52px;
}

.cose_country {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

    .cose_country.closeoption {
        position: relative;
    }

.thiscloseoption {
    width: 25px;
    height: 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    float: right;
    border-radius: 50px;
    background: #ddd;
    text-align: center;
    line-height: 25px;
    margin-top: 9px;
}


/* 10-09-2021 */
.ml-4.editprofile {
    margin-left: 30px;
}

.fields_box strong {
    display: block;
    clear: both;
    padding-bottom: 14px;
    border-bottom: solid 1px #eee;
}

.reniew {
    margin-left: auto;
    margin-right: 0;
    float: right;
    margin-bottom: -30px;
    position: relative;
    z-index: 1;
}

    .reniew + ul {
        clear: both;
    }

.modal-lg-large.modal-small .modal-dialog {
    max-width: 600px;
}

    .modal-lg-large.modal-small .modal-dialog p {
        font-size: 18px;
        color: #000;
        font-weight: 400;
        opacity: 0.8;
    }

        .modal-lg-large.modal-small .modal-dialog p strong {
            font-size: 20px;
        }


/* 13-09-2021 */
.video_cells {
    border-right: solid 1px #ddd;
    padding-right: 40px;
}

.cost_cells {
    padding-left: 40px;
}

.videoupload_box {
}

.videoupload_row {
    display: flex;
    width: 100%;
    align-items: flex-start;
    position: relative;
    margin-bottom: 10px;
}

    .videoupload_row [class*="cell"] {
        flex-grow: 1;
    }

.cell_1 {
    width: 60%;
}

.cell_2 {
    margin-left: 1rem;
}

.closeThisRow {
    display: block;
    position: absolute;
    right: -21px;
    top: 12px;
    width: 18px;
    height: 18px;
    background: #EB8D8D url(../../assets/images/close.svg) 5px 5px no-repeat;
    border-radius: 50px;
    margin-left: 4px;
    cursor: pointer;
}

    .closeThisRow:hover {
        background-color: #CF5757;
    }

.cose_country .closeThisRow {
    margin-top: 15px;
}

.addbtnlink {
    float: right;
    color: #F0CC26;
    margin-top: 4px;
    font-size: 14px;
}

.cose_country__outer {
    padding-right: 40px;
    display: block;
    width: 100%;
}

.videoupload_row select,
.cose_country select {
    padding-right: 30px;
}

.borderRadius {
    border-radius: 10px !important;
}





.white-box-header {
    background: rgb(221,217,241);
    background: -moz-linear-gradient(top, rgba(221,217,241,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(221,217,241,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgb(217, 241, 244) 0%,rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd9f1', endColorstr='#ffffff',GradientType=0 );
    border-radius: 8px 8px 0 0;
}

/*.white-box{ 
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 48%, rgba(255,255,255,0) 100%); 
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 48%,rgba(255,255,255,0) 100%); 
background: linear-gradient(to bottom,  rgba(255,255,255,1) 48%,rgba(255,255,255,0) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );

 }*/
.white-box {
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 48%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 48%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 48%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

body {
    background-image: url(../images/admin_bg1.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}



.dashboardIcon {
    width: 40px;
    height: 40px;
}


.dashboardMap {
    height: 55vh;
}

    .dashboardMap iframe {
        border-radius: 10px;
        margin-top: 20px;
    }

.form-label small {
    color: #666;
    font-weight: normal;
    font-size: 12px;
}

:focus {
    outline: none;
}

.mr-3 {
    margin-right: 15px;
}

.downloadBtn {
    padding: 3px 10px 8px 10px !important;
}


/* Dashboard Start*/

.overviewlinks .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 12px;
    border: 0;
    background: #fff;
    box-shadow: 0 10px 10px rgb(0 0 0 / 2%);
    border: solid 1px rgba(0, 0, 0, 0.1);
}

    .overviewlinks .card:hover {
        box-shadow: 0 10px 10px rgb(0 0 0 / 3%);
        border: solid 1px #F0CC26;
    }

.overviewlinks .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 25px;
}

.overviewlinks .card-body-icon {
    float: left;
    font-size: 28px;
    width: 70px;
    height: 70px;
    background: #000;
    border-radius: 14px;
    text-align: center;
    line-height: 65px;
    color: #fff;
    margin-right: 20px;
}

.overviewlinks [class*='col-']:nth-of-type(1) .card-body-icon {
    background: #9694ff;
}

.overviewlinks [class*='col-']:nth-of-type(2) .card-body-icon {
    background: #57caeb;
}

.overviewlinks [class*='col-']:nth-of-type(3) .card-body-icon {
    background: #5ddab4;
}

.overviewlinks [class*='col-']:nth-of-type(4) .card-body-icon {
    background: #ff7976;
}

.overviewlinks [class*='col-']:nth-of-type(5) .card-body-icon {
    background: #d194ff;
}

.overviewlinks [class*='col-']:nth-of-type(6) .card-body-icon {
    background: #57eb92;
}

.overviewlinks [class*='col-']:nth-of-type(7) .card-body-icon {
    background: #c9db64;
}

.overviewlinks [class*='col-']:nth-of-type(8) .card-body-icon {
    background: #ffd576;
}

.overviewlinks [class*='col-']:nth-of-type(9) .card-body-icon {
    background: #ff94d4;
}

.overviewlinks [class*='col-']:nth-of-type(10) .card-body-icon {
    background: #7b79eb;
}

.overviewlinks [class*='col-']:nth-of-type(11) .card-body-icon {
    background: #6c9ee9;
}

.overviewlinks [class*='col-']:nth-of-type(12) .card-body-icon {
    background: #5ae6ed;
}

.overviewlinks .d-heading {
    display: block;
    color: #888;
    font-size: 16px;
    line-height: normal;
    padding-top: 5px;
}

    .overviewlinks .d-heading span {
        display: block;
        font-size: 30px;
        font-weight: 700;
        color: #222;
        margin-top: 5px;
    }

.overviewlinks .h-100 {
    height: 100% !important;
}

@media screen and (max-width: 1400px) {
    .overviewlinks .card-body-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .overviewlinks .d-heading {
        padding-top: 0;
    }

        .overviewlinks .d-heading span {
            margin-top: 2px;
        }
}

/* Dashboard End*/

.fas {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.posRel {
    position: relative;
}

.iconsInput {
    position: absolute;
    top: 13px;
    left: 18px;
    z-index: 99;
}

.whiteBlog {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 15px #e6e6e6;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.productImg {
    margin-bottom: 10px;
}

.proImg {
    height: 140px
}

.proText {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.image-container {
    position: relative;
    width: 100%;
    height: auto;
}

.img {
    width: 100%;
    height: auto;
}

.img-overlay {
    position: fixed;
    top: 90px;
    max-height: 80%;
    left: 50%;
    transform: translate(-50%, 0) scale(0, 0);
    z-index: 10;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    transition: all .3s ease;
}

.overlay-dark {
    top: 0;
    position: fixed;
    background-color: white;
    opacity: .9;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
}

.get-code {
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    padding-right: 10px !important;
    padding-bottom: 25px !important;
}

#container-git {
    height: 70px;
    display: inline-block;
    max-width: 400px;
}

.name-git {
    position: relative;
    top: 8px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.bio-git {
    position: relative;
    float: left;
    padding-left: 10px;
    padding-bottom: 6px;
    top: 8px;
    font-size: 13px;
    color: grey;
}

@media (min-width: 576px) {

    .jumbotron {
        width: 100%;
        height: 440px;
        background-color: transparent;
    }

    .get-code {
        display: inline-block;
        background-color: #fff;
        border-radius: 5px;
        padding-right: 30px !important;
        padding-bottom: 15px !important;
    }

    #container-git {
        height: 118px;
        display: inline-block;
        max-width: 400px;
    }

    .name-git {
        position: relative;
        top: 8px;
        font-size: 16px;
        font-weight: bold;
    }

    .bio-git {
        position: relative;
        float: none;
        top: 8px;
        font-size: 15px;
        color: grey;
        padding-left: 0;
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d51515;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #3dd4ea;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
}
.ulbackgroundColor {
    background: #877e7226;
    padding: 5px;
}
.ui-state-highlight {
    height: 2.5em;
    line-height: 1.2em;
}
   
.CoustomCSS {
    padding: 6px;
    margin-bottom: 6px;
}
.iconMenu {
    width: 22px;
    margin-right: 5px;
}

.radioBkog label {
    font-size: 14px;
    font-weight: 500 !important
}
.fontCart {font-size:16px !important;margin-bottom:4px !important; font-weight:600 !important}

.radioBkog {
    float: left; width:120px;
    margin-right: 18px;
}



.table.cartList tbody tr:nth-child(2n+2) td {
    background-color: #fff; border-top:1px solid #ccc;
}

/*.table.cartList tbody tr td:first-child, .table thead tr th:first-child{ padding:5px !important}*/
.pac-item:hover {
    cursor: pointer;
}

.pac-item:hover {
    background: #c7c7c7 !important;
}