
@font-face {
  font-family: 'Helvetica';
  src: url('{{asset("fonts/webfontkit-20230203-001736/helvetica-webfont.woff2")}}') format('woff2'),
  url('{{asset("fonts/webfontkit-20230203-001736/helvetica-webfont.woff")}}') format('woff'),
url('{{asset("fonts/Helvetica/helvetica-compressed-5871d14b6903a.otf")}}') format('opentype');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'Helvetica-Bold';
  src: url('{{asset("fonts/Helvetica/Helvetica-Bold.ttf")}}') format('truetype');
  font-weight: bold;
  font-style: normal;

}


@font-face {
  font-family: 'Helvetica-Oblique';
  src: url('{{asset("fonts/Helvetica/Helvetica-Oblique.ttf")}}') format('truetype');
  font-weight: normal;
  font-style: normal;
}

*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }

html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }


body {
margin: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff; }

a {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
color: #3e64ff; }
a:hover, a:focus {
  text-decoration: none !important;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

.wrapper {
width: 100%; }
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  font-family: "Helvetica";
}

.sidebar{
  height: auto !important;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
  font-family: "Helvetica";
}

/* The slider */
.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: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: green;
}

input:focus+.slider {
  box-shadow: 0 0 1px green;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  height: 23px;
  width: 50px;
}

.slider.round:before {
  border-radius: 50%;
}
.heading h4 {
font-size: 22px;
font-weight: bold;
}

.heading p {
font-size: 18px;
font-weight: 550;
}

.label-form {
font-size: 18px;
font-weight: bolder;
}
.form-control {
width: 100% ;
border: 2px solid #506998c7 !important;
border-radius: 5px !important;
height: 37px !important;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f1f1f1 !important;
  opacity: 1;
}
.form-control-select {
  width: 100% ;
  height: 45px  ;
  border-radius: 10px  !important;
  border: 2.5px solid #506998c7 !important ;
  }
.input-form {

height: 37px;
border-radius: 5px;
border: 2.5px solid #506998c7;
}
.input-form-area {
width: 100%;
height: 100px;
border-radius:5px;
border: 2.5px solid #506998c7;
}
.w-max-content{
  width: max-content;
}

.menu-pink{
color:#E31C7E !important;
cursor:pointer !important;
border:none !important;
background-color: transparent !important;
font-size: 14px ;
font-weight: 500 ;
}
input[type="checkbox"] {
  accent-color:#E31C7E !important;
  width:18px;
  height:18px;
}
input[type="radio"] {
accent-color:#E31C7E !important;

}
.btn-empty {
  background: none;
  border-radius: 5px !important;
  border: 2px solid #506998c7 !important;
  color:black !important;
}
.text-pink{
  color:#E31C7E ;
  font-weight: bold;
}
.modal-content{
  border-radius: 5px !important;
}
.w-10{
  width: 10%;
}
.w-90{
  width:90%;
}
.border-color{
  border:2px solid #506998ba;
  border-radius: 5px !important;
  background-color: transparent;
}

.btn-purple{
background: #506998ba ;
border-radius: 5px !important;
color: #FFFFFF !important;
border:none;
height:37px;

}
.btn-empty{
border:2px solid #506998ba;
background-color:transparent;
height:37px;
border-radius:5px;
color:black !important;
}
.form-control-area{
  border:2px solid #506998ba;
  background-color:transparent;
  height:100%;
  width:100%;
  border-radius:5px;
  }
.table-bordered th, .table-bordered td{
border: 0 !important;
}
.table tbody tr td {
text-align: left!important;
font-size: 14px;
/* font-weight: 400 !important; */
align-items: center;

}
/* .table tbody tr td:nth-child(1) {
  text-align: left!important;
  font-size: 14px;
  font-weight: 500 !important;
  align-items: center;
  display: flex;
 
  } */
.table thead th {
font-family: "Helvetica";
font-size: 14px;
font-weight: 500;
text-align: left !important;
}
.justify-content-right{
  justify-content: right;
}
.w-180{
  width: 180px !important;
}
.w-15{
  width:15% !important;
}
.table td, .table th {
padding: 0.75rem;
vertical-align: top;
text-align: center;
}
.w-120{
  width: 120px !important;
}
.down-svg{
  position: absolute;
  right: 7%;
}
.h-auto{
  height: auto !important; 
 }
.border-306479 {
  border: 2px solid #306479;
  border-radius: 5px;
}
.h-fit{
  height: fit-content;
}
.thead-orange{
   background-color:#F0A87B;
}
.justify-content-left{
  justify-content: left;
}
.position-absolute{
  position: absolute;
}
.top-15{
  top: 15px;
}
.w-20{
  width: 20% !important;
}
.w-40{
  width: 40% !important;
}
.swal2-styled.swal2-cancel{
border:2px solid #306479;
color:black;

height:45px;
background-color: #fff;
border-radius:5px;
}
.swal2-styled.swal2-deny{
  border:2px solid #306479;
  color:black;
  
  height:45px;
  background-color: #fff;
  border-radius:5px;
}
.input-group-append {
  height: 37px;
}
.border-fit{
  height: 37px;
}
.bold-2{
font-size:16px;
font-weight:600;
}
.text-black{
  color:black;
}
.btn-empty-2{
  border:2px solid #506998ba;
  background-color:transparent;
  height:37px;
  border-radius:5px;
  width:120px;
  color:black !important;
  }
  .btn-purple-2{
    background: #506998c7  !important;
    border-radius: 5px !important;
    color: #FFFFFF !important;
    border:none;
    height:37px;
    width:120px;
    }
.form-control-table {
  border: 2px solid #506998c7 !important;
  border-radius: 5px !important;
  height: 37px !important;
}
.swal2-styled.swal2-confirm{
color:#fff;
border:none;
height:45px;
border-radius:5px;
background-color:#8E5FB4;
}
.swal2-icon .swal2-icon-content img{
width:200px;
border:none;
}
.swal2-container.swal2-center>.swal2-popup{
width:450px;
}
.modal-header{
  border-bottom:none !important;
  }
  .modal-title{
  font-size:22px;
  }
  .modal-footer{
  border-top:none !important;
  }
 .currency-drop{
  border:none;
  border-radius:15px;
  height:100%;
 }
 .text-white{
  color: #fff;
 }
 .form-label{
  font-size: 16px;
  font-family: "Helvetica";
  font-weight: 500;
 }
 #wizardPicturePreview{
  width:100px;
  height:100px;
  border-radius:50% !important;
 }
 .nav-tabs .nav-link.active {
  border:none !important;
}

.h-200{
  height: 200px;
}
.overflow-y{
  overflow-y: scroll;
}
.nav-link{
  color:black !important;
   font-size:16px;
   border-bottom:none !important;
   background-color:transparent !important;
} 
.nav-tabs .nav-link.active{
  border-bottom:2px solid  #E31C7E !important;
}
.icon{
  color:black !important;
}
.btn-none{
  border:none !important;
  background-color:transparent !important;
}
.justify-content-space-around{
  justify-content: space-around;
}
.text-left{
  text-align: left;
}
.justify-content-space-between{
  justify-content: space-between;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.imagePreview {
  width: 100%;
  border-radius: 15px 15px 0px 0px;

  height: 200px;
  background-position: center center;
background:url(http://cliquecities.com/assets/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg);
background-color:#fff;
  background-size: cover;
background-repeat:no-repeat;
  display: inline-block;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.btn-primary2
{
display:block;
border-radius:0px;
box-shadow:0px 4px 6px 2px rgba(0,0,0,0.2);
margin-top:-5px;
color: #fff;
}
.imgUp
{
margin-bottom:15px;
}
.del
{
position:absolute;
top:0px;
right:15px;
width:30px;
height:30px;
text-align:center;
line-height:30px;
background-color:none;
cursor:pointer;
}
.imgAdd
{
width:30px;
height:30px;
padding-top: 7px;
border-radius:50%;
background-color:#E61A7E;
color:#fff;
box-shadow:0px 0px 2px 1px rgba(0,0,0,0.2);
text-align:center;
line-height:30px;
margin-top:0px;
cursor:pointer;
font-size:15px;
}

.bg-prpl{
  background: #7872b0 !important ;
  border-color: #7872b0 !important;
  padding: 5px;
  text-align: center;
  border-radius: 0px 0px 10px 10px;
}
.btn-primary2:hover{
  background: #7872b0 !important ;
  border-color: #7872b0 !important;
  color: #fff !important;
}
.float-right{
  float: right;
}  
/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #8e8e8e; 
}
textarea:focus, input:focus{
  outline: none;
}

.notification-drop {
  color: #444;
}
.notification-drop .item {
  padding-top: 15px;
  font-size: 12px;
  position: absolute;
  right: 21px;
  border-bottom: 1px solid #ddd;
}
.notification-drop .item:hover {
  cursor: pointer;
}
.notification-drop .item i {
  margin-left: 10px;
}
.notification-drop .item ul {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid #DEDEDE;
  border-radius: 20px;
  z-index: 99999;
  width: 345px;
  padding: 15px;
  margin-top: 20px;
  display: none;
  position: absolute;
  top: 0;
  background: #fff;
  /* left: -225px; */
  right: 40px
  ;
  border-top: 1px solid #ddd;
}

.w-max{
  
  width: max-content;
}
.transform-0{
  transform:none !important
}
.notification-drop .item ul li {
  font-size: 16px;
  padding: 15px 0 15px 25px;
}
.notification-drop .item ul li:hover {
  background: #ddd;
  color: rgba(0, 0, 0, 0.8);
}


.flex-column{
  flex-direction:column;
}
.text-align-center{
  text-align:center;
}
.link-notif{
  font-size: 14px;
  color: #1A7FE5 !important;
  padding-right: 15px;
}

ul {
  list-style-type: none !important;
}


.notification-bell{
  font-size: 20px;
}

.pulse-button {
  box-shadow: 0 0 0 0 rgba(0, 247, 255, 0.5);
  animation: pulse 1.5s infinite;
}

.pulse-button:hover {
  animation: none;
}


.font-13 {
  font-size: 12px !important;
}
.btn-purple-span{
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #7872b0 0% 0% no-repeat padding-box !important;
  border-radius: 5px !important;
  color: #FFFFFF !important;
  border:none;
  height:37px;
  width:120px;
  }
  .nav-shadow{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  }
  .h-100{
    height: 100%;
  }
  .btn-empty-span{
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border:2px solid #506998ba;
  background-color:transparent;
  height:37px;
  border-radius:5px;
  width:120px;
  color:black !important;
  }
  .h3, h3 {
    font-size: 1.35rem !important;
  }
  .cursor{
    cursor:pointer;
  }
  .border-searchbox {
    border: 1px solid #797979 !important;
}
.line-search {
  width: 1px;
  height: 32px;
  background: #bfbfbf;
  display: flex;
  align-self: center;
  margin: 2px;                   /* left and right padding     */
}

.w-20{
  width: 20%;
}
.search-box-btn{
  color: white;
    background: #506998c7;
    border-color: #506998c7;
}
.bg-e3e3e3{
  background: #e3e3e3;
}
div:where(.swal2-container) h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: inherit;
  font-size: 1.375em !important;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: visible;
}

@media only screen and (max-width: 990px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: scroll !important;
  }
  .pagination{
    margin-top:20px;
  }
  .td-responsive{
    display: flex;
    align-items: baseline;
  }
  .border-fit{
    height: 37px;
    width:fit-content !important;
  }
}