 /* width */
 ::-webkit-scrollbar {
   width: 2px;
   height: 10px;
 }

 /* Track */
 ::-webkit-scrollbar-track {
   background: #f1f1f1;
 }

 /* Handle */
 ::-webkit-scrollbar-thumb {
   background: rgb(149, 122, 255);
 }

 /* Handle on hover */
 ::-webkit-scrollbar-thumb:hover {
   background: #6644ee;
 }

 .page_h_1 {
   font-size: 20px;
   font-weight: 300;
   color: #493323;
 }

 .page_h_2 {
   font-size: 20px;
   font-weight: 700;
   color: #493323;
 }

 .btn_main_class,
 .google_btn,
 .main_btn_round,
 .main_btn {
   background: linear-gradient(121.96deg, #4d9cf7 24.09%, #46b2fa 90.11%);
   box-shadow: 0 13.8144px 16.5773px -6.21649px rgba(105, 72, 239, 0.3);
   border: none;
   color: white;
   padding: 5px 8px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-size: 13px;
   cursor: pointer;
 }

 .main_btn {
   border-radius: 6px;
 }

 .main_btn_round {
   border-radius: 20px;
 }

 .google_btn {
   border-radius: 6px;
   background: linear-gradient(121.96deg,
       #5ebcff 24.09%,
       #6b97ff 90.11%) !important;
   box-shadow: 0px 14.6185px 17.5422px -6.57831px rgba(105, 72, 239, 0.3) !important;
 }

 .align_center {
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .align_start {
   display: flex;
   align-items: center;
   justify-content: start;
 }

 .text_right {
   text-align: right;
 }

 .mb_5 {
   margin-bottom: 5px;
 }

 .mb_10 {
   margin-bottom: 10px;
 }

 .mb_15 {
   margin-bottom: 15px;
 }

 .mb_20 {
   margin-bottom: 20px;
 }

 .mb_25 {
   margin-bottom: 25px;
 }

 .mb_30 {
   margin-bottom: 30px;
 }

 .pl_10 {
   padding-left: 10px;
 }

 .plr_10 {
   padding: 0px 10px;
 }

 .pl_10_pr_15 {
   padding: 0px 15px 0px 10px;
 }

 .mt_10 {
   margin-top: 10px;
 }

 .mt_15 {
   margin-top: 15px;
 }

 .mt_20 {
   margin-top: 20px;
 }

 .mt_25 {
   margin-top: 25px;
 }

 .mt_30 {
   margin-top: 30px;
 }

 .mtb_10 {
   margin: 10px 0;
 }

 .mtb_15 {
   margin: 15px 0;
 }

 .mtb_30 {
   margin: 30px 0;
 }

 .w100 {
   width: 100%;
 }

 a {
   text-decoration: none;
 }

 .no_que_txt {
   font-weight: 400;
   font-size: 24px;
   color: #12175e;
   text-align: center;
   margin: 15px 0;
 }

 .modal-content {
   position: relative;
   display: flex;
   flex-direction: column;
   width: 100%;
   pointer-events: auto;
   background-color: #fff;
   background-clip: padding-box;
   border: none !important;
   border-radius: 1rem !important;
   outline: 0;
 }

 .modal-footer {
   display: flex;
   align-items: center;
   justify-content: flex-end;
   padding: 10px !important;
   border-top: none !important;
   border-bottom-left-radius: 1rem !important;
   border-bottom-right-radius: 1rem !important;
 }

 .modal-header {
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   padding: 10px 10px 20px !important;
   border-bottom: none !important;
   border-top-left-radius: 1rem !important;
   border-top-right-radius: 1rem !important;
 }

 .modal-body {
   position: relative;
   -webkit-box-flex: 1;
   -ms-flex: 1 1 auto;
   background-color: #fff;
   flex: 1 1 auto;
   padding: 10px !important;
 }

 .modal_bag {
   background-color: #f9fafc !important;
 }

 .modal-title {
   font-weight: 500;
   font-size: 16px;
   color: #12175e;
 }

 .summary,
 label {
   color: #493323 !important;
 }

 .workspace_card {
   background-color: #fff;
   border-radius: 20px;
   padding: 10px 15px 15px;
   margin-bottom: 15px;
 }

 .workspace_card .txt1 {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 100%;
   text-align: center;
   padding: 5px 20px;
   color: #12175d;
   font-weight: 500;
   font-size: 15px;
 }

 .workspace_card .txt2 {
   font-weight: 400;
   font-size: 11px;
   color: #7a86a1;
   text-align: center;
 }

 .workspace_card .txt3 {
   font-weight: 400;
   font-size: 11px;
   color: #12175d;
   text-align: center;
   display: flex;
   justify-content: center;
   align-items: center;
 }

 .workspace_card .txt_sub_i {
   color: #6f4ef1;
   font-size: 16px !important;
 }

 .workspace_card .screening_img {
   width: 30px;
   height: 30px;
   border-radius: 15px;
   cursor: pointer;
   border: 1px solid #fff;
 }

 .workspace_card .screening_img:hover {
   transform: scale(1.2, 1.2);
 }

 .workspace_card .screening_img_add {
   width: 30px;
   height: 30px;
   border-radius: 15px;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #6f4ef1;
   border: 1px solid #6f4ef1;
   color: #fff;
   font-size: 12px;
   cursor: pointer;
 }

 .workspace_card .ml_-5 {
   margin-left: -5px;
 }

 .workspace_card .brd_r {
   border-right: 1px solid #ebebeb;
 }

 .view_all {
   color: #6f4ef1;
   padding: 0 10px;
   text-decoration: underline;
 }

 .p_np_main,
 .unpub_btn,
 .pub_btn,
 .eye_view {
   border: none;
   padding: 3px 6px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-size: 13px;
 }

 .eye_view {
   background-color: #fff;
   font-size: 16px !important;
   padding: 5px 10px !important;
   color: #6f4ef1;
   font-weight: 500;
   border: 1px solid #6f4ef1;
   border-radius: 10px;
   cursor: pointer;
   display: flex;
   justify-content: center;
   align-items: center;
 }

 .close_btn {
   border-radius: 5px;
   background: #949494;
   box-shadow: 0 13.8144px 16.5773px -6.21649px rgba(105, 72, 239, 0.3);
   border: none;
   color: white;
   padding: 5px 8px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-size: 13px;
   cursor: pointer;
 }

 .unpub_btn {
   background-color: #fff2fa;
   color: #ff79a7;
   border: 1px solid #ffcbdd;
   border-radius: 5px;
 }

 .dot_menu {
   cursor: pointer;
   font-size: 24px !important;
 }

 .dropdown-menu {
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 10rem;
   padding: 0.5rem 0;
   margin: 0.125rem 0 0;
   font-size: 1rem;
   color: #212529;
   text-align: left;
   list-style: none;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid #e2dbff !important;
   box-shadow: 0 2.66667px 5.33333px #eff2f7 !important;
   border-radius: 0.8rem !important;
 }

 .text_center {
   text-align: center !important;
 }

 .main_dp_work {
   width: 60px;
   height: 60px;
   margin-bottom: 10px;
 }

 .p16 {
   padding: 16px;
 }

 .que_creation_bg {
   background: #ffffff;
   box-shadow: 0 2.66667px 5.33333px #eff2f7;
   border-radius: 12px;
   padding: 15px;
   margin-bottom: 15px;
 }

 .que_creation_bg .del_i {
   color: #b3a8e1;
   font-size: 20px;
   cursor: pointer;
 }

 .que_creation_bg .no_clr {
   color: #886bfb;
   font-size: 16px;
   font-weight: 600;
   margin-top: 7px;
 }

 .que_creation_bg input {
   border: none !important;
   font-size: 15px;
   width: 100% !important;
   padding: 0;
   color: #886bfb !important;
   background-color: transparent !important;
 }

 .que_creation_bg input:focus {
   box-shadow: none !important;
 }

 .fs_16 {
   font-size: 16px !important;
 }

 .fs_16b {
   font-size: 16px !important;
   font-weight: 500;
 }

 .choice_m {
   background: #f2efff;
   border: 1px solid #a48dff;
   border-radius: 5px;
   padding: 3px;
   display: flex;
   align-items: center;
   justify-content: start;
   font-size: 16px;
   font-weight: 500;
   color: #a48dff;
   margin-right: 10px;
   margin-bottom: 8px;
 }

 .plr_15 {
   padding: 0 15px;
 }

 .add_choice_b {
   font-size: 16px;
   font-weight: 500;
   color: #886bfb;
   text-decoration: underline;
   cursor: pointer;
 }

 /*---------Input Checkbox------------*/
 #check_box input[type="checkbox"]:checked,
 #check_box input[type="checkbox"]:not(:checked) {
   position: absolute;
   left: -9999%;
 }

 #check_box input[type="checkbox"]+label {
   display: inline-block;
   text-align: center;
   width: 30px;
   height: 30px;
   font-size: 18px;
   font-weight: 600;
   border-radius: 5px;
   cursor: pointer;
   border: 1px solid #a48dff;
   color: #a48dff !important;
   background-color: #fff;
   margin: 0;
 }

 #check_box input[type="checkbox"]:checked+label {
   border: 1px solid #a48dff;
   color: white !important;
   background-color: #a48dff;
 }

 #boxed label {
   display: inline-block;
   width: 30px;
   height: 30px;
   font-size: 18px;
   font-weight: 600;
   border-radius: 5px;
   border: 1px solid #a48dff;
   text-align: center;
   transition: all 0.3s;
   margin: 0;
   background-color: #fff;
   color: #a48dff !important;
   cursor: pointer;
 }

 #boxed input[type="radio"] {
   display: none;
 }

 #boxed input[type="radio"]:checked+label {
   border: 1px solid #a48dff;
   color: white !important;
   background-color: #a48dff;
 }

 .yes_bg1 {
   width: 12px;
   height: 12px;
   border-radius: 50%;
   background: #6edd29;
   margin-top: 5px;
   margin-right: 5px;
 }

 .notsure_bg1 {
   background: #ffc200;
   width: 12px;
   height: 12px;
   border-radius: 50%;
   margin-top: 5px;
   margin-right: 5px;
 }

 .no_bg1 {
   background: #fc5a5a;
   width: 12px;
   height: 12px;
   border-radius: 50%;
   margin-top: 5px;
   margin-right: 5px;
 }

 .table_header {
   background-color: #ffffff;
   border-radius: 10px 10px 0 0;
   padding: 10px;
   margin-bottom: 10px;
 }

 .table_body {
   background-color: #fff;
   border-radius: 0;
   padding: 15px 10px;
   margin-bottom: 10px;
 }

 .table_header_txt {
   font-weight: 400;
   font-size: 14px;
   color: #303050;
 }

 .table_body_overflow {
   overflow-y: auto;
   overflow-x: hidden;
   height: 70vh;
 }

 /*-----yes checkbox------*/
 .container1 {
   display: block;
   position: relative;
   padding-left: 35px;
   margin-bottom: 20px;
   cursor: pointer;
   font-size: 22px;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
 }

 .container1 input {
   position: absolute;
   opacity: 0;
   cursor: pointer;
   height: 0;
   width: 0;
 }

 .checkmark {
   position: absolute;
   top: 0;
   left: 0;
   height: 20px;
   width: 20px;
   background-color: #eee;
   border-radius: 5px;
 }

 .container1:hover input~.checkmark {
   background-color: #ccc;
 }

 .container1 input:checked~.checkmark {
   background-color: #6edd29;
 }

 .checkmark:after {
   content: "";
   position: absolute;
   display: none;
 }

 .container1 input:checked~.checkmark:after {
   display: block;
 }

 .container1 .checkmark:after {
   left: 8px;
   top: 4px;
   width: 5px;
   height: 10px;
   border: solid white;
   border-width: 0 3px 3px 0;
   transform: rotate(45deg);
 }

 /*-----Not sure checkbox------*/
 .container2 {
   display: block;
   position: relative;
   padding-left: 35px;
   margin-bottom: 20px;
   cursor: pointer;
   font-size: 22px;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
 }

 .container2 input {
   position: absolute;
   opacity: 0;
   cursor: pointer;
   height: 0;
   width: 0;
 }

 .checkmark {
   position: absolute;
   top: 0;
   left: 0;
   height: 20px;
   width: 20px;
   background-color: #eee;
   border-radius: 5px;
 }

 .container2:hover input~.checkmark {
   background-color: #ccc;
 }

 .container2 input:checked~.checkmark {
   background-color: #ffc200;
 }

 .checkmark:after {
   content: "";
   position: absolute;
   display: none;
 }

 .container2 input:checked~.checkmark:after {
   display: block;
 }

 .container2 .checkmark:after {
   left: 8px;
   top: 4px;
   width: 5px;
   height: 10px;
   border: solid white;
   border-width: 0 3px 3px 0;
   transform: rotate(45deg);
 }

 /*-----No checkbox------*/
 .container3 {
   display: block;
   position: relative;
   padding-left: 35px;
   margin-bottom: 20px;
   cursor: pointer;
   font-size: 22px;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
 }

 .container3 input {
   position: absolute;
   opacity: 0;
   cursor: pointer;
   height: 0;
   width: 0;
 }

 .checkmark {
   position: absolute;
   top: 0;
   left: 0;
   height: 20px;
   width: 20px;
   background-color: rgb(214, 209, 209);
   border-radius: 5px;
 }

 .container3:hover input~.checkmark {
   background-color: #ccc;
 }

 .container3 input:checked~.checkmark {
   background-color: #fc5a5a;
 }

 .checkmark:after {
   content: "";
   position: absolute;
   display: none;
 }

 .container3 input:checked~.checkmark:after {
   display: block;
 }

 .container3 .checkmark:after {
   left: 8px;
   top: 4px;
   width: 5px;
   height: 10px;
   border: solid white;
   border-width: 0 3px 3px 0;
   transform: rotate(45deg);
 }

 .input-group-prepend .input-group-text {
   border-color: #7859f5;
   background-color: #7859f5 !important;
   padding: 0 10px !important;
   color: #fff;
   cursor: pointer;
 }

 input:focus {
   box-shadow: none !important;
 }

 .student_view_bg {
   background: #ffffff;
   box-shadow: 0 2.66667px 5.33333px #eff2f7;
   border-radius: 12px;
   padding: 15px 10px;
   margin-bottom: 15px;
 }

 .student_view_bg_img {
   width: 60px;
   height: 60px;
   border-radius: 50%;
   margin-bottom: 5px;
 }

 .student_view_bg_txt1 {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 100%;
   text-align: center;
   color: #12175d;
   font-weight: 600;
   font-size: 14px;
 }

 .student_view_bg_txt2 {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 100%;
   text-align: center;
   color: #12175d;
   font-weight: 400;
   font-size: 12px;
 }

 .scl_name {
   font-weight: 400;
   font-size: 18px;
   color: #c7beec;
 }

 .std_det_view {
   background: #ffffff;
   box-shadow: 0 2.67px 5.33px #eff2f7;
   border-radius: 15px;
   padding: 15px;
 }

 .std_det_view_img {
   width: 100%;
   border-radius: 20px;
 }

 .std_det_view .std_nm {
   font-weight: 600;
   font-size: 22px;
   color: #12175d;
 }

 .std_det_view .std_cls {
   font-weight: 500;
   font-size: 16px;
   color: #7859f5;
 }

 .std_det_view .std_rll {
   font-weight: 500;
   font-size: 11px;
   color: #a5a5a5;
 }

 .std_det_view .std_sub_bg {
   background-color: #7859f5;
   height: 40px;
   width: 40px;
   border-radius: 6px;
   display: flex;
   text-align: center;
   align-items: center;
   justify-content: center;
   color: #fff;
 }

 .std_det_view .std_sub_h1 {
   font-weight: 600;
   font-size: 10px;
   color: #7859f5;
 }

 .std_det_view .std_sub_h2 {
   font-weight: 600;
   font-size: 12px;
   color: #12175d;
 }

 .no_data_txt {
   height: 30px;
   font-weight: 400;
   font-size: 14px;
   color: #c7bcef;
 }

 .or_border {
   border-bottom: 1px dashed #9e93c8;
   margin: 0 50px;
 }

 .or_p {
   color: #9e93c8;
   position: absolute;
   background-color: #fff;
 }

 .login {
   background-image: radial-gradient(#94b8e1 10%, #2196F3 90%);
   height: 100vh;
   width: 100%;
 }

 .login_bg2 {
   background: url("../images/log_img.png");
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center;
   height: 100vh;
   margin: 0px 150px;
 }

 .login_card {
   background: #ffffff;
   box-shadow: 0 20px 25px rgba(124, 171, 243, 0.46);
   border-radius: 10px;
   width: 350px;
   padding: 25px 15px;
 }

 .login_logo {
   width: 200px;
   margin-bottom: 20px;
 }

 .login_txt1 {
   font-weight: 500;
   font-size: 16px;
   color: #39475b;
   margin-bottom: 8px;
 }

 .login_txt2 {
   font-weight: 400;
   font-size: 13px;
   color: #8998ac;
   margin-bottom: 8px;
 }

 .login_txt3 {
   font-weight: 400;
   font-size: 14px;
   color: #d3bd9a;
 }

 .login_txt3:hover {
   color: #4a6491;
 }

 .login input {
   border: 1px solid #f0f3f7 !important;
   border-radius: 15px !important;
   padding: 15px 10px 15px 25px !important;
 }

 .login .input_l_i {
   position: absolute;
   padding: 8px 6px;
   cursor: pointer;
   color: #aeb9ca;
 }

 .help-block {
   color: red !important;
 }

 .dropdown-menu .dropdown-item:hover {
   color: #000 !important;
 }

 /*# sourceMappingURL=stylemain.css.map */

 .change_noti {
   position: absolute;
   right: 40%;
   top: 58px;
   font-size: 14px !important;
   background-color: #fff;
   padding: 0px 5px;
   border-radius: 5px;
   color: #000 !important;
 }

 .hand {
   cursor: pointer;
 }

 a {
   text-decoration: none !important;
 }

 .clr_blk {
   color: #000 !important;
 }

 .select2-container--default .select2-results__option[aria-selected=true] {
   color: green;
 }

 .offcanvas-lg {
   width: 46% !important;
 }

 td>img {
   height: 30px;
   max-width: 30px;
   border-radius: 20px;
 }

 thead>tr>th>a {
   color: #91684a;
 }

 td>a {
   color: #493323;

 }

 .border-bt {
   border-bottom: 1px solid #d6c6ba !important;
 }

 /* loader  */

 .pageloader {
   position: fixed;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   z-index: 9999;
   background: no-repeat rgb(0, 0, 0);
   opacity: .8;
   display: flex;
 }

 .lds-spinner {
   color: official;
   display: inline-block;
   position: relative;
   width: 80px;
   height: 80px;
 }

 .lds-spinner div {
   transform-origin: 40px 40px;
   animation: lds-spinner 1.2s linear infinite;
 }

 .lds-spinner div:after {
   content: " ";
   display: block;
   position: absolute;
   top: 3px;
   left: 37px;
   width: 6px;
   height: 18px;
   border-radius: 20%;
   background: #fff;
 }

 .lds-spinner div:nth-child(1) {
   transform: rotate(0deg);
   animation-delay: -1.1s;
 }

 .lds-spinner div:nth-child(2) {
   transform: rotate(30deg);
   animation-delay: -1s;
 }

 .lds-spinner div:nth-child(3) {
   transform: rotate(60deg);
   animation-delay: -0.9s;
 }

 .lds-spinner div:nth-child(4) {
   transform: rotate(90deg);
   animation-delay: -0.8s;
 }

 .lds-spinner div:nth-child(5) {
   transform: rotate(120deg);
   animation-delay: -0.7s;
 }

 .lds-spinner div:nth-child(6) {
   transform: rotate(150deg);
   animation-delay: -0.6s;
 }

 .lds-spinner div:nth-child(7) {
   transform: rotate(180deg);
   animation-delay: -0.5s;
 }

 .lds-spinner div:nth-child(8) {
   transform: rotate(210deg);
   animation-delay: -0.4s;
 }

 .lds-spinner div:nth-child(9) {
   transform: rotate(240deg);
   animation-delay: -0.3s;
 }

 .lds-spinner div:nth-child(10) {
   transform: rotate(270deg);
   animation-delay: -0.2s;
 }

 .lds-spinner div:nth-child(11) {
   transform: rotate(300deg);
   animation-delay: -0.1s;
 }

 .lds-spinner div:nth-child(12) {
   transform: rotate(330deg);
   animation-delay: 0s;
 }

 @keyframes lds-spinner {
   0% {
     opacity: 1;
   }

   100% {
     opacity: 0;
   }
 }

 /* loader end  */
 
 .offcanvas .modal-body {
   max-height: calc(100vh - 120px);
   overflow-y: auto;
 }

 .offcanvas .modal-footer {
   border-top: 1px solid #91684a !important;
 }

 .required>label:after {
   content: " *";
   color: red;
 }

 tr .required>label:after {
   content: "";
 }

 .icon-containner span {
   color: #918c4a;
 }

 .icon-containner span:before {
   content: " : ";
 }

 td>.dropdown.dropdown-action {
   display: flex;
   justify-content: center;
 }

 .inssmalllogo {
   width: 30px;
   height: 30px;
   overflow: hidden;
   margin-right: 10px;
   border: 1px solid #eb8df485;
   background-color: D3bd9a;
   background-size: cover !important;
   background-repeat: no-repeat !important;
   background-position: center center !important;
 }

 .form-control.is-valid,
 .was-validated .form-control:valid {
   padding-right: calc(1.5em + .75rem) !important;
 }

 .offcanvas-body h1,
 tbody>tr>td {
   word-break: break-all;
   line-break: anywhere;
 }

 th>a:after {
   content: url("../images/dashboard/sort_both.png");
   float: right;

 }

 a.asc:after {
   content: url("../images/dashboard/sort_asc.png");
   float: right;
 }

 a.desc:after {
   content: url("../images/dashboard/sort_desc.png");
   float: right;
 }

 /* super admin dashbord  site/index*/


 .widget-numbers-sm {
   font-size: 1.5rem
 }

 .widget-content {
   padding: 1rem;
   flex-direction: row;
   align-items: center
 }

 .widget-content .widget-content-wrapper {
   display: flex;
   flex: 1;
   position: relative;
   align-items: center
 }

 .widget-content .widget-content-left .widget-heading {
   opacity: .8;
   font-weight: 700
 }

 .widget-content .widget-content-left .widget-subheading {
   opacity: .5
 }

 .widget-content .widget-content-right {
   margin-left: auto
 }

 .widget-content .widget-numbers {
   font-weight: 700;
   font-size: 1.8rem;
   display: block
 }

 .widget-content .widget-content-outer {
   display: flex;
   flex: 1;
   flex-direction: column
 }

 .widget-content .widget-progress-wrapper {
   margin-top: 1rem
 }

 .widget-content .widget-progress-wrapper .progress-sub-label {
   margin-top: .33333rem;
   opacity: .5;
   display: flex;
   align-content: center;
   align-items: center
 }

 .widget-content .widget-progress-wrapper .progress-sub-label .sub-label-right {
   margin-left: auto
 }

 .widget-content .widget-content-right.widget-content-actions {
   visibility: hidden;
   opacity: 0;
   transition: opacity .2s
 }

 .widget-content:hover .widget-content-right.widget-content-actions {
   visibility: visible;
   opacity: 1
 }

 .fullscreen .note-editing-area {
   background: #ffffff;
 }

 .input-group-addon {
   padding: 0 11px;
   display: flex;
   align-items: center;
   color: #91684a;
   text-align: center;
   background-color: #f5f0e8;
   border: 1px solid #ccc;
   border-radius: 4px;
   white-space: nowrap;
 }
 .d-in-table{   padding: 5px 6px; }

 /* ///   date picker icon */

 /* input[type="date"] {
  display: inline-block;
  position: relative;
}
input[type="time"] {
  display: inline-block;
  position: relative;
}

input[type="datetime-local"] {
  display: inline-block; position: relative;
}
input[type="time"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0; top: 0;
  width: auto;
}

  input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
 */


 /* /// end date picker  */

 /* // action bottom padding */
.fas.fa-ellipsis-v{padding-left: 10px;padding-right: 10px;}

.swal2-actions>button{  min-width: 83px; }



/* select 2 */


.select2.select2-container .select2-selection {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 34px;
  margin-bottom: 15px;
  outline: none !important;
  transition: all .15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #333;
  line-height: 32px;
  padding-right: 33px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
  background: #f8f8f8;
  border-left: 1px solid #ccc;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  height: 32px;
  width: 33px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
  background: #f8f8f8;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
  border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0;
  height: 32px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  line-height: 29px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 4px 4px 0 0;
  padding: 0 6px 0 22px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  margin: 0;
  text-align: center;
  color: #e74c3c;
  font-weight: bold;
  font-size: 16px;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: 1px solid #34495e !important;
  border-bottom: none !important;
  padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
  padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  border: 1px solid #34495e;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #3498db;
}
.select2-container{
  min-width: 200px !important;
}
/* Notification Styles */
.notifications-container {  position: relative;  margin-right: 15px;}
.notification-btn {  position: relative;  background: none;  border: none;  font-size: 20px;  color: #6c757d;  cursor: pointer;  padding: 8px 12px;  transition: all 0.3s ease;}
.notification-btn:hover {  color: #007bff;}
.notification-badge {  position: absolute;  top: 2px;  right: 2px;  background: #dc3545;  color: white;  border-radius: 10px;  padding: 2px 6px;  font-size: 10px;  font-weight: bold;  min-width: 18px;  text-align: center;}
.notification-dropdown {  width: 350px;  max-height: 500px;  overflow: hidden;  padding: 0;  box-shadow: 0 4px 12px rgba(0,0,0,0.15);}
.notification-dropdown-header {  padding: 12px 16px;  border-bottom: 1px solid #e9ecef;  display: flex;  justify-content: space-between;  align-items: center;  background: #f8f9fa;}
.notification-dropdown-header h6 { margin: 0; font-size: 16px; font-weight: 600;}
.mark-all-read {  font-size: 12px;  color: #007bff;  text-decoration: none;}
.mark-all-read:hover {  text-decoration: underline;}
.notification-list {  max-height: 350px;  overflow-y: auto;}
.notification-item {  padding: 12px 16px;  border-bottom: 1px solid #e9ecef;  cursor: pointer;  transition: background 0.2s ease;  position: relative;}
.notification-item:hover {  background: #f8f9fa;}
.notification-item.unread {  background: #e7f3ff;}
.notification-item.unread::before {  content: '';  position: absolute;  left: 0;  top: 0;  bottom: 0;  width: 3px;  background: #007bff;}
.notification-item-title {  font-size: 14px;  font-weight: 600;  margin-bottom: 4px;  color: #212529;}
.notification-item-message {  font-size: 13px;  color: #6c757d;  margin-bottom: 4px;}
.notification-item-time {font-size: 11px;  color: #999;}
.notification-dropdown-footer {  padding: 10px 16px;  border-top: 1px solid #e9ecef;  text-align: center;  background: #f8f9fa;}
.notification-dropdown-footer a {  font-size: 13px;  color: #007bff;  text-decoration: none;}
.notification-dropdown-footer a:hover {  text-decoration: underline;}
.no-notifications {  padding: 40px 20px;  text-align: center;  color: #6c757d;}
.no-notifications i {  font-size: 40px;  margin-bottom: 10px;  opacity: 0.5;}