
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*, 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: "Roboto", sans-serif;
    font-weight: normal;
    color: #333537;
    overflow-x: hidden;
    box-sizing: border-box;
    background-color: #E7E9F5;
    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: #031569
}

::selection {
    color: #ffffff;
    background: #031569
}

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;
}

.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: "Roboto", sans-serif;
        text-transform: uppercase;
        margin-bottom: 0
    }

    .abt-head h6 {
        font-weight: normal;
        font-size: 18px;
        color: #031569;
        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
}
.astric-text-danger {
    color: #E42C51 !important
}
.text-success {
    color: #4AB530 !important
}

.f-book {
    font-family: "Roboto", sans-serif;
}

.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;
}

.Loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url('/assets/Images/cb_loading.GIF') no-repeat center center;
    background-color: rgba(0, 0, 0, 0.3);
}



.btn {
    padding: 7px 18px;
    border-radius: 8px;
    font-size: 16px;
}

    .btn.btn-outline-secondary {
        border: 2px solid #031569;
        color: #031569;
    }

        .btn.btn-outline-secondary:hover {
            background-color: #031569;
            color: #ffffff
        }

    .btn.btn-primary {
        border-color: #031569;
        background-color: #031569;
        color: #fff !important;
        box-shadow: 0 3px 6px rgba(188,188,188,0.16) !important
    }

    .btn.btn-secondary {
        background-color: #D6D5E2;
        border-color: #D6D5E2;
        color: #031569;
        box-shadow: 0 3px 6px rgba(188,188,188,0.16) !important
    }

    .btn.signout-btn {
        background-color: #FF7976;
        border: 1px solid #FF7976;
        color: #fff;
        border-radius: 8px;
        font-size: 14px;
        padding: 9px 33px;
        margin-top: 10px;
    }

    .btn.btn-ternary {
        background-color: #031569;
        border-color: #031569;
        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: #031569
}

.form-control, .form-select {
    height: 42px;
    border-radius: 8px;
    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: #031569;
    padding: 8px 25px;
    border-radius: 8px;
    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 #DBDBDB;
    border-radius: 8px;
    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-check-input[type=checkbox] {
    border-radius: 8px;
    height: 25px;
    width: 25px;
    margin-right: 10px;
}

    /*.form-check-input[type=checkbox]:checked {
        background-color: #ECECEC;
        border-color: #ECECEC;
        background-image: url('../images/check.svg') !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 11px;
    }*/
    .form-check-input[type=checkbox]:checked {
        background-color: #031569;
        border-color: #031569;
        background-image: url('../images/check_white.svg') !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 11px;
    }


    .form-check-input[type=checkbox]:focus {
        box-shadow: none;
        border-color: #000000;
    }

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: #031569 !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-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;
    font-size: 8px;
    top: 50%;
    margin-top: -4px;
}
.breadcrumb-item {
    font-size: 14px;
    color: #2C2C2C !important;
    font-weight: 300
}

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 35px;
        position: relative;
    }

.sidebar {
    z-index: 9999;
    overflow: auto;
    font-family: "Roboto", sans-serif;
    position: fixed;
    width: 100%;
    max-width: 230px;
    min-width: 230px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #031569;
    padding: 23px 20px;
    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;
}

    .sidebar .logo {
        display: inline-block;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .sidebar h3 {
        font-size: 14px;
        color: #ffffff;
        opacity: .25;
        margin-bottom: 15px;
    }

    .sidebar ul {
        display: block;
        width: 100%;
    }

        .sidebar ul li {
            width: 100%;
            opacity: .6;
            padding: 10px 0
        }

            .sidebar ul li a {
                display: block;
                position: relative;
                padding-left: 28px;
                color: #ffffff;
                display: flex;
                align-items: center;
            }

                .sidebar ul li a img {
                    position: absolute;
                    left: 0;
                    width: 17px
                }

            .sidebar ul li:hover, .sidebar ul li.active {
                opacity: 1
            }

.sidebar-login {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 50%;
    max-width: 50%;
    height: 100%;
    background-color: #031569;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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;
        word-wrap: break-word;
    }

    .table tbody tr:nth-child(2n + 2) td {
        background-color: #F4F5F9;
    }
    .table tbody tr td:last-child {
        min-width: 120px;
        width: 120px;
    }

    .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: #0F0F36 !important;
        color: #ffffff !important
    }

.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: #031569;
        color: #ffffff;
        border-color: #031569
    }

.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;
        }

.outer-box-header {
    margin-bottom: 45px;
}

    .outer-box-header p {
        font-size: 16px;
        color: #333537;
        opacity: .86;
        margin-bottom: 0;
        font-family: "Roboto", sans-serif;
    }

.outer-box .btn {
    font-weight: bold;
    font-size: 18px;
    padding: 13px 25px;
    border-radius: 8px;
    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: #031569;
        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: #031569;
        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: #031569
    }

    .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 #031569;
    background: #031569;
    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(218, 221, 236);
    background: -moz-linear-gradient(top, rgba(218, 221, 236,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(218, 221, 236,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(218, 221, 236,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#daddec', endColorstr='#ffffff',GradientType=0 );
    border-radius: 8px 8px 0 0;
}

.white-box {
    background: #fff;
}





/* 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: 70px;
    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;
}

.user-detail .form-label {
    margin-bottom: 2px;
    font-weight: normal;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

.staffMemImg img {
    width: 110px;
    height: 110px;
    border: 1px solid #9F9F9F;
    object-fit: cover;
}

.user-detail {
    box-shadow: 0 1px 3px rgb(0 0 0 / 16%);
    border-radius: 4px;
    padding: 15px;
}

    .user-detail p {
        color: #081839;
        font-weight: 500;
        margin-bottom: 0;
    }

.fileNameBadgeId {
    padding-right: 40px;
    position: relative;
}

    .fileNameBadgeId a {
        position: absolute;
        right: 15px;
        top: 25px;
    }

@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*/

.inputIconOuter .inputIcon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 2px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

.activeSlide {
    background-color: #031569;
}

input:focus + .slider {
    box-shadow: 0 0 1px #031569;
}

.activeSlide:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}
.dataTables_length {
    margin-top: 10px !important;
    margin-left: 20px !important;
}
.swal2-confirm {
    background-color: #031569 !important;
}
.password-eye-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.radioBtnCustom [type="radio"]:checked,
.radioBtnCustom [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .radioBtnCustom [type="radio"]:checked + label,
    .radioBtnCustom [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        .radioBtnCustom [type="radio"]:checked + label:before,
        .radioBtnCustom [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        .radioBtnCustom [type="radio"]:checked + label:after,
        .radioBtnCustom [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 18px;
            height: 18px;
            background: #031569 url(../images/checkIcon.svg) center center no-repeat;
            position: absolute;
            top: 0px;
            left: 0px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .radioBtnCustom [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .radioBtnCustom [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

/** Checkbox **/

.radioBtnCustom input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: 999;
    width: 18px;
    height: 18px;
}

    .radioBtnCustom [type="checkbox"]:checked + label,
    .radioBtnCustom [type="checkbox"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        .radioBtnCustom [type="checkbox"]:checked + label:before,
        .radioBtnCustom [type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 4px;
            background: #fff;
        }

        .radioBtnCustom [type="checkbox"]:checked + label:after,
        .radioBtnCustom [type="checkbox"]:not(:checked) + label:after {
            content: '';
            width: 18px;
            height: 18px;
            background: #031569 url(../images/checkIcon.svg) center center no-repeat;
            position: absolute;
            top: 0px;
            left: 0px;
            border-radius: 4px;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .radioBtnCustom [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .radioBtnCustom [type="checkbox"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.card {
    border-radius: 16px;
}

.answerOptionInput {
    height: 30px;
}

    .answerOptionInput:focus {
        border-bottom: 1px solid #283144 !important;
        box-shadow: none !important;
    }

input.answerOptionInput {
    min-height: 16px !important;
    border-radius: 0px !important;
    font-size: 14px;
    padding-right:15px !important;
}

.rowHover {
    position: relative;
}

    .rowHover > * {
        z-index: 9;
        position: relative;
    }

    .rowHover input.form-control {
        background: transparent;
    }

    .rowHover:hover::before {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background: #f3f4f4;
        content: "";
        border-radius: 5px;
    }

.deleteRow {
    position: absolute;
    bottom: 0px;
    padding: 10px 15px;
    border-top: 1px solid #f3f4f4;
    width: 100%;
    left: 0;
    text-align: right;
}

.card-body.deleteableBox {
    padding-bottom: 60px;
    position: relative;
}

.uploadBox {
    background: #E7E9F5;
    border-radius: 10px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.closeIcon {
    background: #BB2121;
    border-radius: 10px;
    height: 18px;
    width: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    right: 0px;
}

.radioBtnCustom .optionRadioBtnOUter {
    padding-left: 20px !important;
}

.optionRadioBtnOUter span {
    opacity: 0;
    width: 1px;
    display: flex;
}

.textLimit {
    color: rgb(188 187 201);
    font-size: 11px;
}

.breadcrumb-item a img {
    vertical-align: text-top;
}

table.dataTable tbody th, table.dataTable tbody td {
    word-break: break-word;
}
#maxoptvalue {
    font-size: 11px;
    margin-left: 5px;
}
/*.ck-reset_all :not(.ck-reset_all-excluded *), .ck.ck-reset, .ck.ck-reset_all {
    word-break: break-all !important;
}*/

ul.list-disc-style {
    list-style-type: disc;
    padding-left: 30px;
}
    ul.list-disc-style li {
        margin:0 0 5px
    }

.typeBlogBox {
    background: #f5f7ff;
    padding: 10px;
    border: 1px solid #e6e8f2;
    border-radius: 8px;
    margin-bottom: 15px;
}

.btnIconsGroup {
    display: flex;
    justify-content:space-between;
    margin-bottom:5px
}

    .btnIconsGroup a img {
        width: 26px;
    }

.addMoreOp{ font-size:11px; display:inline-block; margin-top:5px}
.questionBtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.blogsBox {
    background: #fff;
    padding: 0;
}

.blogTypeBox {
    background: #fff;
    width: 100%;
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 6px;
    border-radius: 8px;
    font-weight: bold;
}