
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&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: 'Manrope', sans-serif;
    font-weight: normal;
    color: #333537;
    overflow-x: hidden;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 16px; font-weight: 500;
}

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: #36a9e1
}

::selection {
    color: #ffffff;
    background: #36a9e1
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #CFD2D3 !important;
}


h1, .white-box h2 {
    /*font-size: 24px;*/
    /*font-weight: 600;*/
    margin: 0;
    margin-right: auto;
}

body.inner {
    padding-left: 290px;
    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: 0;
    min-height: 250px; 
}

.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: 0px;
    margin: 0px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 20px;
}

    .white-box-header h1 {
        padding: 10px 0;
    }

        .white-box-header h1 span {
            color: #828282;
        }







h1{ font-size: 26px; font-weight: 700; }
h2{ font-size: 20px; font-weight: 700; }
h3{ font-size: 18px; font-weight: 700; }
h4{ font-size: 17px; font-weight: 700; }
h5{ font-size: 16px; font-weight: 700; }
h6{ font-size: 15px; font-weight: 500; }




.abt-head {
    text-align: right;
}

    .abt-head p {
        font-size: 12px;
        color: #333537;
        text-transform: uppercase;
        margin-bottom: 0
    }

    .abt-head h6 {
        font-weight: normal;
        font-size: 18px;
        color: #36a9e1;
        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
}


.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: 7px 18px;
    border-radius: 5px;
    font-size: 16px; font-weight: 500;
}

    .btn.btn-outline-secondary {
        border: 2px solid #36a9e1;
        color: #36a9e1;
    }

        .btn.btn-outline-secondary:hover {
            background-color: #36a9e1;
            color: #ffffff
        }
        .btn + .btn{ margin-left: 10px; }

    .btn.btn-primary {
        border-color: #36a9e1;
        background-color: #36a9e1;
        color: #fff;
        box-shadow: 0 3px 6px rgba(188,188,188,0.16) !important
    }

    .btn.btn-secondary {
        background: #E6EAED;
    color: #1F1F1F;
    border-color: #E6EAED;
    }

    .normalBtn
    {
        background-color: #fff !important;
        border-color: #CFD2D3;
        color: #36a9e1 !important;
        box-shadow: 0 3px 6px rgba(188,188,188,0.16) !important
    }

    .tableBtn{ background: #36a9e1; border-radius: 30px; padding: 4px 12px; font-size: 12px; color: #fff;}
    .tableBtn:hover,  .tableBtn:focus{ background: #36a9e1; border-radius: 30px; padding: 4px 12px; font-size: 12px; color: #fff;}

    .btn.signout-btn {
        background-color: #88DB72;
        border: 1px solid #88DB72;
        color: #fff;
        border-radius: 4px;
        font-size: 14px;
        padding: 9px 33px;
        margin-top: 10px;
    }

    .btn.btn-ternary {
        background-color: #36a9e1;
        border-color: #36a9e1;
        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;
    }

.btn-primary-outline {
    border: 1px solid #36a9e1;
    color: #36a9e1;
    border-radius: 5px;
    padding: 5px 15px;
}

    .btn-primary-outline:hover {
        background: #36a9e1;
        color: #fff;
    }

form {
    width: 100%
}

.form-control:focus, .form-select:focus {
    box-shadow: none;
    border-color: #36a9e1
}

.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: #36a9e1;
    border: 1px solid #36a9e1;
    font-size: 14px;
    color: #fff;
    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: 15px;
}

.outer-box .form-control {
    height: 52px;
    padding: 18px 22px;
    border: 1px solid #CFD2D3;
    border-radius: 5px;
    padding-left: 15px;
    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: 5px;
    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]: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: #36a9e1 !important;
        background-image: url('../images/checkedradio.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 13px;
        box-shadow: none;
    }

.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: 15px 25px 15px 30px;
    font-size: 15px;
    z-index: 999;    border-bottom: solid 1px #E6EAED;

}

    .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: 14px;
    color: #2C2C2C !important;
    font-weight: 300
}

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 35px;
        position: relative;
    }

.sidebar {
    z-index: 100;
    overflow: auto;
    position: fixed;
    width: 100%;
    max-width: 290px;
    min-width: 290px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #36a9e1;
    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;
    }
    .d-icon{ width: 70px; height: 70px; background: #fff; border-radius: 50%; font-size: 26px; display: inline-flex; align-items: center; justify-content: center; }
.card{ background: #E6EAED;
    border: 0; }
    .card h3{ font-weight: 600; }
    .sidebar ul {
        display: block;
        width: 100%;
    }

        .sidebar ul li {
            width: 100%;
            opacity: .9;
            padding: 10px 15px;
            margin-bottom: 5px;
        }

            .sidebar ul li a {
                display: block;
                position: relative;
                padding-left: 28px;
                color: #ffffff;
                display: flex;
                align-items: center;
                font-weight: 400;
            }

                .sidebar ul li a i {
                    position: absolute;
                    left: 0;
                    width: 17px
                }

            .sidebar ul li.active a {
                font-weight: 500;
            }

            .sidebar ul li:hover, .sidebar ul li.active {
                opacity: 1;
                background: rgba(0, 0, 0, 0.3);
                /* padding: 10px 10px; */
                border-radius: 7px;
            }

.sidebar-login {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 50%;
    max-width: 50%;
    height: 100%;
    background-color: #36a9e1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar .logo img {
    max-width: 150px;
}

.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;
}

.withimg{ display: flex; align-items: center; }
.withimg img{ width: 38px; height: 38px; min-width: 38px; border-radius: 50px; object-fit: cover; margin-right: 8px; }

.table {
    font-size: 14px;
    border: 1px solid #E6EAED; border-bottom: solid 1px #E6EAED;
}

    .table tr td {
        color: #333537;
        background-color: #ffffff;
        box-shadow: none;
    }

    .table tbody tr:nth-child(2n + 2) td {
        /*background-color: #f2f4f5;*/
    }

    .table tbody tr{ border-bottom: solid 1px #eee;}

    .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: #E6EAED;
        color: #000;
    }

.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;
    cursor: pointer
}

    .pagination .page-item:first-child {
        margin-right: 5px;
    }

        .pagination .page-item:first-child .page-link {
            padding: 8px 20px;
            border: 1px solid #D2D2D2;
            background-color: #ffffff
        }

    .pagination .page-item:last-child {
        margin-left: 5px;
    }

        .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: #36a9e1 !important;
        color: #ffffff !important;
        border-color: #36a9e1 !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: #000
}

    .outer-box h1 {
      
        margin-bottom: 0;
        padding-bottom: 15px;
      
    }

        .outer-box h1 span {
           /* font-size: 22px;*/
            display: block;
            margin-bottom: 10px;
        }

.outer-box-header {
    margin-bottom: 10px;
}

    .outer-box-header p {
        font-size: 16px;
        color: #333537;
        opacity: .86;
        margin-bottom: 0;
    }

.outer-box .btn {
    font-weight: bold;
    font-size: 18px;
    padding: 13px 25px;
    border-radius: 5px;
    color: #fff
}


.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: #36a9e1;
        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: #36a9e1
    }

    .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 #36a9e1;
    background: #36a9e1;
    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 {
    border-radius: 8px 8px 0 0;
}

.white-box {
    background: #fff;
}

/* Dashboard Start*/
.loginBox .btn {
    text-transform: uppercase;
    margin-top: 15px;
}

.border-radius15 {
    border-radius: 6px;
}

.dashboardBox {
    padding: 15px 0;
    min-height: 100%;
}

    .dashboardBox h3 {
       /* font-size: 16px;
        text-transform: uppercase;
        font-weight: 400;*/
    }
    .card-body h2{ font-size: 30px }

    .dashboardBox h1 {
       /* font-size: 50px;*/
        text-transform: uppercase;
        font-weight: 600;
    }

.headerIcons {
    position: relative;
}

    .headerIcons img {
        max-width: 22px;
    }

.notificationReceived {
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    background: #FB0404;
    display: inline-block;
    border-radius: 15px;
    right: 12px;
    top: 3px;
    position: absolute;
}

.btnAddIcon {
    vertical-align: text-bottom;
    width: 18px;
}


.switch {
    margin-right: 0.75rem;
    position: relative;
    vertical-align: middle;
    margin-bottom: 0;
    display: inline-block;
    border-radius: 30rem;
    min-height: 1.35rem;
    font-size: 0.9375rem;
    line-height: 1.4;
}

    .switch .switch-label:first-child {
        padding-right: 0.5rem;
    }

    .switch .switch-input ~ .switch-label {
        padding-left: 3rem;
    }

    .switch .switch-toggle-slider {
        width: 2.9rem;
        height: 1.55rem;
        font-size: 0.625rem;
        line-height: 1.35rem;
        border: 1px solid transparent;
        top: 0;
    }

        .switch .switch-toggle-slider i {
            position: relative;
            font-size: 0.9375rem;
            top: -1.35px;
        }

    .switch .switch-label {
        top: 0.01875rem;
    }

    .switch .switch-input:checked ~ .switch-toggle-slider::after {
        left: 1.25rem;
    }

    .switch .switch-toggle-slider::after {
        top: -2px;
        margin: 0.25rem 0 0 0.15rem;
        width: 18px;
        height: 18px;
    }

    .switch .switch-on {
        padding-left: 0.25rem;
        padding-right: 1.1rem;
    }

    .switch .switch-off {
        padding-left: 1.1rem;
        padding-right: 0.25rem;
    }


.switch-input {
    opacity: 0;
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: -1;
}

.switch-toggle-slider {
    position: absolute;
    overflow: hidden;
    border-radius: 30rem;
    background: #e9ecee;
    color: #677788;
    transition-duration: 0.2s;
    transition-property: left, right, background, box-shadow;
    cursor: pointer;
    user-select: none;
}

.switch-label {
    display: inline-block;
    font-weight: 400;
    color: #677788;
    position: relative;
    cursor: default;
}

.switch-off,
.switch-on {
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    transition-duration: 0.2s;
    transition-property: left, right;
}

.switch-on {
    left: -100%;
}

.switch-input:not(:checked) ~ .switch-toggle-slider .switch-on {
    color: transparent;
}

.switch-off {
    left: 0;
}

.switch-input:checked ~ .switch-toggle-slider .switch-on {
    left: 0;
}

.switch-input:checked ~ .switch-toggle-slider .switch-off {
    left: 100%;
    color: transparent;
}

.switch-input:checked ~ .switch-toggle-slider {
    background: #36a9e1;
    color: #fff;
}


.switch-toggle-slider::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    border-radius: 999px;
    background: #fff;
    box-shadow: -1px 2px 3px 0 rgba(0, 0, 0, 0.2);
    transition-duration: 0.2s;
    transition-property: left, right, background;
}

.linkColor {
    color: #010561 !important;
}

.loginOuter {
    min-height: calc(100vh - 50px);
}

@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*/


/*List Popup*/
.themeModal h5 {
    font-size: 20px;
    font-weight: bold;
    color: #36a9e1;
}

.themeModal .modal-header {
    border: 0;
    background: #fff;
    padding: 20px;
}

.themeModal .modal-footer {
    padding: 0 20px 15px;
    border-top: 1px solid #fff;
}

.themeModal .btn-close {
    background-size: 14px;
}

.subTitles {
    font-size: 16px !important;
    color: #36a9e1;
    font-weight: bold;
    margin: 0;
}

.orBorderLine {
    background: #CFD2D3;
    position: relative;
    height: 1px;
    width: 100%;
    text-align: center;
}

    .orBorderLine span {
        background: #fff;
        text-align: center;
        top: -13px;
        position: relative;
        font-size: 14px;
        color: #36a9e1;
        font-weight: 600;
    }

.downloadSampleTemplate {
    font-size: 14px;
    color: #010561;
    font-weight: 600;
    text-decoration: underline;
}

.smImgUpload {
    height: 130px;
    width: 140px;
    padding: 0;
}

.errorMessage {
    font-size: 11px;
    color: #DB6767;
}

/*--*/
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #D6D5E2 !important;
    border: none !important;
    border-radius: 24px !important;
    padding-left: 9px !important;
    padding-right: 25px !important;
    color: #36a9e1 !important;
    margin-top: 5px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #36a9e1 !important;
    border: none !important;
    border-right: none !important;
    color: #fff !important;
    font-size: 1em !important;
    right: 3px !important;
    left: auto !important;
    top: 3px !important;
    height: 18px !important;
    line-height: 19px !important;
    border-radius: 30px !important;
    width: 18px !important;
    text-align: center !important;
}

.select2-container--default .select2-selection--multiple {
    min-height: 42px;
    border: 1px solid #CDD9D7 !important;
    border-radius: 5px;
    padding-top: 3px;
}

.select2-container {
    width: 100% !important;
    min-height: 42px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 14px;
}

.lodingImg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
}

    .lodingImg img {
        width: 60px;
    }

.searchBox{ display:inline-block}
.select2-container .select2-search--inline .select2-search__field { height: 27px !important;}
.astric-text-danger{color:red;}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    vertical-align: top !important;
}

.iconsBox{ position: relative;}
.iconsBox .form-control{ padding-right: 40px !important;}
.rightIcons{ position: absolute; top: 8px; right: 15px;}


.assignedOrganisationName{ margin: 0 0 5px 0; padding: 0;}
.assignedOrganisationName li{ list-style:none; border: 1px solid #EFEFF1; background: #fff; padding:8px 10px; font-size: 14px;}

.filterInputBox{max-width: 365px; display: flex;}
.typeInput{max-width: 200px;}
.organizationLabel {width: 285px;}
.typeLabel {width:65px;}
.filterSearch {width:65px;}
.typeMonth{width:120px;}

.nav-link {
	display: block;
	padding: .5rem 1rem;
	color: #36a9e1;
}
.nav-pills.newTabs .nav-link.active, .nav-pills.newTabs .show > .nav-link {color: #fff;background-color: #36a9e1;}
.newTabs .nav-link:focus, .newTabs .nav-link:hover {color: #36a9e1;}
.blogTitle{ font-size:26px !important; text-transform: none !important; margin-top: 10px; }

.newTabs{ border-bottom: 1px solid #eee; padding-bottom: 12px;}





.status_switch{ display: inline-block; position: relative; }
.status_switch input[type=checkbox]{ position: absolute; width: 1px; height: 1px; opacity: 0; visibility: hidden; }
.status_switch label{ vertical-align: middle; width: 90px; height: 24px; background: #c2c6cb; border-radius: 50px; display: inline-block; position: relative; transition: all 0.2s ease-in-out 0s; -webkit-transition: all 0.2s ease-in-out 0s; }
.status_switch label:before{ content: ""; position: absolute; left: 4px; top: 50%; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); width: 14px; height: 14px; border-radius: 50px; background: #fff; z-index: 1; box-shadow: 0 0 2px rgba(0, 0, 0, 0.45); transition: all 0.2s ease-in-out 0s; -webkit-transition: all 0.2s ease-in-out 0s; }
.status_switch input[type=checkbox]:checked + label{ background: #63CB53; }
.status_switch input[type=checkbox]:checked + label:before{ left: 60px; }

.status_switch label:hover:before{ transform: translate(0, -50%) scale(1.3); -webkit-transform: translate(0, -50%) scale(1.3); transform-origin: center; box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);}

.status_switch label:after{ content: "Deactivate"; display: inline-block; font-size: 12px; line-height: 24px; padding-left: 22px; }
.status_switch input[type=checkbox]:checked + label:after{ content: "Activate";  padding-left: 10px;}
.status_switch input[type=checkbox]:checked + label{ width: 78px; }

.userprofile img{ width: 120px; height: 120px; }
.max-width{ width: 100%; max-width: 800px; border: solid 1px #ddd; padding: 40px; border-radius: 10px;}



.table-responsive {
    max-width: calc(100vw - 310px);
    /*width: calc(100vw - 310px);*/
}


.menu-clicked .table-responsive {
    max-width: calc(100vw - 60px);
    width: calc(100vw - 60px);
}

.middleheadbar.text-start + .right-action .withWhiteBG {
    box-shadow: 0 0 0 1px #E5E5E7;
}
.headBar.actionSpace .right-action {
    margin-right: -6px;
}
.headBar .left-action {
    min-width: 42px;
    margin-left: -15px;
    height: 42px;
}

.headBar .right-action {
    min-width: 42px;
    margin-right: -15px;
    height: 42px;
}
.headBar.actionSpace .left-action {
    margin-left: -6px;
}
.topbar-action {
    min-width: 42px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    margin-bottom: -1px;
}
.label-action {
    color: var(--grey);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 42px;
    width: auto;
    padding: 0 15px;
}

.middleheadbar {
    flex-grow: 1;
    padding: 0 54px;
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
}

    .middleheadbar h3 {
        white-space: nowrap;
        text-align: inherit;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: calc(100% - 50px);
        display: block;
        margin: 0 auto;
    }

.headBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

    .headBar .outerSpace {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 10px 15px !important;
        min-height: 64px;
        white-space: nowrap;
    }

.middleheadbar {
    flex-grow: 1;
    padding: 0 54px;
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
}

    .middleheadbar h3 {
        white-space: nowrap;
        text-align: inherit;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: calc(100% - 50px);
        display: block;
        margin: 0 auto;
    }

.topbar-action {
    min-width: 42px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    margin-bottom: -1px;
}

.close-action {
    background: url(../images/closemodal.svg) center no-repeat;
}



.whiteboxes {
    display: block;
    width: 100%;
    padding: 20px;
    background: #F2F2F3;
}
.addStepbtn {
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px 10px;
    color: #000;
   border-radius:6px; box-shadow:0 2px 3px rgba(0, 0, 0, 0.1);
    background: #f9f9f9;
  
    font-weight: 600; font-size:14px;
    color: var(--grey); border:0;
}
.repeatrows{ display:block; width:100%; padding-bottom:10px; border-bottom:solid 1px #ddd; margin-bottom:10px;}