/*<!-- bootstrep -->*/
@import url('../css/bootstrap.min.css');

/* <!-- fontawsome -->*/
@import url('../css/all.css');

/* <!-- iconsax -->*/
@import url('../css/iconsax.css');

/* <!-- select2 -->*/
@import url('../css/select2.min.css');

/* <!-- datatable -->*/
@import url('../css/dataTables.bootstrap5.min.css');

/* <!-- slick css -->*/
@import url('../css/slick.css');

/* <!-- venobox css -->*/
@import url('../css/venobox.min.css');




@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');


:root{
	--rs-primary-color: #1a3076;
	--rs-main-color:;
	--rs-second-color:#f33;
	--rs-font-color:#000;
	--rs-white-color:#fff;
	--rs-font-style:'Figtree', sans-serif;
}

/**user-selext-content**/
::-moz-selection { /* Code for Firefox */
  color: var(--rs-white-color);
  background: var(--rs-primary-color);
}

::selection {
  color: var(--rs-white-color);
  background: var(--rs-primary-color);
}

/**user-selext-content-end**/
body{
	/*-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: var(--rs-font-style);
	color: var(--rs-font-color);
	font-weight: 500;
	/* background: #f4f4f9; */
    background: #E1E8FF;
}

/* loader and scrollbar */
        #preloader {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(255, 255, 255, .9);
            z-index: 99;
        }
        #status {
            width: 100px;
            height: 100px;
            position: fixed;
            left: 50%;
            top: 50%;
            background-color: green;
            /*background-image: url('../../images/Loader.gif');*/
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            transform: translate(-50%, -50%);
        }

        /*scroll bar css**/
        ::-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: 5px;
            height: 5px;
            background-color: #F5F5F5;
        }

        ::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px var(--rs-primary-color);
            background-color: var(--rs-primary-color);
        }

/*loader and scrollbar end*/

/* input focus */
.form-control:focus {
    box-shadow: none;
    border-color: #000000;
}

/* select2 css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black;
    line-height: 35px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #9d9d9d;
}

.select2-container .select2-selection--single {
    height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}
.select_new span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.select_new span.selection {
    width: 100%;
    display: block;
}

.select2-container--default .select2-selection--multiple {
    width: 100%;
}
.select2-selection__rendered li:nth-child(3n + 1) button, .select2-selection__rendered li:nth-child(3n + 1) {
    background: #1a3076 !important;
    color: #fff !important;
    border-color: #fff !important;
}

.select2-selection__rendered li:nth-child(3n + 2) button, .select2-selection__rendered li:nth-child(3n + 2) {
    background: #df24c6 !important;
    color: #fff !important;
    border-color: #fff !important;
}


.select2-selection__rendered li:nth-child(3n + 3) button, .select2-selection__rendered li:nth-child(3n + 3) {
    background: #72922e !important;
    color: #fff !important;
    border-color: #fff !important;
}

span.selection {
    display: block;
    width: 100%;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #dfe5ef 1px;
    height: 39px;
    line-height: 25px;
    border-radius: 8px;
    padding: 0 8px;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 9999 !important;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #dfe5ef;
    height: 40px;
    line-height: 25px;
    padding: 0 10px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #1a3076;
}
/* datatable css */
.table>:not(caption)>*>* {
    padding: 10px;
}

table.dataTable thead>tr>th, table.dataTable thead>tr>th {
    padding: 4px 3px !important;
    text-align: center !important;
    background: #FAFAFB;
    color: #000;
    border: 1px solid #ebf1f6 !important;
}
.active>.page-link, .page-link.active, .page-link:hover{
    background: #1a3076;
    border-color: #1a3076;
    color: var(--rs-white-color);
}
.page-link{
    color: var(--rs-font-color);
}
.slick-slide {
    padding: 15px;
    background:  #1a3076 ;
    color: var(--rs-white-color);
    margin: 0 5px;
}
/*.slick-active.slick-slide{
    background: yellow;
    color: #000;
}*/

/***slick arrow***/
.slick-arrow {position: absolute;top: 50%;transform: translateY(-50%);font-size: 0;margin: 0;padding: 0;background: transparent;height: auto;line-height: normal;}
.slick-prev {left: 15px;z-index: 2;}
.slick-next {right: 15px;z-index: 2;}
.slick-prev:after {content: '\f104';display: block;color: #000;font-family: FontAwesome;font-size: 40px;}
.slick-next:after {content: '\f105';display: block;color: #000;font-family: FontAwesome;font-size: 40px;}
/***end***/

.rs_login {
    display: flex;
    min-height: 100vh;
    /* align-items: center; */
}

.rs_login .left_rs {
    width: 50%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}
.rs_login .left_rs {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.rs_login .right_rs {
    width: 50%;
    background: #1a3076;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: end;
    justify-content: center;
    color: #fff;
    padding-bottom: 55px;
}
.middle_rs_text {
    text-align: center;
    padding: 0 15px;
}
.middle_rs_text h2 {
    text-transform: uppercase;
    font-weight: 600;
}
img {
    max-width: 100%;
}

.login_form {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    background: rgb(255 255 255);
    padding: 20px 20px;
    border-radius: 18px;
    /* box-shadow: -7px -7px 0px 0px rgb(227 227 227), 7px 7px 0px 0 rgb(227 227 227); */
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    /* border: 2px solid #e3e3e3; */
    -webkit-border-radius: 18px;
}
.login_logo {
    max-width: 190px;
    margin: 20px auto 20px;
}

.middle_form {
    padding: 20px 0;
}
.btn-primary {
    background: linear-gradient(165deg, #1A3076, #4453AB);
}
.btn {
    padding: 10px 30px;
    border: 0;
    font-weight: 500;
}
.view_ana .btn {
    border-radius: 50px;
}
.btn-primary:hover {
    background: linear-gradient(165deg, #4453AB, #1A3076);
}
.header {
    background: #fff;
}
.header_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px;
}

.header_inner .logo {
    width: 30%;
}

.header_inner .menu_header {
    width: 70%;
    text-align: right;
}

.header_inner .logo img {
    max-width: 170px;
}
.log_out .btn {
    width: 45px;
    height: 45px;
    padding: 0;
    border-radius: 50px;
}

.log_out .btn.dropdown-toggle::after {
    display: none;
}
.dropdown-item:hover {
    background: linear-gradient(165deg, #1A3076, #4453AB);
    color: #fff;
}
.top_fixed_banner {
    padding: 35px 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.middle_text p {
    margin: 0;
    text-align: center;
    color: #fff;
}

.middle_text h2 {
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.rs_festival_tab {
    padding: 30px 0;
    background: #E1E8FF;
}

.rs_tab {
    border: 1px solid #92A1D6;
    border-radius: 20px;
    padding: 30px 10px;
    text-align: center;
    margin-bottom: 10px;
    background: #ffffff;
}
ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li{
    background: none;
    color: #322f81;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    border-radius: 6px;
    background: #f2f2f2;
    border: 1px solid #322f81;
}

ul.tabs li.current, ul.tabs li:hover{
    background: #322f81;
    color: #ffffff;
}

.tab-content{
    display: none;
    background: transparent;
    padding: 0;
}

.tab-content.current{
    display: inherit;
}

.rs_tab a {
    text-decoration: none;
}

.rs_tab  p {
    font-size: 18px;
    color: #1a3076;
    font-weight: 700;
    margin: 0;
}

.fes_img {
    background-image: url(../images/icon_bg.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 45px 0;
    margin-bottom: 15px;
}

.rs_tab strong {
    color: #000000;
    font-weight: 500;
}
.wrapper {
    min-height: calc(100vh - 116px);
}
.fes_img img {
    width: 100%;
    height: 45px;
    object-fit: contain;
    /* width: 30px; */
}
.footer {
    background: linear-gradient(165deg, #1A3076, #4453AB);
    position: relative;
}

.footer p {
    color: #fff;
    margin: 0;
    text-align: center;
    padding: 10px 0;
}
.poster_img {
    position: relative;
    margin-bottom: 10px;
}

.poster_img input {
    display: none;
}

.view_video_img {
    padding: 20px 0;
}

.poster_img span img {
    border-radius: 8px;
    border: 4px solid #ffffff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    cursor: pointer;
}

.poster_img input:checked + span img {
    border-color: #000000;

}

@keyframes borderGlowPulse {
    0% {
        border-color: transparent;
        box-shadow: 0 0 0px #322f81;
        border-width: 4px;
    }
    50% {
        border-color: #322f81;
        box-shadow: 0 0 10px #322f81;
        border-width: 4px;
    }
    100% {
        border-color: transparent;
        box-shadow: 0 0 0px #322f81;
        border-width: 4px;
    }
}
@keyframes borderPulse {
    0% {
        border-color: transparent;
    }
    50% {
        border-color: #322f81;
    }
    100% {
        border-color: transparent;
    }
}
.filed_form_rs {
    padding: 0;
}
.form-control {
    border: 1px solid #9d9d9d;
    font-size: 14px;
}
.upload_pic {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.upload_pic .left {
    width: calc(100% - 60px);
    background: #1a3076;
    color: #fff;
    border-radius: 6px;
    position: relative;
}

.upload_pic .right {
    width: 50px;
    border: 1px solid #9d9d9d;
    border-radius: 6px;
    padding: 3px;
    height: 35px;
}

.upload_pic .left input {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
}
.upload_pic .left span {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    height: 35px;
    justify-content: center;
    cursor: pointer;
}

.upload_pic .right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.patient_btn .btn {
    padding: 10px 30px;
    border: 0;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    background: #000;

    margin-bottom: 5px;
}
.patient_btn .btn:hover {
    background: linear-gradient(165deg, #1A3076, #4453AB);
}
.patient_btn .btn i {
    padding-right: 5px;
}
.rs_back {
    text-decoration: none;
    font-size: 16px;
    color: #000000;
}
.rs_back:hover {
    color: #1a3076;
}
.white_shadow_rs {
    margin: 20px auto 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 12px #adadad33;
    border-radius: 8px;
    padding: 10px;
}
table.dataTable thead>tr>th, table.dataTable thead>tr>th {
    padding: 5px 7px !important;
    text-align: center !important;
    white-space: nowrap;
    border-spacing: 2px;
}

table.dataTable.table-striped>tbody>tr {
    text-align: center;
    vertical-align: middle;
}
table.dataTable td {
  color: #000 !important;

}
table.dataTable td, table.dataTable th {
  font-size: 14px;
  text-align: center !important;
  padding: 5px 3px !important;
  vertical-align: middle;
}
.dataTables_scrollBody th, .dataTables_scrollBody th div {
  font-size: 13px !important;
  height: auto !important;
}
.dataTables_scrollHeadInner {
  display: none;
}
div.dataTables_wrapper div.dataTables_filter {
  padding-bottom: 15px;
}
table.dataTable>tbody>tr:hover {
    background: #f6f6f6;
}
.toggle {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
  }

  .toggle input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
  }

  .toggle label {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }

  .toggle label:before {
    content: '';
    width: 30px;
    height: 18px;
    background: rgb(255 0 0 / 50%);
    position: relative;
    display: inline-block;
    border-radius: 46px;
    box-sizing: border-box;
    transition: 0.2s ease-in;
  }

  .toggle label:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    left: 2px;
    top: 2px;
    z-index: 2;
    background: #fff;
    box-sizing: border-box;
    transition: 0.2s ease-in;
  }

  .toggle input[type="checkbox"]:checked+label:before {
    background: rgb(110 220 95 / 70%);
  }

  .toggle input[type="checkbox"]:checked+label:after {
    left: 14px;
  }
  .dowload_btn {
    width: auto;
    height: auto;
    background: transparent;
    color: #000000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 0px solid #000000;
    padding:0;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    margin: 0 6px !important;
}

.badge-warning {
    color: #000000;
    background-color: #ffc107;
    line-height: 12px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 9px;
}
label.error{
    color:red;
}
.brand_logo {
    display: flex;
    flex-wrap: wrap;
}

.brand_logo label {margin-right: 10px;cursor: pointer;padding-bottom: 5px;}

.brand_logo label img {
    width: 110px;
    height: 60px;
    object-fit: contain;
}

.brand_logo label input {
    display: none;
}

.brand_logo label span {
    padding: 5px;
    display: inline-block;
    border: 2px solid #ffffff;
    border-radius: 6px;
    background: #f9f9f9;
}

.brand_logo label input:checked + span {
    border: 2px solid #000000;
    cursor: pointer;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: start;
}
.page-link {
    background: #FFFFFF;
    box-shadow: 0px 4px 24px #143F530A;
    border: 1px solid #EAEBED;
    border-radius: 8px;
    margin-right: 5px;
}

.page-link {
    background: #FFFFFF;
    box-shadow: 0px 4px 24px #143F530A;
    border: 1px solid #EAEBED;
    border-radius: 4px;
    margin-right: 5px;
    color: #000000;
    padding: 4px 10px;
    font-size: 12px;
}
table.dataTable.table-striped>tbody>tr.odd>* {
    box-shadow: none;
}



table.dataTable>tbody>tr {
    /* background-color: #fafafc; */
}

tbody, td, tfoot, th, thead, tr {
    border-color: #EAEBED;
    border-style: solid;
}
.middle_form h3 {
    text-align: center;
    font-size: 22px;
    padding: 0 0 10px;
    font-weight: 600;
}
.middle_form .input-group {
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    overflow: hidden;
}

.middle_form .input-group span {
    border: 0;
    background: transparent;
}

.middle_form  .input-group .form-control {
    border: 0 !important;
    height: 45px;
}

.middle_form .input-group span img {
    height: 16px;
}

.middle_form .input-group span i {
    color: #d0d0d0;
}

.middle_form  .btn {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 8px;
}
.remember_me {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #333;
}

.remember_me .form-check-input {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 2px solid #07529b;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  top: -4px;
}

.remember_me .form-check-input:checked {
  background-color: #07529b;
  border-color: #07529b;
}

.remember_me .form-check-input:checked::before {
  content: "✔";
  display: block;
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
}

.remember_me .form-check-label {
  margin-left: 0;
  cursor: pointer;
  transition: color 0.2s ease;
}

.remember_me .form-check-label:hover {
  color: #07529b;
}
/*min-devices-media-query*/

@media (min-width: 575.98px) { ... }
@media (min-width: 767.98px) { ... }
@media (min-width: 991.98px) { ... }
@media (min-width: 1024.98px) { ... }
@media (min-width: 1199.98px) { ... }
@media (min-width: 1200.98px) { ... }

/*max-devices-media-query*/

@media (max-width: 1200.98px) { ... }
@media (max-width: 1199.98px) { ... }
@media (max-width: 1024.98px) { ... }
@media (max-width: 991.98px) {
    .rs_login .left_rs {
    width: 100%;
}

.rs_login .right_rs {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    background-position: right;
    display:none;
}
.fes_img {
    padding: 35px 0;
}
 }
@media (max-width: 767.98px) { ... }
@media (max-width: 575.98px) {
    .view_ana .btn {
        font-size: 0;
        width: 45px;
        height: 45px;
        padding: 0;
        border-radius: 50px;
        line-height: 55px;
    }

    .view_ana .btn i {
        font-size: 16px;
        padding: 0;
        margin: 0 !important;
    }
    .header_inner .logo img {
        max-width: 160px;
        margin: 0;
    }
    div.dataTables_wrapper div.dataTables_filter {
        padding: 10px 0;
    }
    .top_fixed_banner {
        min-height: auto;
    }
    .rs_tab {
        margin: 0;
        border-radius: 10px;
        border-width: 1px;
        padding: 20px 10px;
    }

    .rs_tab p {
        font-size: 14px;
    }

    .rs_tab strong {
        font-size: 12px;
    }
 }
@media (max-width: 375.98px) {
    .fes_img {
    padding: 25px 0;
}
 }
