body{
    margin: 0;
    width: 100% !important;
    overflow-x: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.panel-box{
    box-shadow: 1px 1px 5px 0 rgb(88, 88, 88 / 10%);
}
.panel-box-title{
    padding: 40px 40px 30px 50px; 
    background-color: white; 
    border: 1px solid #e7e7e7;
}
.box-warning{
    padding: 25px 40px 30px 50px;
    background-color: #f4f4f4;
    border: 1px solid #e7e7e7;
    box-shadow: 1px 1px 5px 0 rgb(88, 88, 88 / 10%);
}
.border-radius{
    box-shadow: 0 1px 5px 0 rgb(88, 88, 88 / 10%);
    border-radius: 4px;
}
.conv-btn{
    font-size: 13px !important;
    background-color: #002377 !important;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;     font-weight: 700;
    width: 200px;
}
.conv-btn:hover{
    background-color: #0082D6 !important;
}
.text-black{
    color: #000 !important;
    margin-top: 5px;
}
.main-menu .navigation > li > a{
    color: #002478 !important;
    font-family: 'Poppins', sans-serif; font-weight: 700;
}
.main-menu .navigation > li > a:hover{
    color: #0082D6 !important;
}
.copyrght {
    background-color: #002478;
    text-align: center;
}
.title-page {
    background-color: #002478;
}
.theme-label {
    font-family: 'Poppins', sans-serif;     font-weight: 700;
    color: #002478;
    font-size: 22px;
    border-left: none;
    padding-left: 0px;
}
.border-btn {
    border: 1px solid #002478;
    color: #002478;
    font-size: 13px !important;
}
.border-btn:hover {
    background-color: #002478;
    color: #fff;
}
.ml-17{
    margin-left: -17px;
    margin-top: 95px
}
.box-log{
    margin: 80px 70px;
}
.top-left{
    border: 1px solid #e7e7e7;
    width: 100%;
    border-top-left-radius: 40px;
    padding: 20px 40px 10px 40px;
    box-shadow: 0 1px 5px 0 rgb(88, 88, 88 / 10%);
}
.bgdark{
    background-color: #002478;
}
.bgdark span{
    color: #fff;
    display: block;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    font-size: 13px;
    margin-bottom: 5px;
}
.bgdark{
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins', sans-serif; font-weight: 400;
}
.top-right{
    border: 1px solid #e7e7e7;
    width: 100%;
    border-top-right-radius: 40px;
    padding: 20px 40px 10px 40px;
    box-shadow: 0 1px 5px 0 rgb(88, 88, 88 / 10%);
}
.bgwhite{
    background-color: #fff;
}
.bgwhite:hover {
    background-color: #002478;
    color: #fff;
    cursor: pointer;
}
.bgwhite:hover, .bgwhite:hover > span {
    background-color: #002478;
    color: #fff;
}
.bgwhite span{
    color: #000;
    display: block;
    font-family: 'Poppins', sans-serif;     font-weight: 400;
    font-size: 13px;
    margin-bottom: 5px;
}
.bgwhite{
    color: #002478;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;     font-weight: 400;
}
.box-radius{
    background-color: white;
    border: 1px solid #e7e7e7;
    padding: 25px 40px 40px 40px;
    height: 100%;
    box-shadow: 0 1px 5px 0 rgb(88, 88, 88 / 10%);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.btn-log{
    font-size: 18px;
    
    padding: 10px;
    color: #fff;
    background-color: #002478;
    transition: 0.3s;
    width: 100%;
    margin-top: 5px;
    display: block;
    border-radius: 10px;
    width: 140px;
    text-align: center;
    font-family: 'Poppins', sans-serif;     font-weight: 700;
    cursor: pointer;
}
.btn-log:hover{
    color: #fff;
    background-color: #0082D6;
}
input.text-log {
    border: 0;
    outline: 0;
    border-bottom: 1px solid #2C3B43;
    font-size: 15px;
    color: #000;
    display: block;
    background-color: transparent;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 0px;
    font-family: 'Poppins', sans-serif; font-weight: 600;
}
input.text-log::placeholder{
    font-size: 15px;
    color: #000;
    font-style: normal
}
input.text-log:focus{
    border-bottom: 1px solid #0082D6;
}
.file-text{
    box-shadow: inset 0px 0px 0px 0px transparent;
    outline: none;
    height: 43px;
    padding-top: 10px;
    border: 1px solid #ccc;
    cursor: pointer
}
.input-text{
    box-shadow: inset 0px 0px 0px 0px transparent;
    outline: none;
    height: 43px;
    border: 1px solid #ccc;
    width: 100% !important;
}
.w-135{
    width: 135px;
}

.mt-5{
    margin-top: 5px !important;
}
.mt-25{
    margin-top: 25px !important;
}
.mt-130{
    margin-top: 130px;
}
.mb-25{
    margin-bottom: 27px;
}
.file-name{
    border: 1px solid #cad0dd !important; 
    border-radius: 3px; 
    margin-top: 10px; 
    padding: 1px 10px; 
    background-color: #e3e7f1; 
    color: #002478;
}
.btn-replace{
    display: inline; 
    float: right; 
    font-size: 11px; 
    border: none; 
    color: #00B041;
    background-color: transparent;
}
.btn-replace:hover{
    text-decoration: underline;
    color: #002478
}
.frst-num{
    font-size: 15px; 
    font-family: 'Poppins', sans-serif;     font-weight: 700; 
    color: #002478; 
    display: inline;
    background-color: #e2e2e2;
    padding: 7px 5px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.text-forgot{
    color: #0249A5;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 30px
}
.text-forgot:hover{
    color: #0082D6
}
.label-field{
    color: #000;
}
.field{
    margin-bottom: 25px;
}
.pr-0{
    padding-right: 0px
}
.pr-5{
    padding-right: 5px;
}
.pl-0{
    padding-left: 0px !important
}
.p-6{
    padding: 6px !important
}
.mt-15{
    margin-top: 15px;
    margin-bottom: 37px;
}
.error-msg {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 12px;
    font-size: 13px;
    width: 100%;
    font-family: 'Poppins', sans-serif;     font-weight: 400;
}
.font-20{
    font-size: 20px;
}
.color-red{
    color: red;
}
.color-blue{
    color: #002478 !important;
    font-family: 'Poppins', sans-serif; font-weight: 600;
    display: inline !important;
}
.font-semi{
    font-family: 'Poppins', sans-serif; font-weight: 600;
}
.mt-0{
    margin-top: 0px;
}
.mr-0{
    margin-right: 0px !important
}
.mr-10{
    margin-right: 10px
}
.btn-green{
    font-size: 12px;
    
    padding: 10px;
    color: #fff;
    background-color: #00B041;
    transition: 0.3s;
    width: 100%;
    margin-top: 5px;
    display: block;
    border-radius: 5px;
    width: 150px;
    text-align: center;
    font-family: 'Poppins', sans-serif;     font-weight: 700;
    cursor: pointer;
}
.btn-green:hover, .btn-dl-files:hover{
    background-color: #2C3B43
}
.radius{
    border-bottom-left-radius: 6px; 
    border-bottom-right-radius: 6px; 
    padding: 40px 50px;
}
.ptb-45{
    padding: 40px 50px;
}
.form-title{
    border-top: 2px solid #e7e7e7; 
    margin-top: 40px; 
    padding-top: 40px;
}
.sub-title{
    border-bottom: 1px solid #e5e5e5; 
    padding-bottom: 10px; 
    color: #000;
    margin-top: 30px;
}
.instruc{
    font-size: 12px; 
    display: block !important
}
.warning-top{
    background-color: #002478; 
    padding: 10px 50px 5px 50px; 
    border-top-left-radius: 6px; 
    border-top-right-radius: 6px; 
    box-shadow: 1px 1px 5px 0 rgb(88, 88, 88 / 10%);
}
.warning-text{
    font-size: 13.7x;
    color: #686868;
}
.warning-ttle{
    color: #fff; 
    font-size: 18px; 
    font-family: 'Poppins', sans-serif; font-weight: 600;
}
.fa-info-circle{
    font-size: 25px; 
    margin-right: 10px; 
    margin-top: 5px; 
    display: inline; 
    color: #008d34;
}
.info-title{
    font-family: 'Poppins', sans-serif;     font-weight: 700; 
    color: #424242; 
    font-size: 15px; 
    border-left: none; 
    padding-left: 0px; 
    display: inline; top: -3px;
}
.info-msg{
    margin-left: 35px; 
    margin-right: 20px;
}
.btn-sub{
    margin-left: auto; 
    margin-right: auto; 
    text-align: center
}
.btn-dl{
    margin-top: 0px; 
    padding: 2px 10px; 
    width: 90px;
}
.btn-dl-files {
    font-size: 12px;
    
    padding: 7px 9px;
    color: #fff;
    background-color: #00B041;
    transition: 0.3s;
    width: 100%;
    margin-top: 15px;
    display: block;
    border-radius: 8px;
    width: 150px;
    text-align: center;
    font-family: 'Poppins', sans-serif;     font-weight: 700;
    cursor: pointer;
}
.border-btn {
    border-radius: 5px;
}
.w-260 {
    width: 260px !important;
}
.w-4{
    width: 4%
}
.text-field option{
    background-color: #fff;
    color: #000
}
.border-btm{
    border-bottom: 1px solid #ccc
}
.header-theme{
    background-color: #0249A5 !important; 
    color: #fff; 
    font-family: 'Poppins', sans-serif;     font-weight: 700; 
    font-size: 13px; 
    padding: 10px 30px;
}
.list-body{
    padding: 15px 30px 10px 20px;
    border-bottom: 1px solid #DFDFDF;
}
.list-body:hover{
    background-color: #e5e5e5
}
.scroll{
    height: 450px; 
    overflow-y: auto; 
    border-bottom: 2px solid #ccc
}
.display-inline{
    color: #000 !important;
}
/* width */
.scroll::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}

/* Track */
.scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.scroll::-webkit-scrollbar-thumb {
  background: #a9a9a9; 
  border-radius: 10px;
}

/* Handle on hover */
.scroll::-webkit-scrollbar-thumb:hover {
  background: #2ab299; 
}
/* The container */
.check-field {
  display: inline;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-right: 30px;
  cursor: pointer;
  font-size: 18px;
  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 18px;
}

/* Hide the browser's default checkbox */
.check-field input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border: 1px solid #9e9e9e;
}

/* On mouse-over, add a grey background color */
.check-field:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-field input:checked ~ .checkmark {
  background-color: #00B041;
  border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-field input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-field .checkmark:after {
  left: 6px;
  top: 1px;
  width: 6px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* radio button */
.radio-field {
  display: inline;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-right: 30px;
  cursor: pointer;
  font-size: 18px;
    font-weight: normal !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 18px;
}
.radio-field span{
    display: inline;
}
/* Hide the browser's default radio button */
.radio-field input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-btn {
  position: absolute;
  top: 1px;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #eee;
  border: 1px solid #9e9e9e;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-field:hover input ~ .radio-btn {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-field input:checked ~ .radio-btn {
  background-color: #00B041;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-btn:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-field input:checked ~ .radio-btn:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-field .radio-btn:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.has-error label.check-field span.label-field{
    display: inline !important;
    color: #2C3B43 !important;
}
.has-error label.radio-field span.label-field{
    display: inline !important;
    color: #2C3B43 !important;
}
.has-error span{
    color: #a94442 !important;
}
.text-bold{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.has-error label span.checkmark{
    border: 1px solid #a94442 !important;
    display: inline !important;
}
.has-error label span.radio-btn{
    border: 1px solid #a94442 !important;
    display: inline !important;
}
.transition, p, ul.impo-info li i:before, ul.impo-info li i:after {
  transition: all 0s ease-in-out;
}
.no-select {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
ul.impo-info {
    list-style: none;
    perspective: 900;
    margin: 0;
    padding: 15px 15px 5px;
    border: 1px solid #d9ede0;
    margin-bottom: 40px;
    background-color: #e5f5eb;
    border-left: 5px solid #00b041;
}
ul.impo-info li {
  position: relative;
  padding: 0;
  margin: 0;
}
ul.impo-info li:nth-of-type(1) {
  animation-delay: 0.5s;
}
ul.impo-info li:nth-of-type(2) {
  animation-delay: 0.75s;
}
ul.impo-info li:nth-of-type(3) {
  animation-delay: 1s;
}
ul.impo-info li:last-of-type {
  padding-bottom: 0;
}
ul.impo-info li i.arrow-updown {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 6px;
  right: 10px;
}
ul.impo-info li i.arrow-updown:before, ul.impo-info li i.arrow-updown:after {
    content: "";
    position: absolute;
    background-color: #008f35;
    width: 3px;
    height: 14px;
}
ul.impo-info li i.arrow-updown:before {
  transform: translate(-2px, 0) rotate(45deg);
}
ul.impo-info li i.arrow-updown:after {
  transform: translate(6px, 0) rotate(-45deg);
}
ul.impo-info li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
ul.impo-info li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
ul.impo-info li input[type=checkbox]:checked ~ i.arrow-updown:before {
  transform: translate(6px, 0) rotate(45deg);
}
ul.impo-info li input[type=checkbox]:checked ~ i.arrow-updown:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
.top-name{
    color: #fff !important;
    font-family: 'Poppins', sans-serif; font-weight: 700;
}
.sub-item{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #002478 !important;
    padding-bottom: 5px;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5
}
.link-hover:hover{
    color: #0082D6;
}
.link-hover{
    color: #0249a5;
}
.f-12{
    text-transform: capitalize
}
.f-15{
    text-transform: capitalize
}
.img-vehicle{
    cursor: pointer
}
.img-vehicle:hover {
    box-shadow: 0px 0px 7px #ddd;
    transition: 0.3s;
}
.border-margin{
    border-bottom: 1px solid #f5f5f5; 
    margin: 13px 40px 15px 40px;
    padding-bottom: 5px;
}
/* Modal */
.modal-btn {
    position: relative;
    display: table-cell;
    width: 100px;
    height: 100px;
    background-color: #2c3e50;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    font-size: 36px;
    color: white;
    text-align: center;
    line-height: 2.75;
    transition: box-shadow 250ms ease;
}
.modal-btn:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    transition: background-color 250ms linear;
}

.modal-content {
    position: fixed;
    width: 55.5%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 20px 25px 10px 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    transform: scale(0);
    transition: transform 250ms ease;
    visibility: hidden;
    z-index: 20;
    left: 0;
    right: 0;
}
.modal-content .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 11;
}
.modal-content .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}
.modal-content header {
    position: relative;
    display: block;
    border-bottom: 1px solid #eee;
}
.modal-content header h2 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 28px;
}
.modal-content article {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.75;
}
.modal-content footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
}
.modal-content footer .button {
    position: relative;
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    overflow: hidden;
}
.modal-content footer .button:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: width 250ms ease;
    z-index: 0;
}
.modal-content footer .button:hover:before {
    width: 100%;
}
.modal-content footer .button.success {
    margin-right: 5px;
    background-color: #2ecc71;
}
.modal-content footer .button.danger {
    background-color: #e74c3c;
}

#modal {
    display: none;
}
#modal:checked ~ .modal-bg {
      visibility: visible;
      background-color: #000000b3;
      opacity: 0.7;
      transition: background-color 250ms linear;
}
#modal:checked ~ .modal-content {
      visibility: visible;
      transform: scale(1);
      transition: transform 250ms ease;
      z-index: 999;
}

#modal-info {
    display: none;
}
#modal-info:checked ~ .modal-bg-info {
      visibility: visible;
      background-color: #000000b3;
      opacity: 0.7;
      transition: background-color 250ms linear;
      z-index: 999;
}
#modal-info:checked ~ .modal-content-info {
      visibility: visible;
      transform: scale(1);
      transition: transform 250ms ease;
      z-index: 999;
}

#modal-sched {
    display: none;
}
#modal-sched:checked ~ .modal-bg {
      visibility: visible;
      background-color: #000000b3;
      opacity: 0.7;
      transition: background-color 250ms linear;
      z-index: 999;
}
#modal-sched:checked ~ .modal-content {
      visibility: visible;
      transform: scale(1);
      transition: transform 250ms ease;
      z-index: 999;
}
@media only screen and (max-width: 1215px){
    .box-log {
        margin: 70px 50px 70px 20px;
    }
}
@media only screen and (max-width: 1075px){
    .box-log {
        margin: 20px 30px 60px 0px;
    }
}   
@media only screen and (max-width: 995px){
    .top-right {
        padding: 20px 30px 10px 30px;
    }
}
@media only screen and (max-width: 991px){
    .box-log {
        margin: 60px;
        margin-bottom: 100px
    }
    .img-left{
        display: none;
    }
    .text-forgot {
        float: left;
        display: block !important;
        margin-right: 50px;
    }
    .ml-17 {
        margin-right: 0px;
    }
}
.multiple-option option{
    padding-top: 2px; 
    padding-bottom: 2px;
}
.has-error .check-list{
    border: 1px solid #a94442 !important;
}
.has-error .check-list label span.checkmark{
    border: 1px solid #9e9e9e !important;
}
.display-block{
    display: block;
    width: 100%
}
.check-list{
    border: 1px solid #ccc; 
    border-radius: 3px; 
    padding: 15px 20px 0px 20px; 
    overflow-x: auto; 
    height: 180px
}
/* width */

.check-list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}


/* Track */
.check-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}

 
/* Handle */
.check-list::-webkit-scrollbar-thumb {
  background: #a9a9a9; 
  border-radius: 10px;
}


/* Handle on hover */

.check-list::-webkit-scrollbar-thumb:hover {
  background: #2ab299; 
}
.border-top{
    border-top: 1px solid #e5e5e5; 
    padding-top: 10px; 
    font-size: 15px
}
.required{
    color: #ff001e;
    display: inline !important;
    margin-left: 3px;
    margin-right: 3px;
}
.float-left{
    float: left
}
.pb-0{
    padding-bottom: 0px;
}
.b-top{
    border-top: 4px solid #0082D6
}
.btn-edit{
    background-color: transparent; 
    font-size: 12px; 
    border: none; 
    color: #002478; 
    float: none;
    padding: 0px;
    border-right: 1px solid #9b9b9b;
    border-radius: 0px;
    padding-right: 10px;
}
.btn-edit:hover{
    background-color: transparent;
    color: #0080d2;
    text-decoration: underline
}
.btn-delete{
    background-color: transparent; 
    font-size: 12px; 
    border: none; 
    color: #e5001a; 
}
.btn-delete:hover{
    background-color: transparent;
    color: #ff2941;
    text-decoration: underline
}
label.btn-delete{
    background-color: transparent !important; 
    font-size: 12px !important; 
    border: none !important; 
    color: #e5001a !important; 
    padding: 0px;
    display: inline;
    margin-right: 0;
}
label.btn-delete:hover{
    background-color: transparent;
    color: #ff2941;
    text-decoration: underline
}
.tabs input[type="radio"]:checked + label {
    background-color: #0249A5;
    color: #fff
}
.tabs label{
    font-family: 'Poppins', sans-serif;     font-weight: 400; 
    font-size: 15px; 
    
    background-color: #d0d0d0
}
.success-msg {
    color: #007d02;
    background-color: #d0ecdb;
    border: 1px solid #cde8d7;
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 12px;
    font-size: 13px;
    width: 100%;
    font-family: 'Poppins', sans-serif;     font-weight: 400;
}
.icon-check{
    font-size: 16px; 
    margin-right: 5px
}
.a-padding{
    padding: 12px 35px;
    border-radius: 5px !important;
}
label.close{
    background-color: transparent !important;
    margin-top: -15px;
    margin-right: -15px;
    padding: 1rem 0rem;
}
.tabs label.close:hover{
    padding: 1rem 0rem;
}
.capitalize{
    text-transform: none !important
}
.wid-100{
    width: 100px;
}
.btn-accept{
    font-size: 12px;
    
    padding: 7px 9px;
    color: #fff;
    background-color: #0249A5;
    transition: 0.3s;
    width: 100%;
    margin-top: 15px;
    display: block;
    border-radius: 8px;
    width: 100px;
    text-align: center;
    font-family: 'Poppins', sans-serif;     font-weight: 400;
    cursor: pointer;
    transition: transform 500ms ease;
}
.btn-accept:hover{
    color: #fff;
    background-color: #000;
    transition: transform 500ms ease;
}
.btn-no{
    font-size: 12px;
    
    padding: 7px 9px;
    color: #0249A5;
    border: 1px solid #0249A5;
    background-color: transparent;
    transition: 0.3s;
    width: 90px !important;
    margin-top: 15px;
    display: block;
    border-radius: 8px;
    margin-right: 10px;
    width: 200px;
    cursor: pointer;
    text-align: center;
    font-family: 'Poppins', sans-serif;     font-weight: 400;
    transition: transform 500ms ease;
}
.btn-no:hover{
    color: #fff;
    background-color: #0249A5;
}
#modal-group {
  display: none;
}
#modal-group:checked ~ .modal-bg {
  visibility: visible;
  background-color: black;
  opacity: 0.7;
  transition: background-color 250ms linear;
  z-index: 999;
}
#modal-group:checked ~ .modal-content {
  visibility: visible;
  transform: scale(1);
  transition: transform 250ms ease;
  z-index: 999;
}
.btn-back{
    padding: 12px 75px;
    font-family: 'Poppins', sans-serif; font-weight: 700;
}
.p-35{
    padding: 25px 45px 20px 45px !important;
}
.no-border tr.left td{
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
}
#modal-role {
  display: none;
}
#modal-role:checked ~ .modal-bg {
  visibility: visible;
  background-color: black;
  opacity: 0.7;
  transition: background-color 250ms linear;
  z-index: 999;
}
#modal-role:checked ~ .modal-content {
  visibility: visible;
  transform: scale(1);
  transition: transform 250ms ease;
  z-index: 999;
}
.lowercase{
    text-transform: lowercase!important;
}
.link-hover{
    word-wrap: break-word;
}
.label-field{
    word-wrap: break-word;
}
.contact-num{
    font-size: 15px;
    font-family: 'Poppins', sans-serif;     font-weight: 700;
    color: #002478;
    display: inline;
    background-color: #e2e2e2;
    padding: 10px 25px;
    top: 5px;
    width: 100%;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.box-1{
    margin-top: 0px;
    padding: 0px 10px 0px 20px;
    margin-left: 10px;
}
div.horizontal_dotted_line{
 width: 100%;
 display : flex;
font-family: mont-medium;
font-size: 15px;
color: #205cca;
text-transform: none;
} 
span.dot{
  flex: 1;
  border-bottom: 1px dashed #DFDFDF;
  height: .7em;
  margin-left: 10px;
  margin-right: 10px;

}
.dot-ul {
  height: 9px;
  width: 9px;
  background-color: #000;
  border-radius: 50%;
  margin: 6px 1px;
}
.color-grey{
    color: #8b8b8b;
    font-family: mont-regular;
    font-size: 15px;
}
.mb-17{
    margin-bottom: 17px;
}
.next-refill{
    padding: 20px 30px;
}
.next-refill p{
    bottom: 20px;
    position: absolute;
    font-family: mont-regular;
    font-size: 15px;
    color: #a5a5a5;
    text-transform: none;
}
.next-refill span{
    color: #000;
    font-family: mont-semibold;
    margin-left: 10px;
}
.activity h4{
    font-family: mont-semibold;
    color: #000;
    font-size: 19px;
    padding-left: 30px;
    padding-bottom: 25px;
}
table.recent-act{
    width: 100%;
}
table.recent-act tr{
    border-top: 1px solid #91919147;
    width: 100%;
}
.recent-act img{
    width: 55px;
}
.recent-act td{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
}
.recent-img{
    padding-left: 35px;
    width: 14%;
}
.recent-name{
    font-family: mont-medium;
    font-size: 17px;
    color: #000;
    text-transform: capitalize;
}
.recent-date{
    font-family: mont-medium;
    font-size: 15px;
    color: #7F7F7F;
    text-transform: none;
}
.recent-info{
    width: 27%
}
.recent-desc{
    padding-right: 20px;
    font-family: mont-medium;
    font-size: 15.5px;
    color: #454545;
    text-transform: none;
    vertical-align: middle;
    width: 80%;
    line-height: 27px;
}
.highlight{
    color: #205cca
}
.border-bottom-line{
    border-bottom: 1px solid #91919147;
}
.rmr-0{
    margin-right: 0px;
}
.cpr-0{
    padding-right: 0px;
}
.h-370{
     height: 370px;
}
.current-med{
    padding: 22px 20px 20px 30px
}
.badge-category{
    background-color: #8DD1BC; 
    width: 10%; 
    padding: 3px 20px; 
    color: #fff; 
    font-family: mont-regular; 
    font-size: 15px;
}
.medic-desc h3{
    font-family: mont-medium;
    color: #000;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.medic-desc p{
    font-family: mont-regular;
    color: #000;
    font-size: 15.5px;
    margin-right: 70px;
    margin-bottom: 35px;
}
.profile-info img{
    width: 55px;
}
.checked-by{
    font-family: mont-regular;
    color: #808080;
    font-size: 19px;
    margin-top: 15px;
}
.mlm-30{
    margin-left: -30px;
}
.profile-info .pic{
    width: 20%;
}
.profile-info .info{
    width: 80%; 
    padding-left: 20px;
}
.billing-price{
     margin-bottom: 10px;
 }
 .billing-price label{
    font-family: mont-medium;
    font-size: 15px;
    color: #7F7F7F;
    text-transform: none;
     
 }
 .billing-price p{
     color: #BA3E5C;
     font-family: mont-medium;
    font-size: 18px;
 }
 .billing-price p.payment-date{
    font-family: mont-medium;
    color: #000;
    font-size: 18px;
 }
.pt-0{
    padding-top: 0px !important;
}

/* QR */
.donut-chart{
    padding: 20px;
}
.donut-chart h5{
    font-family: mont-medium;
    font-size: 15px;
    color: #000;
    float: left;
}
.dropdown-year{
    float: right;
    border: none;background-color: transparent;
    font-family: mont-medium;
    font-size: 15px;
    color: #000;
    margin-right: 5px;
}
.arrow-year {
    border: solid #4A9EFF;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    margin-left: 10px;
    vertical-align: top;
    margin-top: 5px;
}
.year-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.year-select ul {
    margin-left: 65px;
    margin-top: 20px;
    font-family: 'mont-medium';
    color: #000;
}
.year-select ul li{
    line-height: 20px;
    padding: 7px 10px;
}
.year-select ul li:hover{
    background-color: #ddd;
}
.box-form{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.dropdown-menu>li>a.border-bottom {
    border-bottom: 1px solid #8080804d;
}

/* profile */
.profile-section .main-box {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}
.profile-section .profile-stage{
    height: 580px;
    padding: 40px 45px;
}
.profile-section h1{
    color: #000;
    font-family: 'mont-bold';
    font-size: 30px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 40px;
}
.profile-letter{
    width: 164px;
    height: 164px;
    display: block;
    border-radius: 50%;
    background: rgb(238, 238, 238);
}
.profile-letter span{
    font-family: 'mont-semibold';
    font-size: 72px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 600;
    height: 100%;
    transform: translateY(-5px);
    border-radius: inherit;
    color: #000;
    user-select: none;
}
.profile-textbox{
    user-select: none;
    margin-bottom: 30px;
}
.profile-textbox p{
    margin-bottom: 1rem;
    display: block;
    text-align: left;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 12px;
    color: #000000;
    opacity: 1;
}
.profile-textbox input{
    position: relative;
    font-size: 12px;
    font-family: 'mont-medium';
    color: #000000b3;
    width: 100%;
    font-style: normal;
    border: 1px solid #00000066;
    border-radius: 4px;
    padding: 10px 15px;
    background-color: transparent;
    user-select: none;
}
.profile-textbox #greetings{
    padding: 1rem;
    font-family: mont-medium;
    width: 100%;
    background: rgb(246, 246, 246);
    border-radius: 5px;
    position: relative;
    border: 1px solid rgb(221, 221, 221);
    user-select: none;
}
.profile-textbox .text-disabled{
    padding: 1rem 0px;
    font-family: mont-medium;
    position: relative;
    user-select: none;
    text-align: left;
    display: block;
    color: rgb(51 51 51 / 84%);
    background-color: transparent;
    border: 0px;
}

.tmbnl-img{
    width: 164px;
    height: 164px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    background: #eee;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}
.prof-ml-35{
    margin-left: -35px;
}
.profile-image{
    position: absolute;
    border: none;
    width: auto;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
::-webkit-file-upload-button { 
    cursor:pointer; 
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  user-select: none;
  margin-top: 20px;
    cursor: pointer;
    text-align: center;
}

.btn-file {
    font-size: 13px;
    background-color: transparent;
    text-align: center;
    width: auto;
    
    font-family: mont-medium;
    position: relative;
    user-select: none;
    display: block;
    color: rgb(51 51 51 / 84%);
    border: 0px;
    cursor: pointer;
}

.upload-btn-wrapper input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  right: 0px;
}

.upload-btn-sign {
  position: relative;
  overflow: hidden;
  display: inline-block;
  user-select: none;
  cursor: pointer;
  float: left;
}
.sign-image{
    width: 128px;
    height: 80px;
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    color: transparent;
}
.btn-sign {
    font-size: 13px;
    
    font-family: mont-medium;
    color: rgb(51 51 51);
    border: 1px solid rgb(238, 238, 238);
    width: 128px;
    height: 80px;
    padding: 3px;
    background-color: transparent;
    flex: 1 1 0%;
    text-align: center;
}

.profile-stage .upload-btn-sign input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  right: 0px;
  width: 128px;
  height: 80px;
}
.btn-profile-save{
    color: rgb(255, 255, 255);
    background: #0037A5;
    position: relative;
    border: 1px solid #0037A5;
    width: 100%;
    height: 39px;
    font-family: mont-regular;
    border-radius: 5px;
    float: right;
    margin-bottom: 30px;
}
.btn-profile-save:hover {
    background-color: #002878;
}
.dropdown-menu>li>a {
    padding: 10px 0px !important;
    white-space: normal !important;
    margin: 0 10px !important;
}
.dropdown-menu>li>a:hover {
    background-color: transparent !important;
}
.dropdown-menu li a:hover .notif-msg {
    font-family: mont-bold !important;
}
.alert-sucess-msg {
    padding: 15px 20px;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
    background-color: #d4ae58;
    font-size: 15px;
    font-family: 'mont-regular';
    border-radius: 4px;
    margin: 0px 25px;
 }
 .loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
    margin-top: 25%;
    margin-left: auto;
    margin-right: auto;
}
.loader {            
    overflow: none;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #727272;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#loadingDiv {
    position:fixed;
    top:0;
    left:0;
    right: 0;
    height:100%;
    background-color:#ECECEC;
    z-index: 9999;
    margin-left: 0px;
    overflow: hidden;
}
#loadingDiv.loadbg-white{
    background-color:#fff;
}
.pt-25{
    padding-top: 25px;
}
.selected_day{
    background-color: cyan;
}
.spinner {
  display: inline-block;
  opacity: 0;
  width: 0;
  -webkit-transition: opacity 0.25s, width 0.25s;
  -moz-transition: opacity 0.25s, width 0.25s;
  -o-transition: opacity 0.25s, width 0.25s;
  transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
  cursor: progress;
}

.has-spinner.active .spinner {
  opacity: 1;
  width: auto;
}

.has-spinner.btn.active .spinner {
  min-width: 20px;
}
.default-blank{
    padding: 0px !important;
    margin-bottom: 0px !important;
}
.default-blank span{
    font-family: mont-medium;
    opacity: 50%;
    top: 50%;
    bottom: 50%;
    position: absolute;
    left: 0;
    right: 0;
    user-select: none;
}
 .loader_calendar,
.loader_calendar:after {
    border-radius: 50%;
    width: 5em;
    height: 5em;
    margin-top: 50%;
    margin-left: auto;
    margin-right: auto;
}
.loader_calendar {            
    overflow: none;
    font-size: 12px;
    position: relative;
    text-indent: -9999em;
    border-top: 4px solid rgba(255, 255, 255, 0.2);
    border-right: 4px solid rgba(255, 255, 255, 0.2);
    border-bottom: 4px solid #1592E6;
    border-left: 4px solid #1592E6;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#loadingCalendar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 82%;
    background-color: #f8f8f859;
    z-index: 99;
    margin: 20px 15px;
    border-radius: 10px;
}

 .loader_sched,
.loader_sched:after {
    border-radius: 50%;
    width: 5em;
    height: 5em;
    top: 40%;
    margin-left: auto;
    margin-right: auto;
}
.loader_sched {            
    overflow: none;
    font-size: 15px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid rgba(255, 255, 255, 0.2);
    border-right: 5px solid rgba(255, 255, 255, 0.2);
    border-bottom: 5px solid #1592E6;
    border-left: 5px solid #1592E6;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#loadingSched {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 95%;
    background-color: #ffffff91;
    margin: 20px 15px;
    border-radius: 10px;
}
.tooltip-time {
  position: relative;
}

.tooltip-time .tooltiptext {
    visibility: hidden;
    width: 100%;
    background-color: #737373;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 15px;
    left: 0px;
    font-size: 12px;
    font-family: mont-light;
}

.tooltip-time .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #737373 transparent transparent transparent;
}

.tooltip-time:hover .tooltiptext {
  visibility: visible;
}

/* Add more details */
#modal-details {
    display: none;
}
#modal-details:checked ~ .modal-bg-details {
      visibility: visible;
      background-color: #ffffff00;
      opacity: 0.7;
      transition: background-color 250ms linear;
}
#modal-details:checked ~ .modal-content-details {
      visibility: visible;
/*      transform: scale(1);*/
      transition: transform 250ms ease;
      z-index: 99;
}
.modal-bg-details {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms linear;
}

.modal-content-details {
    left: -180px !important;
    visibility: hidden;
    width: 400px !important;
    text-align: left;
    background-color: white;
    box-shadow: 0 0 9px 3px rgb(0 0 0 / 13%);
    margin-left: auto !important;
    margin-right: auto !important;
    top: 28% !important;
    border-radius: 5px !important;
}
.modal-content-details .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 11;
}
.modal-content-details .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}
.modal-content-details header {
    position: relative;
    display: block;
    border-bottom: 1px solid #eee;
}
.modal-content-details header h2 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 28px;
}
.modal-content-details article {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.75;
}
.modal-content-details footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
}
.modal-content-details footer .button {
    position: relative;
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    overflow: hidden;
}
.modal-content-details footer .button:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: width 250ms ease;
    z-index: 0;
}
.modal-content-details footer .button:hover:before {
    width: 100%;
}
.modal-content-details footer .button.success {
    margin-right: 5px;
    background-color: #2ecc71;
}
.modal-content-details footer .button.danger {
    background-color: #e74c3c;
}


/* Cancel Appointment */
#modal-cancel-details {
    display: none;
}
#modal-cancel-details:checked ~ .modal-bg-cancel {
      visibility: visible;
      background-color: #ffffff00;
      opacity: 0.7;
      transition: background-color 250ms linear;
}
#modal-cancel-details:checked ~ .modal-content-cancel {
      visibility: visible;
/*      transform: scale(1);*/
      transition: transform 250ms ease;
      z-index: 99;
}
.modal-bg-cancel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms linear;
}

.modal-content-cancel {
    right: -17px !important;
    top: 55px !important;
    margin-left: auto !important;
    visibility: hidden;
    width: 400px !important;
    text-align: left;
    background-color: white;
    box-shadow: 0 0 9px 3px rgb(0 0 0 / 13%);
    border-radius: 5px !important;
}
.modal-content-cancel .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 11;
}
.modal-content-cancel .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}
.modal-content-cancel header {
    position: relative;
    display: block;
    border-bottom: 1px solid #eee;
}
.modal-content-cancel header h2 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 28px;
}
.modal-content-cancel article {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.75;
}
.modal-content-cancel footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
}
.modal-content-cancel footer .button {
    position: relative;
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    overflow: hidden;
}
.modal-content-cancel footer .button:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: width 250ms ease;
    z-index: 0;
}
.modal-content-cancel footer .button:hover:before {
    width: 100%;
}
.modal-content-cancel footer .button.success {
    margin-right: 5px;
    background-color: #2ecc71;
}
.modal-content-cancel footer .button.danger {
    background-color: #e74c3c;
}
/* end cancel appointment */


/* Delete Time */
#modal-time {
    display: none;
}
#modal-time:checked ~ .modal-bg-time {
    visibility: visible;
    transition: background-color 250ms linear;
}
.fc .fc-timeGridDay-view, .fc .fc-timeGridWeek-view {
/*    height: 67vh !important;*/
    height: 100% !important;
}
#modal-time:checked ~ .modal-content-time {
    visibility: visible;
    transition: transform 250ms ease;
    z-index: 999;
    background-color: #00000026;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal-bg-time {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-time{
    visibility: hidden;
}
.modal-content-time .content-modal{
    max-height: 75vh;
    overflow-y: auto;
    right: 70px;
    width: 410px;
    text-align: left;
    background-color: white;
    box-shadow: 0 0 17px 5px rgb(0 0 0 / 9%);
    margin-left: auto !important;
    top: 15% !important;
    border-radius: 5px !important;
    position: fixed;
}
.modal-content-time .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 11;
}
.modal-content-time .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}
.modal-content-time header {
    position: relative;
    display: block;
    border-bottom: 1px solid #eee;
}
.modal-content-time header h2 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 28px;
}
.modal-content-time article {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.75;
}
.modal-content-time footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
}
.modal-content-time footer .button {
    position: relative;
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    overflow: hidden;
}
.modal-content-time footer .button:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: width 250ms ease;
    z-index: 0;
}
.modal-content-time footer .button:hover:before {
    width: 100%;
}
.modal-content-time footer .button.success {
    margin-right: 5px;
    background-color: #2ecc71;
}
.modal-content-time footer .button.danger {
    background-color: #e74c3c;
}
.create-app{
    color: #746db4;
    font-family: mont-medium;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}
.app-close {
    position: absolute;
    right: 9px;
    top: 30px;
    width: 17px;
    height: 17px;
}
.app-close:before, .app-close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 13px;
  width: 2px;
  background-color: #333;
}
.app-close:hover {
    opacity: 0.3 !important;
}
.app-close:before {
  transform: rotate(45deg);
}
.app-close:after {
  transform: rotate(-45deg);
}
.create-form{
    padding: 20px;
}
.create-form p{
    color: #000 !important;
    font-family: mont-medium !important;
    font-size: 13px !important;
}
.create-form input{
    background-color: #fafafa;
    width: 100%;
    padding: 10px 15px;
    color: #000;
    font-family: mont-medium;
    font-size: 12px;
}
.create-form input::placeholder{
    color: #666;
    font-family: mont-medium;
    font-size: 12px;
    font-style: normal;
}
.input-app{
    margin-bottom: 15px;
}
.fc .fc-timegrid-slot {
    cursor: pointer;
}
/* End Delete Time */

/* Modal passapp */
#modal-passapp {
    display: none;
}
#modal-passapp:checked ~ .modal-bg-passapp {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-passapp:checked ~ .modal-content-passapp {
    visibility: visible;
    transition: transform 250ms ease;
    z-index: 999;
    background-color: #00000026;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal-bg-passapp {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-passapp{
    visibility: hidden;
}
.modal-content-passapp .content-modal{
    width: 280px;    
    padding: 50px 35px 30px 35px;
    left: 0px;
    right: 0px;
    top: 47%;
    transform: translateY(-50%);
    margin-right: auto;
    background-color: white;
    box-shadow: 0 0 20px 10px rgb(0 0 0 / 6%);
    margin-left: auto;
    border-radius: 5px;
    border: 1px solid #c6c6c6;
    text-align: left;
    position: fixed;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

}
.modal-content-passapp .close {
    position: absolute;
    top: 25px;
    right: 40px;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 8;
}
.modal-content-passapp .close:hover {
    color: #3498db;
}
.modal-am-passapp label.close{
    opacity: 1;
}
.modal-am-passapp .close img{
    width: 20px;
}

.passapp-passapp .text-modal{
    font-family: mont-semibold !important;
}
.passapp-passapp .text-modal .color-green{
    color: #2dbe67;
}
.text-modal{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    color: #000;
    margin-top: 15px;
    text-align: center;
}
.color-green{
    color: #32be4e;
}
.modal-am-passapp .btn-continue{
    color: #fff;
    font-family: 'Poppins', sans-serif; 
    font-weight: 400;
    background-color: #0037a5;
    font-size: 12px;
    width: 100%;
    border-radius: 4px;
    padding: 10px 10px;
    margin-top: 25px;
    cursor: pointer;
}
.modal-am-passapp .btn-continue:hover{
    background-color: #002877;
}
/* END Modal passapp */

.modal-deletebtn{
    padding: 8px 5px;
    width: 95px;
    border-radius: 5px;
    border: 0;
    background-color: #c43126;
    color: #fff;
    font-family: 'mont-medium';
    font-size: 12px;
    margin-right: 20px;
}
.modal-deletebtn:hover{
    background-color: #9e261d
}
label.modal-cancelbtn{
    padding: 12px 5px;
    width: 95px;
    border-radius: 5px;
    border: 1px solid #033aa6;
    background-color: transparent;
    color: #002672;
    font-family: 'mont-medium';
    font-size: 12px !important;
    text-align: center;
    
    float: inherit !important;
    margin-top: 0px !important;
}
label.modal-cancelbtn:hover{
    background-color: #033aa6 !important;
    color: #fff !important;
    font-weight: normal !important;
}
.modal-am-time p{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    color: #000;
    font-size: 13px;
}
.delete-buttons {
    float: right;
    bottom: 30px;
    right: 30px;
}
.modal-am-time h1{
    font-family: mont-bold;
    color: #000;
    font-size: 15px;
    margin-bottom: 17px;
}
form.form-add-sched button:hover[disabled]{
    background: #64EE60;
    cursor: default;
}
.alert-date {
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    background: rgba(236, 66, 89, 0.3);
    border-radius: 10px;
    padding: 0.3rem 1.6rem;
    border: 1px solid rgba(236, 66, 89, 0.2);
    color: rgb(85, 85, 85);
    font-family: mont-medium;
    float: right;
    margin-top: 20px;
}
.manage-location .main-box h1{
    color: #000;
    font-family: 'mont-semibold';
    font-size: 16px;
    text-align: left;
    margin-bottom: 15px;
}
.manage-location .main-box{
    padding: 15px 25px !important;
}
/* The container */
.container-chkbx {
  display: block;
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    
    text-align: left;
    width: fit-content;
    margin-bottom: 0px;
    word-break: break-word;
}

/* Hide the browser's default checkbox */
.container-chkbx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-chkbx {
    position: absolute;
    top: 4px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid #a1a1a1;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 1px;
}

/* On mouse-over, add a grey background color */
.container-chkbx:hover input ~ .checkmark-chkbx {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-chkbx input:checked ~ .checkmark-chkbx {
    background-color: #0037a5;
    border: 1px solid #0037a5;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-chkbx:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-chkbx input:checked ~ .checkmark-chkbx:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-chkbx .checkmark-chkbx:after {
    left: 3px;
    top: 0px;
    width: 4px;
    height: 7px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkbx-region{
    margin-left: 20px;
    margin-bottom: 20px;
}
.checkbx-city{
    margin-left: 30px;
}
.checkbx-city h2{
    color: #000;
    font-family: 'mont-semibold';
    font-size: 14px;
    text-align: left;
    margin-bottom: 15px;
}
.region-title{
    width: 77%;
}
.box-footer{
    position: relative;
    margin-bottom: 50px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 30px;
}
.btn-filled-region{
    padding: 8px 10px;
    width: 115px;
    border-radius: 7px;
    border: 0;
    background-color: #033aa6;
    color: #fff;
    font-family: 'mont-medium';
    font-size: 12px;
    float: right;
    
    cursor: pointer;
    margin-left: 10px;
}
.btn-filled-region:hover{
    background-color: #002877;
}
.btn-filled-save{
    padding: 8px 10px;
    width: 105px;
    border-radius: 7px;
    border: 1px solid #033aa6;
    background-color: transparent;
    color: #033aa6;
    font-family: 'mont-medium';
    font-size: 12px;
    float: left;
    
    cursor: pointer;
}
.btn-filled-save:hover{
    background-color: #033aa6;
    color: #fff;
}
.btn-filled-city {
    padding: 5px 9px;
    width: 92px;
    border-radius: 6px;
    border: 1px solid #033aa6;
    background-color: transparent;
    color: #033aa6;
    font-family: 'mont-medium';
    font-size: 11px;
    top: -4px;
    position: absolute;
    right: 0px;
    
    cursor: pointer;
}
.btn-filled-city:hover{
    background-color: #033aa6;
    color: #fff;
}

/* City Modal */
#modal-city {
    display: none;
}
#modal-city:checked ~ .modal-bg-city {
      visibility: visible;
      background-color: #0000007d;
      opacity: 0.7;
      transition: background-color 250ms linear;
      z-index: 999;
}
#modal-city:checked ~ .modal-content-city {
      visibility: visible;
      transform: scale(1);
      transition: transform 250ms ease;
      z-index: 999;
}
.modal-bg-city {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    transition: background-color 250ms linear;
}

.modal-content-city {
    visibility: hidden;
    position: fixed !important;
    width: 500px;
    text-align: left;
    padding: 35px 40px 25px;
    background-color: white;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    margin-left: auto !important;
    margin-right: auto !important;
    top: 20% !important;
}
.modal-content-city .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 11;
}
.modal-content-city .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}
.modal-content-city header {
    position: relative;
    display: block;
    border-bottom: 1px solid #eee;
}
.modal-content-city header h2 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 28px;
}
.modal-content-city article {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.75;
}
.modal-content-city footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
}
.modal-content-city footer .button {
    position: relative;
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    overflow: hidden;
}
.modal-content-city footer .button:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: width 250ms ease;
    z-index: 0;
}
.modal-content-city footer .button:hover:before {
    width: 100%;
}
.modal-content-city footer .button.success {
    margin-right: 5px;
    background-color: #2ecc71;
}
.modal-content-city footer .button.danger {
    background-color: #e74c3c;
}
.modal-am-city{
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    margin: 50px;
    border-radius: 8px;
    position: absolute;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}
.modal-am-city label.close{
    margin-top: -35px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-city .close img{
    width: 25px;
}
.modal-am-city article{
    padding: 20px 25px 40px 25px;
}
.modal-citybtn {
    padding: 8px 5px;
    width: 95px;
    border-radius: 5px;
    border: 0;
    background-color: #34ce30;
    color: #fff;
    font-family: 'mont-medium';
    font-size: 12px;
}
.modal-citybtn:hover{
    background-color: #1d8b1b;
}
.region-label{
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}
.region-label label{
    width: 25%;
    font-family: 'mont-semibold';
    color: #000;
    font-size: 12px;
    vertical-align: middle;
    
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.region-label select.text-city{
    position: relative;
    width: 75%;
    padding: 13px 15px;
    font-size: 12px;
    
    line-height: 32px;
    background: #fff;
    border-radius: 8px;
    text-align: left !important;
    border: 1px solid #5f5f5f;
    font-family: 'mont-medium';
    color: #000;
    letter-spacing: 0.7px;
}
.region-label input.text-city{
    position: relative;
    width: 75%;
    padding: 4px 15px;
    font-size: 12px;
    
    line-height: 32px;
    background: #fff;
    border-radius: 8px;
    text-align: left !important;
    border: 1px solid #5f5f5f;
    font-family: 'mont-medium';
    color: #000;
    letter-spacing: 0.7px;
}
/* End City Modal */

/* Modal Region */
#modal-region {
    display: none;
}
#modal-region:checked ~ .modal-bg-region {
      visibility: visible;
      background-color: #0000007d;
      opacity: 0.7;
      transition: background-color 250ms linear;
      z-index: 999;
}
#modal-region:checked ~ .modal-content-region {
      visibility: visible;
      transform: scale(1);
      transition: transform 250ms ease;
      z-index: 999;
}
.modal-bg-region {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    transition: background-color 250ms linear;
}

.modal-content-region {
    visibility: hidden;
    position: fixed !important;
    width: 500px;
    text-align: left;
    padding: 35px 40px 25px;
    background-color: white;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    margin-left: auto !important;
    margin-right: auto !important;
    top: 20% !important;
}
.modal-content-region .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 11;
}
.modal-content-region .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}
.modal-am-region{
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    margin: 50px;
    border-radius: 8px;
    position: absolute;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

/* Modal Branch */
#modal-branch {
    display: none;
}
#modal-branch:checked ~ .modal-bg-branch {
      visibility: visible;
      background-color: transparent;
      opacity: 0.7;
      transition: background-color 250ms linear;
      z-index: 999;
}
#modal-branch:checked ~ .modal-content-branch {
      visibility: visible;
      transform: scale(1);
      transition: transform 250ms ease;
      z-index: 999;
}
.modal-bg-branch {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    transition: background-color 250ms linear;
}

.modal-content-branch {
    visibility: hidden;
    position: absolute !important;
    width: 450px;
    text-align: left;
    padding: 30px 30px 25px;
    background-color: white;
    box-shadow: 0 0 50px rgb(0 0 0 / 22%);
    margin-left: auto !important;
    top: 0% !important;
}
.modal-content-branch .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 11;
}
.modal-content-branch .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}
.modal-am-branch{
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    margin: 35px;
    border-radius: 5px;
    position: absolute;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

/* Modal Service */
#modal-service {
    display: none;
}
#modal-service:checked ~ .modal-bg-service {
      visibility: visible;
      background-color: #0000007d;
      opacity: 0.7;
      transition: background-color 250ms linear;
      z-index: 999;
}
#modal-service:checked ~ .modal-content-service {
      visibility: visible;
      transform: scale(1);
      transition: transform 250ms ease;
      z-index: 999;
}
.modal-bg-service {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    transition: background-color 250ms linear;
}

.modal-content-service {
    visibility: hidden;
    position: fixed !important;
    width: 500px;
    text-align: left;
    padding: 30px 40px 25px;
    background-color: white;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    margin-left: auto !important;
    margin-right: auto !important;
    top: 20% !important;
}
.modal-content-service .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 11;
}
.modal-content-service .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}
.modal-am-service{
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    margin: 50px;
    border-radius: 8px;
    position: absolute;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}
 .region-label .selectize-input{
    position: relative;
    width: 100%;
    padding: 5px 15px;
    font-size: 12px;
    
    line-height: 32px;
    background: #fff;
    border-radius: 8px;
    text-align: left !important;
    border: 1px solid #5f5f5f;
    font-family: 'mont-medium';
    color: #000;
    letter-spacing: 0.7px;
 }
 .region-label .selectize-input input:placeholder{
     
     font-family: 'mont-medium';
     font-size: 12px;
     color: #ddd;
     font-style: normal;
 }
 .region-label .selectize-input.focus{
     border-radius: 8px;
 }
 .region-label .selectize-control {
    position: relative;
    width: 75%;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-40{
    padding-bottom: 50px;
}
.mmb-10{
    margin-bottom: 10px !important;
}
.width-full{
    width: 100% !important;
}
.region-label .selectize-control.single .selectize-input:after{
    top: 50% !important;
    right: 21px !important;
    border-width: 7px 4px 0 4px !important;
}
.city-drop{
    width: 75% !important;
}
.city-drop input{
    line-height: 34px !important;
    transform: scale(1) !important;
    transition: transform 250ms ease !important;
}

.city-drop input.arrow-input{
    border: 0;
    width: 15px;
    min-width: 15px;
    margin: 0;
    padding: 0;
    font-size: 17px;
}
.city-drop input.arrow-input[type=button]{
    position: absolute !important;
    top: -25px;
    right: 15px;
}

/*  ALL YOU NEED is these 3 lines  */
.city-drop{
-webkit-touch-callout: none;
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
    z-index: 1;
}
.city-drop > span {position:relative;}
.city-drop select {position:absolute;left:0px;transform:scaleY(0);transform-origin:top center;}
.city-drop.dropped-down select {transform:scaleY(1);}

/*  But if you want to make it sexier...  */
* {box-sizing:border-box;}
.city-drop input, .city-drop select {min-width:100%; border:1px solid silver;}
.city-drop, .city-drop select, .city-drop select optgroup {font:15px calibri, sans-serif;}
.city-drop input{
    position: relative;
    width: 100%;
    padding: 4px 22px;
    font-size: 12px;
    font-weight: 300;
    line-height: 50px;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    text-align: left !important;
    border: 1px solid #5f5f5f;
    transition: all 0.3s;
    font-family: 'mont-medium';
    color: #000;
    letter-spacing: 0.7px;
    margin-left: 0px;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
    caret-color: transparent;

}
.city-drop input[type=button]{
    text-align: left !important;
}
    .city-drop input::placeholder{
        color: #000 !important;
        font-family: 'mont-medium';
        font-style: normal;
    }
    .city-drop input:focus, .city-drop select:focus{
        outline: none;
    }
.city-drop select            {border-top-color:transparent;transition:transform 200ms ease;}
.city-drop select option     {padding:5px 0px 5px 11px;}
.city-drop select optgroup   {padding:8px 20px 3px 0; text-align:right;}  
.city-drop select optgroup   {background:#3c7700; color:white; font-size:12px; font-variant:small-caps;}
    
.city-drop.dropped-down select{
    margin-left: 0px;
    margin-top: 10px;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 7%);
    background: #fff;
    transition: all 0.4s ease-in-out;
    width: 100%;
    outline: none;
    z-index: 1;
    overflow-y: auto;
    transform: scale(1) !important;
    transition: transform 250ms ease !important;
}    
.city-drop select option:checked{
    background: rgb(38, 132, 255);
    color: #fff;
}
.city-drop select option:hover{
    background: #d0e0ff;
    color: #424242;
}
.top-18{
    top: -8px !important;
}
.reg-input-form .spinner{
    color: #fff !important;
    float: none !important;
    margin-left: 2px !important;
}
.display-none{
    display: none;
}
.hide-dropdown{
    transform: scaleY(0) !important;
}
.sm-sucess-msg {
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid #bfdfa5;
    padding: 7px 14px;
    opacity: 1;
    transition: opacity 0.6s;
    font-size: 13px;
    font-family: 'mont-medium';
    border-radius: 4px;
    margin-bottom: 20px;
}
.opacity-1{
    opacity: 1 !important;
}
.app-table{
    width: 100%
}
.data-img{
    width: 6%
}
.data-name{
    width: 18.5%
}
.data-serv{
    width: 18%
}
.data-amount{
    width: 15.5%
}
.data-date{
    width: 17.5%
}
.data-status{
    width: 10%;
}
.app-table .pr-25{
    padding-right: 25px;
}
.pr-25 .dropdown{
    float: right; 
    right: 20px;
}
.app-table .dm-dots{
    right: -15px;
}
.header-tbl{
    width: 100%
}
.header-name{
    width: 25%
}
.header-serv{
    width: 18%
}
.header-amount{
    width: 16%
}
.header-date{
    width: 18%;
}
.calendar-full{
    position: relative;
}
.home-section .header-name {
    width: 26% !important;
}
.home-section .data-img {
    width: 8% !important;
}


/* The container */
.container-dis {
display: block;
position: absolute;
top: 0px;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

/* Hide the browser's default checkbox */
.container-dis input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}

/* Create a custom checkbox */
.checkmark-dis {
position: absolute;
top: 0;
left: 0;
height: 18px;
width: 18px;
background-color: transparent;
border: 1px solid #a0a0a0;
border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.container-dis:hover input ~ .checkmark-dis {
background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-dis input:checked ~ .checkmark-dis {
background-color: transparent;
border: 1px solid #646464;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-dis:after {
content: "";
position: absolute;
display: none;
}

/* Show the checkmark when checked */
.container-dis input:checked ~ .checkmark-dis:after {
display: block;
}

/* Style the checkmark/indicator */
.container-dis .checkmark-dis:after {
left: 5px;
top: 1px;
width: 6px;
height: 12px;
border: solid #646464;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.disclaimer{
    position: relative;
    margin-top: 35px;
}
.disclaimer p.dis-title{
    font-size: 13px;
    color: #000;
    font-family: 'Poppins', sans-serif; font-weight: 600;
    font-style: normal;
    line-height: 22px;
    margin-left: 28px;
    top: 3px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.disclaimer p.dis-desc{
    font-size: 13px;
    color: #000;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-style: normal;
    line-height: 22px;
    margin-left: 28px;
    top: 3px;
}
.time-modal{
    width: 100px !important;
    display: inline !important;
    position: absolute !important;
    transition: transform 250ms ease !important;
}
.time-span {
    width: 100%;
    display: inline !important;
    position: absolute !important;
    transition: transform 250ms ease !important;
}
.time-span span {
    color: #000;
    font-family: mont-medium;
    font-size: 13px;
}
.time-modal input{
    padding: 0px !important;
    border: 0px !important;
    line-height: 13px !important;
    border-radius: 0px !important;
    color: #3a59d2 !important;
    transition: transform 250ms ease !important;
}
.time-modal.dropped-down select{
    margin-top: 25px !important;
    transition: transform 250ms ease !important;
}
.time-modal select option {
    padding: 5px !important;
    text-align: center !important;
}
.time-dropdown{
    position: relative !important;
    margin-bottom: 40px !important;
}
.left-100{
    left: 100px;
}
.line-divider{
    border-top: 1px solid #3a59d2;
    width: 12px;
    position: absolute;
    left: 70px;
    top: 8px;
    z-index: 9;
}
.footer-create{
    border-top: 1px solid #ddd;
    padding: 15px;
    height: 70px;
}
.modal-addbtn{
    padding: 8px 5px;
    width: 95px;
    border-radius: 5px;
    border: 0;
    background-color: #0883c6;
    color: #fff;
    font-family: 'mont-medium';
    font-size: 12px;
    float: right;
    margin-bottom: 15px;
    
}
.modal-addbtn:hover{
    background-color: #005481;
}
.modal-cancelapp{
    padding: 8px 20px;
    width: auto;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #ff5252;
    color: #ff5252;
    font-family: 'mont-medium';
    font-size: 12px;
    float: right;
    margin-bottom: 15px;
    
    margin-right: 10px;
    cursor: pointer;
}
.modal-cancelapp:hover{
    background-color: #ff5252;
    color: #fff;
    
}
.modal-dropdown select{
    transition: transform 250ms ease !important;
}
.modal-dropdown input.inputmodal{
    background-color: #fafafa !important;
    width: 100% !important;
    padding: 14px 15px !important;
    color: #797979;
    font-family: mont-medium !important;
    font-size: 12px !important;
    border: 0px !important;
    line-height: normal !important;
    transition: transform 250ms ease !important;
}
.modal-dropdown input.arrow-input[type=button] {
    position: absolute !important;
    top: -17px !important;
    right: 10px !important;
    color: #898989;
    background-color: transparent;
}
.ui-error .checkmark-dis{
    border: 1px solid #f44336;
}
.ui-error .error-dis{
    float: left; 
    margin-left: 30px;
    display: block !important;
}

/* Delete Time */
#modal-confirm {
    display: none;
}
#modal-confirm:checked ~ .modal-bg-confirm {
    visibility: visible;
    background-color: #00000026;
    opacity: 0.7;
    transition: background-color 250ms linear;
    z-index: 999;
}
#modal-confirm:checked ~ .modal-content-confirm {
    visibility: visible;
    /* transform: scale(1); */
    transition: transform 250ms ease;
    z-index: 999;
}
.modal-bg-confirm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms linear;
}

.modal-content-confirm {
    left: 0px !important;
    visibility: hidden;
    width: 400px !important;
    text-align: left;
    background-color: white;
    box-shadow: 0 0 9px 3px rgb(0 0 0 / 13%);
    margin-left: auto !important;
    margin-right: auto !important;
    top: 28% !important;
    border-radius: 5px !important;
}
.modal-content-confirm .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 11;
}
.modal-content-confirm .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}
.modal-content-confirm header {
    position: relative;
    display: block;
    border-bottom: 1px solid #eee;
}
.modal-content-confirm header h2 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 28px;
}
.modal-content-confirm article {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.75;
}
.modal-content-confirm footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
}
.modal-content-confirm footer .button {
    position: relative;
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    overflow: hidden;
}
.modal-content-confirm footer .button:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: width 250ms ease;
    z-index: 0;
}
.modal-content-confirm footer .button:hover:before {
    width: 100%;
}
.modal-content-confirm footer .button.success {
    margin-right: 5px;
    background-color: #2ecc71;
}
.modal-content-confirm footer .button.danger {
    background-color: #e74c3c;
}
.modal-am-confirm{
    right: 0;
    height: auto;
    margin: 50px;
    position: fixed;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.modal-am-confirm label.close{
    margin-top: -35px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-confirm .close img{
    width: 25px;
}
.modal-am-confirm article{
    padding: 20px 25px 40px 25px;
}
.modal-nobtn{
    padding: 12px 5px !important;
    width: 95px !important;
    border-radius: 5px;
    border: 1px solid #0883c6;
    color: #0883c6;
    font-family: 'mont-medium';
    font-size: 12px !important;
    
    text-align: center;
    margin-right: 20px !important;
    margin-top: 0px !important;
}
.modal-nobtn:hover{
    background-color: #0883c6 !important;
    color: #fff !important;
    text-shadow: none;
}
#cancel_confirm{
    margin: 0px 20px 0px 0px;
    padding: 0px;
    width: auto;
}
/* End Delete Time */
#appointment_status{
    display: none;
}
.ml-4{
    margin-left: 4px;
    margin-right: 10px;
}
.sett-title{
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #00000040;
    padding: 10px 20px;
}
.sett-title h3{
    color: #000;
    font-family: 'mont-semibold';
    font-size: 15px;
    margin-top: 10px;
    width: fit-content;
}
.sett-title button{
    color: #0037a5;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 12px;
    
    font-style: normal;
    letter-spacing: 0.2px;
    float: right;
    margin-top: -21px;
    cursor: pointer;
    background-color: transparent;
    border: 0px;
}
.sett-title button img{
    width: 17px;
    display: inline;
    margin-right: 10px;
    margin-bottom: 3px;
}
.panel-table {
    margin-right: 0px;
    box-shadow: 0px 2px 6px 0px #0000001f;
    border-radius: 4px;
    background-color: #fff;
}
.branch-serv{
    width: 100%;
}
.branch-serv th {
    font-size: 13.3px;
    border-bottom: 1px solid #c1c1c1;
    
    color: #7f7f7f;
    font-family: 'mont-medium';
    text-align: left;
    padding: 10px 15px;
}
.branch-serv td{
    font-size: 12px;
    
    color: #000;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    text-align: left;
    padding: 5px 25px;
    vertical-align: top;
    /* border-bottom: 1px solid #d9d9d9d9; */
}
.panel-table .tbl-2 {
    padding: 0px;
    width: 100%;
    overflow: hidden;
}
.th-br{
    padding-left: 37px !important;
}
.tbl-2 .btn-edit-icon{
    background-color: transparent;
    margin-right: 5px;
    margin-left: 7px;
    background-color: transparent;
    width: 18px;
    vertical-align: top;
    margin-top: 3px;
}
.tbl-2 .btn-edit-icon img{
    vertical-align: top;
}
.tbl-2 .btn-delete-icon{
    background-color: transparent;
    width: 12.5px;
    vertical-align: top;
    margin-top: 3px;
}
.tbl-2 .btn-delete-icon img{
    vertical-align: top;
}
.th-ac{
    width: 1% !important;
}
.th-br{
    width: 12.5% !important;
}
.add-branch-title{
    color: #000;
    font-family: 'mont-semibold';
    font-size: 15px;
    width: fit-content;
}
.add-branch-title .img-close{
    opacity: 1;
    right: 45px;
    top: 35px;
    left: auto;
    position: absolute;
}
.branch-form{
    padding: 30px 0px;
}
.branch-bottom .modal-add-branch{
    padding: 10px 5px;
    width: 115px;
    border-radius: 3px;
    border: 0;
    background-color: #0037a5;
    color: #fff;
    font-family: 'mont-regular';
    font-size: 12px;
    float: right;
    margin-bottom: 5px;
    margin-top: 5px;
    
}
.branch-bottom .modal-add-branch:hover{
    background-color: #002f8e;
}
.branch-bottom .modal-cancel-branch{
    padding: 14px 5px;
    width: 115px;
    margin-right: 15px;
    border-radius: 3px;
    border: 1px solid #939393;
    background-color: transparent !important;
    color: #646464 !important;
    text-align: center;
    font-family: 'mont-regular';
    font-size: 12px !important;
    float: right;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: normal !important;
    opacity: 1;
}
.branch-bottom .modal-cancel-branch:hover{
    color: #646464 !important;
    background-color: #0000000d !important;
}
.branch-bottom {
    border-top: 1px solid #ddd;
    padding: 15px 0px;
}
.branch-form .text-c{
    font-size: 13px;
    
    color: #000;
    font-family: 'mont-semibold';
    text-align: left;
}
.title-c{
    font-size: 13px;
    
    color: #000;
    font-family: 'mont-semibold';
    text-align: left;
    margin-bottom: 12px;
}
/* The container */
.container-ch {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 13.3px;
    
    color: #000;
    font-family: 'mont-regular';
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 30px;
    line-height: 13px;
}

/* Hide the browser's default radio button */
.container-ch input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark-ch {
    position: absolute;
    top: -2px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #757575;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-ch:hover input ~ .checkmark-ch {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-ch input:checked ~ .checkmark-ch {
    background-color: transparent;
    border: 1px solid #0037A5;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-ch:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-ch input:checked ~ .checkmark-ch:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-ch .checkmark-ch:after {
    top: 1px;
    left: 1px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #3427a8;
}
.radio-choose{
    margin-bottom: 30px;
}
.input-branch{
    position: relative;
    margin-bottom: 15px;
}
.input-branch input {
    font-size: 13px;
    
    color: #000;
    font-family: 'mont-medium';
    width: 100%;
    border: 1px solid #0000009c;
    border-radius: 3px;
    padding: 10px 15px;
}
.input-branch input::placeholder{
    font-size: 13.5px;
    
    color: #4d4d4d;
    font-family: 'mont-regular';
    font-style: normal;
}
.branch-field{
    margin-bottom: 50px;
}
.btn-more-row{
    padding: 10px 5px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #0037a59c;
    background-color: transparent !important;
    color: #00349ce3;
    text-align: center;
    font-family: 'mont-medium';
    font-size: 13px;
    
}
.btn-more-row span{
    margin-right: 10px;
    font-size: 17px;
}
.added-row img{
    width: 12px;
}
.delete-row{
    background-color: transparent;
    border: 0px;
    position: absolute;
    right: 15px;
    top: 9px;
}
.added-row input{
    padding: 10px 35px 10px 15px;
}
.arrow__loc {
    border: solid #000000de;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 15px;
    top: 4px;
}
.down__loc {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.which-branch .stylish input{
    font-size: 13px;
    
    color: #4d4d4d;
    font-family: 'mont-regular';
    width: 100%;
    border: 1px solid #0000009c;
    border-radius: 3px;
    padding: 15px 15px;
    line-height: 13px;
    background-color: transparent !important;
    letter-spacing: 0px;
}
.which-branch{
    margin-bottom: 30px !important;
}
.which-branch .stylish select option{
    padding: 10px 15px !important;
    font-size: 13px !important;
    font-family: 'mont-regular' !important;
    color: #000 !important;
    cursor: pointer;
}
.which-branch .stylish select, .which-branch .stylish input{
    transition: transform 250ms ease !important;
}
.which-branch .stylish select::-webkit-scrollbar{
    width: 5px;
}
#alert_added_branch, #alert_updated_branch{
    margin-top: -15px !important;
}
.mont-medium{
    font-family: 'mont-medium' !important;
}

/* Modal Edit Branch */
#modal-editbranch {
    display: none;
}
#modal-editbranch:checked ~ .modal-bg-editbranch {
      visibility: visible;
      background-color: transparent;
      opacity: 0.7;
      transition: background-color 250ms linear;
      z-index: 999;
}
#modal-editbranch:checked ~ .modal-content-editbranch {
      visibility: visible;
      transform: scale(1);
      transition: transform 250ms ease;
      z-index: 999;
}
.modal-bg-editbranch {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    transition: background-color 250ms linear;
}

.modal-content-editbranch {
    visibility: hidden;
    position: absolute !important;
    width: 450px;
    text-align: left;
    padding: 30px 30px 25px;
    background-color: white;
    box-shadow: 0 0 50px rgb(0 0 0 / 22%);
    margin-left: auto !important;
    top: 0% !important;
}
.modal-content-editbranch .close {
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 11;
}
.modal-content-branch .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}
.modal-am-editbranch{
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    margin: 35px;
    border-radius: 5px;
    position: absolute;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

/* Modal Delete Branch */
#modal-deletebranch {
    display: none;
}
#modal-deletebranch:checked ~ .modal-bg-deletebranch {
      visibility: visible;
      background-color: transparent;
      opacity: 0.7;
      transition: background-color 250ms linear;
      z-index: 999;
}
#modal-deletebranch:checked ~ .modal-content-deletebranch {
      visibility: visible;
      transform: scale(1);
      transition: transform 250ms ease;
      z-index: 999;
}
.modal-bg-deletebranch {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    transition: background-color 250ms linear;
}

.modal-content-deletebranch {
    visibility: hidden;
    position: fixed !important;
    width: 280px;
    text-align: left;
    padding: 50px 30px 40px 30px;
    background-color: white;
    box-shadow: 0 0 50px rgb(0 0 0 / 22%);
    margin-left: auto !important;
    margin-right: auto !important;
    top: 25% !important;
}
.modal-content-deletebranch .close {
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 11;
    opacity: 1;
    margin-right: -5px;
    margin-top: -40px;
}
.modal-content-deletebranch .close img{
    width: 20px;
}
.modal-content-deletebranch .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}
.modal-am-deletebranch{
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    margin: 35px;
    border-radius: 4px;
    position: absolute;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}


/* Modal Delete Branch */
#modal-deletesucess {
    display: none;
}
#modal-deletesucess:checked ~ .modal-bg-deletesucess {
      visibility: visible;
      background-color: transparent;
      opacity: 0.7;
      transition: background-color 250ms linear;
      z-index: 999;
}
#modal-deletesucess:checked ~ .modal-content-deletesucess {
      visibility: visible;
      transform: scale(1);
      transition: transform 250ms ease;
      z-index: 999;
}
.modal-bg-deletesucess {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    transition: background-color 250ms linear;
}

.modal-content-deletesucess {
    visibility: hidden;
    position: fixed !important;
    width: 310px;
    text-align: left;
    padding: 30px 30px 25px;
    background-color: white;
    box-shadow: 0 0 50px rgb(0 0 0 / 22%);
    margin-left: auto !important;
    margin-right: auto !important;
    top: 25% !important;
}
.modal-content-deletesucess .close {
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 11;
    opacity: 1;
    margin-right: -8px;
    margin-top: -22px;
}
.modal-content-deletesucess .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}
.modal-am-deletesucess{
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    margin: 35px;
    border-radius: 0px;
    position: absolute;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}
.text-sucess{
    color: #58c843 !important;
    font-family: mont-medium;
}
.delete-btn-center{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.delete-btn-center .modal-yes{
    padding: 10px 5px;
    width: 100px;
    border-radius: 4px;
    border: 0;
    background-color: #0037a5;
    color: #fff;
    font-family: 'mont-regular';
    font-size: 12px;
    
    margin: 0 3px;
}
.delete-btn-center .modal-no{
    padding: 14px 5px;
    width: 100px;
    border-radius: 3px;
    border: 1px solid #939393;
    background-color: transparent !important;
    color: #000 !important;
    text-align: center;
    font-family: 'mont-regular';
    font-size: 12px !important;
    font-weight: normal !important;
    opacity: 1;
    float: none;
    margin: 0 3px;
}
.question-text{
    font-size: 12px;
    
    color: #000;
    font-family: 'mont-semibold';
    text-align: center;
    margin-bottom: 25px;
    line-height: 23px;
}
.question-text span{
    color: #cc4040;
}
.delete-branch-form {
    padding: 20px 0px;
}

.delete-btn-center label.btn-continue{
    width: 130px;
    padding: 14px 5px;
    border-radius: 3px;
    background-color: #58c843 !important;
    color: #fff !important;
    font-family: 'mont-regular' !important;
    text-align: center;
    font-size: 12px !important;
    float: none;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: normal !important;
    opacity: 1;
    text-shadow: none;
}
.enter-ref{
    color: #000;
    font-family: 'mont-medium';
}
.width-80{
    width: 82%;
}
.width-90{
    width: 90%;
}
.pass-strength .checkforce-progress {
    display: inline;
}
.pass-strength .checkforce-progress .checkforce-progress-level {
    margin: 4px 0px 0.6rem 0px;
    background-color: #e1e3e5;
    border-radius: 6px;
    height: 10px;
    width: 100%;
}
.pass-strength .checkforce-popover-title{
    font-family: mont-semibold;
    color: #000;
    
    display: inline;
    font-size: 11.5px;
}
.pass-strength .checkforce-progress .checkforce-progress-title {
    display: inline;
    float: right;
    width: auto;
}
.pass-strength #checkforce-tooltip{
    position: relative !important;
    background: transparent;
    border-radius: 0px;
    padding: 1.2rem 0px 0px 0px;
    display: none;
    box-shadow: none;
    font-family: mont-medium;
    border: 0px;
    z-index: 99;
    left: 2px !important;
    top: -7px !important;
    transform: none !important;
    width: 100% !important;
    margin-bottom: -10px !important;
}
.pass-strength .checkforce-progress-bar{
    border-radius: 0px;
    margin: 0px;
    width: 33.33% !important;
}
.pass-strength .progress-bar--danger{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pass-strength .progress-bar--success{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pass-strength .checkforce-progress.danger .progress-bar--danger {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pass-strength .checkforce-progress.warning .progress-bar--warning {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pass-strength .checkforce-progress.success .progress-bar--success {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pass-strength #checkforce-tooltip[data-show]{
    display: block !important; 
}
.text-weak{
    color: #df2930 !important;
}
.text-medium{
    color: #f0ad4e !important;
}
.text-strong{
    color: #5cb85c !important;
}
.error-ui{
    position: absolute;
    right: 15px;
    float: none !important;
    text-align: right;
    line-height: 15px;
}
.pass-strength .fa-eye {
    position: absolute;
    right: 15px;
    top: 52px;
}

/* Cancel Appointment */
#modal-cancelinfo-details {
    display: none;
}
#modal-cancelinfo-details:checked ~ .modal-bg-cancelinfo {
      visibility: visible;
      background-color: #ffffff00;
      opacity: 0.7;
      transition: background-color 250ms linear;
}
#modal-cancelinfo-details:checked ~ .modal-content-cancelinfo {
      visibility: visible;
/*      transform: scale(1);*/
      transition: transform 250ms ease;
      z-index: 99;
}
.modal-bg-cancelinfo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms linear;
}

.modal-content-cancelinfo {
    position: fixed;
    right: 35px !important;
    top: 106px !important;
    margin-left: auto !important;
    visibility: hidden;
    width: 400px !important;
    text-align: left;
    background-color: white;
    box-shadow: 0 0 9px 3px rgb(0 0 0 / 13%);
    border-radius: 5px !important;
}
.modal-content-cancelinfo .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 11;
    opacity: 1;
    top: 10px;
    right: 20px;
}
.modal-content-cancelinfo .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}
.modal-content-cancelinfo header {
    position: relative;
    display: block;
    border-bottom: 1px solid #eee;
}
.modal-content-cancelinfo header h2 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 28px;
}
.modal-content-cancelinfo article {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.75;
}
.modal-content-cancelinfo footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
}
.modal-content-cancelinfo footer .button {
    position: relative;
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    overflow: hidden;
}
.modal-content-cancelinfo footer .button:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: width 250ms ease;
    z-index: 0;
}
.modal-content-cancelinfo footer .button:hover:before {
    width: 100%;
}
.modal-content-cancelinfo footer .button.success {
    margin-right: 5px;
    background-color: #2ecc71;
}
.modal-content-cancelinfo footer .button.danger {
    background-color: #e74c3c;
}
/* end cancel appointment */

/* Delete Time */
#modal-infoconfirm {
    display: none;
}
#modal-infoconfirm:checked ~ .modal-bg-infoconfirm {
    visibility: visible;
    background-color: #00000026;
    opacity: 0.7;
    transition: background-color 250ms linear;
    z-index: 999;
}
#modal-infoconfirm:checked ~ .modal-content-infoconfirm {
    visibility: visible;
    /* transform: scale(1); */
    transition: transform 250ms ease;
    z-index: 999;
}
.modal-bg-infoconfirm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms linear;
}

.modal-content-infoconfirm {
    left: 0px !important;
    visibility: hidden;
    width: 400px !important;
    text-align: left;
    background-color: white;
    box-shadow: 0 0 9px 3px rgb(0 0 0 / 13%);
    margin-left: auto !important;
    margin-right: auto !important;
    top: 28% !important;
    border-radius: 5px !important;
}
.modal-content-infoconfirm .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 11;
}
.modal-content-infoconfirm .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}
.modal-am-infoconfirm{
    right: 0;
    height: auto;
    margin: 50px;
    position: fixed;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.modal-am-infoconfirm label.close{
    margin-top: -35px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-infoconfirm .close img{
    width: 25px;
}

/* End Delete Time */
.border-time{
    border: 1px solid #70707061;
    border-radius: 4px;
    margin: 15px 0px;
    padding: 8px;
    width: 100%;
}
.border-time label{
    color: #0037a5c7;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    font-size: 19px;
    margin-bottom: 0px;
    margin-top: 1px;
}
.border-time img {
    width: 16px;
    margin-top: -5px;
    margin-right: 7px;
}
/* Modal Delete Branch */
#modal-deleteserv {
    display: none;
}
#modal-deleteserv:checked ~ .modal-bg-deleteserv {
      visibility: visible;
      background-color: transparent;
      opacity: 0.7;
      transition: background-color 250ms linear;
      z-index: 999;
}
#modal-deleteserv:checked ~ .modal-content-deleteserv {
      visibility: visible;
      transform: scale(1);
      transition: transform 250ms ease;
      z-index: 999;
}
.modal-bg-deleteserv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    transition: background-color 250ms linear;
}

.modal-content-deleteserv {
    visibility: hidden;
    position: fixed !important;
    width: 280px;
    text-align: left;
    padding: 50px 30px 40px 30px;
    background-color: white;
    box-shadow: 0 0 50px rgb(0 0 0 / 22%);
    margin-left: auto !important;
    margin-right: auto !important;
    top: 25% !important;
}
.modal-content-deleteserv .close {
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 11;
    opacity: 1;
    margin-right: -5px;
    margin-top: -40px;
}
.modal-content-deleteserv .close img{
    width: 20px;
}
.modal-content-deleteserv .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}
.modal-am-deleteserv{
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    margin: 35px;
    border-radius: 4px;
    position: absolute;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}
/* Modal Delete Branch */

    
/* The container */
.container-color {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 23px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-color input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark-color {
    position: absolute;
    top: -2px;
    left: 0;
    height: 27px;
    width: 27px;
    border-radius: 50%;
}
.bg-color-yellow{
    border: 1px solid #FBFFD1 !important;
    border: 1px solid var(--fc-event-border-color, #FBFFD1) !important;
    background-color: #FBFFD1 !important;
    background-color: var(--fc-event-bg-color, #FBFFD1) !important;
}
.bg-color-peach{
    border: 1px solid #FFE4E4 !important;
    border: 1px solid var(--fc-event-border-color, #FFE4E4) !important;
    background-color: #FFE4E4 !important;
    background-color: var(--fc-event-bg-color, #FFE4E4) !important;
}
.bg-color-lightpurple{
    border: 1px solid #FFE4FF !important;
    border: 1px solid var(--fc-event-border-color, #FFE4FF) !important;
    background-color: #FFE4FF !important;
    background-color: var(--fc-event-bg-color, #FFE4FF) !important;
}
.bg-color-green{
    border: 1px solid #EBFFF8 !important;
    border: 1px solid var(--fc-event-border-color, #EBFFF8) !important;
    background-color: #EBFFF8 !important;
    background-color: var(--fc-event-bg-color, #EBFFF8) !important;
}
.bg-color-purple{
    border: 1px solid #EFDFFF !important;
    border: 1px solid var(--fc-event-border-color, #EFDFFF) !important;
    background-color: #EFDFFF !important;
    background-color: var(--fc-event-bg-color, #EFDFFF) !important;
}
.dark-color-blue{
    border: 1px solid #2126B9 !important;
    border: 1px solid var(--fc-event-border-color, #2126B9) !important;
    background-color: #2126B9 !important;
    background-color: var(--fc-event-bg-color, #2126B9) !important;
}
.dark-color-black{
    border: 1px solid #303030 !important;
    border: 1px solid var(--fc-event-border-color, #303030) !important;
    background-color: #303030 !important;
    background-color: var(--fc-event-bg-color, #303030) !important;
}
.dark-color-purple{
    border: 1px solid #9b0000 !important;
    border: 1px solid var(--fc-event-border-color, #9b0000) !important;
    background-color: #9b0000 !important;
    background-color: var(--fc-event-bg-color, #9b0000) !important;
}
.dark-color-green{
    border: 1px solid #0C9728 !important;
    border: 1px solid var(--fc-event-border-color, #0C9728) !important;
    background-color: #0C9728 !important;
    background-color: var(--fc-event-bg-color, #0C9728) !important;
}
.dark-color-orange{
    border: 1px solid #C58737 !important;
    border: 1px solid var(--fc-event-border-color, #C58737) !important;
    background-color: #C58737 !important;
    background-color: var(--fc-event-bg-color, #C58737) !important;
}
.bg-no-border{
    border: 0px !important;
    border: 0px solid var(--fc-event-border-color, transparent) !important;
}
.float-left{
    float: left;
}
/* On mouse-over, add a grey background color */
.container-color:hover input ~ .checkmark-color {
/*      background-color: #ccc;*/
}

/* When the radio button is checked, add a blue background */
.container-color input:checked ~ .checkmark-color {
/*      background-color: transparent;*/
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-color:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-color input:checked ~ .checkmark-color:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-color .checkmark-color:after {
    top: -4px;
    left: -4px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #00000045;
}
.radio-colors{
    margin-bottom: 30px;
}
.radio-colors td{
    vertical-align: middle;
}
.text-colors{
    font-size: 13px;
    color: #000;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    margin-bottom: 0px;
    padding-right: 10px;
}
/* Delete Time */
#modal-edit-details {
    display: none;
}
#modal-edit-details:checked ~ .modal-bg-edit {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-edit-details:checked ~ .modal-content-edit {
    visibility: visible;
    transition: transform 250ms ease;
    z-index: 999;
    background-color: #00000026;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal-bg-edit {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-edit{
    visibility: hidden;
}

.modal-content-edit .content-modal{
    position: fixed;
    right: 80px !important;
    width: 410px !important;
    text-align: left;
    background-color: white;
    box-shadow: 0 0 17px 5px rgb(0 0 0 / 9%);
    margin-left: auto !important;
    top: 15% !important;
    border-radius: 5px !important;
}
.modal-content-edit .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 11;
    margin-right: 0px;
    margin-top: -6px;
}
.modal-content-edit .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}
.modal-content-edit header {
    position: relative;
    display: block;
    border-bottom: 1px solid #eee;
}
.modal-content-edit header h2 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 28px;
}
.modal-content-edit article {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.75;
}
.modal-content-edit footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
}
.modal-content-edit footer .button {
    position: relative;
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    overflow: hidden;
}
.modal-content-edit footer .button:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: width 250ms ease;
    z-index: 0;
}
.modal-content-edit footer .button:hover:before {
    width: 100%;
}
.modal-content-edit footer .button.success {
    margin-right: 5px;
    background-color: #2ecc71;
}
.modal-content-edit footer .button.danger {
    background-color: #e74c3c;
}
.star-sr-rating .text-green {
    color: #ADB128;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    top: -2px;
    position: relative;
    font-size: 12px;
}
.star-sr-rating {
    position: absolute;
    right: 15px;
    top: 12px;
}
.star-sr-rating label:before {
    margin: 0px 2px;
    font-family: FontAwesome;
    display: inline-block;
    font-size: 1.4em;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-weight: 400;
    color: #ADB128;
    content: "\f005";
}
.left-panel{
    margin-right: 80px;
}
.left-panel-skills{
    margin-top: 15px;
    position: relative;
    display: block;
}
.left-skills {
    background-color: #BB0404;
    color: #fff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 12px;
    padding: 3px 15px 3px 15px;
    margin-right: 0px;
    border-radius: 30px;
    margin-bottom: 5px;
    line-height: 21px;
    display: inline-block;
}
.green-rate {
    background-color: #3DAC53;
    color: #fff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 12px;
    padding: 3px 15px 3px 15px;
    border-radius: 30px;
    line-height: 21px;
    display: inline-block;
    margin-top: 10px;
}
.frl-text-rate{
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    line-height: 1.2em;
}
.frl-text-rate span{
    margin-right: 10px;
}
/* The container */
.container-time {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    border-bottom: 1px solid #0000001a;
    padding-bottom: 12px;
    margin-left: 5px;
    margin-right: 5px;
    color: #000;
}

/* Hide the browser's default checkbox */
.container-time input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-time {
  position: absolute;
  top: 2px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: transparent;
  border: 1px solid #00000069;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-time:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-time input:checked ~ .checkmark-time:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-time .checkmark-time:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.display-none{
    display: none;
}
.my-bio{
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #303030;
    padding-right: 20px;
    margin-bottom: -7px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
}