@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

html,
body {
    max-width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-size: 14px;
    background-image: url('../images/bg.png');
    padding: 5px;
}

html {
    padding-right: 130px;
}

a {
    color: #004071;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

button:focus {
    outline: none;
    border: none;
}


/* ------------main style----------- */


/* -----------------index page------------------ */

header {
    position: relative;
    padding: 0;
    background-color: rgb(244 249 255 / 50%);
}

.dropdown .btn-secondary {
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    color: #282828 !important;
    box-shadow: none !important;
}

.dropdown .user_login span,
.user_name {
    background-color: #5968ba;
    color: #fff;
    padding: 12px 9px;
    border-radius: 50%;
    border: 2px solid #eee;
    font-size: 18px;
    width: auto;
    display: inline-block;
}

.dropdown-menu {
    margin-top: 7px;
    padding: 10px;
    border: none;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
}

.dropdown-menu h1 {
    font-size: 18px;
}

.dropdown-menu .btn {
    background-color: #5968ba;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.logo_img {
    width: 130px;
}

html,
body {
    background-image: url(../images/bg.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    color: #fff;
    background-attachment: fixed;
}

.activities {
    position: relative;
    padding: 10px 0;
}

.activities img {
    width: 55px;
    height: 55px;
}

.activity_orange {
    background-color: #D44E2D;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.activity_box_orange {
    background-color: #E76F51;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.activity_green {
    background-color: #82BB52;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.activity_box_green {
    background-color: #A9DE7B;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.activity_orangelight {
    background-color: #DF7B2C;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.activity_box_orangelight {
    background-color: #F4A261;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.activity_yellow {
    background-color: #E8B53A;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.activity_box_yellow {
    background-color: #E9C46A;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.activity_bluelight {
    background-color: #39A598;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.activity_box_bluelight {
    background-color: #65C5B9;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.activity_cyan {
    background-color: #20A0D8;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.activity_box_cyan {
    background-color: #80D0F4;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.activities h4 {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}

.activity_box p {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #787878;
}

footer {
    position: relative;
    background-color: #004071!important;
    color: #fff;
}

header {
    background-color: #004071!important;
}

.file {
    position: relative;
    display: flex;
    align-items: center;
}

.file>input[type='file'] {
    display: none
}

.file>label {
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    outline: 0;
    user-select: none;
    background-color: #E9E9E9;
    color: hsl(0deg 3% 48%) !important;
    padding: 10px 30px;
    transition: all .4s;
    border-radius: 30px;
}

.file--upload>label {
    color: #fff;
    border-color: hsl(0deg 0% 100%);
    margin-bottom: 0px;
}

.img_preview {
    width: 55px;
    height: 55px;
    border: 2px solid #d1cbcb;
    border-radius: 50%;
    object-fit: cover;
}

.form-control {
    background-color: #fff;
    border: none;
    outline: none;
    padding: 12px 0px;
    border-bottom: 1px solid #ccc;
    box-shadow: none !important;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    background: rgb(138 188 222);
    color: #233759;
    margin: 0 5px;
    padding: 8px 15px;
    font-size: 18px;
    transition: all .75s;
    border-radius: 10px;
}

video {
    object-fit: cover;
    border-radius: 15px;
    height: 250px;
}

input[type="radio"][id^="cb"] {
    display: none;
}

.btn-warning {
    color: #fff;
    background-color: #ef7f1b;
    border-color: #fff;
    padding: 10px 25px;
    transition: all .5s;
    width: 200px;
    border-radius: 30px;
}

.btn-warning:hover {
    color: #fff;
    background-color: #eb5e9e;
    border-color: transparent;
    padding: 10px 25px;
}

.preview_img {
    height: 700px;
    object-fit: cover;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #fff;
    padding: 10px 25px;
    transition: all .5s;
    width: 200px;
    border-radius: 30px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: transparent;
    padding: 10px 25px;
}

.btn-danger {
    color: #fff;
    background-color: #cb3769;
    border-color: #fff;
    padding: 10px 25px;
    transition: all .5s;
    width: 200px;
    border-radius: 30px;
}

.btn-danger:hover {
    color: #fff;
    background-color: #ba285a;
    border-color: transparent;
    padding: 10px 25px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 0px;
    background-color: #F5F5F5;
    height: 2px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #eee;
}

.time_span {
    font-size: 13px;
}

.time_span i {
    font-size: 11px;
}

.vbox-child img {
    max-width: 500px !important;
}

.form_bg {
    background: rgb(5 110 181 / 60%);
    padding: 20px 10px;
    border-radius: 10px;
}

.back_btn {
    position: absolute;
    top: 11%;
}


/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .9);
    z-index: 99;
}

#status {
    width: 200px;
    /* height: 200px; */
    position: absolute;
    left: 50%;
    top: 50%;
    /* background-image: url(../images/loader.gif); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transform: translate(-50%, -50%);
}

.input-group-text {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    height: 100%;
}

.form-control:focus+.input-group-prepend .input-group-text {
    border-bottom: 1px solid #80bdff !important;
}

.login h1 {
    color: #004071;
    font-size: 36px;
    font-weight: 600;
}

.login .card {
    border-radius: 0px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 40px;
}

.submit_btn {
    background-color: #004071;
    color: #fff;
    border-radius: 40px;
    padding: 10px 40px;
    border: none;
    outline: none;
    font-size: 17px;
    font-weight: 600;
}

::placeholder {
    font-size: 15px!important;
    opacity: .6 !important;
}

.user_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #f5f5f5;
    background: aliceblue;
    line-height: 38px;
    font-size: 18px;
    font-weight: 600;
}

.user_imgs {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #0f5f9c;
    background: #004071;
    line-height: 38px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
header h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}

header p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
}

.dropdown-toggle::after {
    margin-left: 10px;
    color: #fff;
}

.activity_box {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 40%);
    border-radius: 40px;
}

body.cardbody header {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #f5f5f5 !important;
    padding: 0;
}

header {
    position: sticky;
    top: 0;
    z-index: 2;
}

body.cardbody {
    background: #F5F5F5;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px !important;
    overflow-y: auto!important;
    overflow-x: hidden!important;
    padding: 0px;
}

.cardbody header h3,
.cardbody header p,
.cardbody header .dropdown-toggle::after {
    color: #004071;
}

.cardbody .section-header {
    background-image: url('../images/section-header.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px;
}

.cardbody .section-header h1 {
    font-size: 22px;
    font-weight: 700;
}

.cardbody h2 {
    color: #004071;
    font-size: 20px;
    font-weight: 700;
}

.cardbody form select {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 13px;
    border-radius: 0px;
}

.cardbody .form-control,
.cardbody .form-select {
    background-color: transparent;
    box-shadow: none !important;
    border-radius: 0px;
}
.error{
    color: red !important;
}

.cardbody label {
    color: #2B2A29;
}

.activity_icon {
    width: 25px;
}

.form-select option {
    font-size: 15px !important;
}

.imgbgchk:checked+label>.tick_container {
    opacity: 1;
    transition: all .74s;
}


/*         aNIMATION */

.imgbgchk:checked+label>img {
    transform: scale(1.09);
    opacity: 0.3;
}

.tick_container {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
    text-align: center;
}

.tick {
    background-color: #004071;
    color: white;
    font-size: 20px;
    padding: 6px 10px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

.tmplt_slct label {
    position: relative;
}

.btn-light {
    background-color: transparent;
    border: 1px solid #004071;
    color: #004071 !important;
    padding: 10px 40px;
    border-radius: 40px;
    font-weight: 600;
}

.btn-light:hover {
    background-color: #004071;
    border: 1px solid #004071;
    color: #fff!important;
}

.btn-light:hover a {
    color: #fff!important;
}

.btn-primary:hover a {
    color: #004071!important;
}

.btn-primary {
    background-color: #004071;
    border: 1px solid #004071;
    color: #fff;
    padding: 10px 40px;
    border-radius: 40px;
    font-weight: 600;
}

.btn-primary:hover {
    background-color: transparent;
    border: 1px solid #004071;
    color: #004071;
}

.activities {
    background-image: url('../images/white_bg.png');
    background-position: center;
    background-size: cover;
    padding: 30px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.logos img {
    width: 70% !important;
    height: auto !important;
}

.activity_box img {
    width: 30%;
    height: auto !important;
}

.venoratio {
    border-radius: 20px;
}

.modal-header {
    border-bottom: 0px;
}

.modal-body h5 {
    color: #004071;
    font-weight: 700;
    text-align: center;
    font-size: 22px;
}

.table th,
.table td {
    font-size: 14px;
    vertical-align: middle;
}

.table thead th {
    border-bottom: 0px;
    background-color: #F5F5F5;
    vertical-align: middle;
    padding: 10px;
}

.modal .img-thumbnail {
    width: 30px;
    height: 30px;
}

.table-striped>tbody>tr:nth-of-type(even) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #fff;
    color: var(--bs-table-striped-color);
}

.modal i {
    color: #818181;
}

.modal-content {
    border-radius: 30px;
}

.modal-header .btn-close {
    padding: 15px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none;
    background-color: transparent;
}

.nav-tabs {
    border-bottom: 0px;
}

.nav-tabs i {
    font-size: 60px;
    color: #818181;
    margin: 0 10px;
}

.nav-tabs .nav-link {
    border: none;
    transition: all .74s;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;
}

.nav-link p,
.nav-link i {
    font-weight: 700;
    color: #818181;
    transition: all .74s;
}

.nav-link.active i,
.nav-link.active p {
    color: #004071;
}

.tab-content h4 {
    color: #004071;
    font-weight: 600;
    font-size: 18px;
}

form h4 {
    color: #004071;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.thankyou h1 {
    color: #004071;
    font-weight: 600;
    font-size: 30px;
}

.thankyou p {
    color: #818181;
    font-weight: 600;
    font-size: 15px;
}

.login_bg label {
    color: #2B2A29;
    font-weight: 600;
    opacity: .8;
}

.login_bg {
    background-image: url('../images/login_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.form-control{
    padding: 5px;
}
.dataTables_length label,.dataTables_filter label{
    color: #000 !important
}
.table-striped>tbody>tr:nth-of-type(odd), .table-striped>tbody>tr:nth-of-type(even){
    border-bottom: 1px solid #ccc;
}
/* .dataTables_scrollHeadInner table,.dataTables_scrollHeadInner{
    width: 100% !important;
} */
/* .datatable {table-layout: fixed; } */
.dataTable, .dataTables_scrollHeadInner {
    min-width: 100% !important;
   
}
table.dataTable thead th, table.dataTable thead td{
    text-align: center !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background: #004071 !important;
    border: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    background: #f2f2f2 !important;
}
.dropdown-menu{
    width: 100%;
    text-align: center;
}
.select2-container--default .select2-selection--single{
    border: none!important;
    border-bottom: 1px solid #ccc!important;
    background: transparent!important;
    border-radius: 0px!important;
    padding: 10px 0px!important;
    height: auto!important;
}
.select2-results__option{
    color: #000;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #004071 !important;
    color: white;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    outline: none !important;
    outline-offset: 0px !important
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 10px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    background-color: rgb(102 152 191) !important;
    color: #004071 !important
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: #004071 !important;
}
::-webkit-scrollbar{
    height: 5px;
    
}
.dataTables_wrapper{
    margin: 5px 0;
}


table.dataTable tbody th, table.dataTable tbody td{
    white-space: nowrap;
}