.c-pointer{
	cursor: pointer;
}
.custom_icon_input{
	top: 30px!important;
	cursor: pointer!important;
}
.card-filter{
	padding: 1.5rem 1.5rem 0rem 1.0rem!important;
}
.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 25px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background: #3841a5 !important;
  
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.ac-loader {
	overflow: hidden;
	vertical-align: middle;
	position: fixed;
	display: table;
	background: rgba(0,0,0,.7);
	width: 100%;
	height: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	z-index: 9999999;
	-webkit-transition: all .5s ease-in-out;
	-khtml-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.ac-loader .ac-loader__container {
	position: relative;
	vertical-align: middle;
	z-index: 9;
	width: 100%;
	height: 100vh;
	display: table-cell;
}
.spinnerr {
	margin: 0 auto;
	text-align: center;
}

/* Rounded sliders */
.slider.round {
  border-radius: 25px;
}

.slider.round:before {
  border-radius: 50%;
}

.mul_delete{
	padding: 5px 10px!important;
}

/*Custom design start*/
  .theme-color{
    color:#3841a5;
  }
  .btn-danger, .btn-warning{
color:white;
}
  .btn-danger:hover, .btn-warning:hover{
color: #fff;
    font-weight: 700;
    background-color: #ff8e57;
    border-color: #ff864a; 
} 

  .gallary_manager.portlet.portlet-fullscreen .portlet-body .left-panel ul.nav li{ 
    display: block;
    position: relative; 
    width: 100%;
  }
  .gallary_manager.portlet.portlet-fullscreen .portlet-body .left-panel ul.nav a{
      color:rgb(64 78 103)!important;
       display: block;
    position: relative;
    font-weight:600;
  }
  .gallary_manager.portlet.portlet-fullscreen .portlet-body .left-panel ul.nav a:hover,
  .gallary_manager.portlet.portlet-fullscreen .portlet-body .left-panel ul.nav a.active{
}
  .gallary_manager.portlet.portlet-fullscreen .portlet-title .tools input:focus{
    outline: none !important;
    border-color:#ddd;
box-shadow: none !important; 
border-color: #dddddd;
  }

  .header-navbar .navbar-header .navbar-brand .brand-text{
font-weight: 600;
}

  .custom-control{ 
padding-left: 25px;
}
  .custom-control-label::before,.custom-control-label::after{ 
    left: -25px;
width: 16px;
    height: 16px;
  }
  .custom-control-label::after{
}
  .custom-control{
}
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before{
    background-color: #3841a5;
    border-color: #3841a5;
  }
  .btn .feather.icon-x{
font-size: 14px;
}


  .select2-dropdown{
     border: 1px solid #ccd6e6;
  }
  .select2-container--classic.select2-container--focus, .select2-container.select2-container--focus {
      outline: 0;
  }
  .select2-container .select2-selection--single {
      background-color: #fff;
      border: 1px solid #ccd6e6;
      border-radius: 4px;
  }
  .select2-container--classic .select2-selection--single, .select2-container .select2-selection--single {
    height: 40px !important;
    padding: 5px;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
      color: #444;
      line-height: 28px;
      font-weight: 550;
      font-size: 15px;
  }
  .select2-container .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
  }
  .select2-container .select2-selection--single .select2-selection__arrow {
      top: 6px !important;
      right: 6px !important;
  }
  .select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic .select2-results__options .select2-results__option[aria-selected=true],
.select2-container .select2-results__options .select2-results__option[aria-selected=true] {
    background-color: #3841a5 !important;
    color: #fff !important;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected], .select2-container .select2-results__option--highlighted[aria-selected] {
    background-color: #f7f7f7 !important;
    color: #424242 !important;
}
.select2-search--dropdown .select2-search__field{
    outline: none !important;
    border: 1px solid #eaeaea;
}

#menuAssign{
}
 
.dd-list li .dd-handle{
border-radius:5px !important;
background-color: #fff;
}


.vertical-nav-pill{
    background: #fff;
    padding: 15px; 
}
.vertical-nav-pill.nav .nav-item .nav-link{
color: #2e405c;
font-weight:600;
line-height:28px;
}
.vertical-nav-pill.nav .nav-item .nav-link:hover{ 
background: #ede9e9;
font-weight:600; 
} 
.vertical-nav-pill.nav .nav-item .nav-link.active{
color: #fff;
background: #3841a5;
font-weight:600;
} 

 
.login-content .logo img{
  max-width: 265px;
width: 100%;
}

.btn.disabled, .btn:disabled {
    opacity: 0.5;
}
.title-level2{
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}
.questionmark-tooltip{
  color:#3841a5;
margin-left: 2px;
margin-right: 2px;
font-size: 18px;
}
.tooltip.show {
    opacity: 1;
}
.tooltip > .tooltip-inner{
    text-align: left;
    padding: 10px 15px;
    background: rgb(255 255 255); 
    color: #747474;
    border-radius: 5px;
    box-shadow: 0 0 10px 4px rgba(0,0,0,0.05);
   width: 100%;
font-size: 12px;    
font-weight: 400;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before{
    border-bottom-color: #fff;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before{
    border-top-color: #fff;
}

.no-data-found{
    color: #3841a5;
    background-color: #ffffff;
    border-color: #e3ebf3;
    box-shadow: 0 0 20px 10px rgba(0,0,0,0.02);
    padding: 30px;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 1px;
}

.preview-page-btns .btn{
font-size: 16px;
}
.preview-page-btns .btn i{
font-size: 40px;
}
.comments-wrap{
    background: #fff;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.05);
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #f5f5f5;
    margin: 0 10px 15px;
}
.comments-wrap .comments-header{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.comments-wrap .comment-by{
    color: #3841a5;
    font-size: 14px;
    font-weight: 500;
}
.comments-wrap .comment-by i{
margin-right: 5px;
}
.comments-wrap .comment-time{
  font-size: 9px;
  letter-spacing: 0.6px;
  color: #a4a4a4;
}
.comments-wrap .comments-content{
  margin-top: 10px;
}
.comments-wrap .comments-content p{
    font-size: 14px;
    margin: 0 0 5px 0;
} 
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle::after {
    font-family: "FontAwesome";
    content: "\f107" !important;
    border: none !important;
    position: relative;
    top: 1px;
    right: 0px;
    padding: 0 2px 0 6px;
    margin: 0 0.3em 0 0;
    vertical-align: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle{
    background-color: #222b94;
    border-color: #222b94;
}
.photo_note{
  color: #3841a5;
}
.table{
  font-size: 14px;
  font-weight: 600;
}
.custom-input-menu{
}
.custom-input-menu input{
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.custom-input-menu .custom-input-menu-label{
  color:#a4a4a4;
}
.custom-input-menu .custom-input-menu-label i{
} 
.custom-input-menu input:checked~.custom-input-menu-label{
  color:#3541c1;
}

@media(min-width: 360px){
  .tooltip > .tooltip-inner{
     max-width: 350px;
  }
}


  .collapsable_filter [aria-expanded="true"] .fa-angle-down{
	display:none;
    }
    .collapsable_filter [aria-expanded="true"] .fa-angle-up{
	display:block;
    }
    .collapsable_filter [aria-expanded="false"] .fa-angle-up{
	display:none;
    }
    .collapsable_filter [aria-expanded="false"] .fa-angle-down{
	display:block;
    }
    .dont-collapse-sm{
         transition: all 0.6s ease-in-out;
    }
       
    @media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
  .collapsable_filter .card-header{
      display:none;
  }
}
@media (max-width: 767.98px){
.content-header-right.breadcrumbs-right.breadcrumbs-top{
      display: none !important;
  }
  .filter-row{
      display:block;
  }
}

.collapsable_filter {  
transition: all 0.5s ease-in-out; 
}  


/*width*/ 
.custom-scrollbar::-webkit-scrollbar{
  width: 8px;

}

 /*Track*/ 
.custom-scrollbar::-webkit-scrollbar-track{
  /*box-shadow: inset 0 0 1px grey;*/ 
  border-radius: 10px;
  margin-right: 12px;
 
}
 
 /*Handle*/ 
.custom-scrollbar::-webkit-scrollbar-thumb{
  background:#3841a5 ; 
  border-radius: 10px;
}

 /*Handle on hover*/ 
.custom-scrollbar::-webkit-scrollbar-thumb:hover{
  background: #333b9b; 
}


.day{
        padding:6px 10px;
    }
    .datepicker table tr td.active{
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222b94), to(#0044cc)) !important;
    }
    
    .datepicker-dropdown{
       box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
            border-radius:5px;
    }
    .datepicker thead tr:first-child th{
        padding: 6px !important;
    }
    .datepicker table tr td.day:hover{
        background: #3841a514 !important;
    }
    .clear{
        padding: 5px !important;
        background-color: #3841a51f !important;
    }
    
    /*multiple select box design start*/
    .select2-container .select2-selection--multiple {
        height: 40px !important;
        padding: 5px;
        background-color: #fff;
        border: 1px solid #ccd6e6;
        border-radius: 4px;
    }
    .select2-container .select2-selection--multiple li{
        list-style: none;
    }
    .select2-selection--multiple .select2-selection__choice{
        padding: 2px 10px !important;
        margin-top: 0px !important;
        background-color: #3841a5 !important;
        border: none;
        color: #fff;
        margin-right: 8px !important;
        border-radius: 4px;
        cursor: default;
        float: left;
    }
    .select2-container .select2-selection--multiple .select2-search__field{
        outline: none !important;
        padding:4px;
        margin: 0px;
    }


    .select2-container .select2-selection--multiple .select2-selection__choice__remove{

        float: right !important;
        margin-left: 0.5rem !important;
    }
/*multiple select box design end*/ 

/*viewdetail button design start*/
:root {
  --btn_gradient_first_color: #283c98;
  --btn_gradient_second_color: #1665d8;
}
.viewdetail-btn{
           line-height: 0.7; 
           padding:10px; 
           border-radius:20px; 
           color:#fff !important;
           transition: all .23s ease-in-out;
           background-image: linear-gradient(to right, var(--btn_gradient_first_color) 0%, var(--btn_gradient_second_color) 51%, var(--btn_gradient_first_color) 100%);
           background-size: 200% auto;
        }
        .viewdetail-btn i{
            position: relative;
            left:0px;
/*          opacity:0;*/
            transition: all .23s ease-in-out;
        }
        .viewdetail-btn:hover{
            transition: all .23s ease-in-out;
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
        }
        .viewdetail-btn:hover i{
            transition: all .23s ease-in-out;
            left:3px;
            padding:0px;
            opacity:1;
        }
/*viewdetail button design end*/



    .recently_accepted_card{
       -webkit-animation: accept_blinks 1.5s infinite;
       animation: accept_blinks 1.5s infinite;
    }
    
    @-webkit-keyframes accept_blinks {
        0% { 
box-shadow: 0 0 0 0px rgba(57,145,35,0.45);  
}
        100% { 
box-shadow: 0 0 0 10px rgba(57,145,35,0.23); 
}
    }
    
    .recently_rejected_card{
       -webkit-animation: reject_blinks 1.5s infinite;
       animation: reject_blinks 1.5s infinite;
    }
    
    @-webkit-keyframes reject_blinks {
        0% { 
box-shadow: 0 0 0 0px #ffa46f80;  
}
        100% { 
box-shadow: 0 0 0 10px #ff5f6d38; 
}
    }
    
    
    .approve-reject-card .image-span{
        height:100px;
        width:100px;
    }
    .approve-reject-card .image-span img{
        border-radius:50%;
        border:2px solid white;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }
    .approve-reject-card ul{
        list-style-type: none;
    }
    .approve-reject-card{
        background: linear-gradient(to right, #00d2ff1f, #398cff26);
        overflow:hidden;
    }
    .cancel-request-btn{
        border:1px solid gray;
        border-radius: 30px;
        transition: all .25s ease-in-out;
    }
    .cancel-request-btn:hover{
        transform:scale(0.9);
    }
    .custom-popup-class{
        margin:0px;
        padding:0px;
        background: transparent !important;
    }
    .custom-popup-class .swal2-content #swal2-content{
        display:flex !important;
        justify-content:center;
    }
    .approved-badge{
        padding:9px;
        border-radius: 20px;
        color: #fff !important;
        background: linear-gradient(to right, #11998e, #38ef7d);
    }
    .rejected-badge{
        padding:9px;
        border-radius: 20px;
        color: #fff !important;
        background: linear-gradient(130deg, #ff5f6d 50%, #ffc371);
    }
    .cancelled-badge{
        padding:9px;
        border-radius: 20px;
        color: #fff !important;
        background: linear-gradient(130deg, #757f9a, #d7dde8);
    }
    .approval-pending-badge{
        padding:9px;
        border-radius: 30px;
        color: #fff !important;
        background: linear-gradient(130deg, #ff714dd4 50%, #ffc875);
    }
    .approval-pending-badge i{
        animation: blink 1s infinite;
    }
    @keyframes blink{
        0%{
            color:#ff001c;
        }

    }
    .phone-call-btn{
           line-height: 0.7; 
           padding:10px; 
           padding-right:4px;
           border-radius:20px; 
           color:#fff !important;
           transition: all .23s ease-in-out;
           background: linear-gradient(130deg, #11998e, #38ef7d, #11998e);
           background-size: 200% auto;
        }
        .gatekeeper-phone-call-btn{
            line-height: 0.7;
            padding:10px 16px;
            border-radius:20px;
            color:#fff !important;
            transition: all .23s ease-in-out;
            background: linear-gradient(130deg, #000046, #1cb5e0, #000046);
            background-size: 200% auto;
        }
        .gatekeeper-phone-call-btn:hover, .phone-call-btn:hover{
            transition: all .23s ease-in-out;
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
        }
        .phone-call-btn span{
            padding:7px 10px;
            border-radius:50%;
            background:#fff;
            color:#1d976cc4;
            margin-right:0px;
            margin-left:8px;
        }
        .approve-visitor-btn{
        background: linear-gradient(130deg, #11998e, #38ef7d, #11998e);
        height:50px;
        width:50px;
        padding:0;
        border-radius: 50%;
        background-size: 200% auto;
        transition: all .23s ease-in-out;
    }
    .reject-visitor-btn{
        background: linear-gradient(130deg, #ff5f6d 20%, #ffc371, #ff5f6d);
        height:50px;
        width:50px;
        padding:0;
        border-radius: 50%;
        background-size: 200% auto;
        transition: all .23s ease-in-out;
    }
    .approve-visitor-btn:hover, .reject-visitor-btn:hover{
        transition: all .23s ease-in-out;
        background-position: right center;
        color: #fff;
        text-decoration: none;
    }
/*Custom design end*/
