.scroll-tbl{
    height: 150px;
    overflow-y: auto;
    padding-bottom: 20px;
}
/* width */
.scroll-tbl::-webkit-scrollbar {
    width: 3px;
}

/* Handle */
.scroll-tbl::-webkit-scrollbar-thumb {
    background: #e1e1e1; 
    border-radius: 10px;
    cursor: pointer;
}

/* Handle on hover */
.scroll-tbl::-webkit-scrollbar-thumb:hover {
    background: #205cca; 
}

.next-content{
    margin-top: 20px;
}
.profile-cap{
    width: 112px;
    height: 112px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.profile-cap span {
    font-family: 'Poppins', sans-serif; font-weight: 600;
    font-size: 47px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 600;
    height: 100%;
    border-radius: inherit;
    color: #fff;
    user-select: none;
}
.prof-bg img{
    width: auto;
    position: absolute;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    left: 0;
    right: 0;
}
.table__next{
    width: 100%;
    margin-top: -5px;
}
.label__next{
    vertical-align: top;
    font-size: 12px;
    font-family: 'Poppins', sans-serif; font-weight: 300;
    color: #000;
    word-break: break-word;
    text-align: left;
    width: 30%;
    padding-bottom: 15px;
}
.label__info{
    vertical-align: top;
    font-size: 12px;
    font-family: 'Poppins', sans-serif; font-weight: 600;
    color: #000;
    word-break: break-word;
    text-align: right;
    width: 70%;
    padding-bottom: 15px;
}
.tbl-profile{
    margin-top: 10px;
    width: 100%;
}
.tbl-profile td{
    vertical-align: top;
    font-size: 12px;
    font-family: 'Poppins', sans-serif; font-weight: 300;
    color: #000;
    word-break: break-word;
    text-align: left;
}
.tbl-profile .p-number{
    text-align: right;
    font-family: 'Poppins', sans-serif; font-weight: 500;
}
.tbl-profile .p-status{
    text-align: right;
    font-family: 'Poppins', sans-serif; font-weight: 400;
}
.p-status .color-green{
    color: #59CE71;
}
.p-status .color-red{
    color: #DB5353;
}
.p-status .color-yellow{
    color: #929B30;
}
.legend-grph{
    position: absolute;
    right: 20px;
    top: 10px;
}
.verbar-padd{
    padding: 10px 20px;
}
.verbar-chart{
    margin-top: 7px;
}
.verbar-chart text{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 11px !important;
    color: #000 !important;
}
.text-legend{
    font-size: 12px;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    color: #000;
    margin-bottom: 0px;
    word-break: break-word;
    margin-left: 5px;
}
.select-right{
    display: inline;
    margin-left: 15px;
}
.select-right select{
    font-size: 12px;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    color: #b6b6b6;
    cursor: pointer;
}
.grid-container-appoint {
    display: grid;
    grid-template-columns: 100%;
    padding: 0px;
    margin: 0px -10px 20px -10px;
    position: relative;
}
.grid-item-appoint {
    margin: 0px 10px;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    padding: 15px 20px 20px 20px;
}
.appoint-title h4 {
    font-size: 15px;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    color: #555555;
    width: fit-content;
}

/* dashboard appointment calendar */
.calendar_appoint{
    margin-top: 40px;
    position: relative;
}
.calendar_appoint div.zabuto_calendar .table{
    margin: 0 -5px;
}
/*
.calendar_appoint div.zabuto_calendar .table tr td.dow-clickable:hover{
    background-color: #c1f7f7 !important;
}
*/
div.zabuto_calendar .table tr td div.day:hover{
    background-color: #a5a5a5;
    border-radius: 50%;
    height: 30px;
    padding: 7px 0px;
    margin: 0px -5px !important;
}
div.zabuto_calendar .table tr td div.selected:hover {
    background-color: #a5a5a5;
    border-radius: 50%;
    height: 30px;
    padding: 7px 0px;
    margin: 0px -5px !important;
}
.calendar_appoint .table {
    border-top: none;
}
.calendar_appoint .table-bordered{
    border: none;
}
.calendar_appoint div.zabuto_calendar .table-bordered tr.calendar-month-header td{
    padding: 0px;
    width: auto;
    background: transparent !important;
    text-align: center;
}
.calendar_appoint div.zabuto_calendar .table tr.calendar-month-header td span.glyphicon-chevron-right{
    color: #b3b3b3;
    font-size: 12px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    margin-top: -15px;
    margin-bottom: 23px;
    margin-left: 25px;
}
.calendar_appoint div.zabuto_calendar .table tr.calendar-month-header td span.glyphicon-chevron-left{
    color: #b3b3b3;
    font-size: 12px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    margin-top: -15px;
    margin-bottom: 23px;
}
.calendar_appoint div.zabuto_calendar .table tr.calendar-month-header td span{
    text-transform: capitalize;

    padding-top: 12px;
    margin-bottom: -7px;
    padding-bottom: 0px;
    vertical-align: middle;
    font-size: 14px;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    color: #555555;
    position: absolute;
    left: 0px;
    top: -38px;
}
.calendar_appoint .table-bordered>tbody>tr>td{
    border: none;
    text-align: center;
    font-size: 13px;
    color: #000;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    background: transparent;
    padding: 1px 10px;
    cursor: pointer;
}

.calendar_appoint div.zabuto_calendar .table tr:last-child {
    border-bottom: none;
}
.calendar_appoint div.zabuto_calendar .table tr.calendar-dow-header th {
    background-color: transparent;
    color: #b3b3b3;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    border: none;
    padding: 10px 5px 3px 5px;
    font-size: 12px;
}
.calendar_appoint div.zabuto_calendar td .available{
    background-color: transparent;
    color: #20D845;
}
.calendar_appoint div.zabuto_calendar td .full{
    background-color: transparent;
    color: #FF5775;
}
.calendar_appoint div.zabuto_calendar .badge-today{
    color: #fff;
    font-family: 'Poppins', sans-serif; font-weight: 500;

    background-color: #0037a5;
    font-size: 12px;
    border-radius: 50%;
    width: 30px;
    padding: 8px 0px;
    margin: -6px -5px 0px -5px;
}
div.zabuto_calendar .table tr td div.today{
    color: #000;
    font-family: 'Poppins', sans-serif; font-weight: 500;

    background-color: #e1ebff;
    font-size: 12px;
    border-radius: 50%;
    height: 30px;
    padding: 7px 0px;
    margin: 0px -5px 0px -5px !important;
}
/*
.calendar_appoint div.zabuto_calendar .badge:hover{
    background-color: #b9b9b9;
}
*/
.calendar_appoint div.zabuto_calendar div.legend span.available{
    background-color: #20D845 !important;
}
.calendar_appoint div.zabuto_calendar div.legend span.available{
    text-align: left;
}
.calendar_appoint div.zabuto_calendar ul.legend li {
    height: 13px;
    width: 13px;
    border-radius: 50%;
}
.calendar_appoint div.zabuto_calendar div.legend {
    margin-top: 15px;
    text-align: center;
}
.calendar_appoint div.zabuto_calendar .legend-block span{
    color: #000;
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 15px;
    margin-left: 6px;
    margin-right: 20px;
}
.calendar_appoint div.zabuto_calendar div.calendar-month-navigation{
    cursor: pointer;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    position: absolute;
    right: 50px;
    top: 56px;
}
.apptotal-text h4 {
    font-size: 14px;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    color: #555555;
    width: fit-content;
}
.btn-view-all{
    color: #0037a5;
    font-family: 'Poppins', sans-serif; font-weight: 500;

    background-color: transparent;
    font-size: 14px;
    float: right;
    margin-top: -23px;
}
.btn-view-all img{
    width: 15px;
    display: inline;
    margin-top: -4px;
    margin-left: 5px;
}

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

.modal-content-reminder {
    left: 0px !important;
    visibility: hidden;
    width: 340px !important;
    text-align: left;
    background-color: white;
    margin-left: auto !important;
    margin-right: auto !important;
    top: 20% !important;
    border-radius: 4px !important;
}
.modal-content-reminder .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 11;
}
.modal-content-reminder .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}

.modal-content-reminder footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
}
.modal-am-reminder{
    padding: 60px 40px 40px 40px;
    right: 0;
    height: auto;
    margin: 50px;
    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-reminder label.close{
    margin-top: -50px;
    margin-right: -15px;
    opacity: 1;
}
.modal-am-reminder .close img{
    width: 25px;
}

.remin-input p{
    font-size: 12px;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    color: #000;
    margin-bottom: 0px;
}
.remin-input textarea{
    font-size: 12px;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    color: #000;
    width: 100%;
    font-style: normal;
    border: 1px solid #939393;
    border-radius: 4px;
    resize: none;
    padding: 10px 15px;
    margin-top: 10px;
    height: 120px;
    margin-bottom: 5px;
}
.remin-input textarea::placeholder{
    font-family: 'Poppins', sans-serif; font-weight: 400;
    color: #939393;
    font-style: normal;
}
.remin-date{
    position: relative;
}
.remin-date img{
    position: absolute;
    left: 17px;
    z-index: 1;
    top: 22px;
    width: 18px;
}
.remin-input .remin-date input{
    position: relative;
    font-size: 12px;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    color: #000;
    width: 100%;
    font-style: normal;
    border: 1px solid #939393;
    border-radius: 4px;
    resize: none;
    padding: 10px 15px 10px 45px;
    margin-top: 10px;
}
.remin-input input{
    position: relative;
    font-size: 12px;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    color: #000;
    width: 100%;
    font-style: normal;
    border: 1px solid #939393;
    border-radius: 4px;
    resize: none;
    padding: 10px 15px;
    margin-top: 10px;
}
.remin-input .remin-date input::placeholder{
    font-family: 'Poppins', sans-serif; font-weight: 400;
    color: #939393;
    font-style: normal;
}
.remin-input input::placeholder{
    font-family: 'Poppins', sans-serif; font-weight: 400;
    color: #939393;
    font-style: normal;
}
.prof-btn-right{
    float: right;
}
.prof-btn-right.pb-30{
    padding-bottom: 30px;
}
.cancel-prof-btn{
    color: #000000c2;
    font-family: 'Poppins', sans-serif; 
    font-weight: 500;
    font-size: 13px !important;
    width: 100px;
    border-radius: 3px;
    text-align: center;
    padding: 11px 10px !important;
    margin-top: 0px !important;
    border: 1px solid #00000070;
    margin-right: 20px !important;
    float: none !important;
    margin-bottom: 0px !important;
}
.cancel-prof-btn:hover{
    background-color: #0000000d !important;
    color: #000000 !important;
}
.save-prof-btn{
    color: #fff;
    font-family: 'Poppins', sans-serif; 
    font-weight: 400;
    background-color: #39C15D;
    font-size: 13px;
    width: 100px;
    border-radius: 4px;
    padding: 7px 10px;
    margin-top: 0px;
    top: 0px;
    position: relative;
    border: 1px solid #39C15D;
}
.save-prof-btn:hover{
    background-color: #2a9747;
}

#timeline_app {
  list-style: none;
  margin: 0px 0px 0px 75px;
  padding-left: 30px;
  border-left: 1px solid #dedede;
}
#timeline_app li {
  margin: 12px 0px;
  position: relative;
}
#timeline_app p {
  margin: 0 0 15px;
}

#timeline_app .date-time {
    margin-top: -5px;
    top: 30%;
    left: -105px;
    font-size: 0.95em;
    line-height: 20px;
    position: absolute;
}

#timeline_app .circle-center {
  margin-top: -5px;
  top: 50%;
  left: -36px;
  width: 12px;
  height: 12px;
  background: #d5d5d5;
  border-radius: 50%;
  display: block;
  position: absolute;
}

#timeline_app .content-app {
    padding: 10px 15px 5px 15px;
    border-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-radius: 0.5em;
    position: relative;
    background-color: #f2f2f2;
    cursor: pointer;
}
#timeline_app .content-app:before, 
#timeline_app .content-app:after {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  position: absolute;
  pointer-events: none;
  right: 100%;
}
#timeline_app .content-app:before {
    border-right-color: inherit;
    border-width: 10px;
    top: 50%;
    margin-top: -10px;
}
#timeline_app .content-app:after {
    border-right-color: #f2f2f2;
    border-width: 10px;
    top: 50%;
    margin-top: -10px;
}
#timeline_app .radio:checked ~ .content-app:after {
    border-right-color: #0037a5;
}
#timeline_app .content-app p {
    color: #797979;
    word-break: break-word;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    font-size: 12px;
    margin-bottom: 5px;
}

#timeline_app label {
  font-size: 1.3em;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  top: 20px;
  transition: transform 0.2s linear;
}

#timeline_app .radio {
  display: none;
}

#timeline_app .radio:checked + .relative label {
  cursor: auto;
  transform: translateX(42px);
}
#timeline_app .radio:checked + .relative .circle-center {
  background: #0037a5;
}
#timeline_app .radio:checked ~ .content-app {
    transition: max-height 0.4s linear, border-color 0.5s linear, transform 0.2s linear;
    background-color: #0037a5;
}
#timeline_app .radio:checked ~ .content-app p {
  max-height: auto;
  color: #eee9dc;
  transition: color 0.3s linear 0.3s;
}
#timeline_app .date-time p{
    margin-bottom: 0px;
    font-size: 12px;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    color: #a8a8a8;
}
    
#timeline_app .radio:checked + .relative  .date-time p{
    color: #0037a5;
    font-family: 'Poppins', sans-serif; font-weight: 500;
}

.time-avails{
    height: 320px;
    overflow-y: auto;
    margin-right: -10px;
    padding-right: 10px;
    margin-top: -10px;
}  
/* width */
.time-avails::-webkit-scrollbar {
    width: 3px;
}

/* Handle */
.time-avails::-webkit-scrollbar-thumb {
    background: #e1e1e1; 
    border-radius: 10px;
    cursor: pointer;
}

/* Handle on hover */
.time-avails::-webkit-scrollbar-thumb:hover {
    background: #205cca; 
}
.appoint-total{
    padding-top: 28px;
}

/* Modal Save */
#modal-success {
    display: none;
}
#modal-success:checked ~ .modal-bg-success {
      visibility: visible;
      transition: background-color 250ms linear;
}
#modal-success:checked ~ .modal-content-success {
    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-success {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-success {
    visibility: hidden;
}
.modal-content-success .content-modal{
    width: 280px;
    padding: 50px 35px 30px 35px;
    left: 0px;
    right: 0px;
    top: 50%;
    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-success .close {
    position: absolute;
    top: 25px;
    right: 40px;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 8;
}
.modal-content-success .close:hover {
    color: #3498db;
}
.modal-am-success label.close{
    opacity: 1;
}
.modal-am-success .close img{
    width: 20px;
}

.success-success .text-modal{
    font-family: mont-semibold !important;
}
.success-success .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-success .btn-continue{
    color: #fff;
    font-family: 'Poppins', sans-serif; font-weight: 400;

    background-color: #39C15D;
    font-size: 12px;
    width: 100%;
    border-radius: 4px;
    padding: 10px 10px;
    margin-top: 25px;
    cursor: pointer;
}
.modal-am-success .btn-continue:hover{
    background-color: #2c9a49;
}
/* END Modal Save */

.sched-title p{
    font-family: 'Poppins', sans-serif; font-weight: 600;
    font-size: 13px;
    color: #000000;
    margin-bottom: 0px;
}
.sched-title span{
    font-family: 'Poppins', sans-serif; font-weight: 400;
    font-size: 12px;
    color: #7a7a7a;
    margin-bottom: 0px;
}
.sched-title a{
    color: #0037a5;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 12px;

    font-style: normal;
    float: right;
    margin-top: -12px;
    cursor: pointer;
    background-color: transparent;
    border: 0px;
    z-index: 999;
}
.sched-title a img{
    width: 18px;
    margin-right: 8px;
}
.grid-container-sched {
    display: grid;
    grid-template-columns: 100%;
    padding: 0px;
    margin: 15px -10px 15px -10px;
    position: relative;
}
.grid-item-sched {
    margin: 0px 10px 20px 10px;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 3px 6px 0px #00000014;
}
.item-sched-title{
    padding: 20px 25px;
    position: relative;
}
.item-sched-title h4{
    font-family: 'Poppins', sans-serif; font-weight: 600;
    font-size: 14px;
    color: #0037a5;
    line-height: normal;
    width: fit-content;
}
.sched-btns{
    position: absolute;
    right: 12px;
    top: 12px;
}
.sched-btns button{
    background-color: transparent;
    width: 35px;
    border: 0px;
}
.sched-btns a{
    background-color: transparent;
    border: 0px;
}
.sched-btns a img{
    width: 35px;
}
.item-sched-desc{
    padding: 0px 25px 10px 25px;
    position: relative;
}
.item-sched-desc table{
    width: 100%;
}
.item-sched-desc table td{
    vertical-align: top;
    padding-bottom: 8px;
}
.item-sched-desc table td p{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 12px;
    color: #000000;
    margin-bottom: 3px;
    word-break: break-word;
}
.sch-icon{
    width: 25px;
    padding-top: 3px;
}
.sch-icon img{
    width: 9.5px;
    vertical-align: top;
}
.video-icon{
    width: 25px;
    padding-top: 5px;
}
.video-icon img{
    width: 9.5px;
    vertical-align: top;
}
.and-text{
    color: #0000004f;
    font-family: 'Poppins', sans-serif; font-weight: 300;
    font-size: 15px;
    margin: 0 2px;
}
.text-end{
    color: #000000ab;
}
.bottom-page{
    background-color: #fff;
    padding: 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
}
.bottom-page .pagination{
    float: none;
    margin-left: auto;
    margin-right: auto !important;
    text-align: center;
    position: relative;
    margin: 0px;
}
.bottom-page .pagination>.active>a{
    background-color: #0037a5;
    border-color: #0037a5;
    border-radius: 0px;
    padding: 2px 9px;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    font-size: 12px;
}
.bottom-page .pagination>li>a{
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    border-radius: 0px;
    padding: 2px 9px;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    font-size: 12px;
}
.btn-show-info{

    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 12px;
    color: #0037A5;
    display: inline;
    float: right;
    margin-top: 6px;
    cursor: pointer;
}
.btn-show-info img{
    width: 11px;
    margin-top: -2px;
    margin-left: 7px;
}
.btn-edit-icon{
    background-color: transparent;
    border: 0px;
    width: 19px;
}
.btn-delete-icon{
    background-color: transparent;
    border: 0px;
    width: 13.5px;
    margin-left: 5px;
    margin-top: 0px;
}
.br-width95{
    width: 95px;
}
.branch-tbl{
    padding-bottom: 20px;
}
.sett-title h4{
    color: #000;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 14px;
    width: fit-content;
}

/*  Add Branch  */
#modal-bio {
    display: none;
}
#modal-bio:checked ~ .modal-bg-bio {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-bio:checked ~ .modal-content-bio {
    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-bio {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-bio {
    visibility: hidden;
}

.modal-content-bio .content-modal{
    max-height: 75vh ;
    overflow-y: auto;
    padding: 70px 35px 10px 35px;
    left: 0px;
    right: 0px;
    top: 50%;
    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;
}
.width-bio{
    width: 57%;
}
.modal-content-bio .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 11;
}
.modal-content-bio .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}
.modal-am-bio label.close{
    margin-top: -50px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-bio .close img{
    width: 22px;
}

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

.modal-content-srvctyp {
    left: 0px !important;
    visibility: hidden;
    width: 340px !important;
    text-align: left;
    background-color: white;
    margin-left: auto !important;
    margin-right: auto !important;
    top: 15% !important;
    border-radius: 4px !important;
}
.modal-content-srvctyp .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 11;
}
.modal-content-srvctyp .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}

.modal-am-srvctyp{
    padding: 60px 40px 40px 40px;
    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-srvctyp label.close{
    margin-top: -50px;
    margin-right: -15px;
    opacity: 1;
}
.modal-am-srvctyp .close img{
    width: 25px;
}

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

.modal-content-editbrnch {
    left: -220px !important;
    visibility: hidden;
    width: 340px !important;
    text-align: left;
    background-color: white;
    margin-left: auto !important;
    margin-right: auto !important;
    top: 20% !important;
    border-radius: 4px !important;
}
.modal-content-editbrnch .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 11;
}
.modal-content-editbrnch .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}

.modal-am-editbrnch{
    padding: 60px 40px 40px 40px;
    right: 0;
    height: auto;
    margin: 50px;
    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-editbrnch label.close{
    margin-top: -50px;
    margin-right: -15px;
    opacity: 1;
}
.modal-am-editbrnch .close img{
    width: 25px;
}

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

.modal-content-editsrvc {
    left: -220px !important;
    visibility: hidden;
    width: 340px !important;
    text-align: left;
    background-color: white;
    margin-left: auto !important;
    margin-right: auto !important;
    top: 20% !important;
    border-radius: 4px !important;
}
.modal-content-editsrvc .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 11;
}
.modal-content-editsrvc .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}

.modal-am-editsrvc{
    padding: 60px 40px 40px 40px;
    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-editsrvc label.close{
    margin-top: -50px;
    margin-right: -15px;
    opacity: 1;
}
.modal-am-editsrvc .close img{
    width: 25px;
}
.grid-container-set {
    display: grid;
    grid-template-columns: 100%;
    padding: 0px;
    margin: 15px -10px 15px -10px;
    position: relative;
}
.grid-item-set {
    margin: 0px 10px 20px 10px;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 3px 6px 0px #00000014;
    padding: 30px 35px;
}
.arrow-back {
    border: solid #818181;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    margin-right: 5px;
    margin-bottom: 2px;
}
.left-back {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.arrow-drop {
    border: solid #000000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    margin-right: 5px;
    margin-bottom: 2px;
}
.down-drop {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.back-link{
    color: #818181;
    font-size: 14px;
    font-family: mont-semibold;
}
.text-selectloc{
    font-family: mont-semibold;
    color: #0037A5;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.set-input p{
    font-size: 13px;

    color: #000;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    margin-bottom: 0px;
}
.set-dropdown p{
    font-size: 13px;

    color: #000;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    margin-bottom: 0px;
}
.color-required{
    color: #E52424;
    margin-left: 4px;
}
.set-input input{
    position: relative;
    font-size: 12px;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    color: #000;
    width: 100%;
    font-style: normal;
    border: 1px solid #000000c9;
    border-radius: 4px;
    padding: 12px 15px;
    margin-top: 6px;
}
.set-input input::placeholder{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    color: #939393;
    font-style: normal;
}
.set-input textarea{
    position: relative;
    font-size: 12px;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    color: #000;
    width: 100%;
    font-style: normal;
    border: 1px solid #000000c9;
    border-radius: 4px;
    padding: 12px 15px;
    margin-top: 6px;
    resize: none;
    height: 145px;
}
.row1-mb30{
    margin-bottom: 30px;
}
.attachment-added-delete {
    background-color: transparent;
    border: 0px;
    width: 15px;
    top: -1px;
    margin-left: 5px;
    position: relative;
    display: inline;
}
.attachment-delete {
    background-color: transparent;
    border: 0px;
    width: 15px;
    margin-top: -1px;
    margin-left: 8px;
    position: absolute;
}
.language-delete {
    background-color: transparent;
    border: 0px;
    width: 15px;
    margin-top: -32px;
    margin-left: 78%;
    position: absolute;
}
.slct-dropdown{
    position: relative;
}
.slct-dropdown .stylish input{
    font-size: 12px;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    color: #000;
    width: 100%;
    font-style: normal;
    border: 1px solid #000000c9;
    border-radius: 4px;
    padding: 12px 15px;
    margin-top: 6px;
    line-height: 22px;
    letter-spacing: 0px;
}
.bg-arrow{
    float: right;
    margin-top: -44px;
    background-color: #fff;
    width: 34px;
    height: 34px;
    padding: 9px;
    border-radius: 4px;
    display: inline-block;
    pointer-events: none;
}
.slct-dropdown .stylish select option {
    padding: 12px 10px 10px 15px;
    word-break: break-word;
    font-size: 12px;
    font-family: 'Poppins', sans-serif; 
    font-weight: 500;
    color: #000;
}
.tbl-selec-sched table{
    width: 100%;
}
.tbl-selec-sched table th{
    font-size: 12px;
    color: #000;
    font-family: 'Poppins', sans-serif; font-weight: 500;
}
.tbl-selec-sched table td{
    font-size: 12px;

    color: #000;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    padding: 6px 0px;
}
.tbl-selec-sched table td.selsch-title{
    color: #646464;
}
.tbl-selec-sched table th.sw-40{
    width: 40%;
}
.tbl-selec-sched table th.sw-8{
    width: 8.57%;
    text-align: center;
}
/* The container */
.container-slct {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px;
    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-slct input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-slct {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #707070b5;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

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

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

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

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

/* Style the checkmark/indicator */
.container-slct .checkmark-slct:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.day-select{
    font-size: 13px;

    color: #000;
    font-family: 'Poppins', sans-serif; font-weight: 600;
    margin-top: 20px;
}
.selected-week{
    margin-top: 50px;
}
.tbl-start-time{
    position: relative;
    margin-top: 22px;
}
.tbl-start-time input{
    display: inline;
    width: 35px;
    font-size: 13px;

    color: #000;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    border-bottom: 1px solid #0000009e;
    padding-bottom: 7px;
}
.tbl-start-time select{
    display: inline;
    width: 45px;
    font-size: 13px;

    color: #000;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    border-bottom: 1px solid #0000009e;
    padding-bottom: 7px;
}
.tbl-start-time span{
    display: inline;
    color: #000;
    margin: 0px 8px 0px 0px;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    text-align: left;
}
.dash-center {
    background-color: #000000a8;
    height: 3px;
    width: 10px;
    display: inline;
    position: absolute;
    right: 11px;
    top: 12px;
}

/* The container */
.container-payment {
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    font-family: mont-medium;
    color: #000;
}

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

/* Create a custom checkbox */
.checkmark-payment {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #707070b5;
}

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

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

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

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

/* Style the checkmark/indicator */
.container-payment .checkmark-payment:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.service-fee{
    margin-top: 50px;
}
.add-service-fee button{
    width: 25px;
    background-color: transparent;
    border: 0px;
    margin: 38px 0px 8px 0px;
}
.set-sched-save{
    margin-top: 10px;
    margin-bottom: 15px;
}
.save-sched{
    color: #fff;
    font-family: 'Poppins', sans-serif; font-weight: 400;

    background-color: #0037a5;
    font-size: 12px;
    width: 250px;
    border-radius: 4px;
    padding: 10px 10px;
}
.required-field{
    color: red;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    font-size: 11px;
    text-align: left !important;
}
.dropdown-menu{
    padding: 5px 7px !important;
    border: 0px;
    margin-top: 10px;
    box-shadow: -1px 2px 7px 3px rgb(0 0 0 / 10%);
    border-radius: 5px !important;
}
.datepicker-dropdown.datepicker-orient-bottom:before,
.datepicker-dropdown.datepicker-orient-bottom:after{
    display: none;
}
.datepicker td{
    font-size: 12px;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    color: #000;
} 
.datepicker th{
    font-size: 12px;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    color: #b2b2b2;
}
.datepicker .datepicker-switch, 
.datepicker tfoot tr th{
    font-size: 13px;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    color: #626262;
}
.datepicker .next, 
.datepicker .prev{
    font-size: 21px;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    color: #999999;
}
.datepicker-dropdown .table-condensed>tbody>tr>td, 
.datepicker-dropdown .table-condensed>tbody>tr>th, 
.datepicker-dropdown .table-condensed>tfoot>tr>td, 
.datepicker-dropdown .table-condensed>tfoot>tr>th, 
.datepicker-dropdown .table-condensed>thead>tr>td, 
.datepicker-dropdown .table-condensed>thead>tr>th {
    padding: 8px 12px !important;
}
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: transparent;
}
.prof-ml20{
    margin-left: -20px !important;
}

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

.modal-content-scanqr {
    left: 0px !important;
    visibility: hidden;
    width: 340px !important;
    text-align: left;
    background-color: white;
    margin-left: auto !important;
    margin-right: auto !important;
    top: 7% !important;
    border-radius: 4px !important;
}
.modal-content-scanqr .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 11;
}
.modal-content-scanqr .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}

.modal-content-scanqr footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
}
.modal-am-scanqr{
    padding: 30px;
    right: 0;
    height: auto;
    margin: 50px;
    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-scanqr label.close{
    margin-top: -20px;
    margin-right: -5px;
    opacity: 1;
}
.modal-am-scanqr .close img{
    width: 25px;
    z-index: 99;
}
.name-letter{
    width: 43px;
    height: 43px;
    display: block;
    margin-right: auto;
    text-align: center;
    border-radius: 2px;
}
.bg-lightpink{
    border: 1px solid #EC4BC7;
    border: 1px solid var(--fc-event-border-color, #EC4BC7);
    background-color: #EC4BC7;
    background-color: var(--fc-event-bg-color, #EC4BC7);
}
.bg-lightorange{
    border: 1px solid #F99A87;
    border: 1px solid var(--fc-event-border-color, #F99A87);
    background-color: #F99A87;
    background-color: var(--fc-event-bg-color, #F99A87);
}
.bg-green{
    border: 1px solid #7EC78D;
    border: 1px solid var(--fc-event-border-color, #7EC78D);
    background-color: #7EC78D;
    background-color: var(--fc-event-bg-color, #7EC78D);
}
.bg-blue{
    border: 1px solid #0037A5;
    border: 1px solid var(--fc-event-border-color, #0037A5);
    background-color: #0037A5;
    background-color: var(--fc-event-bg-color, #0037A5);
}
.bg-orange{
    border: 1px solid #FF7777;
    border: 1px solid var(--fc-event-border-color, #FF7777);
    background-color: #FF7777;
    background-color: var(--fc-event-bg-color, #FF7777);
}
.bg-yellow{
    border: 1px solid #EFF987;
    border: 1px solid var(--fc-event-border-color, #EFF987);
    background-color: #EFF987;
    background-color: var(--fc-event-bg-color, #EFF987);
}
.bg-pink{
    border: 1px solid #D15DBD;
    border: 1px solid var(--fc-event-border-color, #D15DBD);
    background-color: #D15DBD;
    background-color: var(--fc-event-bg-color, #D15DBD);
}
.bg-red{
    border: 1px solid #9c001a;
    border: 1px solid var(--fc-event-border-color, #9c001a);
    background-color: #9c001a;
    background-color: var(--fc-event-bg-color, #9c001a);
}
.bg-violet{
    border: 1px solid #8835c4;
    border: 1px solid var(--fc-event-border-color, #8835c4);
    background-color: #8835c4;
    background-color: var(--fc-event-bg-color, #8835c4);
}
.bg-purple{
    border: 1px solid #ba85e1;
    border: 1px solid var(--fc-event-border-color, #ba85e1);
    background-color: #ba85e1;
    background-color: var(--fc-event-bg-color, #ba85e1);
}
.bg-gray{
    border: 1px solid #aeaeae;
    border: 1px solid var(--fc-event-border-color, #aeaeae);
    background-color: #aeaeae;
    background-color: var(--fc-event-bg-color, #aeaeae);
}
.name-letter span{
    font-family: 'Poppins', sans-serif; font-weight: 400;
    font-size: 22px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;

    height: 100%;
    border-radius: inherit;
    color: #fff;
    user-select: none;
    padding-top: 3px;
}
.create-app-title{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    color: #000;
    font-size: 19px;
    line-height: 30px;
    padding: 20px 30px 0px;
}
.create-form-new{
    padding: 0px 30px 25px 30px;
}
.modalapp-input p {
    font-size: 13px;

    color: #000;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    margin-bottom: 0px;
}
.modalapp-input input {
    position: relative;
    font-size: 12px;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    color: #000;
    width: 100%;
    font-style: normal;
    border: 1px solid #0000006e;
    border-radius: 4px;
    padding: 7px 15px;
    margin-top: 6px;
}
.modalapp-input input::placeholder{
    font-style: normal;

    font-family: 'Poppins', sans-serif; font-weight: 400;
    text-shadow: none;
}
.row-create{
    margin: 0 -8px 15px -8px;
}
.row-create::after{
    content: "";
    display: table;
    clear: both;
}
.column-create-half{
    float: left;
    width: 50%;
    padding: 0px 8px;
    position: relative;
}
.column-create-full{
    float: left;
    width: 100%;
    padding: 0px 8px;
    position: relative;
}

.createapp-dropdown{
    position: relative;
}
.createapp-dropdown .stylish input{
    font-size: 13px;
    color: #000;
    width: 100%;
    font-style: normal;
    border-radius: 4px;
    margin-top: 6px;
    line-height: 22px;
    letter-spacing: 0px;
    border: 1px solid #0000006e;
    padding: 7px 15px;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    transition: transform 250ms ease !important;
}
.createapp-arrow {
    position: absolute;
    right: 1px;
    top: -6px;
    background-color: #fff;
    width: 31px;
    padding: 6px 9px;
    border-radius: 4px;
    pointer-events: none;
}
.createapp-arrow .arrow-drop {
    border: solid #000000;
    border-width: 0 1px 1px 0;
}
.createapp-dropdown .stylish select option {
    padding: 7px 10px 7px 15px;
    word-break: break-word;
    font-size: 12px;
    font-family: 'Poppins', sans-serif; 
    font-weight: 500;
    color: #000;
}
.modalapp-date{
    position: relative;
}
.modalapp-date img{
    position: absolute;
    z-index: 1;
    width: 16px;
    top: 16px;
    left: 16px;
}
.modalapp-input .modalapp-date input{
    padding: 7px 15px 7px 45px;
}
.modalapp-code{
    position: relative;
}
.c-code{
    width: 25% !important;
    padding-right: 0 !important;
    padding-left: 8% !important;
    display: inline;
    border-right: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.c-num{
    width: 73% !important;
    padding-left: 0 !important;
    display: inline;
    margin: 0px 0px 0px -3px;
    border-left: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.cancelbtn-modal{
    padding: 10px 5px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #5c5c5cbf;
    background-color: transparent;
    color: #5c5c5c;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    font-size: 12px;
    float: right;
    margin-bottom: 15px;

}
.cancelbtn-modal:hover{
    background-color: #0000000f;
}
.cancellabel-modal{
    padding: 10px 5px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ff5252;
    background-color: transparent;
    color: #ff5252;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    font-size: 12px;
    float: right;
    margin-bottom: 15px;

    text-align: center;
    cursor: pointer;
}
.cancellabel-modal:hover{
    border: 1px solid #ff5252;
    background-color: #ff5252;
    color: #fff;
}
.addbtn-modal{
    padding: 10px 5px;
    width: 100%;
    border-radius: 4px;
    border: 0;
    background-color: #0037A5;
    color: #fff;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    font-size: 12px;
    float: right;
    margin-bottom: 15px;

}
.addbtn-modal:hover{
    background-color: #002d88;
}
.createmt-30{
    margin-top: 30px;
    margin-bottom: -5px;
}
.grid-container-dash {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    padding: 0px;
    margin: 0px -10px 20px 15px;
    position: relative;
}
.grid-item-dash {
    margin: 0px 10px;
    position: relative;
    border-radius: 4px;
    background-color: #fff;
}

          
.row-slct::after{
    content: "";
    display: table;
    clear: both;
}
.column-slct-1{
    float: left;
    width: 16.66666667%;
    padding: 0px;
    position: relative;
}
.column-slct-2{
    float: left;
    width: 41.66666667%;
    padding: 0px;
    position: relative;
}
.column-slct-3{
    float: left;
    width: 41.66666667%;
    padding: 0px;
    position: relative;
}
.fc-event-time{
    font-family: 'Poppins', sans-serif; font-weight: 600;
}
.branch-title{
    float: left;
    position: absolute;
    top: 30px;
}
.branch-title h4{
    font-size: 18px;
    font-family: 'Poppins', sans-serif; font-weight: 600;
    color: #000;
}
.btn-serv-more{
    border: 1px dotted #0037A5;
    width: 100%;
    font-size: 12px;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    color: #0037A5;
    background-color: transparent;
    border-radius: 4px;
    margin-top: 10px;
    padding: 8px;
}
.btn-serv-more:hover{
    background-color: #0037a50d;
}
.add-more-serv{
    position: relative;
}
.add-more-serv .remin-input input{
    padding: 10px 32px 10px 15px;
}
.icn-delete-btn{
    background-color: transparent;
    position: absolute;
    right: 11px;
    top: 18px;
}
.icn-delete-btn img{
    width: 12px;
}
.calendar_appoint .selected_day {
    color: #fff !important;
    font-family: 'Poppins', sans-serif; font-weight: 500;

    background-color: #0037a5 !important;
    font-size: 12px;
    border-radius: 50%;
    height: 30px;
    padding: 10px 0px;
    margin: 0px -5px 0px -5px !important;
}
#timeline_app .selected-timeline .radio ~ .content-app:after {
    border-right-color: #0037a5;
}
#timeline_app .selected-timeline .radio ~ .content-app p,
#timeline_app .selected-timeline .radio ~ .content-app p{
    color: #eee9dc;
}
#timeline_app .selected-timeline .radio + .relative .circle-center,
#timeline_app .selected-timeline .radio ~ .content-app{
    background: #0037a5;
}
#timeline_app .selected-timeline .radio + .relative .date-time p{
    color: #0037a5;
    font-family: 'Poppins', sans-serif; font-weight: 500;
}
.gradient-bg{
    background-color: #e877ae; /* For browsers that do not support gradients */
    background-image: url(../images/bg-freelancer.webp);
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 500ms ease;
}
.pwc-box{
    background-color: #FFFFFF;
    border-radius: 4px;
    width: 62%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
/*    margin-top: 18%; */
/*    position: relative; */
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}
.pwc-header{
    background-color: #F6F6F6;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 30px 50px 25px 45px;
}
.pwc-header h2{
    text-align: left;
    font-family: 'Poppins', sans-serif; font-weight: 600;

    font-size: 26px;
    color: #000;
    line-height: 1.4em;
}
.pwc-header p{
    text-align: left;
    font-family: 'Poppins', sans-serif; font-weight: 600;

    font-size: 13.5px;
    color: #00000091;
}
.pwc-body{
    padding: 40px 45px 100px 45px;
}
.pwc-animation{
    float: right;
    margin-top: -75px;
}
.pwc-animation #lottie{
    width: 115px;
}
.row-pwc{
    margin: 0px -5px;
}
.row-pwc::after{
    content: "";
    display: table;
    clear: both;
}
.column-pwc-half{
    float: left;
    width: 46%;
    padding: 0px 8px;
    position: relative;
}
.column-pwc-divider{
    float: left;
    width: 8%;
    padding: 0px 10px;
    position: relative;
}
.text-or{
    position: relative;
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 13.5px;
    text-align: center;
    color: #7b7b7b;
    margin-top: 15px;
}
.link-client{
    border: 1px solid #BB0404;
    background-color: transparent;
    width: 100%;
    border-radius: 4px;
    padding: 10px;
    cursor: pointer;
}
.link-client:hover{
    border: 1px solid #984e4e;
    background-color: #7070700d;
}
.link-client img{
    width: 24px;
    margin-right: 10px;
}
.link-client span{
    position: relative;
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 13.5px;
    text-align: center;
    color: #BB0404;
}
.link-freelancer{
    border: 1px solid #707070;
    background-color: transparent;
    width: 100%;
    border-radius: 4px;
    padding: 10px;
    cursor: pointer;
}
.link-freelancer:hover{
    border: 1px solid #bb04047d;
    background-color: #7070700d;
}
.link-freelancer img{
    width: 28px;
    margin-right: 10px;
}
.link-freelancer span{
    position: relative;
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 13.5px;
    text-align: center;
    color: #BB0404;
}
.btn-float-right{
    float: right;
    margin-top: 25px;
    position: relative;
}
.form-float-right{
    float: right;
    margin-top: 10px;
    position: relative;
}
.pwc-cancel{
    border: 1px solid #707070d9;
    position: relative;
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 13px;
    text-align: center;
    color: #424242;
    border-radius: 4px;
    padding: 5px 10px;
    width: 100px;
    display: inline-block;
}
.pwc-cancel:hover{
    background-color: #7070700d;
}
.btn-fillup-next{
    background-color: #BB0404;
    position: relative;
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 13px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    padding: 6px 10px;
    width: 100px;
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
}
.btn-fillup-next:hover {
    background-color: #900000;
}
.client-box{
    background-color: #FFFFFF;
    border-radius: 4px;
    width: 62%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: 50px;
    position: relative;
}
.client-page-body{
    padding: 20px 45px 78px 45px;
}
.client-animation{
    float: right;
    margin-top: -110px;
}
.client-animation #lottie{
    width: 115px;
}
.btn-a{
    display: inline;
}
.multiple__step{
    margin-bottom: 30px;
}
.multiple__step table.progress__bar{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}
.multiple__step table.progress__bar td{
    position: relative;
    vertical-align: top;
    width: 95%;
}
.multiple__step.frlncr-step table.progress__bar td{
    width: 48%;
} 
.multiple__step table.progress__bar td p{
    font-family: mont-semibold;

    font-size: 14.4px;
    color: #333;
    text-align: left;
    margin-bottom: 10px;
}
.multiple__step .progress__line{
    position: relative;
}
.multiple__step .prog__dot{
    height: 35px;
    width: 35px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    border: 1px solid #707070c2;
}
.multiple__step td.active .prog__dot{
    background-color: #BB0404;
    border: 1px solid #BB0404;
}
.multiple__step td.active-step-2 .prog__dot{
    background-color: #9b0000;
    border: 1px solid #9b0000;
}
.multiple__step .progress__line .prog__line{
    height: 1px;
    background-color: #7070707a;
    display: inline-block;
    margin-left: 30px;
    margin-right: 0px;
    width: 100%;
    margin-top: 18px;
}
.multiple__step table.progress__title{
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
    margin-bottom: 15px;
}
.multiple__step .progress__title td{
    font-family: mont-semibold;

    font-size: 14.4px;
    color: #aaa;
    text-align: center;
    margin-bottom: 10px;
    width: 200px;
}
.multiple__step .progress__title td.active{
    color: #333
}

.multiple__step .progress__title td.checked{
    color: #333
}
.multiple__step td.checked .prog__dot{
    background-color: #BB0404;
    border: 1px solid #BB0404;
}
.multiple__step td.checked .prog__line{
    background-color: #BB0404;
}
.row-form{
    margin: 0px -30px;
}
.row-form::after{
    content: "";
    display: table;
    clear: both;
}
.column-form-half{
    float: left;
    width: 50%;
    padding: 0px 30px;
    position: relative;
} 
.column-form-full{
    float: left;
    width: 100%;
    padding: 0px 30px;
    position: relative;
} 
.row-duration{
    margin: 0px -10px;
}
.row-duration::after{
    content: "";
    display: table;
    clear: both;
}
.column-form-1{
    float: left;
    width: 19%;
    padding: 0px 10px;
    position: relative;
} 
.column-form-2{
    float: left;
    width: 19%;
    padding: 0px 10px;
    position: relative;
} 
.column-form-3{
    float: left;
    width: 5%;
    padding: 0px 10px;
    position: relative;
} 
.column-form-4{
    float: left;
    width: 19%;
    padding: 0px 10px;
    position: relative;
} 
.column-form-5{
    float: left;
    width: 19%;
    padding: 0px 10px;
    position: relative;
} 
.column-form-6{
    float: left;
    width: 19%;
    padding: 0px 10px;
    position: relative;
} 
.row-address{
    margin: 0px -10px;
}
.row-address::after{
    content: "";
    display: table;
    clear: both;
}
.column-address-half{
    float: left;
    width: 50%;
    padding: 0px 10px;
    position: relative;
}  
.connect-input{
    margin-bottom: 15px;
    position: relative;
    text-align: left;
}
.connect-input p{
    font-family: 'Poppins', sans-serif; font-weight: 600;

    font-size: 13.5px;
    text-align: left;
    color: #000;
}
.connect-input input{
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 13px;
    text-align: left;
    color: #000;
    -webkit-appearance: none;
    width: 100%;
    border: 1px solid #00000080;
    padding: 8px 15px;
    border-radius: 4px;
    background-color: #fff;
}
.connect-input input::placeholder{

    font-style: normal;
}
.connect-input .slct-dropdown .stylish input{
    margin-top: 0px;
    border: 1px solid #00000080;
    padding: 9px 30px 9px 15px;
    font-size: 13px;
    background-color: #fff;
}
.connect-input .arrow-drop {
    border: solid #000000;
    border-width: 0 1.5px 1.5px 0;
    margin-bottom: 5px;
}
.connect-input .bg-arrow{
    float: right;
    margin-top: -36px;
    top: -3px !important;
    background-color: #fff;
    width: 34px;
    height: 34px;
    padding: 9px !important;
    border-radius: 4px;
    display: inline-block;
    position: inherit;
    right: 1px;
}
.connect-input textarea{
    font-family: 'Poppins', sans-serif; font-weight: 400;

    font-size: 12px;
    text-align: left;
    color: #000;
    -webkit-appearance: none;
    width: 100%;
    border: 1px solid #00000080;
    padding: 8px 15px;
    border-radius: 4px;
    background-color: #fff;
    resize: none;
    height: 205px;
}
.connect-input textarea::placeholder{

    font-style: normal;
}
.row-free{
    margin: 0px -5px 20px -5px;
}
.row-free::after{
    content: "";
    display: table;
    clear: both;
}
.column-free-half{
    float: left;
    width: 47%;
    padding: 0px 5px;
    position: relative;
}
.column-free-divider{
    float: left;
    width: 6%;
    padding: 0px;
    position: relative;
}
.link-workexp{
    border: 1px solid #707070;
    background-color: transparent;
    width: 100%;
    border-radius: 4px;
    padding: 10px;
}
.link-workexp:hover{
    border: 1px solid #5E005B;
    background-color: #7070700d;
}
.link-workexp img{
    width: 31px;
    margin-right: 10px;
}
.link-workexp span{
    position: relative;
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 13.5px;
    text-align: center;
    color: #BB0404;
}
.link-freshgrad{
    border: 1px solid #707070;
    background-color: transparent;
    width: 100%;
    border-radius: 4px;
    padding: 10px;
}
.link-freshgrad:hover{
    border: 1px solid #5E005B;
    background-color: #7070700d;
}
.link-freshgrad img{
    width: 23px;
    margin-right: 10px;
}
.link-freshgrad span{
    position: relative;
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 13.5px;
    text-align: center;
    color: #BB0404;
}
.nav-ml-20{
    margin-left: 20px;
}
.top-banner-search{
    text-align: left;
    padding: 100px 70px 0px 70px;
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 9;
}
.top-banner-text h3{
    text-align: left;
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 23px;
    color: #303030;
    width: fit-content;
}
.top-banner-text p{
    text-align: left;
    font-family: 'Poppins', sans-serif; 
    font-weight: 500;
    font-size: 13.5px;
    color: #303030;
    width: fit-content;
    margin-bottom: 20px;
}
.top-how-btn{
    float: right;
    z-index: 9;
    margin-top: -74px;
}
.top-how-btn button{
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 14px;
    color: #0C9728;
    padding: 8px 20px;
    width: 190px;
    border: 1px solid #0c9728a6;
    border-radius: 4px;
    background-color: #fff;
}
.top-how-btn button:hover{
    background-color: #0c9728a6;
    color: #fff;
}
.row-top-search{
    margin: 0px -8px 15px -8px;
}
.row-top-search::after{
    content: "";
    display: table;
    clear: both;
}
.row-top-search .bg-arrow {
    margin-top: -44px;
}
.col-top-search-1{
    float: left;
    width: 60%;
    padding: 0px 8px;
    position: relative;
}
.col-top-search-2{
    float: left;
    width: 20%;
    padding: 0px 8px;
    position: relative;
}
.col-top-search-3{
    float: left;
    width: 20%;
    padding: 0px 8px;
    position: relative;
}
.col-top-search-full{
    float: left;
    width: 100%;
    padding: 0px 8px;
    position: relative;
}
.col-top-search-1 .home-search{
    width: 100%;
}
.col-top-search-full .home-search{
    width: 100% !important;
    padding: 8px 100px 8px 10px;
}
.col-top-search-2 .slct-dropdown .stylish input, 
.col-top-search-3 .slct-dropdown .stylish input {
    font-size: 13.5px;
    border: 1px solid #575757;
    padding: 16px 15px;
    margin-top: 0px;
}
.col-top-search-2 .arrow-drop,
.col-top-search-3 .arrow-drop{
    border: solid #000000;
    border-width: 0 1px 1px 0;
    padding: 4px;
}
.row-searched{
    margin: 0px -10px;
    padding: 0px 40px;
}
.row-searched::after{
    content: "";
    display: table;
    clear: both;
}
.col-searched-1{
    float: left;
    width: 37.5%;
    padding: 0px 10px;
    position: relative;
}
.col-searched-2{
    float: left;
    width: 62.5%;
    padding: 0px 10px;
    position: relative;
}
.frlncr-list{
    margin-bottom: 100px;
    margin-top: 290px;
}
.frlncr-details{
    overflow-y: auto;
}

.frlncr-details::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

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

/* Handle */
.frlncr-details::-webkit-scrollbar-thumb {
  background: #a9a9a9; 
  border-radius: 10px;
}
.box-frlncr-details{
    padding: 13px;
    box-shadow: 0px 2px 4px #00000029;
    border-radius: 8px;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
}
.box-frlncr-details.active{
    background-color: transparent;
    border-radius: 8px;
    border: 1px solid #2126B9;
}
.box-frlncr-details.active:hover{
    border-radius: 8px;
    box-shadow: 0px 2px 4px 1px #00000029;
}
.box-frlncr-details:hover{
    border-radius: 8px;
    box-shadow: 0px 2px 4px 1px #00000029;
}
.row-frlncr{
    margin: 0 -5px 0 50px;
    position: relative;
}
.row-frlncr::after{
    content: "";
    display: table;
    clear: both;
}
.col-frlncr-1{
    float: left;
    width: 12%;
    padding: 0px 5px;
    position: relative;
}
.col-frlncr-2{
    float: left;
    width: 88%;
    padding: 0px 5px;
    position: relative;
}
.col-frlncr-full{
    float: left;
    width: 100%;
    padding: 0px 5px;
    position: relative;
}
.frlncr-bg{
    height: 40px;
    position: absolute;
    width: 40px;
    background-color: #ddd;
    border-radius: 4px;
}
.frlncr-bg img {
    width: auto;
    position: absolute;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    left: 0;
    right: 0;
}
.tbl-frl{
    width: 100%;
/*    margin-bottom: 8px;*/
}
.tbl-frl td{
    vertical-align: top;
    word-wrap: break-word;
}
.tbl-frl .frl-name{
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #303030;
    width: fit-content;
    padding-top: 0px;
    text-transform: capitalize;
    line-height: 1.4em;
    padding-bottom: 5px;
    word-break: break-word;
    padding-right: 5px;
}
.tbl-frl .frl-pos{
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #00000078;
    width: fit-content;
    padding-top: 0px;
    line-height: 1.2em;
}
.frl-divider{
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #30303099;
    width: fit-content;
    padding: 3px 10px;
}
.frl-rate{
    width: 95px;
}
.rate-pink{
    position: absolute;
    right: 8px;
    float: right;
    width: 20%;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    background-color: #BB0404;
    width: fit-content;
    padding: 3px 8px;
    border-radius: 4px;
}
.frl-desc{
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #303030;
    padding-right: 20px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.tbl-rated{
    width: 100%;
    position: absolute;
    bottom: 0px;
}
.dot-on {
    height: 5px;
    width: 5px;
    background-color: #0C9728;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    top: -1px;
    position: relative;
}
.rated-green{
    display: inline-block;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #0C9728;
    width: fit-content;
    padding: 0px 4px;
    border-radius: 4px;
}
.rated-name .text-green{
    color: #ADB128;
    font-family: 'Poppins', sans-serif; 
    font-weight: 500;
}
.rated-name{
    text-align: left;
    font-family: 'Poppins', sans-serif; 
    font-weight: 500;
    font-size: 13px;
    color: #303030d4;
    width: fit-content;
    padding-top: 2px;
}
.frl-pagination p{
    text-align: left;
    font-family: 'Poppins', sans-serif; 
    font-weight: 600;
    font-size: 13px;
    color: #000;
    width: fit-content;
    margin-top: 14px;
    position: absolute;
}
.frl-pagination .pagination{
    margin-top: 5px;
}
.frl-pagination .pagination>li{
    cursor: pointer;
}
.frl-pagination .pagination>li>a{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #000000c7;
    border-radius: 3px;
    padding: 4px 0px;
    border: 1px solid #fff;
    height: 28px;
    width: 28px;
}
.frl-pagination .pagination>.active>a{
    border: 1px solid #4D4D4D;
    background-color: #4D4D4D;
    color: #fff;
}
.frl-pagination .pagination>li.prev>a,
.frl-pagination .pagination>li.next>a{
    color: #000;
    font-size: 17px;
    height: 28px;
    width: 28px;
    top: 0px;
    padding: 0px;
}
.frl-pagination .pagination a:hover:not(.active){
    border: 1px solid #4D4D4D;
    color: #000000c7;
}
.frl-pagination .pagination>.active>a:hover{
    color: #fff;
}
/* The container */
.container-work {
    display: block;
    position: relative;
    margin-bottom: 0px;
    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: 13.5px;
    text-align: center;
    color: #BB0404;
    padding: 13px;
}

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

/* Create a custom radio button */
.checkmark-work {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #707070c2;
    background-color: transparent;
    width: 100%;
    border-radius: 4px;
    padding: 10px;
    color: #BB0404;
    height: 50px;
}

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

/* When the radio button is checked, add a blue background */
.container-work input:checked ~ .checkmark-work {
    background-color: transparent;
    border: 2px solid #92008d;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-work:after {
  content: "";
  position: absolute;
  display: none;
}
.container-work.img-1 img{
    width: 31px;
    margin-right: 10px;
}
.container-work.img-2 img{
    width: 23px;
    margin-right: 10px;
}
.search-page{
    padding: 0 30px;
}
.frlncr-height{
    box-shadow: 0px 2px 13px #00000021;
    border-radius: 8px;
    margin-bottom: 100px;
    margin-top: 290px;
    padding: 0px;
    width: 56%;
    position: fixed;
    height: 56vh;
    z-index: 1;
    border: 1px solid #2126B9;
}
.frlncr-details{
    width: 100%;
}
.frl-top{
    padding: 13px 35px 13px 35px;
    border-bottom: 1px solid #0000002b;
    position: relative;
}
.frl-prof-left{
    position: absolute;
    left: 35px;
    top: 11px;
}   
.frl-prof-left-name{
    padding-left: 40px;
    margin-right: 120px;
}
.frl-prof-right{
    position: absolute;
    right: 35px;
    top: 13px;
}
.frl-circle{
    height: 27px;
    width: 27px;
    position: relative;
    background-color: #ddd;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
}
.frl-circle img{
    position: absolute;
    border: none;
    width: auto;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.frl-prof-name{
    text-align: left;
    font-family: 'Poppins', sans-serif; 
    font-weight: 700;
    font-size: 13px;
    color: #303030;
    width: auto;
    padding-top: 0px;
    text-transform: capitalize;
    display: inline-block;
}
.border-name-pos{
    border-right: 1px solid #0000009c;
    margin-right: 10px;
    padding-right: 10px;

}
.frl-prof-divider{
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #30303099;
    width: fit-content;
    padding: 0px 10px;
}
.frl-prof-pos{
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #303030;
    padding-top: 0px;
    display: inline;
}
.frl-prof-left table td {
    vertical-align: middle;
    word-break: break-word;
    line-height: 18px;
}
.link-send-message{
    display: inline;
    margin-right: 35px
}
.link-send-message a{
    color: #0C9728;
    text-align: left;
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 13px;
    width: fit-content;
}
.link-send-message a img{
    width: 19px;
    margin-right: 8px;
}
.link-more-details{
    display: inline;
}
.link-more-details a{
    color: #2126B9;
    text-align: left;
    font-family: 'Poppins', sans-serif; font-weight: 600;

    font-size: 13px;
    width: fit-content;
}
.frl-content{
    padding: 30px 35px 50px 35px;
    overflow-y: auto;
    height: 48vh;
}
.frl-content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/* Track */
.frl-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #8080806e; 
  border-radius: 10px;
}
/* Handle */
.frl-content::-webkit-scrollbar-thumb {
  background: #a9a9a9; 
  border-radius: 10px;
}
.link-check-avail{
    text-align: center;
    font-family: 'Poppins', sans-serif; font-weight: 400;

    font-size: 14px;
    color: #fff;
    width: 230px;
    background-color: #2B6D38;
    border-radius: 30px;
    padding: 7px 10px;
    margin-bottom: 30px;
}
.link-check-avail:hover{
    background-color: #1f5029
}
.link-check-avail img{
    width: 13px;
    margin-right: 7px;
}
.row-frl-status span{
    color: #3030308a;
    text-align: left;
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 14px;
}
.row-frl-status p{
    color: #000;
    text-align: left;
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 14px;
    margin-top: 5px;
    word-break: break-word;
}
.row-frl-status p.color-pink{
    color: #9b0000;
}
.row-frl-status{
    margin: 0px -5px 10px -5px;
}
.row-frl-status::after{
    content: "";
    display: table;
    clear: both;
}
.col-status-1{
    float: left;
    width: 35%;
    padding: 0px 5px;
    position: relative;
}
.col-status-2{
    float: left;
    width: 25%;
    padding: 0px 5px;
    position: relative;
}
.col-status-3{
    float: left;
    width: 25%;
    padding: 0px 10px 0px 5px;
    position: relative;
}
.col-status-4{
    float: left;
    width: 15%;
    padding: 0px 5px;
    position: relative;
}
.frl-bio{
    margin-bottom: 20px;
}
.frl-bio span{
    color: #3030308a;
    text-align: left;
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 14px;
}
.frl-bio p{
    color: #000;
    text-align: left;
    font-family: 'Poppins', sans-serif; font-weight: 400;

    font-size: 14px;
    margin-top: 5px;
}
.frl-skills{
    margin-bottom: 20px;
}
.frl-skills h4{
    color: #3030308a;
    text-align: left;
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 14px;
    margin-bottom: 10px;
}
.text-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: 15px;
    border-radius: 30px;
    margin-bottom: 5px;
    line-height: 23px;
    display: inline-block;
}
.frl-lang h4{
    color: #3030308a;
    text-align: left;
    font-family: 'Poppins', sans-serif; 
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}
.frl-lang span{
    color: #000;
    text-align: left;
    font-family: 'Poppins', sans-serif; 
    font-weight: 400;
    font-size: 13px;
    margin-top: 5px;
}
.frl-lang span.text-semibold{
    font-family: 'Poppins', sans-serif; 
    font-weight: 500;
}
.text-language{
    color: #fff;
    text-align: center;
    font-family: 'Poppins', sans-serif; 
    font-weight: 400;
    font-size: 13px;
    margin-right: 15px;
    border-radius: 30px;
}
*:focus {
    outline: 0 !important;
}
.btn-profile-right{
    border: 0px;
    background-color: transparent;
    height: auto;
    width: auto;
    outline: none;
    margin: auto;
}      
.btn-profile-right:focus{
    outline: none;
    box-shadow: none;
}
.btn-profile-circle{
    height: 45px;
    width: 45px;
    position: relative;
    background-color: #ddd;
    border-radius: 50%;
    overflow: hidden;
    outline: none;
    box-shadow: none;
    margin-left: 10px;
    top: 3px;
}
.btn-profile-circle:focus{
    outline: none;
    box-shadow: none;
}
.btn-profile-circle img{
    position: absolute;
    border: none;
    width: auto;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.menu-dropdown{
    float: right;
    margin-bottom: -20px;
    margin-left: 10px;
    margin-top: -3px;
    z-index: 999;
    position: relative;
}
.menu-dropdown .dropdown-menu{
    right: 0;
    left: auto;
    margin-top: 2px;
}
.menu-dropdown .dropdown-menu>li>a{
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 14px;
    text-align: left;
    color: #000;
    padding: 7px 0px !important;
}
.menu-dropdown .dropdown-menu>li>a:hover{
    color: #9b0000;
}
.step-title.mb-20{
    margin-bottom: 20px !important;
}
.phone-fields{
    position: relative;
    display: block;
    width: 100%;
}
.phone-fields input{
    display: inline;
    float: right;
    width: 86%;
    display: inline;
    float: right;
    border-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 8px 15px 8px 0px;
}
.first-digits{
    display: inline;
    float: left;
    width: 14%;
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 13px;
    text-align: left;
    color: #000;
    -webkit-appearance: none;
    border-top: 1px solid #00000080;
    border-left: 1px solid #00000080;
    border-bottom: 1px solid #00000080;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    padding: 8px 0px 8px 15px;
    background-color: #fff;
}
.connect-input p.text-range{
    font-family: 'Poppins', sans-serif; font-weight: 400;

    font-size: 13.5px;
    text-align: center;
    color: #000;
    margin-top: 12px;
}
.container-sign.check-present{
    color: #000;
    padding-left: 30px;
    margin-top: 11px;
    margin-bottom: 0px;
}
.container-sign.check-present .checkmark-sign{
    border: 1px solid #00000099;
    height: 17px;
    width: 17px;
    top: 2px;
}
.container-sign.check-present .checkmark-sign:after {
    left: 4px;
    top: 0px;
}
.side_close:active{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.prof-section{
    padding: 0px;
    position: relative;
}
.prof-section-no-border{
    padding: 20px 0px 23px 0px;
    border-bottom: 0px;
    position: relative;
}
.row-prof-top-details{
    margin: 0px -10px;
}
.row-prof-top-details::after{
    content: "";
    display: table;
    clear: both;
}
.col-prof-top-1{
    float: left;
    width: 20%;
    padding: 0px 10px;
    position: relative;
}
.col-prof-top-2{
    float: left;
    width: 20%;
    padding: 0px 10px;
    position: relative;
}
.col-prof-top-3{
    float: left;
    width: 20%;
    padding: 0px 10px;
    position: relative;
}
.col-prof-top-4{
    float: left;
    width: 18%;
    padding: 0px 10px;
    position: relative;
}
.col-prof-top-5{
    float: left;
    width: 20%;
    padding: 0px 10px;
    position: relative;
}
.top-prof-info{
    position: relative;
}
.top-prof-info span{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 13.5px;
    color: #9a9a9a;
    text-align: left;
}
.top-prof-info p{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 15px;
    color: #000;
    text-align: left;
    word-break: break-word;
}
.top-prof-info .slct-dropdown .stylish input{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 15px;
    color: #000;
    text-align: left;
    border: 0px;
    padding: 0px;
    margin: 0px;
}
.top-prof-info .slct-dropdown .stylish select option{
    font-size: 14px;
    font-family: 'Poppins', sans-serif; font-weight: 500;
}
.top-prof-info .arrow-drop {
    border: solid #000000;
    border-width: 0 2px 2px 0;
}
.top-prof-info .bg-arrow {
    margin-top: -28px;
}
.main-prof-info{
    position: relative;
}
.main-prof-info span{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 15px;
    color: #9a9a9a;
    text-align: left;
}
.main-prof-info p{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 13px;
    color: #303030;
    text-align: left;
    margin-top: 5px;
    line-height: 22px;
    padding-right: 30px;
}
.main-prof-info .lang-prof{
    font-family: 'Poppins', sans-serif; font-weight: 600;
    color: #303030;
    font-size: 13px;
}
.main-prof-info a{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 13.5px;
    color: #303030;
    text-align: left;
    margin-top: 5px;
    line-height: 22px;
}
.main-prof-info a img{
    margin-right: 10px;
    width: 13px;
}
.main-prof-btn{
    float: right;
    z-index: 9;
}
.main-prof-btn label{
    cursor: pointer;
}
.main-prof-btn button{
    border: 0px;
    background-color: transparent;
    width: 20px;
}
.main-prof-btn button.prof-btn-edit img{
    width: 20px;
}
.main-prof-btn button.prof-btn-add img{
    width: 22px;
}
.manage-educ-his{
    position: absolute;
    right: 0;
    z-index: 9;
}
button.prof-btn-delete,
button.prof-btn-edit{
    border: 0px;
    background-color: transparent;
    width: 20px;
    margin-left: 15px;
    cursor: pointer;
}
button.prof-btn-delete img{
    width: 15px;
}
.main-skills{
    margin-top: 15px;
    margin-bottom: 10px;
}
.main-skills .text-skills{
    color: #fff;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    font-size: 13px;
}
.calendar-full .fc-theme-standard td, .calendar-full .fc-theme-standard th{
    width: auto !important;
}
.fc .fc-timegrid-axis-cushion, .fc .fc-timegrid-slot-label-cushion {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #848484 !important;
}
.top-prof-info p.text-green{
    color: #0C9728;
}
.prof-view-input p{
    font-size: 15px;
    font-family: 'Poppins', sans-serif; font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}
.prof-view-input textarea{
    font-size: 13px;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    color: #000000cf;
    width: 100%;
    font-style: normal;
    border: 1px solid #939393;
    border-radius: 4px;
    resize: none;
    padding: 15px 20px;
    margin-top: 10px;
    height: 180px;
    margin-bottom: 5px;
}
.prof-view-input textarea::placeholder{
    font-family: 'Poppins', sans-serif; font-weight: 400;
    color: #939393;
    font-style: normal;
}
.prof-view-date{
    position: relative;
}
.prof-view-date img{
    position: absolute;
    left: 17px;
    z-index: 1;
    top: 22px;
    width: 18px;
}
.prof-view-input .remin-date input{
    position: relative;
    font-size: 12px;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    color: #000;
    width: 100%;
    font-style: normal;
    border: 1px solid #939393;
    border-radius: 4px;
    resize: none;
    padding: 10px 15px 10px 45px;
    margin-top: 10px;
}
.prof-view-input input{
    position: relative;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000;
    width: 100%;
    font-style: normal;
    border: 1px solid #707070cf;
    border-radius: 4px;
    resize: none;
    padding: 12px 20px;
    margin-top: 10px;
}
.prof-view-input .remin-date input::placeholder{
    font-family: 'Poppins', sans-serif; font-weight: 400;
    color: #707070;
    font-style: normal;
}
.prof-view-input input::placeholder{
    font-family: 'Poppins', sans-serif; font-weight: 400;
    color: #939393;
    font-style: normal;
}
/*  Skills  */
#modal-skills {
    display: none;
}
#modal-skills:checked ~ .modal-bg-skills {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-skills:checked ~ .modal-content-skills {
    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-skills {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-skills {
    visibility: hidden;
}
.modal-content-skills .content-modal{
    padding: 70px 35px 30px 35px;
    left: 0px;
    right: 0px;
    top: 50%;
    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-skills .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 11;
}
.modal-content-skills .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}

.modal-am-skills label.close{
    margin-top: -50px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-skills .close img{
    width: 22px;
}
/* End skills modal */

.max-text{
    text-align: right;
    width: 100%;
    color: #4242429c;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 50px;
}
.educ-history{
    margin-top: 30px;
    position: relative;
}
.educ-history h4{
    font-family: 'Poppins', sans-serif; font-weight: 600;
    font-size: 15px;
    color: #000;
    text-align: left;
    width: fit-content;
}
.educ-history p{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 13.5px;
    color: #303030;
    text-align: left;
    margin-bottom: 2px;
    margin-top: 2px;
    width: fit-content;
}
.educ-history span{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 13.5px;
    color: #303030a1;
    text-align: left;
}
.educ-history .educ-seperator{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 13.5px;
    color: black;
    text-align: left;
    font-weight: 700;
}
.educ-history a{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 13.5px;
    color: #04c;
    text-align: left;
}
.educ-history .a-files{
    color: #000;
}
.main-prof-info a:hover, 
.educ-history a:hover, 
.educ-history .a-files:hover{
    text-decoration: underline;
}
.educ-history .educ-details{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 13.5px;
    color: #303030;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 20px
}
.no-details{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 13px;
    color: #303030;
    text-align: left;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 5px;
}

/* The actual timeline (the vertical ruler) */
.timeline-prof {
  position: relative;
  margin: 15px 0px 0px 10px;
  padding: 20px 0px;
}

/* The actual timeline (the vertical ruler) */
/* .timeline-prof::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: transparent;
    top: 0px;
    left: 0%;
    margin-left: -3px;
    border-left: 1px dashed #707070c4;
    height: 53%;
} */
.educ-timeline-prof {
  position: relative;
  margin: 15px 0px 0px 10px;
}
/* .educ-timeline-prof::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: transparent;
    top: 0px;
    left: 0%;
    margin-left: -3px;
    border-left: 1px dashed #707070c4;
    height: 50%;
} */

/* Container around content */
.container-prof {
  padding: 10px 0px 10px 15px;
  position: relative;
  background-color: inherit;
  width: 100%;
}

/* The circles on the timeline */
/*
.container-prof::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
*/
.timeline-dot{
    border: 1px solid #BB0404e0;
    position: absolute;
    width: 14px;
    height: 14px;
    left: -7px;
    top: 0px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 9;
}
.timeline-dot::after{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: 2px;
    background-color: #BB0404;
    top: 2px;
    border-radius: 50%;
    z-index: 1;
}
.educ-timeline-prof .timeline-dot{
    top: -2px;
}
/* Place the container to the right */
.right-prof {
    left: 0%;
    list-style: none;
    min-height: 50px;
    border-left: 1px dashed #707070c4;
    padding: 10px 0px 10px 20px;
    margin: -20px 0px 20px -5px;
}
.right-prof:last-child{
    border: 0px;
}

/* Fix the circle for containers on the right side */
.right-prof::after {
  left: -16px;
}

/* The actual content */
.content-prof {
    padding: 0px 0px;
    position: relative;
    border-radius: 6px;
    top: -17px;
}
 .content-prof h4{
    font-family: 'Poppins', sans-serif; font-weight: 600;
    font-size: 15px;
    color: #000;
    text-align: left;
    width: fit-content;
     padding-right: 70px;
}
.content-prof h4 .exp-div{
    font-family: 'Poppins', sans-serif; font-weight: 300;
    padding: 0px 5px;
    font-size: 23px;
    position: relative;
    top: 3px;
    color: #00000057;
}
.content-prof h4 .exp-comp{
    font-family: 'Poppins', sans-serif; 
    font-weight: 500;
    color: #303030;
    word-break: break-word;
}
.content-prof .exp-year{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 13.5px;
    color: #303030a1;
    text-align: left;
}
.content-prof .exp-details{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 13.5px;
    color: #303030;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 10px;
}
.main-prof-btn .mt-0{
    margin-top: 0px !important;
}
/*  Education History  */
#modal-educ {
    display: none;
}
#modal-educ:checked ~ .modal-bg-educ {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-educ:checked ~ .modal-content-educ {
    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-educ {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-educ {
    visibility: hidden;
}

.modal-content-educ .content-modal{
    max-height: 77vh ;
    overflow-y: auto;
    padding: 70px 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-educ .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
}
.modal-content-educ .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}
.modal-am-educ label.close{
    margin-top: -50px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-educ .close img{
    width: 22px;
}
/* End Education History modal */

.row-prof-view{
    margin: 0 -20px;
}
.row-prof-view::after{
    content: "";
    display: table;
    clear: both;
}
.column-prof-view-half{
    float: left;
    width: 50%;
    padding: 0px 20px;
    position: relative;
}
.column-prof-view-full{
    float: left;
    width: 100%;
    padding: 0px 20px;
    position: relative;
}
.row-prof-4view{
    margin: 0 -10px;
}
.row-prof-4view::after{
    content: "";
    display: table;
    clear: both;
}
.column-prof-view-4half{
    float: left;
    width: 50%;
    padding: 0px 10px;
    position: relative;
}
.remin-form .slct-dropdown .stylish input{
    font-size: 14px;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    color: #000;
    width: 100%;
    font-style: normal;
    border: 1px solid #707070;
    border-radius: 4px;
    resize: none;
    padding: 9px 30px 9px 15px;
    margin-top: 10px;
    transition: transform 500ms ease;
    line-height: 28px;
}
.exp-textarea textarea {
    font-size: 13px;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    color: #000000cf;
    width: 100%;
    font-style: normal;
    border: 1px solid #939393;
    border-radius: 4px;
    resize: none;
    padding: 15px 20px;
    margin-top: 10px;
    height: 115px;
    margin-bottom: 5px;
}

/*  Work Experience  */
#modal-exp {
    display: none;
}
#modal-exp:checked ~ .modal-bg-exp {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-exp:checked ~ .modal-content-exp {
    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-exp {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-exp {
    visibility: hidden;
}
.modal-content-exp .content-modal{
    max-height: 77vh ;
    overflow-y: auto;
    padding: 70px 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-exp .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
}
.modal-content-exp .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}

.modal-am-exp label.close{
    margin-top: -50px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-exp .close img{
    width: 22px;
}
/* End skills modal */

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

.modal-content-achieve {
    left: 0px !important;
    right: 0px !important;
    visibility: hidden;
    text-align: left;
    background-color: white;
    margin-left: auto !important;
    margin-right: auto !important;
    top: 5% !important;
    border-radius: 9px !important;
    border: 1px solid #0000004f;
}
.modal-content-achieve .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
}
.modal-content-achieve .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}

.modal-am-achieve{
    padding: 80px 45px 30px 45px;
    right: 0;
    height: auto;
    margin: 30px 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-achieve label.close{
    margin-top: -65px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-achieve .close img{
    width: 22px;
}
/* End Achievement modal */


/*  Language  */
#modal-language {
    display: none;
}
#modal-language:checked ~ .modal-bg-language {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-language:checked ~ .modal-content-language {
    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-language {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-language {
    visibility: hidden;
}

.modal-content-language .content-modal{
    padding: 80px 35px 0px 35px;
    left: 0px;
    right: 0px;
    top: 50%;
    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-language .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
}
.modal-content-language .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}
.modal-am-language label.close{
    margin-top: -50px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-language .close img{
    width: 22px;
}
/* End Language modal */

.width-language {
    width: 470px !important;
}
.row-lang{
    margin: 0px;
}
.row-lang::after{
    content: "";
    display: table;
    clear: both;
}
.col-lang-top-1{
    float: left;
    width: 40%;
    padding: 10px 10px;
    position: relative;
    border-bottom: 1px solid #00000061;
    border-right: 1px solid #00000061;
} 
.col-lang-top-2{
    float: left;
    width: 60%;
    padding: 10px 10px;
    position: relative;
    border-bottom: 1px solid #00000061;
} 
.col-bottom-top-1{
    float: left;
    width: 40%;
    padding: 17px 10px;
    position: relative;
    border-bottom: 1px solid #00000061;
    border-right: 1px solid #00000061;
}   
.col-bottom-top-1.padd-10{
    padding: 10px;
}
.col-bottom-top-2{
    float: left;
    width: 60%;
    padding: 8px 30px 7px 30px;
    position: relative;
    border-bottom: 1px solid #00000061;
} 
.strong-lang-text{
    font-size: 13px;
    font-family: 'Poppins', sans-serif; font-weight: 600;
    color: #000;
    margin-bottom: 0px;
    text-align: center;
}
.medium-lang-text{
    font-size: 13px;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    color: #000;
    margin-bottom: 0px;
    text-align: center;
}
.row-lang .col-bottom-top-2 .slct-dropdown .stylish input {
    font-size: 13px;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    color: #000;
    width: 100%;
    font-style: normal;
    border: 1px solid #707070c2;
    border-radius: 4px;
    resize: none;
    padding: 7px 30px 5px 13px;
    margin: 0px;
    transition: transform 500ms ease;
}
.row-lang .col-bottom-top-2 .bg-arrow{
    padding: 10px 0px 4px 12px;
    margin-top: -35px;
}
.col-bottom-top-2 .arrow-drop{
    margin-bottom: 5px;
}
.col-bottom-top-1 input{
    font-size: 13px;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    color: #000;
    width: 100%;
    font-style: normal;
    border: 0px;
    padding: 10px 0px;
    margin: -3px 0px;
    text-align: center;
    border-radius: 0px;
}
.add-language{
    margin-top: 15px;
    margin-left: 20px;
    margin-bottom: 60px;
}
.add-language button{
    color: #019127;
    font-size: 12px;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    margin-bottom: 0px;
    text-align: left;
    border: 0px;
    background-color: transparent;
}


/*  project  */
#modal-project {
    display: none;
}
#modal-project:checked ~ .modal-bg-project {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-project:checked ~ .modal-content-project {
    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-project {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-project{
    visibility: hidden;
}

.modal-content-project .content-modal{
    max-height: 75vh ;
    overflow-y: auto;
    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-project .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
}
.modal-content-project .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}

.modal-am-project label.close{
    margin-top: -50px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-project .close img{
    width: 22px;
}
/* End Project modal */

 .achieve-attach{
    position: relative;
}
.achieve-attach .upload-btn-wrapper{
    width: 100% !important;
    margin-top: 10px !important;
    cursor: pointer;
}
.achieve-attach .btn-file{
    width: 100%;
}
.achieve-attach .tmbnl-img{
    width: 100%;
    height: 162px;
    border-radius: 4px;
    background: transparent;
    border: 1px dashed #0000007a;
}
.achieve-attach .profile-image{
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}
.file-placeholder{
    font-size: 14px;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    color: #000000b3;
    font-style: normal;
    text-align: center;
    position: absolute;
    top: 35%;
    left: 0px;
    right: 0px;
}
.file-placeholder img{
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 25px;
    margin-bottom: 10px;
}
.achieve-attach .upload-btn-wrapper input[type=file]{
    width: 100%;
    height: 100%;
    cursor: pointer;
}


/*  Work Experience  */
#modal-editexp {
    display: none;
}
#modal-editexp:checked ~ .modal-bg-editexp {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-editexp:checked ~ .modal-content-editexp {
    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-editexp {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-editexp {
    visibility: hidden;
}
.modal-content-editexp .content-modal{
    max-height: 77vh ;
    overflow-y: auto;
    padding: 70px 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-editexp .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
}
.modal-content-editexp .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}
.modal-am-editexp label.close{
    margin-top: -50px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-editexp .close img{
    width: 22px;
}
/* End skills modal */

/*  Work Experience  */
#modal-deleteexp {
    display: none;
}
#modal-deleteexp:checked ~ .modal-bg-deleteexp {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-deleteexp:checked ~ .modal-content-deleteexp {
    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-deleteexp {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-deleteexp {
    visibility: hidden;
}
.modal-content-deleteexp .content-modal{
    max-height: 75vh ;
    overflow-y: auto;
    padding: 70px 35px 10px 35px;
    left: 0px;
    right: 0px;
    top: 45%;
    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-deleteexp .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
}
.modal-content-deleteexp .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}

.modal-am-deleteexp label.close{
    margin-top: -50px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-deleteexp .close img{
    width: 22px;
}
/* End skills modal */

/*  Education History  */
#modal-editeduc {
    display: none;
}
#modal-editeduc:checked ~ .modal-bg-editeduc {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-editeduc:checked ~ .modal-content-editeduc {
    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-editeduc {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-editeduc {
    visibility: hidden;
}

.modal-content-editeduc .content-modal{
    max-height: 75vh ;
    overflow-y: auto;
    padding: 70px 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-editeduc .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
}
.modal-content-editeduc .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}

.modal-am-editeduc label.close{
    margin-top: -50px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-editeduc .close img{
    width: 22px;
}
/* End Education History modal */

/*  Education History  */
#modal-deleteeduc {
    display: none;
}
#modal-deleteeduc:checked ~ .modal-bg-deleteeduc {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-deleteeduc:checked ~ .modal-content-deleteeduc {
    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-deleteeduc {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-deleteeduc {
    visibility: hidden;
}
.modal-content-deleteeduc .content-modal{
    max-height: 75vh ;
    overflow-y: auto;
    padding: 70px 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-deleteeduc .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
}
.modal-content-deleteeduc .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}
.modal-am-deleteeduc label.close{
    margin-top: -50px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-deleteeduc .close img{
    width: 22px;
}
/* End Education History modal */

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

.modal-content-editachieve {
    left: 0px !important;
    right: 0px !important;
    visibility: hidden;
    text-align: left;
    background-color: white;
    margin-left: auto !important;
    margin-right: auto !important;
    top: 5% !important;
    border-radius: 9px !important;
    border: 1px solid #0000004f;
}
.modal-content-editachieve .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
}
.modal-content-editachieve .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}

.modal-am-editachieve{
    padding: 80px 45px 30px 45px;
    right: 0;
    height: auto;
    margin: 30px 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-editachieve label.close{
    margin-top: -65px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-editachieve .close img{
    width: 22px;
}
/* End Achievement modal */

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

.modal-content-deleteachieve {
    left: 0px !important;
    right: 0px !important;
    visibility: hidden;
    text-align: left;
    background-color: white;
    margin-left: auto !important;
    margin-right: auto !important;
    top: 10% !important;
    border-radius: 9px !important;
    border: 1px solid #0000004f;
}
.modal-content-deleteachieve .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
}
.modal-content-deleteachieve .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}

.modal-am-deleteachieve{
    padding: 80px 45px 30px 45px;
    right: 0;
    height: auto;
    margin: 30px 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-deleteachieve label.close{
    margin-top: -65px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-deleteachieve .close img{
    width: 22px;
}
/* End Achievement modal */

/*  project  */
#modal-editproject {
    display: none;
}
#modal-editproject:checked ~ .modal-bg-editproject {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-editproject:checked ~ .modal-content-editproject {
    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-editproject {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-editproject {
    visibility: hidden;
}
.modal-content-editproject .content-modal{
    max-height: 75vh ;
    overflow-y: auto;
    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-editproject .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
}
.modal-content-editproject .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}

.modal-am-editproject label.close{
    margin-top: -65px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-editproject .close img{
    width: 22px;
}
/* End Project modal */

/*  project  */
#modal-deleteproject {
    display: none;
}
#modal-deleteproject:checked ~ .modal-bg-deleteproject {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-deleteproject:checked ~ .modal-content-deleteproject {
    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-deleteproject {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-deleteproject{
    visibility: hidden;
}

.modal-content-deleteproject .content-modal{
    max-height: 75vh ;
    overflow-y: auto;
    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-deleteproject .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
}
.modal-content-deleteproject .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}

.modal-am-deleteproject label.close{
    margin-top: -50px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-deleteproject .close img{
    width: 22px;
}
/* End Project modal */

.delete-border{
    width: 100%;
    border: 1px dashed #0006;
    padding: 20px 25px;
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.educ-history.his-mt-0{
    margin-top: 0px;
}
.modal-content-deleteachieve a img {
    margin-right: 10px;
    width: 13px;
}
.avail-info{
    position: absolute;
    top: 0px;
}
.avail-info span {
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 15px;
    color: #9a9a9a;
    text-align: left;
}
/*
    .fc-toolbar-chunk:first-child{
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        top: 0px;
    }
*/
.fc-toolbar-chunk:first-child button{
    z-index: 9;
}
.fc-toolbar-chunk:nth-child(2) .fc-toolbar-title{
    position: absolute;
    left: 30px;
    right: 0;
    text-align: left;
}
.fc-toolbar-chunk:nth-child(3) .fc-button-group{
    float: right;
    top: -8px;
}
.bottom-legend {
    display: inline-block;
    text-align: left;
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 14px;
    width: fit-content;
    line-height: 1em;
    margin-top: 30px;
    margin-bottom: 10px;
}
.bottom-legend.wh-blue{
    color: #2126B9;
}
.bottom-legend.wh-blue .dot-legend{
    background-color: #2126B9;
}
.bottom-legend.wh-purple{
    color: #9b0000;
}
.bottom-legend.wh-purple .dot-legend{
    background-color: #9b0000;
}
.bottom-legend.wh-black{
    color: #303030;
}
.bottom-legend.wh-black .dot-legend{
    background-color: #303030;
}
.bottom-legend.wh-green{
    color: #0C9728;
}
.bottom-legend.wh-green .dot-legend{
    background-color: #0C9728;
}
.bottom-legend.wh-orange{
    color: #C58737;
}
.bottom-legend.wh-orange .dot-legend{
    background-color: #C58737;
}
.dot-legend {
    height: 9px;
    width: 9px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
}
.avail-note{
    text-align: left;
    font-family: 'Poppins', sans-serif; font-weight: 600;

    font-size: 14px;
    line-height: 1em;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #0C9728;
}
.alert-success{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 10px 15px !important;
    text-align: left !important;
}

#modal-posted {
    display: none;
}
#modal-posted:checked ~ .modal-bg-posted {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-posted:checked ~ .modal-content-posted {
    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-posted {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-posted{
    visibility: hidden;
}
.modal-content-posted .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: center;
    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-posted .close {
    position: absolute;
    top: 25px;
    right: 40px;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 8;
}
.modal-content-posted .close:hover {
    color: #3498db;
}
.modal-am-posted label.close{
    opacity: 1;
}
.modal-am-posted .close img{
    width: 20px;
}
.modal-am-posted .btn-continue {
    color: #fff;
    font-family: 'Poppins', sans-serif; font-weight: 400;

    background-color: #39C15D;
    font-size: 12px;
    width: 100%;
    border-radius: 4px;
    padding: 10px 10px;
    margin-top: 25px;
    cursor: pointer;
}
.modal-am-posted .btn-continue:hover{
    background-color: #2c9a49;
}
.btn-post{
    float: right;
    margin-bottom: 0px;
    margin-top: 20px;
}
.btn-post button{
    background-color: #BB0404;
    color: #fff;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    font-size: 14px;
    padding: 10px 20px;
    text-align: center;
    width: 180px;
}
.btn-post button:hover{
    background-color: #9b0000;
}
.dot-new-msg {
    height: 9px;
    width: 9px;
    background-color: #FE9999;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: -7px;
    top: -2px;
}
.review-details{
    background-color: #F8F8F8;
    padding: 20px;
    position: relative;
    border-radius: 7px;
    margin-top: 20px;
    width: 100% !important;
}
.row-review{
    margin: 0px -10px;
}
.row-review::after{
    content: "";
    display: table;
    clear: both;
}
.col-review-1{
    float: left;
    width: 12%;
    padding: 0px 10px;
    position: relative;
}
.col-review-2{
    float: left;
    width: 88%;
    padding: 0px 10px;
    position: relative;
}
.rev-img img{
    width: 100%
}
.rev-content h4{
    font-family: 'Poppins', sans-serif; font-weight: 600;
    font-size: 13.5px;
    color: #000;
    text-align: left;
}
.rev-content p{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 13.5px;
    color: #303030;
    text-align: left;
    margin-bottom: 3px;
    line-height: 20px;
}
.text-review{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 13.5px;
    color: #303030bf;
    text-align: left;
}
.text-review span{
    color: #0C9728;
    font-size: 13.5px;
    margin-left: 5px;
}
.slider-main .slick-dots li button:before{
    font-size: 14px;
}
.slider-main .slick-dots li.slick-active button:before{
    color: #BB0404;
    opacity: 1;
    border: 0px;
    top: -3px;
}
.slider-main .slick-dots li button:before{
    border: 1px solid #BB0404;
    opacity: 1;
}
.slider-main .slick-dots li button:before{
    opacity: 1;
    color: transparent;
    border: 1px solid #707070;
    padding: 0px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
.slider-main .slick-dots li{
    width: 10px;
}
.slider-main .slick-dots {
    bottom: -35px;
}
.slider-main .slick-prev{
    border: solid #838383;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 0px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    width: 14px;
    height: 14px;
    left: -20px;
}
.slider-main .slick-next{
    border: solid #838383;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 0px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 14px;
    height: 14px;
    right: -20px;
}
.slick-next:before, .slick-prev:before{
    display: none;
}
.post-page{
    padding: 0 30px;
}
.post-page .box-frlncr-details:hover {
    border-radius: 8px;
    box-shadow: 0px 2px 4px #00000029;
}
.post-list{
    margin-top: 100px;
}
.row-post{
    margin: 0px -10px;
    padding: 0px 40px;
}
.row-post::after{
    content: "";
    display: table;
    clear: both;
}
.col-post-full{
    float: left;
    width: 500px;
    padding: 0px 10px;
    position: relative;
}
.my-post-title{
    text-align: left;
    font-family: 'Poppins', sans-serif; font-weight: 600;

    font-size: 15px;
    color: #303030;
    width: fit-content;
    margin-bottom: 10px;
}
.grid-container-dashlet {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    padding: 0px;
    margin: 20px 33px 100px 33px;
    position: relative;
}
.grid-item-dashlet {
    margin: 0px 7px;
    position: relative;
    border-radius: 5px;
    background-color: #F5F5F5;
    padding: 20px 35px 30px 35px;
}
.dash-num h4{
    text-align: left;
    font-family: 'Poppins', sans-serif; font-weight: 600;

    font-size: 40px;
    color: #707070;
    width: fit-content;
}
.dash-num p{
    text-align: left;
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 14px;
    color: #000;
    width: fit-content;
}
.message-content{
    margin-top: 102px;
    padding: 0px 75px;
}
.row-message {
    display: grid;
    grid-template-columns: 30% 70%;
    padding: 0px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px #00000045;
    border-radius: 5px;
    margin-bottom: 50px;
}
.col-message-1 {
    margin: 0px;
    position: relative;
    background-color: #fff;
    padding: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 1px solid #00000042;
}
.col-message-2 {
    margin: 0px;
    position: relative;
    background-color: #fff;
    padding: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: block;
}
.msg-search{
    margin: 20px;
}
.msg-search input{
    background-color: #f2f2f28c;
    color: #000000;
    font-family: mont-regular;
    text-align: left;
    font-style: normal;
    border-radius: 3px;
    padding: 10px 15px;
    font-size: 12px;
    width: 100%;
}
.msg-search input::placeholder{
    font-family: 'Poppins', sans-serif; font-weight: 400;
    font-style: normal;
    color: #00000063;
}
.msg-title{
    margin-top: 30px;
}
.msg-title h4{
    color: #0037A5;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    text-align: center;
    font-style: normal;
    font-size: 13px;
    border-bottom: 2px solid #0037A5;
    padding-bottom: 7px;
}
.msg-list{
    overflow-y: auto;
    height: 100%;
    border-bottom-left-radius: 5px;
    height: 67vh;
}
/* width */
.msg-list::-webkit-scrollbar {
    width: 5px;
}
/* Track */
.msg-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
/* Handle */
.msg-list::-webkit-scrollbar-thumb {
  background: #a9a9a9; 
  border-radius: 10px;
}
/* Handle on hover */
.msg-list::-webkit-scrollbar-thumb:hover {
    background: #205cca; 
    cursor: pointer;
}
.msg-img{
    height: 44px;
    width: 44px;
    position: relative;
    background-color: #ddd;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
}
.msg-img img{
    position: absolute;
    border: none;
    width: auto;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.msg-firstname h4{
    color: #000;
    font-family: 'Poppins', sans-serif; font-weight: 600;
    text-align: left;
    font-style: normal;
    font-size: 14px;
    margin-bottom: 2px;
}
.msg-firstname p{
    color: #000;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    text-align: left;
    font-style: normal;
    font-size: 12px;
    margin: 0px;
}
.msg-status span{
    color: #727272;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    text-align: right;
    font-style: normal;
    font-size: 11px;
    margin: 0px;
    margin-top: 5px;
    line-height: 13px;
    width: 100%;
    float: right;
}
.msg-user{
    padding: 20px 10px 20px 20px;
    border-bottom: 2px solid #dddddd87;
    cursor: pointer;
}
.msg-user.active{
    background-color: #f2f2f28a
}
.msg-user:hover{
    background-color: #f2f2f28a
}
.msg-user table{
    width: 100%;
}
.msg-user .msg-img{
    vertical-align: middle;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.msg-user .msg-firstname{
    vertical-align: middle;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-right: 10px;
    word-break: break-word;
}
.msg-user .msg-status{
    vertical-align: top;
    width: 20%;
}
.msg-img-left{
    width: 55px;
}
.msg-btn{
    text-align: right;
    display: block;
}
.msg-btn .btn-msg-accept{
    border: 0px;
    background-color: transparent;
    display: inline-block;
    width: 22px;
    margin-right: 2px;
    margin-bottom: 5px;
}
.btn-msg-accept:hover{
    box-shadow: 1px 2px 3px #0000003d;
    border-radius: 50%;
}
.msg-btn .btn-msg-decline{
    border: 0px;
    background-color: transparent;
    display: inline-block;
    width: 22px;
}
.btn-msg-decline:hover{
    box-shadow: 1px 2px 3px #0000003d;
    border-radius: 50%;
}
.msg-receiver-name{
    padding: 15px 25px 15px 15px;
    border-bottom: 1px solid #00000042;
}
.img-rec-left{
    width: 85px;
}
.msg-rec-img{
    height: 66px;
    width: 66px;
    position: relative;
    background-color: #ddd;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
}
.msg-rec-img img{
    position: absolute;
    border: none;
    width: auto;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.msg-rec-firstname table{
    width: auto !important;
}
.msg-rec-firstname{
    padding-right: 20px;
    word-break: break-word;
}
.msg-rec-firstname span{
    color: #000;
    text-align: left;
    font-style: normal;
    font-size: 14px;
}
.msg-rec-firstname .fn-strong{
    font-family: 'Poppins', sans-serif; font-weight: 700;
}
.msg-rec-firstname .fn-semi{
    font-family: 'Poppins', sans-serif; font-weight: 500;
}
.msg-receiver-name table{
    width: 100%;
}
.fn-divider{
    padding: 0px 10px;
    font-size: 23px;
    color: #0000006b;
    vertical-align: bottom;
    font-family: mont-regular;
}
.msg-rec-status{
    float: right;
    vertical-align: middle;
    padding: 20px 0px;
    width: 150px;
}
.msg-rec-status img{
    width: 20px;
    margin-right: 5px;
}
.msg-rec-status p{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    color: #000;
    text-align: left;
    font-style: normal;
    font-size: 15px;
    display: inline;
}
.msg-chatbox{
    padding: 20px 25px 30px 15px;
    position: absolute;
    z-index: 99;
    bottom: 0;
    width: 100%;
    background-color: #fff;
}
.msg-chatbox table{
    width: 100%;
}
.chat-input{
    background-color: #F3F3F3;
    border-radius: 5px;
    position: relative;
    padding: 10px 20px;
}
.chat-type input{
    background-color: transparent;
    color: #000000;
    font-family: 'Poppins', sans-serif; 
    font-weight: 500;
    text-align: left;
    font-style: normal;
    border-radius: 3px;
    padding: 5px 0px;
    font-size: 13px;
    width: 100%;
    padding-right: 34px;
}
.chat-type input::placeholder{
    font-family: 'Poppins', sans-serif; font-weight: 400;
    font-style: normal;
    color: #0000008f;
}
.chat-upload{
    position: absolute;
    left: 15px;
    top: 10px;
}
.chat-upload .tmbnl-img{
    width: auto;
    height: auto;
    border-radius: 0px;
    background-color: transparent;
}
.chat-upload .upload-btn-wrapper{
    margin: 0px;
}
.chat-upload img{
    width: 22px;
}
.chat-record button{
    background-color: transparent;
    border: 0px;
}
.chat-record{
    width: auto;
    position: absolute;
    right: 20px;
    top: 12px;
}
.chat-record img{
    width: 20px;
}
.chat-btn-send{
    width: 70px;
}
.chat-btn-send button{
    background-color: transparent;
    border: 0px;
    float: right;
    border-radius: 50%;
}
.chat-btn-send button:hover{
    box-shadow: 1px 1px 6px #00000052;
}
.chat-btn-send button img{
    width: 50px;
}
.msg-date{
    width: 100%;
    color: #0000008a;
    font-family: 'Poppins', sans-serif; 
    font-weight: 500;
    text-align: center;
    font-style: normal;
    font-size: 13px;
    margin-bottom: 30px;
}
.msg-content{
    overflow-y: auto;
    padding: 20px 50px 10px 60px;
    height: 57vh;
    margin-bottom: 103px;
}
/* Track */
.msg-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
/* Handle */
.msg-content::-webkit-scrollbar-thumb {
  background: #a9a9a9; 
  border-radius: 10px;
}
/* Handle on hover */
.msg-content::-webkit-scrollbar-thumb:hover {
    background: #205cca; 
    cursor: pointer;
}
.container-msg{
    position: relative;
}
.container-msg::after {
  content: "";
  clear: both;
  display: table;
}
.bg-sender .container-msg{
    float: right;
}
.bg-sender .container-msg .msg-chat-text{
    background-color: #3F72D4;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    max-width: 460px;
    width: fit-content;
    position: relative;
    margin-bottom: 12px;
    padding: 17px 15px 15px 15px;
    margin-left: auto;
}
.bg-sender {
    position: relative;
    margin-bottom: 35px;
    float: right;
    width: 100%;
}
.bg-sender .msg-chat-img{
    height: 22px;
    width: 22px;
    position: absolute;
    background-color: #ddd;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
    right: -45px;
    bottom: 15px;
}
.bg-sender .msg-chat-img img{
    position: absolute;
    border: none;
    width: auto;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.bg-sender .msg-chat-text p{
    color: #fff;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    text-align: left;
    font-style: normal;
    font-size: 13px;
    margin: 0px;
}
.bg-sender .msg-chat-text.time-offer p {
    color: #000;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 13.5px;
}
.bg-sender .time-right{
    color: #00000091;
    font-family: 'Poppins', sans-serif; 
    font-weight: 500;
    text-align: left;
    font-style: normal;
    font-size: 11px;
    position: absolute;
    right: 0px;
    bottom: -15px;
    padding-right: 25px;
}
.bg-sender .time-right img{
    width: 15px;
    position: absolute;
    right: 0px;
    top: 3px;
}
.bg-sender .time-offer{
    background-color: #BCD3FF !important;
}
.bg-sender .time-offer span.time-text{
    color: #2126B9;
}

.bg-recipient {
    position: relative;
    margin-bottom: 35px;
    float: left;
    width: 100%;
}
.bg-recipient .container-msg .msg-chat-text{
    background-color: #dce8ff78;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    max-width: 460px;
    width: fit-content;
    position: relative;
    margin-bottom: 12px;
    padding: 17px 15px 15px 15px;
}
.bg-recipient .msg-chat-img{
    height: 36px;
    width: 36px;
    position: absolute;
    background-color: #ddd;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
    left: -45px;
    bottom: 15px;
}
.bg-recipient .msg-chat-img img{
    position: absolute;
    border: none;
    width: auto;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.bg-recipient .msg-chat-text p{
    color: #000;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    text-align: left;
    font-style: normal;
    font-size: 13.5px;
    margin: 0px;
}
.bg-recipient .msg-chat-text a{
    color: #2126B9;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    text-align: left;
    font-style: normal;
    font-size: 13.5px;
    margin: 0px;
}
.bg-recipient .msg-chat-text a:hover{
    text-decoration: underline;
}
.bg-recipient .time-left{
    color: #00000091;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    text-align: left;
    font-style: normal;
    font-size: 11px;
    position: absolute;
    left: 0px;
    bottom: -15px;
}
.bg-recipient .time-left img{
    width: 15px;
    margin-right: 10px;
}
.bg-recipient .time-offer{
    background-color: #DCE8FF !important;
}
.bg-recipient .time-offer span.time-text{
    color: #2126B9;
}

.btn-offer .btn-msg-accept{
    border: 0px;
    background-color: transparent;
    display: inline-block;
    width: 21px;
    margin-right: 6px;
}
.btn-offer .btn-msg-decline{
    border: 0px;
    background-color: transparent;
    display: inline-block;
    width: 21px;
}
.msg-chat-text.time-offer{
    padding-right: 100px !important;
}
.msg-chat-text.time-offer p .time-text{
    display: inline-block;
}
.btn-offer {
    float: right;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.btn-offer span.text-accept{
    color: #0C9728;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    text-align: left;
    font-style: normal;
    font-size: 13.5px;
    vertical-align: text-top;
}
.btn-offer span.text-decline{
    color: red;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    text-align: left;
    font-style: normal;
    font-size: 13.5px;
    vertical-align: text-top;
}
.btn-offer span.text-waiting{
    color: #707070;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    text-align: left;
    font-style: normal;
    font-size: 13.5px;
    vertical-align: text-top;
}
.btn-back-arrow{
    width: 17px;
    padding-left: 5px;
    display: none;
}
.btn-back-arrow button{
    border: 0px;
    background-color: transparent;
    position: absolute;
    top: 37px;
}
.back-arrow-left {
    border: solid #5e5e5e;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
} 
.btn-back-search{
    width: 17px;
    padding-left: 5px;
    display: none;
    position: absolute;
    top: 2px;
    left: -22px;
}
.btn-back-search button{
    border: 0px;
    background-color: transparent;
}
.back-arrow-search {
    border: solid #5e5e5e;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
} 
.anchor {
    display: block;
    height: 92px;
    margin-top: -92px;
    visibility: hidden;
}
.btn-top-edit{
    background-color: transparent;
    border: 0px;
    width: 17px;
    position: absolute;
    right: 20px;
    top: -3px;
    z-index: 9;
} 

/*  title  */
#modal-title {
    display: none;
}
#modal-title:checked ~ .modal-bg-title {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-title:checked ~ .modal-content-title {
    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-title {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-title {
    visibility: hidden;
}
.modal-content-title  .content-modal{
    padding: 70px 35px 30px 35px;
    left: 0px;
    right: 0px;
    top: 50%;
    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-title .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
}
.modal-content-title .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}
.modal-am-title label.close{
    margin-top: -50px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-title .close img{
    width: 22px;
}
/* End title modal */


/*  rate  */
#modal-rate {
    display: none;
}
#modal-rate:checked ~ .modal-bg-rate {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-rate:checked ~ .modal-content-rate {
    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-rate {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-rate {
    visibility: hidden;
}
.modal-content-rate .content-modal{
    padding: 70px 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-rate .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
}
.modal-content-rate .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}

.modal-am-rate label.close{
    margin-top: -50px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-rate .close img{
    width: 22px;
}
/* End rate modal */


.edit-skills-input p{
    font-size: 15px;
    font-family: 'Poppins', sans-serif; font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}  
.edit-skills-input .bootstrap-tagsinput{
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 13px;
    text-align: left;
    color: #fff;
    -webkit-appearance: none;
    width: 100%;
    border: 1px solid #000000bf;
    padding: 8px 15px;
    border-radius: 5px;
    background-color: #fff;
    cursor: text;
    height: auto;
    line-height: 33px;
}
.edit-skills-input .bootstrap-tagsinput input{
    padding: 0px;
    color: #424242;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 13px;
}
.edit-skills-input .bootstrap-tagsinput input::placeholder{
    padding: 0px;
    color: #424242;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 13px;
}
.edit-skills-input .bootstrap-tagsinput .badge{
    width: auto;
    background-color: #BB0404;
    color: #fff;
    border-radius: 20px;
    margin: 0px 5px 2px 0px;
    overflow: hidden;
    padding: 7px 12px 7px 8px;
    cursor: pointer;
}
.edit-skills-input .bootstrap-tagsinput .badge [data-role="remove"]{
    width: 17px;
    height: 17px;
    position: relative;
    border: 1px solid #fff;
}
.edit-skills-input .bootstrap-tagsinput .badge [data-role="remove"]:after{
    content: "-";
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: transparent;
    font-size: 24px;
    transform: translate(-50%, -75%);
    -webkit-transform: translate(-50%, -75%);
    vertical-align: middle;
    width: 18px;
    height: 12px;
    display: inline-block;
    appearance: none;
    line-height: 33px;
    text-align: center;
}
.chips-input{
    text-align: left;
    margin-bottom: 15px;
}
.chips-input p {
    font-family: 'Poppins', sans-serif; font-weight: 600;

    font-size: 13.5px;
    text-align: left;
    color: #000;
}
.step-title{
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 13.5px;
    text-align: left;
    color: #000;
    margin-bottom: 40px;
}
.step-title span{
    color: #30303082;
}

/* registered */
#modal-registered {
    display: none;
}
#modal-registered:checked ~ .modal-bg-registered {
    visibility: visible;
    transition: background-color 250ms linear;

}
#modal-registered:checked ~ .modal-content-registered {
    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-registered {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-registered {
    visibility: hidden;
}
.modal-content-registered .content-modal{
    width: 280px;
    padding: 70px 35px 30px 35px;
    left: 0px;
    right: 0px;
    top: 50%;
    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-registered .close {
    position: absolute;
    top: 25px;
    right: 40px;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 8;
}
.modal-content-registered .close:hover {
    color: #3498db;
}
.modal-am-registered label.close{
    opacity: 1;
}
.modal-am-registered .close img{
    width: 20px;
}
.modal-am-registered .btn-continue {
    color: #fff;
    font-family: 'Poppins', sans-serif; font-weight: 400;

    background-color: #39C15D;
    font-size: 12px;
    width: 100%;
    border-radius: 4px;
    padding: 8px 10px;
    margin-top: 20px;
    cursor: pointer;
}
.modal-am-registered .btn-continue:hover{
    background-color: #2c9a49;
}
.modal-content-registered .warning-message h5{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    color: #000;
    margin-top: 15px;
    text-align: center;
}
.reg-img{
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    margin-top: -85px;
    margin-bottom: 20px;
}
.reg-img img{
    width: 65px;
}
#menu-accordion {
    margin: auto;
    padding: 10px 15px 0px 15px;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 998;
    background-color: #ffffff;
    top: 65px;
    display: none;
}

section.menu-accordion {
  padding-top: 2em;
  padding-bottom: 3em;
}

#menu-accordion ul {
  text-align: left;
}
.transition, div.acc-content, ul li i:before, ul li i:after {
  transition: all 0.3s;
}

#menu-accordion .no-select, #menu-accordion h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}

#menu-accordion h1 {
  color: #000;
  margin-bottom: 30px;
  margin-top: 0;
}

#menu-accordion h2 {
    text-align: left;
    padding: 15px 15px 0;
    text-transform: none;
    display: block;
    margin: 0;
    cursor: pointer;
    transition: .2s;
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 14px;
    color: #000;
    letter-spacing: 0.5px;
    line-height: 1.2em;
}

#menu-accordion div.acc-content {
  position: relative;
  overflow: hidden;
  max-height: auto;
  will-change: max-height;
  contain: layout;
  display: inline-block;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0 15px 0 15px;
  transition: .3s opacity, .6s max-height;
  hyphens: auto;
  width: 100%;
}

#menu-accordion ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
#menu-accordion ul li {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background: #f8f8f8;
    border-radius: 8px;
    box-shadow: 0px 2px 9px 0px #2e2e2e30;
    -webkit-tap-highlight-color: transparent;
}
#menu-accordion ul li + li {
  margin-top: 15px;
}
#menu-accordion ul li:last-of-type {
  padding-bottom: 0;
}
#menu-accordion ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 28px;
  right: 20px;
}
#menu-accordion ul li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 2px;
  height: 10px;
}
#menu-accordion ul li i:before {
  transform: translate(-4px, 0) rotate(45deg);
}
#menu-accordion ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
#menu-accordion ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 60px;
  z-index: 1;
  opacity: 0;
  touch-action: manipulation;
}
#menu-accordion ul li input[type=checkbox]:checked ~ h2 {
  color: #000;
}
#menu-accordion ul li input[type=checkbox]:checked ~ div.acc-content {
  /*margin-top: 0;*/
  max-height: 0;
  transition: .3s;
  opacity: 0;
  /*transform: translate(0, 50%);*/
}
#menu-accordion ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
#menu-accordion ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-4px, 0) rotate(-45deg);
}
.menu-profile .frl-profile-box{
    padding: 10px 10px 10px 15px;
    background-color: #BB0404;
    margin-bottom: -22px;
    z-index: 999;
}
.menu-profile .frl-profile-box table{
    margin-bottom: 0px;
}
.menu-profile .prof-circle {
    height: 45px;
    width: 45px;
}
.menu-profile .acc-content a {
    display: block;
    color: #000000;
    padding: 7px 0px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
}
.row.home-ml-100{
    margin-left: -110px;
}
.hs-row::after{
    content: "";
    display: table;
    clear: both;
}
.home-search .hs-col-1{
    float: left;
    width: 64%;
    padding: 0px 0px;
    position: relative;
    border-right: 1px dotted #00000054;
} 
.home-search .hs-col-2{
    float: left;
    width: 33.5%;
    padding: 0px 0px;
    position: relative;
    border-right: 1px dotted #00000054;
} 
.home-search .hs-col-3{
    float: left;
    width: 29%;
    padding: 0px 0px;
    position: relative;
} 
.home-search .hs-col-1 img{
    left: 6px;
    top: 10px;
}
.home-search .hs-col-2 img{
    width: 20px;
    left: 9px;
    top: 7px;
}
.home-search .hs-col-3 img{
    width: 22px;
    left: 9px;
    top: 9px;
}
.arrow-down-search {
    border: solid black;
    border-width: 0 1.5px 1.5px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: -13px;
    top: 12px;
}
.arrow-range-search {
    border: solid black;
    border-width: 0 1.5px 1.5px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 16px;
    top: 12px;
    pointer-events: none;
}
.home-time-dropdown{
    padding-right: 25px;
}
.home-time-dropdown .dropdown-toggle{
    background-color: transparent;
    border: 0px;
    width: 100%;
}
.home-time-dropdown .dropdown-toggle p{
    width: 95px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal;
    color: #585858;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    background-color: transparent;

    font-size: 13.5px;
    line-height: 1.4em;
    text-align: left;
    position: absolute;
    left: 40px;
    top: -13px;
}
.set-time-title{
    font-family: 'Poppins', sans-serif; font-weight: 600;

    font-size: 13.5px;
    text-align: left;
    color: #000;
    line-height: 1.4em;
    margin-bottom: 15px;
    margin-left: 5px;
}
.home-time-dropdown .dropdown-menu{
    min-width: 270px;
    padding: 20px 15px !important;
    margin-top: 20px;
}
.set-time-hours{
    width: 100%;
}
.set-time-hours td{
    width: 50%;
    vertical-align: top;
    padding: 0px 5px;
}
.set-time-hours p{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13.5px;
    text-align: left !important;
    color: #000 !important;
    line-height: 1.4em !important;
    margin: 0px !important;
}
.hours-dropdown{
    position: relative;
}
.hours-dropdown .stylish input.inputmodal{
    font-size: 12px;
    color: #000;
    width: 100%;
    font-style: normal;
    border-radius: 4px;
    margin-top: 6px;
    line-height: 22px;
    letter-spacing: 0px;
    border: 1px solid #0000006e;
    padding: 7px 10px !important;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    transition: transform 250ms ease !important;
}
.hours-dropdown .stylish select option {
    padding: 12px 10px 10px 15px !important;
    word-break: break-word;
    font-size: 12px;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    color: #000;
}
.sw-row::after{
    content: "";
    display: table;
    clear: both;
}
.home-search .sw-col-1{
    float: left;
    width: 63%;
    padding: 0px 0px;
    position: relative;
    border-right: 1px dotted #00000054;
} 
.home-search .sw-col-2{
    float: left;
    width: 18%;
    padding: 0px 0px;
    position: relative;
    border-right: 1px dotted #00000054;
} 
.home-search .sw-col-3{
    float: left;
    width: 18%;
    padding: 0px 0px;
    position: relative;
} 
.home-search .sw-col-1 img{
    left: 6px;
    top: 10px;
}
.home-search .sw-col-2 img{
    width: 19px;
    left: 13px;
    top: 9px;
}
.home-search .sw-col-3 img{
    width: 21px;
    left: 14px;
    top: 9px;
}
.home-search .sw-col-3 .home-time-dropdown .dropdown-toggle p{
    width: 100%;
    top: 11px;
}
.col-top-search-full .home-search button.btn-search{
    padding: 10px 23px;
}
.home-search .sw-col-3 .arrow-down-search{
    right: -20px;
}
.home-search .sw-col-3 .home-time-dropdown .dropdown-toggle p{
    left: 45px;
}
.frl-avail {
    margin-bottom: 20px;
}
.frl-avail h4{
    color: #3030308a;
    text-align: left;
    font-family: 'Poppins', sans-serif; 
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
    width: fit-content;
}
.frl-avail a{
    text-align: left;
    font-family: 'Poppins', sans-serif; 
    font-weight: 600;
    font-size: 13px;
    color: #303030;
    width: auto;
    float: right;
    margin-top: -37px;
    margin-right: 0px;
}
.arrow-avail {
  border: solid black;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
    margin-left: 10px;
}
.grid-container-avail {
    display: grid;
    grid-template-columns: 80% 20%;
    padding: 0px;
    margin: 0px;
    position: relative;
}
.grid-item-avail-1 {
    margin: 0px 0px 10px 0px;
    position: relative;
    background-color: transparent;
    padding: 9px 25px 9px 25px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top: 1px solid #0000005c;
    border-bottom: 1px solid #0000005c;
    border-left: 1px solid #0000005c;
}    
.grid-item-avail-2 {
    margin: 0px 0px 10px 0px;
    position: relative;
    padding: 0px;
}
.grid-container-avail.availability-worker{
    grid-template-columns: 100%;
}
.grid-container-avail.availability-worker .grid-item-avail-1{
    border-right: 1px solid #0000005c;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.grid-container-avail.availability-worker .grid-item-avail-2{
    display: none;
}
.btn-book-avail{
    height: 100%;
    width: 100%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #0C9728;
    border: 1px solid #0C9728;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
}
.btn-book-avail:hover{
    background-color: #098121;
}
.avail-calendar{
    display: inline-block;
    border-right: 1px solid #00000042;
    padding-right: 25px;
    margin-right: 20px;
    margin-bottom: -5px;
}
.avail-calendar img{
    width: 16px;
    margin-right: 10px;
}
.avail-calendar span{
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #303030;
}
.avail-time{
    display: inline-block;
    margin-bottom: -5px;
}
.avail-time img{
    width: 17px;
    margin-right: 10px;
}
.avail-time span{
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #303030;
}
.grid-item-avail span{
    text-align: left;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 13.5px;
    color: #000;
    width: auto;
    top: 2px;
    position: relative;
}
.grid-item-avail table td{
    vertical-align: top;
}
.grid-item-avail table td:first-child{
    width: 25px;
}
.search-tags{
    height: 40px;
}
.search-tags p{
    text-align: left;
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 13px;
    color: #494949ba;
    width: fit-content;
    margin-right: 10px;
    margin-bottom: 0px;
    display: inline;
}
.search-tags .display-inline{
    display: inline;
}
.text-tag{
    display: inline-block;
    text-align: left;
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 13px;
    color: #474747;
    width: auto;
    background-color: #f9f9f9;
    padding: 0px 17px 5px 12px;
    border-radius: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.text-tag button{
    background-color: transparent;
    border: 0px;
    position: relative;
    top: 5px;
    left: 10px;
    width: 15px;
    height: 20px;
}
.text-tag button .close-btn {
    font-size: 26px;
    font-weight: 100;
    color: #6e6e6e;
    font-family: mont-regular;
}
.hours-arrow{
    position: absolute;
    right: 1px;
    top: 13px;
    background-color: #fff;
    width: 23px;
    padding: 6px 6px;
    border-radius: 4px;
    pointer-events: none;
}
.hours-arrow .arrow-drop {
    border: solid #000000;
    border-width: 0 1px 1px 0;
    margin-bottom: 7px;
}
.daterangepicker .drp-calendar.left{
    width: 100% !important;
}
.home-search .input-range{
    padding: 10px 5px 10px 35px;
    font-style: normal;
    color: #585858;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 13px;
}
.home-search .sw-col-2 .input-range {
    padding: 10px 5px 10px 42px;
    caret-color: transparent;
}
.home-search .sw-col-2 input {
    padding: 10px 5px 10px 45px !important;
}
.row-exp-details{
    margin: 20px -20px;
    width: 82%;
}
.row-exp-details::after{
    content: "";
    display: table;
    clear: both;
}
.col-exp-details-1{
    float: left;
    width: 50%;
    padding: 0px 10px 0px 20px;
    position: relative;
    border-right: 1px solid #0003;
}
.col-exp-details-2{
    float: left;
    width: 50%;
    padding: 0px 20px;
    position: relative;
}
.tbl-exp{
    width: 100%;
}
.td-exp-name{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 13.5px;
    color: #303030a1;
    text-align: left;
}
.td-exp-details{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 13.5px;
    color: #424242;
    text-align: right;
}
.tbl-exp td{
    vertical-align: top;
    padding-right: 10px;
}
.row-exp-details.wid-100{
    width: 100% !important;
}
.modal-content-exp .connect-input .arrow-drop {
    margin-bottom: 6px !important;
}
.modal-content-exp .column-form-3{
    margin-top: 10px;
}
.modal-content-exp .container-sign.check-present{
    margin-top: 20px;
}
.modal-content-editexp .connect-input .arrow-drop {
    margin-bottom: 6px !important;
}
.modal-content-editexp .column-form-3{
    margin-top: 10px;
}
.modal-content-editexp .container-sign.check-present{
    margin-top: 20px;
}
.mobile-res-top{
    margin-top: -5px;
}
.hours-dropdown .arrow-drop{
    margin-bottom: 6px;
}
.achieve-tmbnl-img {
    text-align: center;
    width: 220px;
    height: auto;
    position: relative;
    overflow: hidden;
    background: transparent;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 1px;
    border: 1px dashed #777777;
}
.achieve-tmbnl-img input[type=file]{
    margin-top: 0px;
    z-index: 0;
    border: 0px;
    border-radius: 0px;
}

.achieve-image{
    position: relative;
    border: none;
    width: 100%;
    height: auto;
    top: 0px;
    left: 0px;
    right: 0px;
}
.upload-achv-label {
    text-align: center;
    font-size: 13.5px;
    color: #777777;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    margin: auto;
    padding: 8px 15px 9px 15px;
    cursor: pointer;
}
.upload-achv-label img{
    width: 25px;
    margin-right: 10px;
}
.achieve-tmbnl-img img{
    opacity: 0.4;
}
.upload-btn-wrapper .fa-paperclip{
    margin-right: 10px;
    transform: rotate(180deg)scaleX(-1);
} 
.dot-file {
    height: 6px;
    width: 6px;
    background-color: #626262;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
    top: -1.5px;
    position: relative;
}    
.achv-prof-info a, 
.a-files {
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 13.5px;
    color: #221bcc;
    text-align: left;
    margin-top: 5px;
    line-height: 20px;
    display: block;
}
.achv-prof-info a:hover,
.a-files:hover{
    text-decoration: underline;
    color: #002262;
}
.btn_write_section{
    margin: 10px 30px 30px 30px;
    background-color: transparent;
    border: 0px;
/*
    position: absolute;
    bottom: 15px;
*/
}        
.write-icon img {
    width: 14px;
}
.write-icon span{
    color: #2126B9;
    text-align: left;
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 15px;
}

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

.modal-content-feedback {
    left: 0px !important;
    right: 0px !important;
    visibility: hidden;
    text-align: left;
    background-color: white;
    margin-left: auto !important;
    margin-right: auto !important;
    top: 5% !important;
    border-radius: 3px !important;
    border: 0px;
}
.modal-content-feedback .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
}
.modal-content-feedback .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}

.modal-am-feedback{
    padding: 80px 35px 30px 35px;
    right: 0;
    height: auto;
    margin: 30px 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-feedback label.close{
    margin-top: -65px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-feedback .close img{
    width: 22px;
}
.width-feedback {
    width: 550px !important;
    left: 50% !important;
    top: 45% !important;
    transform: translate(-50%, -50%) !important;
}
/* End Feedback modal */
.feedback-input input{
    position: relative;
    font-size: 13px;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    color: #000;
    width: 100%;
    font-style: normal;
    border: 1px solid #858585;
    border-radius: 4px;
    resize: none;
    padding: 8px 20px;
}
.feedback-input input::placeholder{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    color: #00000078;
    font-style: normal;
}
.feedback-input textarea{
    font-size: 13px;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    color: #000;
    width: 100%;
    font-style: normal;
    border: 1px solid #858585;
    border-radius: 4px;
    resize: none;
    padding: 15px 20px;
    margin-top: 13px;
    height: 115px;
    margin-bottom: 0px;
}
.feedback-input textarea::placeholder{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    color: #00000078;
    font-style: normal;
}
.feedback-input button{
    color: #fff;
    font-family: 'Poppins', sans-serif; font-weight: 500;

    background-color: #BB0404;
    font-size: 13px;
    width: 100%;
    border-radius: 5px;
    padding: 8px 10px;
    margin-top: 15px;
    margin-bottom: 10px;
    position: relative;
}
.feedback-input button:hover{
    background-color: #ab3da7;
}
.width-feedback .branch-title h4{
    font-size: 14px !important;
    font-family: 'Poppins', sans-serif; 
    font-weight: 500;
}

/*  client attachment  */
#modal-client-attach {
    display: none;
}
#modal-client-attach:checked ~ .modal-bg-client-attach {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-client-attach:checked ~ .modal-content-client-attach {
    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-client-attach {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-client-attach {
    visibility: hidden;
}
.modal-content-client-attach .content-modal{
    width: 470px;
    padding: 70px 35px 30px 35px;
    left: 0px;
    right: 0px;
    top: 50%;
    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-client-attach .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    opacity: 1;
}
.modal-content-client-attach .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}
.modal-content-client-attach label.close{
    margin-top: -50px;
    margin-right: 0px;
    opacity: 1;
}
.modal-content-client-attach .close img{
    width: 22px;
}
.modal-content-client-attach .achieve-tmbnl-img.width-full{
    width: 100%;
}
.modal-content-client-attach .achieve-attach .upload-btn-wrapper{
    margin-top: 0px;
    margin-bottom: 0px;
}
/* End client attachment modal */
/* Modal Save */
#modal-delete {
    display: none;
}
#modal-delete:checked ~ .modal-bg-delete {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-delete:checked ~ .modal-content-delete {
    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-delete {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-delete {
    visibility: hidden;
}
.modal-content-delete .content-modal{
    width: 280px;
    padding: 70px 35px 30px 35px;
    left: 0px;
    right: 0px;
    top: 50%;
    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-delete .close {
    position: absolute;
    top: 25px;
    right: 40px;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 8;
}
.modal-content-delete .close:hover {
    color: #3498db;
}
.modal-am-delete label.close{
    opacity: 1;
}
.modal-am-delete .close img{
    width: 20px;
}

.delete-delete .text-modal{
    font-family: mont-semibold !important;
}
.delete-delete .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-delete .btn-continue{
    color: #fff;
    font-family: 'Poppins', sans-serif; font-weight: 400;

    background-color: #39C15D;
    font-size: 12px;
    width: 100%;
    border-radius: 4px;
    padding: 10px 10px;
    margin-top: 25px;
    cursor: pointer;
}
.modal-am-delete .btn-continue:hover{
    background-color: #2c9a49;
}
/* END Modal Delete */

.modal-am-language .width-language{
    max-height: 75vh !important;
    overflow-y: auto !important;
}
.ever-panel{
    background-color: #fff;
    padding: 50px 30px 60px 30px;
    margin-bottom: 50px;
    border-radius: 4px;
    width: 410px;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.ever-title h4{
    font-family: 'Poppins', sans-serif; font-weight: 700;

    font-size: 20px;
    color: #000000;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 25px;
}
.ever-title p.text-first{
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 14px;
    color: #000;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 8px;
}
.ever-title p.text-second{
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 11px;
    color: #000000ad;
    line-height: 1.7em;
    text-align: center;
}
.text-timer{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    text-align: center;
    top: 10px;
    position: relative;
}
.ever-input{
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 40px;
}
.verify-text{
    position: relative;
    height: 35px;
}
.verify-text input {
    border-bottom: 2px solid #24242499;
    width: 35px;
    height: 35px;
    margin: 5px 7px;
    font-family: 'Poppins', sans-serif; 
    font-weight: 600;
    font-size: 20px;
    color: #000;
    text-align: center;
    border-radius: 0px;
    display: inline-block;
    line-height: 15px;
}
.verify-text table{
    margin: auto;
    text-align: center;
}
.verify-text table td{
    height: 35px;
    vertical-align: bottom;
    line-height: 15px;
}
.ever-input .verify-text #code_error{
    margin-top: 0px;
}
.btn-email-verify{
    width: 170px;
    background-color: #BB0404;
    padding: 10px 10px;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif; font-weight: 400;

    font-size: 11px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.4px;
    vertical-align: middle;
    position: relative;
    margin-bottom: 10px;
    margin-top: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.btn-email-verify:hover{
    background-color: #9b0000;
}
.btn-resend-code{
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 11px;
    color: #0000008f;
    line-height: 1.7em;
    text-align: center;
    background-color: transparent;
    border: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alert-error-msg{
    color: red;
    font-size: 11px;
    margin-top: 10px;
    display: block;
    font-family: 'Poppins', sans-serif;
}
.btn-email-cancel{
    width: 170px;
    letter-spacing: 0.4px;
    vertical-align: middle;
    position: relative;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #707070d9;
    font-family: 'Poppins', sans-serif; 
    font-weight: 400;
    font-size: 11px;
    text-align: center;
    color: #424242;
    border-radius: 4px;
    padding: 8px 10px;
    background-color: transparent;
}
.btn-email-cancel:hover{
    background-color: #7070700d;
}
.home-about{
    margin-top: 100px;
    margin-bottom: 50px;
    margin-left: 60px;
    margin-right: 60px;
}
.home-about h1{
    font-family: 'Poppins', sans-serif; font-weight: 600;

    font-size: 25px;
    color: #000000;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 10px;
}
.home-about p{
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 12.5px;
    color: #000000de;
    line-height: 1.7em;
    text-align: center;
    margin-bottom: 20px;
}
.newly-skills{
    margin: auto;
    text-align: center;
}
.newly-skills span{
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 12.5px;
    color: #000000a8;
    line-height: 1.7em;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.newly-tag{
    display: inline-block;
    text-align: left;
    font-family: 'Poppins', sans-serif; font-weight: 300;

    font-size: 12px;
    color: #fff;
    width: auto;
    background-color: #097e21;
    padding: 7px 50px;
    border-radius: 25px;
    margin-right: 3px;
    margin-bottom: 10px;
}
.popular-skills{
    margin: auto;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 100px;
}
.popular-skills span{
    font-family: 'Poppins', sans-serif; font-weight: 500;

    font-size: 12.5px;
    color: #000000a8;
    line-height: 1.7em;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.popular-tag{
    display: inline-block;
    text-align: left;
    font-family: 'Poppins', sans-serif; font-weight: 300;

    font-size: 12px;
    color: #fff;
    width: auto;
    background-color: #9b0000;
    padding: 7px 50px;
    border-radius: 25px;
    margin-right: 3px;
    margin-bottom: 10px;
}
.row-how{
    margin: 0 -20px;
}
.row-how::after{
    content: "";
    display: table;
    clear: both;
}
.col-how-1{
    float: left;
    width: 50%;
    padding: 0px 20px;
    position: relative;
    margin-bottom: 25px;
}
.col-how-2{
    float: left;
    width: 50%;
    padding: 0px 20px;
    position: relative;
    margin-bottom: 25px;
}
.how-content span{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #9b0000;
    text-align: left;
}
.how-content h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    line-height: 1em;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 15px;
}
.how-content p{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #000000;
    line-height: 2em;
    text-align: left;
    margin-bottom: 20px;
    margin-right: 50px;
}
/* The actual timeline (the vertical ruler) */
.timeline-why {
    position: relative;
    margin: -20px auto 0 30px;
}

/* The actual timeline (the vertical ruler) */
.timeline-why::after {
    content: '';
    position: absolute;
    width: 6px;
    top: 25px;
    bottom: 110px;
    left: 0%;
    margin-left: 12px;
    border-right: 1px dashed #0000008c;
}

/* Container around content */
.container-why {
    padding: 0px 0px 0px 45px;
    position: relative;
    background-color: inherit;
    width: 100%;
}

/* The circles on the timeline */
.container-why::after {
    content: '';
    position: absolute;
    width: 42px;
    height: 42px;
    background-color: #9b0000;
    top: 14px;
    border-radius: 10px;
    z-index: 1;
    border: 6px solid #fff;
}


/* Place the container to the right */
.right-why {
    left: 0%;
}

/* Add arrows to the right container (pointing left) */
.right-why::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right-why::after {
    left: -3px;
}

/* The actual content */
.content-why {
    padding: 22px 0px 0px 0px;
    background-color: white;
    position: relative;
    border-radius: 6px;
}
.right-why span{
    position: absolute;
    left: 15px;
    color: #fff;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    top: 24px;
    z-index: 99;
    font-size: 12px;
}
.content-why h2{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}
.content-why p{
    font-size: 13.5px;
    color: #000000f0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    text-align: left;
    line-height: 2em;
}

.service-section{
    margin-top: 60px;
    margin-bottom: 150px;
}
.service-section .section-title h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22.5px;
    color: #000;
    margin-bottom: 20px;
    text-align: left;
}
.icon-question-mark {
    font-family: arial;
    font-weight: 700;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    padding: 1px 5px;
    font-size: 15px;
    margin-left: 10px;
    top: -3px;
    position: relative;
}
.bg-white-freq {
    background-color: #fff;
    padding: 20px 50px 20px 25px;
    border-radius: 6px;
    box-shadow: 3px 4px 19px 0px #0000000d;
    width: 100%;
    z-index: 1;
    position: relative;
    margin-bottom: 13px;
}
.freq-black {
    color: #000000;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
}
.arrow-black-ask {
    border: solid #373737;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    float: right;
    position: absolute;
    right: 25px;
    top: 45%;
}
.div-bars{
    width: 23px;
    height: 4px;
    background-color: #464646ed;
    margin: 4.5px 0px;
    border-radius: 10px;
}
.rated-online{
    width: 100px;
}

/*  contact  */
#modal-contact {
    display: none;
}
#modal-contact:checked ~ .modal-bg-contact {
    visibility: visible;
    transition: background-color 250ms linear;

}
#modal-contact:checked ~ .modal-content-contact {
    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-contact {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-contact{
    visibility: hidden;
}
.modal-content-contact .content-modal{
    padding: 70px 35px 30px 35px;
    left: 0px;
    right: 0px;
    top: 50%;
    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-contact .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
}
.modal-content-contact .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}
.modal-am-contact label.close{
    margin-top: -50px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-contact .close img{
    width: 22px;
}
.branch-contact{
    float: left;
    position: absolute;
    top: 30px;
}
.branch-contact h4{
    font-size: 18px;
    font-family: 'Poppins', sans-serif; font-weight: 600;
    color: #000;
}
/* End contact modal */

/*  Availability  */
#modal-deleteavailability {
    display: none;
}
#modal-deleteavailability:checked ~ .modal-bg-deleteavailability {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-deleteavailability:checked ~ .modal-content-deleteavailability {
    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-deleteavailability {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-deleteavailability {
    visibility: hidden;
}

.modal-content-deleteavailability .content-modal{
    max-height: 75vh ;
    overflow-y: auto;
    padding: 70px 35px 0px 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-deleteavailability .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
}
.modal-content-deleteavailability .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}

.modal-am-deleteavailability label.close{
    margin-top: -50px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-deleteavailability .close img{
    width: 22px;
}
/* End Availability modal */

/*  Attachment  */
#modal-attachment {
    display: none;
}
#modal-attachment:checked ~ .modal-bg-attachment {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-attachment:checked ~ .modal-content-attachment {
    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-attachment {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-attachment {
    visibility: hidden;
}

.modal-content-attachment .content-modal{
    width: 500px;
    padding: 70px 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-attachment .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
}
.modal-content-attachment .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}

.modal-am-attachment label.close{
    margin-top: -50px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-attachment .close img{
    width: 22px;
}
/* End Attachment modal */

.row-how.mt-185 {
    margin-top: 185px;
}
.row-prof-top-details .col-prof-top-1.frst-wid-33{
    width: 33.33%;
    margin-bottom: 20px;
}
.row-prof-top-details .col-prof-top-2.scnd-wid-66{
    width: 66.66%;
    margin-bottom: 20px;
}
.row-prof-top-details .wid-33{
    width: 33.33%
}
.all-frlncr-jbs{
    margin-top: 70px;
}
.all-frlncr-jbs h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 30px;
}
.home-search .sw-col-1.afj-col-1 {
    float: left;
    width: 99%;
    padding: 0px 0px;
    position: relative;
    border-right: 0px;
}
.job-links{
    margin-top: 50px;
}
.job-links h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 1.4em;
    text-align: left;
    margin-bottom: 10px;
}
.job-links a{
    display: block;
    color: #2126B9;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 31px;
    font-size: 13.5px;
    text-align: left;
}
.categ-jobs{
    margin-bottom: 25px;
}
#id_history_tag{
    margin-left: 0px;
    display: inline;
}
.slct-ac{
    appearance: none;
}
.search-input input.es-input{
    background: #fff;
}
.bootstrap-tagsinput input::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 0;
}
.bootstrap-tagsinput datalist#searchhistory {
  position: absolute;
  background-color: white;
  border: 1px solid blue;
  border-radius: 0 0 5px 5px;
  border-top: none;
  font-family: sans-serif;
  width: 350px;
  padding: 5px;

}
.bootstrap-tagsinput #searchhistory option {
    background-color: white;
    padding: 4px;
    color: blue;
    margin-bottom: 1px;
    font-size: 18px;
    cursor: pointer;
}
/* .bootstrap-tagsinput option:hover, .active{
    background-color: lightblue;
} */
/* Modal Book */
#modal-book {
    display: none;
}
#modal-book:checked ~ .modal-bg-book {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-book:checked ~ .modal-content-book {
    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-book {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-book{
    visibility: hidden;
}

.modal-content-book .content-modal{
    width: 370px;
    max-height: 75vh ;
    overflow-y: auto;
    padding: 50px 45px 40px 45px;    
    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-book .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 8;
}
.modal-content-book .close:hover {
    color: #3498db;
}
.modal-am-book label.close{
    margin-top: -35px;
    margin-right: 10px;
    opacity: 1;
}
.modal-am-book .close img{
    width: 25px;
}
/* END Modal Book */
.warning-footer{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.warning-footer .pb-30{
    padding-bottom: 60px;
}
.warning-footer .btn-wf-yes.widclose-100{
    padding: 12px 5px !important;
    width: 100% !important;
}
.warning-footer .btn-wf-yes{
    padding: 5px !important;
    width: 90px !important;
    border-radius: 4px;
    border: 0;
    background-color: #2dbe67 !important;
    color: #fff;
    font-family: 'mont-regular';
    font-size: 12px !important;
    float: none !important;
    font-weight: normal;
    margin: 15px 5px 0px 5px;
    cursor: pointer;
    position: relative !important;
    margin-left: 0px !important;
    top: 0px !important;
    text-shadow: none;
}
.warning-footer .btn-wf-yes:hover{
    background-color: #20894a !important;
    color: #fff !important;
}
label.btn-wf-no{
    padding: 9px 5px;
    width: 90px;
    border-radius: 4px;
    border: 1px solid #5a5a5a;
    background-color: transparent !important;
    color: #000;
    font-family: 'mont-regular';
    font-size: 12px !important;
    float: none !important;
    font-weight: normal;
    margin: 15px 5px 0px 5px;
}
.btn-wf-no:hover{
    background-color: #dbdbdb !important;
    color: #000 !important;
}
.modal-content-book h4{
    font-style: normal;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
}
.modal-content-book-avail h4,
.modal-content-up-book h4{
    font-style: normal;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
}
.modal-content-complete-booking h4{
    font-style: normal;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 20px;
}
.modal-content-book .worker-name,
.modal-content-book-avail .worker-name,
.modal-content-up-book .worker-name{
    font-style: normal;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    margin: 5px 0px;
    text-transform: capitalize;
}
.modal-content-book .worker-date{
    font-style: normal;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    margin: 0px 0px 20px 0px;
}
.modal-content-book-avail .worker-date,
.modal-content-up-book .worker-date{
    font-style: normal;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    margin: 0px 0px 20px 0px;
}
.worker-date img{
    margin-top: -2px;
    margin-right: 5px;
}
.worker-time img{
    margin-top: -2px;
    margin-right: 5px;
}
.modal-content-book .worker-time{    
    font-style: normal;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    margin: 0px;
}
.modal-content-book-avail .worker-time,
.modal-content-up-book .worker-time{
    font-style: normal;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    margin: 0px;
    position: relative;
}
.modal-content-book .warning-footer .btn-book-no,
.modal-content-book-avail .warning-footer .btn-book-no,
.modal-content-up-book .warning-footer .btn-book-no,
.modal-content-complete-booking .warning-footer .btn-book-no{
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-weight: normal;
    background-color: transparent;
    border: 1px solid #000000a1;
    font-size: 12px;
    width: 100px;
    border-radius: 6px;
    padding: 12px 10px;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    top: auto;
    float: none;
    right: auto;
    text-shadow: none;
    margin-top: 25px;
    z-index: 1;
}
.modal-content-book .warning-footer .btn-book-no:hover,
.modal-content-book-avail .warning-footer .btn-book-no:hover,
.modal-content-up-book .warning-footer .btn-book-no:hover,
.modal-content-complete-booking .warning-footer .btn-book-no:hover{
    background-color: #00000017 !important;
    color: #000;
    font-size: 12px;
}
.modal-content-book .warning-footer .btn-book-yes,
.modal-content-book-avail .warning-footer .btn-book-yes,
.modal-content-complete-booking .warning-footer .btn-book-yes{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: #BB0404;
    font-size: 12px;
    width: 100px;
    border-radius: 6px;
    padding: 8px 10px;
    margin-top: 25px;
    cursor: pointer;
    margin-right: 10px;
}
.modal-content-up-book .warning-footer .btn-book-yes{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: #BB0404;
    font-size: 12px;
    width: 100px;
    border-radius: 6px;
    padding: 9px 10px;
    margin-top: 25px;
    cursor: pointer;
    margin-right: 10px;
}
.modal-content-book .warning-footer .btn-book-yes:hover,
.modal-content-complete-booking .warning-footer .btn-book-yes:hover{
    background-color: #158300;
}
.modal-content-book-avail .warning-footer .btn-book-yes:hover{
    background-color: #9d0000;
}
.modal-content-up-book .warning-footer .btn-book-yes:hover{
    background-color: #990000;
}
.modal-content-book .warning-footer .btn-book-yes:disabled,
.modal-content-book-avail .warning-footer .btn-book-yes:disabled,
.modal-content-up-book .warning-footer .btn-book-yes:disabled,
.modal-content-book .warning-footer .btn-book-yes:hover:disabled,
.modal-content-book-avail .warning-footer .btn-book-yes:hover:disabled,
.modal-content-up-book .warning-footer .btn-book-yes:hover:disabled{
    background-color: #cfcfcf !important;
    cursor: default !important;
}
.time-field{
    display: inline-block;
    margin-bottom: 3px;
}
.time-field button{
    background-color: transparent;
    border: 0px;
}
.time-field img{
    width: 16px;
    margin-left: 5px;
}
#skills_div {
    margin-top: 20px;
}
#categ_skills_slct {
    margin-top: -8px;
}
.bootstrap-tagsinput input[list]:focus {
    outline: none;
}
div#searchhistory[list] {
    margin-top: 20px;
    display: none;
    position: absolute;
    width: 160%;
    max-height: 164px;
    overflow-y: auto;
    max-width: 160%;
    background: #FFF;
    border: var(--border);
    border: 1px solid #000;
    border-radius: 5px;
    /* box-shadow: 0 3px 3px -3px #333; */
    z-index: 100;
    margin-left: -10px;
    padding: 9px 0px;
}
div#searchhistory[list] span {
    display: block;
    padding: 7px 25px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    line-height: 1.7em !important;
    font-size: 13px !important;
}
div#searchhistory[list] span:not(:last-child) {
  /* border-bottom: 1px solid #EEE; */
}
div#searchhistory[list] span:hover {
    background: rgb(100 120 140 / 7%);
} 
.booking-page{
    margin: 90px 60px;
}
.booking-page .main-box{
    padding: 15px 0px;
}
.booking-tab{
    padding-top: 20px;
    border-bottom: 2px solid #0000001f;
    padding-bottom: 5px;
}
.booking-tab li{
    display: inline;
    margin-right: 20px;
}
.booking-tab li .book-menu{
    background-color: #fff;
    display: inline;
    padding: 5px 0px;
    position: relative;
}
.booking-tab li.active .book-menu{
    background-color: transparent;
    display: inline;
    padding: 0px 0px 5px 0px;
    border-bottom: 3px solid #BC0606;
    bottom: 0px;
}
.booking-tab li .book-menu p{
    text-align: center;
    margin: 0px;     
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13.5px;
    color: #626262;
    text-transform: capitalize;
    line-height: 1.5em;
    display: inline;
}
.booking-tab li.active .book-menu p{
    color: #BC0606;
}
.booking-tab li.active .book-menu:hover p{
    color: #BC0606;
}
.booking-tab li .book-menu:hover p{
    color: #000;
}
.ui-pagination{
    text-align: center;
    margin: auto;
}
.ui-pagination p{
    text-align: center;
    margin-top: 20px;
}
.ui-pagination .pagination{
    margin-top: 5px;
    float: none;
}
.ui-pagination .pagination>li{
    cursor: pointer;
}
.ui-pagination .pagination>li>a{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #000000c7;
    border-radius: 8px;
    padding: 4px 0px;
    border: 1px solid #fff;
    height: 28px;
    width: 28px;
}
.ui-pagination .pagination>.active>a{
    border: 1px solid #959595;
    background-color: #959595;
    color: #fff;
}
.ui-pagination .pagination>li.prev>a,
.ui-pagination .pagination>li.next>a{
    color: #000;
    font-size: 17px;
    height: 28px;
    width: 28px;
    top: 0px;
    padding: 0px;
}
.ui-pagination .pagination a:hover:not(.active){
    border: 1px solid #4d4d4d63;
    color: #000000c7;
    background-color: transparent;
}
.ui-pagination .pagination>.active>a:hover{
    color: #fff;
    border: 1px solid #959595;
    background-color: #959595;
}
    
.tbl-up-bookings:nth-child(odd){
    padding: 15px 5px 15px 25px;
    background-color: #F9F9F9;
    border-radius: 15px;
}
.tbl-up-bookings:nth-child(even){
    padding: 15px 5px 15px 25px;
    background-color: #fff;
    margin: 15px 0px;
}
.tbl-up-bookings table td{
    vertical-align: middle;
    position: relative;
    padding-right: 20px;
}
.mb-img{
    float: left;
    padding: 0px;
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    background-color: #000;
    object-fit: cover;
}
.mb-col-img img.mb-img-profile{
    cursor: pointer;
    position: absolute;
    border: none;
    width: 100%;
    height: 100%;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    text-align: center;
    bottom: 0px;
}
.profile-content{
    margin: 0 -70px;
}
/* New Design */
.row-overview{
    margin: 100px -15px 50px -15px;
}
.row-overview::after{
    content: "";
    display: table;
    clear: both;
}
.column-overview-1{
    float: left;
    width: 23%;
    padding: 10px 15px;
    position: relative;
}   
.column-overview-2{
    float: left;
    width: 77%;
    padding: 0px 15px;
    position: relative;
}  
.worker-page{
    margin: 0px 0px 0px 0px;
    border: 1px solid #a6a6a6;
    border-radius: 8px;
}
.worker-page .main-box{
    background-color: transparent;
}
.worker-page .main-box .tab-content>.tab-pane{
    padding: 25px 50px;
    height: 78vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.worker-page .main-box .tab-content>.tab-pane.height-auto{
    height: auto !important;
    padding: 15px 20px 40px 20px;
}
.worker-tab{
    padding-top: 20px;
    border-bottom: 1px solid #a6a6a6;
    padding-bottom: 16px;
    padding-left: 38px;
    padding-right: 38px;
}
.worker-tab li{
    display: inline;
    margin: 0px 12px;
    padding: 20px 0px;
}
.worker-tab li .worker-menu{
    background-color: #fff;
    display: inline;
    padding: 20px 5px 15px 5px;
    position: relative;
}
.worker-tab li.active .worker-menu{
    background-color: transparent;
    display: inline;
    padding: 20px 5px 15px 5px;
    border-bottom: 4px solid #BB0404;
    bottom: 0px;
}
.worker-tab li .worker-menu p{
    text-align: center;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13.5px;
    color: #000000;
    text-transform: capitalize;
    line-height: 1.5em;
    display: inline;
}
.worker-tab li.active .worker-menu p{
    color: #BB0404;
}
.worker-tab li.active .worker-menu:hover p{
    color: #BB0404;
}
.worker-tab li .worker-menu:hover p{
    color: #000;
}      
.profile-img{
    width: 143px;
    height: 143px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    background: #eee;
    margin-top: 0px;
    margin-bottom: 10px;
    border: 1px solid #ededed1c;
}
.profile-thmbnl{
    position: absolute;
    border: none;
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
}
::-webkit-file-upload-button { 
    cursor:pointer; 
}
.upload-btn-profile {
    position: relative;
    overflow: hidden;
    user-select: none;
}
.upload-btn-profile input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    right: 0px;
    height: 100%;
    width: 100%;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
}
.profile-img-hover{
    width: 143px;
    height: 143px;
    position: absolute;
    border-radius: 50%;
    background: #00000021;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    opacity: 0;
    z-index: 10;
}
.profile-img-hover span{
    margin-top: 33%;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #fff;
}
.profile-img-hover span i{
    display: block;
    font-size: 23px;
    margin-bottom: 5px;
}
.profile-img:hover .profile-img-hover{
    opacity: 1;
    cursor: pointer;
}
.profile-img-default{
    width: 143px;
    height: 143px;
    position: absolute;
    border-radius: 50%;
    background: #00000021;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 8;
}
.profile-img-default span{
    margin-top: 33%;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #fff;
}
.profile-img-default span i{
    display: block;
    font-size: 23px;
    margin-bottom: 5px;
}
.profile-img:hover .profile-img-default{
    opacity: 0;
    cursor: pointer;
}
.circle-online{
    height: 27px;
    width: 27px;
    background-color: #87FF9F;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 10px;
    border: 6px solid #fff;
    z-index: 99;
}
.worker-prof-title h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    text-transform: capitalize;
    display: inline;
    line-height: 1em;
    overflow-wrap: break-word;
}
.worker-prof-title button{
    display: inline;
    background-color: transparent;
    border: 0px;
    margin-left: 5px;
    top: -3px;
    position: relative;
}
.worker-prof-title button img{
    width: 13px;
}
.worker-prof-pos{
    margin-bottom: 15px;
}
.worker-prof-pos p{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #BB0404;
}
.worker-prof-verify{
    background-color: #EBEBFF;
    padding: 2px 15px;
    border-radius: 50px;
    width: fit-content;
}
.worker-prof-verify img{
    width: 9px;
    top: -1px;
    position: relative;
    margin-right: 1px;
}
.worker-prof-verify span{
    color: #2126B9;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
}
.icon-prof{
    position: absolute;
    left: 0px;
    width: 15px;
    top: -1px;
}
.worker-prof-phone{
    position: relative;
    padding-left: 22px;
    padding-right: 20px;
    margin-bottom: 5px;
}
.worker-prof-phone p{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}
.worker-prof-phone button.btn-prof-phone{
    background-color: transparent;
    border: 0px;
    top: -2px;
    position: absolute;
    right: 0px;
}
.worker-prof-phone button.btn-prof-phone img{
    width: 13px;
}
.worker-prof-email{
    position: relative;
    padding-left: 22px;
    padding-right: 20px;
    margin-bottom: 5px;
}
.worker-prof-email p{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    word-break: break-word;
}
.worker-prof-email .icon-prof{
    width: 14px;
    top: 5px;
}
.worker-prof-suitcase{
    position: relative;
    padding-left: 22px;
    padding-right: 20px;
    margin-bottom: 5px;
}
.worker-prof-suitcase p{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #BB0404;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}
.worker-prof-suitcase button.btn-prof-phone{
    background-color: transparent;
    border: 0px;
    top: -2px;
    position: absolute;
    right: 0px;
}
.worker-prof-suitcase button.btn-prof-phone img{
    width: 13px;
}
.worker-prof-suitcase .icon-prof{
    width: 17px;
    top: 2px;
}


.worker-prof-bio{
    position: relative;
    padding-right: 20px;
    margin-top: 10px;
}
.worker-prof-bio p{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #3A3A3A;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    line-height: 2em;
    word-break: break-word;
}
.worker-prof-bio button{
    background-color: transparent;
    border: 0px;
    top: -1px;
    position: absolute;
    right: 0px;
}
.worker-prof-bio button img{
    width: 13px;
}
.worker-prof-bio p a, .worker-prof-bio a{
    display: block;
    margin-top: 5px;
    color: #2126B9;
    text-decoration: underline;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
}
.worker-prof-bio p a:hover{
    color: #2f36ff;
}
.edit-phone-num{
    position: relative;
    padding-right: 40px;
    margin-bottom: -1px;
}
.edit-phone-num input{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    font-style: normal;
    border-bottom: 1px solid #cacaca;
    width: 100%;
}
.edit-phone-num input::placeholder{
    color: #0000007a;
    font-style: normal;
}
.edit-phone-btn{
    position: absolute;
    right: -20px;
    top: 0px;
}
.edit-phone-btn button{
    background-color: transparent;
    border: 0px;
}
.edit-phone-btn button img{
    width: 22px;
}
.prof-link{
    padding-right: 20px;
}
.btn-profile-link{
    width: 100%;
    background-color: transparent;
    border: 1px solid #303030;
    padding: 8px 10px;
    border-radius: 5px;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #000;
}    
.btn-profile-link:hover{
    box-shadow: 1px 1px 5px 0px #0000002b;
}
.btn-profile-link img{
    width: 15.5px;
    margin-right: 5px;
}
.row-rc{
    margin: 0px -15px;
}
.row-rc::after{
    content: "";
    display: table;
    clear: both;
}
.column-rc-1{
    float: left;
    width: 20%;
    padding: 10px 15px;
    position: relative;
}   
.column-rc-2{
    float: left;
    width: 80%;
    padding: 10px 15px;
    position: relative;
}   
.row-rc p{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #303030bf;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.row-rc i{
    font-size: 11px;
    color: #0C9728;
    position: relative;
    top: -4px;
    margin-right: 2px;
}
.row-rc span.rate-avg{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #0C9728;
}
.client-thumbnail {
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    background: #eee;
    margin-top: 0px;
    border: 1px solid #ededed1c;
}
.client-thumbnail img {
    position: absolute;
    border: none;
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
}
.client-img{
    position: relative;
    width: fit-content;
    display: inline-block;
    margin-right: 5px;
}
.client-img .icon-verified-client{
    position: absolute;
    bottom: 2px;
    z-index: 10;
    right: 0px;
    width: 9px;
}
.client-num{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: #EBEBEB;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    margin-top: 0px;
    padding: 10px 2px;
}
.client-num span{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #7B7B7B;
    text-align: center;
}
.profile-tab-title{
    color: #303030;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 22px;
    text-transform: capitalize;
    display: inline;
    line-height: 1em;
}
.overview-details {
    position: relative;
    margin-bottom: 40px;
}
.rate-detail{
    position: relative;
    margin-top: 20px;
    width: fit-content;
    padding-right: 15px;
}
.rate-detail .rate-pos{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #303030;
    margin-right: 5px;
}
.rate-detail .rate-price{
    background-color: #3DAC53;
    color: #fff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding: 3px 15px;
    margin-right: 5px;
    border-radius: 30px;
    line-height: 22px;
    display: inline-block;
}
.rate-detail button{
    background-color: transparent;
    border: 0px;
    top: 1px;
    position: absolute;
    right: 0px;
}
.rate-detail button img{
    width: 13px;
}
/* Ratings widget */
.rate-skills {
    display: inline-block;
    border: 0;
    margin: 0px;
    padding: 0px;
    position: relative;
    float: none;
    bottom: -12px;
    margin-right: 10px;
}
/* Hide radio */
.rate-skills > input {
    display: none;
}
/* Order correctly by floating highest to the right */
.rate-skills > label {
    float: right;
    color: #d5d5d5a8;
    margin: 0px;
}
/* The star of the show */
.rate-skills > label:before {
    display: inline-block;
    font-size: 25px;
    padding: 0px;
    margin: 0 0 0 7px;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 "; /* full star */
}

/* Half star trick */
.rate-skills .half:before {
    content: "\f089 "; /* half star no outline */
    position: absolute;
    padding-right: 0;
}
/* Click + hover color */
.rate-skills input:checked ~ label, /* color current and previous stars on checked */
.rate-skills label:hover, 
.rate-skills label:hover ~ label { color: #E1D900;  } /* color previous stars on hover */

/* Hover highlights */
.rate-skills input:checked + label:hover, .rate-skills input:checked ~ label:hover, /* highlight current and previous stars */
.rate-skills input:checked ~ label:hover ~ label, /* highlight previous selected stars for new rating */
.rate-skills label:hover ~ input:checked ~ label /* highlight previous selected stars */ { color: #E1D900;  } 

/* Ratings widget */
.rate-skills-disabled {
    display: inline-block;
    border: 0;
    margin: 0px;
    padding: 0px;
    float: right;
    bottom: -4px;
    position: relative;
}
/* Hide radio */
.rate-skills-disabled > input {
    display: none;
    cursor: default;
}
/* Order correctly by floating highest to the right */
.rate-skills-disabled > label {
    float: right;
    color: #d5d5d5a8;
    margin: 0px;
}
/* The star of the show */
.rate-skills-disabled > label:before {
    display: inline-block;
    font-size: 25px;
    padding: 0px;
    margin: 0 0 0 7px;
    cursor: default;
    font-family: FontAwesome;
    content: "\f005 "; /* full star */
}

/* Half star trick */
.rate-skills-disabled .half:before {
    content: "\f089 "; /* half star no outline */
    position: absolute;
    padding-right: 0;
}
/* Click + hover color */
.rate-skills-disabled input:checked ~ label { color: #E1D900;  } /* color previous stars on hover */
.skills-tbl{
    margin-top: 25px;
}
.tbl-prof-skills{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #0000001a;
}
.tbl-prof-skills table{
    width: 100%;
}
.tbl-prof-skills p{
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    display: inline;
    margin-right: 10px;
}
.tbl-prof-skills button{
    background-color: transparent;
    border: 0px;
}
.tbl-prof-skills button img{
    width: 20px;
    position: relative;
    top: -2px;
}
.tbl-prof-skills table td:nth-child(2){
    width: 160px;
}
.add-skill-btn{
    margin-top: 20px;
    margin-bottom: 20px;
}
.add-skill-btn button{
    background-color: transparent;
    border: 0px;
    color: #3AB54A;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.add-skill-btn button img{
    width: 21px;
    margin-right: 6px;
    position: relative;
    top: -1px;
}
.edit-skill-rate{
    margin-top: -12px;
}
.edit-skill-rate table{
    width: 100%;
}
.edit-skill-rate table td:nth-child(2){
    width: 275px;
    text-align: right;
}
.edit-skill-rate table input{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    font-style: normal;
    border-bottom: 2px solid #8d8d8d66;
    width: 100%;
    padding: 7px 0px;
    position: relative;
    top: 6px;
}
.edit-skill-rate table input::placeholder{
    color: #0000007a;
    font-style: normal;
    font-weight: 600;
}
.edit-skill-rate span{
    color: #9a9a9a;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.add-skill-rate{
    margin-top: 7px;
}
.add-skill-rate table{
    width: 100%;
}
.add-skill-rate table td:nth-child(2){
    width: 275px;
    text-align: right;
    vertical-align: top;
}
.add-skill-rate table input{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    font-style: normal;
    border-bottom: 2px solid #8d8d8d66;
    width: 100%;
    padding: 7px 0px;
    position: relative;
    top: 6px;
    background-color: transparent;
}
.add-skill-rate table input::placeholder{
    color: #0000007a;
    font-style: normal;
    font-weight: 600;
}
.add-skill-rate span{
    color: #9a9a9a;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.rate-phone-btn {
    position: relative;
    right: 0px;
    top: 0px;
    display: inline;
}   
.rate-phone-btn button {
    background-color: transparent;
    border: 0px;
}
.rate-phone-btn button img {
    width: 22px;
}
#modal-set-avail {
    display: none;
}
#modal-set-avail:checked ~ .modal-bg-set-avail {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-set-avail:checked ~ .modal-content-set-avail {
    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-set-avail {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-set-avail{
    visibility: hidden;
}
.modal-content-set-avail .content-modal{
    width: 570px;
    max-height: 80vh ;
    overflow-y: auto;
    padding: 80px 40px 10px 40px;
    left: 0px;
    right: 0px;
    top: 50%;
    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-set-avail .content-modal .prof-btn-right.pb-30{
    padding-top: 20px;
}
.modal-content-set-avail .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 11;
}
.modal-content-set-avail .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}
.modal-am-set-avail label.close{
    margin-top: -50px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-set-avail .close img{
    width: 22px;
}
.row-avail{
    margin: 0 -20px;
}
.row-avail::after{
    content: "";
    display: table;
    clear: both;
}
.column-avail-half{
    float: left;
    width: 50%;
    padding: 0px 20px;
    position: relative;
} 
.dash-text{
    position: absolute;
    top: 15px;
    right: -6px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
}
/* The container-avail */
.container-avail {
    font-size: 12px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.container-avail input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-every {
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    margin: auto;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 1px solid #0000008c;
}

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

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

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

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

/* Style the checkmark-every/indicator */
.container-avail .checkmark-every:after {
    left: 4px;
    top: 0px;
    width: 6px;
    height: 11px;
    border: solid #646464;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.avail-every{
    margin-top: 10px;
}
.avail-every td p{
    font-size: 12px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding-top: 10px;
    text-align: center;
}
.avail-every td:first-child {
    padding: 5px 15px 0px 0px !important;
    left: 0px !important;
    top: -8px;
}
.avail-every td:first-child .container-avail{
    margin-right: 10px;
}
.avail-every td {
    text-align: center;
    padding: 5px 7px 10px;
    margin-right: 5px;
    left: -12px !important;
    position: relative !important;
}
.checkmark-every.margin-inherit{
    margin: inherit;
}
.avail-input{
    margin-bottom: 10px;
    position: relative;
}
.avail-input input{
    font-size: 13px;
    color: #000;
    width: 100%;
    font-style: normal;
    border-radius: 4px;
    margin-top: 10px;
    line-height: 22px;
    letter-spacing: 0px;
    border: 1px solid #0000006e;
    padding: 7px 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.add-avail-btn{
    position: absolute;
    right: 130px;
    /*right: 160px;*/
    top: 1px;
    z-index: 99;
}
.add-avail-btn button{
    background-color: transparent;
    border: 0px;
    color: #3AB54A;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.add-avail-btn button img{
    width: 21px;
    margin-right: 6px;
    position: relative;
    top: -1px;
}
.prof-btn-edit.top-lang{
    top: -45px;
    position: relative;
    z-index: 99;
}
.img-container .tool-img{
    width: fit-content;
    display: inline-block;
}
.img-container .prof-btn-delete img{
    width: 15px;
    top: -2px;
    position: relative;
    margin-left: 10px;
    cursor: pointer;
}
.profile-content.client-margin{
    margin: 25px 0px !important;
}
.client-margin .prof-section {
    padding: 20px 0px 23px 0px;
    border-bottom: 1px solid #0003;
}
.box-post-details {
    padding: 13px;
    box-shadow: 0px 2px 4px #00000029;
    border-radius: 8px;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
}
.box-post-details .star-sr-rating .text-green {
    color: #ADB128;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    top: -2px;
    position: relative;
    font-size: 12px;
}
.box-post-details .star-sr-rating {
    position: absolute;
    right: 15px;
    top: 12px;
}
.box-post-details .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";
}
.box-post-details .left-panel{
    margin-right: 80px;
}
.box-post-details .left-panel-skills{
    margin-top: 15px;
    position: relative;
    display: block;
}
.box-post-details .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;
}
.box-post-details .row-frlncr{
    margin: 0 -5px 0 50px;
    position: relative;
}
.box-post-details .row-frlncr::after{
    content: "";
    display: table;
    clear: both;
}
.box-post-details .col-frlncr-1{
    float: left;
    width: 12%;
    padding: 0px 5px;
    position: relative;
}
.box-post-details .col-frlncr-2{
    float: left;
    width: 88%;
    padding: 0px 5px;
    position: relative;
}
.box-post-details .col-frlncr-full{
    float: left;
    width: 100%;
    padding: 0px 5px;
    position: relative;
}
.box-post-details .frlncr-bg{
    height: 40px;
    position: absolute;
    width: 40px;
    background-color: #ddd;
    border-radius: 4px;
 }
.box-post-details .tbl-frl .frl-name{
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #303030;
    width: fit-content;
    padding-top: 0px;
    text-transform: capitalize;
    line-height: 1.4em;
    padding-bottom: 5px;
 }
 .box-post-details .tbl-frl .frl-pos{
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #00000078;
    width: fit-content;
    padding-top: 0px;
    line-height: 1.2em;
}
.box-post-details .frl-divider{
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #30303099;
    width: fit-content;
    padding: 3px 10px;
} 
.box-post-details .frl-desc{
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #303030;
    padding-right: 20px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.box-post-details .dot-on {
    height: 5px;
    width: 5px;
    background-color: #0C9728;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    top: -1px;
    position: relative;
}
.box-post-details .rated-green{
    display: inline-block;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #0C9728;
    width: fit-content;
    padding: 0px 4px;
    border-radius: 4px;
}
.box-post-details .rated-name .text-green{
    color: #ADB128;
    font-family: 'Poppins', sans-serif; 
    font-weight: 500;
}
.box-post-details .rated-name{
    text-align: left;
    font-family: 'Poppins', sans-serif; 
    font-weight: 500;
    font-size: 13px;
    color: #303030d4;
    width: fit-content;
    padding-top: 2px;
}
.review-border{
    border-bottom: 1px solid #00000029;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.review-rate > input:checked:disabled ~ label, 
.review-rate > input:disabled label:hover, 
.review-rate > input:disabled label:hover ~ label {
    color: #d5d5d5a8;
}
/* Ratings widget */
.rate-review-disabled {
    display: inline-block;
    border: 0;
    margin: 0px 10px 0px 5px;
    padding: 0px;
    position: relative;
    top: 8px;
}
/* Hide radio */
.rate-review-disabled > input {
    display: none;
    cursor: default;
}
/* Order correctly by floating highest to the right */
.rate-review-disabled > label {
    float: right;
    color: #d5d5d5a8;
    margin: 0px;
}
/* The star of the show */
.rate-review-disabled > label:before {
    display: inline-block;
    font-size: 15px;
    padding: 0px;
    margin: 0 0 0 7px;
    cursor: default;
    font-family: FontAwesome;
    content: "\f005 "; /* full star */
}

/* Half star trick */
.rate-review-disabled .half:before {
    content: "\f089 "; /* half star no outline */
    position: absolute;
    padding-right: 0;
}
/* Click + hover color */
.rate-review-disabled input:checked ~ label { color: #E1D900;  } /* color previous stars on hover */
.main-prof-info .rb-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #303030;
    text-align: left;
    line-height: 22px;
    padding-right: 0px;
}
.main-prof-info .rb-desc {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #303030;
    text-align: left;
    margin-top: 5px;
    line-height: 22px;
    padding-right: 0px;
}
.review-rate span.text-black{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #00000087 !important;
    text-align: left;
    margin-top: 5px;
    line-height: 22px;
    padding-right: 0px;
}
.review-rate span.text-green{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #0C9728;
    text-align: left;
    margin-top: 5px;
    line-height: 22px;
    padding-right: 0px;
}
.review-img {
    position: absolute;
    width: fit-content;
    display: inline-block;
    left: 0px;
}
.review-thumbnail {
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    background: #eee;
    margin-top: 0px;
    border: 1px solid #ededed1c;
}
.review-thumbnail img {
    position: absolute;
    border: none;
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
}
.review-box{
    padding-left: 70px;
}
.btn-send-message{
    width: 100%;
    background-color: #BB0404;
    border: 1px solid #BB0404;
    padding: 9px 10px;
    border-radius: 5px;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    margin-bottom: -10px;
    text-align: center;
} 
.btn-send-message img{
    width: 13px;
    margin-right: 5px;
}
.btn-send-message:hover{
    box-shadow: 1px 1px 5px 0px #0000002b;
}   
.btn-send-feedback{
    width: 100%;
    background-color: transparent;
    border: 1px solid #BB0404;
    padding: 8px 10px;
    border-radius: 5px;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #BB0404;
    margin-bottom: -10px;
    text-align: center;
}   
.btn-send-feedback img{
    width: 15px;
    margin-right: 5px;
}
.btn-send-feedback:hover{
    box-shadow: 1px 1px 5px 0px #0000002b;
}
#calendar{
    position: relative;
}
.calendar-full .fc-timeGridDay-view .fc-col-header col{
    width: 102px !important;
}
.tab-calendar .fc .fc-timeGridDay-view .fc-scrollgrid, 
.tab-calendar .fc .fc-timeGridDay-view .fc-scrollgrid table {
    table-layout: auto !important;
    width: 100% !important;
}
.tab-calendar .fc-timegrid-body{
    width: 100% !important;
}
.tab-calendar .fc-view-harness.fc-view-harness-active{
    height: 100vh !important;
}
.tab-calendar th .fc-scroller-harness .fc-scroller {
    overflow: hidden !important;
}   
#worker_reviews .slick-slider .slick-list, #worker_reviews .slick-slider .slick-track{
    width: 100% !important;
    transform: none !important;
}
#worker_reviews .slick-initialized .slick-slide{
    width: 100% !important;
}
.modal-content-book-avail.modal-am-book-avail .edit-time-field .hours-dropdown .stylish .hours-arrow {
    bottom: 8px;
    top: 4px;
}
    .icon-verified{
        width: 19px;
        z-index: 9;
        position: absolute;
        left: 47px;
        top: -2px;
    }
.mb-col-img{
    width: 7%;
}
.mb-col-name{
    width: 20%;
}
.mb-col-service{
    width: 15%;
    vertical-align: top !important;
    padding-top: 10px;
}
.mb-col-avail{
    width: 28%;
    vertical-align: top !important;
    padding-top: 10px;
}
.mb-col-btn{
    width: 30%;
}
.tbl-up-bookings table td h3{
    font-size: 15px;
    color: #5E5E5E;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    word-wrap: break-word;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    text-align: left;
    line-height: 16px;
    padding-right: 15px;
}
.tbl-up-bookings table td p{
    font-size: 15px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    word-wrap: break-word;
    margin: 0px;
    padding: 0px;
    text-align: left;
    line-height: 1.3em;
    max-width: 250px;
    margin-left: 0px;
    margin-bottom: 10px;
}
.btn-cancel-order{
    float: right;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #AC1313;
    background-color: transparent;
    padding: 7px 0px;
    width: 160px;
    border: 1px solid #AC1313;
    border-radius: 4px;
    margin-left: 15px;
}
.btn-cancel-order:hover {
    background-color: #ac13130d;
}
.btn-book-again{
    float: right;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #AC1313;
    background-color: transparent;
    padding: 7px 0px;
    width: 150px;
    border: 1px solid #AC1313;
    border-radius: 4px;
    margin-left: 20px;
    margin-bottom: 10px;
}
.btn-book-again:hover {
    background-color: #ac13130d;
}
.mb-col-service table, 
.mb-col-avail table{
    width: auto;
}
.data-avail{
    display: block;
    margin-bottom: -5px;
    top: 1px;
    position: relative;
}
.data-avail .data-avail-calendar td,
.data-avail .data-avail-time td{
    padding-right: 0px;
}
.data-avail-calendar{
    display: block;
    margin-right: 20px;
}
.data-avail-calendar img{
    width: 17px;
    margin-right: 10px;
}
.data-avail-calendar span{
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #303030;
}
.data-avail-time{
    display: block;
    padding-bottom: 10px;
    width: fit-content;
    position: relative;
}
.data-avail-time img{
    width: 17px;
    margin-right: 10px;
}
.data-avail-time span{
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #303030;
}
.mb-relative{
    position: relative;
}
.time-field{
    display: inline-block;
    margin-bottom: 3px;
}
.time-field button{
    background-color: transparent;
    border: 0px;
}
.time-field img{
    width: 16px;
    margin-left: 5px;
}
/* Modal Book Availability */
#modal-book-avail {
    display: none;
}
#modal-book-avail:checked ~ .modal-bg-book-avail {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-book-avail:checked ~ .modal-content-book-avail {
    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-book-avail {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-book-avail{
    visibility: hidden;
}
.modal-content-book-avail .content-modal{
    width: 370px;
    max-height: 75vh ;
    overflow-y: auto;
    padding: 55px 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-book-avail .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 8;
}
.modal-content-book-avail .close:hover {
    color: #3498db;
}
.modal-am-book-avail label.close{
    margin-top: -35px;
    margin-right: 10px;
    opacity: 1;
}
.modal-am-book-avail .close img{
    width: 22px;
}
label.close.close-icon-black{
    position: absolute !important;
    right: 13px !important;
    top: 13px !important;
    margin-top: auto !important;
}
/* END Modal Book Availability */
.img-succes-check{
    background-color: transparent;
    border: 0px;
    width: 17px;
    margin-left: -5px;
}
.img-succes-check img{
    width: 17px;
}
.edit-time-field{
    display: inline-block;
    position: relative;
    margin-top: 5px;
    margin-bottom: -20px;
    width: 220px;
    margin-left: -5px;
}
.edit-time-field table td{
    padding: 0px 3px;
}
.edit-time-hours{
    width: 220px;
    top: -7px;
    position: relative;
}
.edit-time-field .hours-dropdown .stylish input.inputmodal{
    margin-top: 0px;
    line-height: 18px;
}
.edit-time-field .hours-dropdown .stylish .hours-arrow{
    bottom: 1px;
    top: 4px;
}
/* Modal Warning */
#modal-warning {
    display: none;
}
#modal-warning:checked ~ .modal-bg-warning {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-warning:checked ~ .modal-content-warning {
    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-warning {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-warning{
    visibility: hidden;
}

.modal-content-warning .content-modal{
    width: 300px;
    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-warning .close {
    position: absolute;
    top: 20px;
    right: 30px;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 8;
}
.modal-content-warning .close:hover {
    color: #3498db;
}
.modal-am-warning label.close{
    opacity: 1;
}
.modal-am-warning .close img{
    width: 20px;
}
.modal-am-warning .btn-continue{
    color: #fff;
    font-family: 'poppins-regular';
    font-weight: normal;
    background-color: #39b122;
    font-size: 12px;
    width: 100%;
    border-radius: 4px;
    padding: 10px 10px;
    margin-top: 25px;
    cursor: pointer;
}
.modal-am-warning .btn-continue:hover{
    background-color: #2f931c;
}
.modal-am-warning .text-modal{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #000000;
    line-height: 1.7em;
    margin-top: 10px;
}
/* END Modal Warning */
.hours-dropdown input.time-end{
    font-size: 12px;
    color: #000;
    width: 100%;
    font-style: normal;
    border-radius: 4px;
    letter-spacing: 0px;
    border: 1px solid #0000006e;
    padding: 5px 10px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    transition: transform 250ms ease !important;
    background: transparent;
}
.hours-dropdown input.time-end:read-only{
    color: #a1a1a1 !important;
}
.hours-dropdown input.time-end::placeholder{
    font-style: normal;
}
.edit-time-field table td:nth-child(1),
.edit-time-field table td:nth-child(2){
    width: 45% !important;
}
.multiselect {
    width: 100%;
}
.select-box {
    position: relative;
    padding-right: 10px;
    border: 1px solid #00000080;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
}
.select-box select {
    width: 100%;
    padding: 8px 5px 9px 10px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #000;
    background-color: transparent;
    border-radius: 5px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.pref-overselect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#pref-select-options {
    display: none;
    border: 0.5px #7c7c7c solid;
    background-color: #ffffff;
    max-height: 130px;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
    z-index: 9;
    padding-top: 5px;
    margin-top: 5px;
    border-radius: 5px;
}
#pref-select-options label {
    display: block;
    display: block;
    white-space: nowrap;
    min-height: 1em;
    background-color: #ffffff00;
    padding: 3px 1.75rem;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;
    cursor: pointer;
}
#pref-select-options label:hover {
  background-color: #1e90ff;
}
#pref-select-options label input{
    -webkit-appearance: auto;
    width: auto;
    top: 2px;
    position: relative;
    margin-right: 5px;
}
.hours-dropdown .required-field{
    line-height: 13px;
    margin-top: 5px;
    margin-bottom: -10px;
}
.no-msg-list {
    overflow-y: auto;
    border-bottom-left-radius: 5px;
    height: 67vh;
    margin: auto;
    text-align: center;
    display: none;
}
.no-msg-list img{
    width: 55px;
    opacity: 0.4;
}
.no-msg-list p{
    color: #b6b6b6;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align: center;
    font-style: normal;
    font-size: 13px;
    margin-top: 20px;
    position: relative;
}
.icon-chatbox{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
}
.col-top-search-full div#searchhistory[list]{
    width: 100%;
    max-width: 100%;
}
.btn-fillup-add{
    background-color: transparent;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    color: #BB0404;
    border-radius: 4px;
    padding: 6px 10px;
    width: 100px;
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
    border: 1px solid #BB0404;
}
.btn-fillup-add:hover{
    background-color: #fff3f3;
}
.form-work-exp {
    border-top: 1px solid #00000021;
    margin-top: 70px;
    padding-top: 25px;
}
.form-work-exp .content-prof .exp-year{
    display: block;
}
.form-work-exp .row-exp-details{
    width: 104% !important;
}
.form-work-exp .form-work-title{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #959595;
    text-align: left;
    display: block; 
    margin: 0px;
}
.form-work-exp .col-exp-details-2{
    padding: 0px 0px 0px 20px;
}
.icon-location{
    width: 8px;
    margin-top: 2px;
    position: absolute;
    left: 2px;
}
.right-loc{
    float: right;
    margin-right: -81px;
    position: relative;
}
.tbl-frl td .right-loc span{
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #404040;
    line-height: 1.2em;
    margin-left: 15px;
    display: block;
}
.td-location{
    line-height: 1.2em;
    padding-left: 10px;
    position: relative;
    width: 33%;
}
/*  Location  */
#modal-location {
    display: none;
}
#modal-location:checked ~ .modal-bg-location {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-location:checked ~ .modal-content-location {
    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-location {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-location {
    visibility: hidden;
}

.modal-content-location .content-modal{
    padding: 70px 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-location .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
}
.modal-content-location .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}

.modal-am-location label.close{
    margin-top: -50px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-location .close img{
    width: 22px;
}
/* End Location Modal */

/*  review  */
#modal-viewrate {
    display: none;
}
#modal-viewrate:checked ~ .modal-bg-viewrate {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-viewrate:checked ~ .modal-content-viewrate {
    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-viewrate {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-viewrate{
    visibility: hidden;
}

.modal-content-viewrate .content-modal{
    width: 620px;
    max-height: 75vh ;
    overflow-y: auto;
    padding: 35px 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: 7px;
    border: 1px solid #707070;
    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-viewrate label.close{
    position: absolute;
    top: 30px;
    opacity: 1;
    transition: transform 500ms ease;
    right: 45px;
}
.modal-content-viewrate .close img{
    width: 22px;
}
.modal-content-viewrate .btn-rate-close{
    background-color: transparent !important;
    color: #444444;
    border: 1px solid #707070;
    text-align: center;
    font-size: 14px;
    padding: 10px 35px 10px 35px;
    border-radius: 5px;
    margin-left: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    position: relative !important;
    right: 15px !important;
    top: inherit !important;
}
.modal-content-viewrate .branch-title{
    margin-bottom: 25px;
    float: none;
    position: relative;
    top: inherit;
}
.modal-content-viewrate .branch-title h4{
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: left;
    font-size: 18px;
}
/* End review modal */
/* Ratings widget */
.rate-viewrate-modal {
    display: inline-block;
    border: 0;
    margin: 10px 10px 0px -5px;
    padding: 0px;
    position: relative;
}
/* Hide radio */
.rate-viewrate-modal > input {
    display: none;
    cursor: default;
}
/* Order correctly by floating highest to the right */
.rate-viewrate-modal > label {
    float: right;
    color: transparent;
    margin: 0px;
}
/* The star of the show */
.rate-viewrate-modal > label:before {
    display: inline-block;
    font-size: 35px;
    padding: 0px;
    margin: 0 0 0 7px;
    cursor: default;
    font-family: FontAwesome;
    content: "\f005 "; /* full star */
}

/* Half star trick */
.rate-viewrate-modal .half:before {
    content: "\f089 "; /* half star no outline */
    position: absolute;
    padding-right: 0;
}
/* Click + hover color */
.rate-viewrate-modal input:checked ~ label { color: #F3EB7B;  } /* color previous stars on hover */

.rate-stars{
    margin-bottom: 20px;
}
.rate-stars p{
    color: #303030;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-align: left;
    font-size: 12px;
    display: block;
}
.rate-desc span{
    color: #303030;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-align: left;
    font-size: 12px;
    display: block;
    margin-bottom: 15px;
}
.rate-desc p{
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 12px;
    display: block;
}
.rate-desc{
    margin-bottom: 20px;
}
.rate-stars .text-yellow{
    color: #958D1C;
    position: relative;
    top: -15px;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
}
.footer-btn-rate{
    float: right;
    margin-top: 0px;
    margin-left: 30px;
}
.btn-rate-accept{
    background-color: #28D37E;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 12px;
    border: 0px;
    padding: 10px 40px 8px 40px;
    border-radius: 5px;
    margin-left: 10px;
}
.btn-rate-accept:hover{
    background-color: #1fbe6f;
}
.btn-rate-reject{
    background-color: transparent;
    color: #BC0606;
    border: 1px solid #BC0606;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 12px;
    padding: 10px 40px 8px 40px;
    border-radius: 5px;
    margin-left: 10px;
}
.btn-rate-reject:hover{
    background-color: #ffd7d74f;
}
.btn-rate-booking{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #4D4D4D;
    background-color: transparent;
    padding: 7px 0px;
    width: 150px;
    border: 1px solid #4D4D4D;
    border-radius: 4px;
    display: inline;
    margin-bottom: 10px;
    float: right;
}
.btn-show-rate{
    position: relative;
    border: 0px;
    background-color: transparent;
    font-size: 15px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    float: right;
    padding: 7px 10px;
}
/*  Send Rate Modal  */
#modal-sendrate {
    display: none;
}
#modal-sendrate:checked ~ .modal-bg-sendrate {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-sendrate:checked ~ .modal-content-sendrate {
    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-sendrate {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-sendrate {
    visibility: hidden;
}
.modal-content-sendrate .content-modal{
    max-height: 75vh;
    overflow-y: auto;
    width: 620px;
    padding: 25px 35px 10px 35px;
    left: 0px;
    right: 0px;
    top: 45%;
    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-sendrate label.close{
    position: absolute;
    top: 30px;
    opacity: 1;
    transition: transform 500ms ease;
    right: 45px;
}
.modal-content-sendrate .close img{
    width: 22px;
}
.modal-content-sendrate .btn-rate-close{
    background-color: transparent !important;
    color: #444444;
    border: 1px solid #707070;
    text-align: center;
    font-size: 13px;
    padding: 10px 30px 10px 30px;
    border-radius: 5px;
    margin-left: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    top: inherit !important;
    position: relative !important;
    right: inherit !important;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
.modal-content-sendrate .branch-title{
    margin-bottom: 25px;
    float: none;
    position: relative;
    top: inherit;
}
.modal-content-sendrate .branch-title h4{
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: left;
    font-size: 18px;
}
.footer-btn-rate.pb-30{
    padding-bottom: 30px;
}
/* End Send rate  modal*/
.rate-sendrate-modal {
    display: inline-block;
    border: 0;
    margin: 10px 10px 0px -5px;
    padding: 0px;
    position: relative;
}
/* Hide radio */
.rate-sendrate-modal > input {
    display: none;
}
/* Order correctly by floating highest to the right */
.rate-sendrate-modal > label {
    float: right;
    color: #d5d5d5a8;
    margin: 0px;
}
/* The star of the show */
.rate-sendrate-modal > label:before {
    display: inline-block;
    font-size: 35px;
    padding: 0px;
    margin: 0 0 0 7px;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 "; /* full star */
}

/* Half star trick */
.rate-sendrate-modal .half:before {
    content: "\f089 "; /* half star no outline */
    position: absolute;
    padding-right: 0;
}
/* Click + hover color */
.rate-sendrate-modal input:checked ~ label, /* color current and previous stars on checked */
.rate-sendrate-modal label:hover, 
.rate-sendrate-modal label:hover ~ label { color: #F3EB7B;  } /* color previous stars on hover */

/* Hover highlights */
.rate-sendrate-modal input:checked ~ label:hover, /* highlight current and previous stars */
.rate-sendrate-modal input:checked ~ label:hover ~ label, /* highlight previous selected stars for new rating */
.rate-sendrate-modal label:hover ~ input:checked ~ label /* highlight previous selected stars */ { color: #F3EB7B;  } 
.rate-desc textarea{
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 12px;
    display: block;
    resize: none;
    width: 100%;
    border: 1px solid #0000008a;
    border-radius: 0px;
    padding: 15px 20px;
    height: 100px;
}
.rate-desc textarea::placeholder{
    font-style: normal;
    color: #303030;
}
.btn-rate-send{
    background-color: #BC0606;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 13px;
    border: 0px;
    padding: 7px 40px 7px 40px;
    border-radius: 5px;
    margin-left: 10px;
    position: relative;
}
.modal-content-sendrate .required-field{
    color: red;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    font-size: 11px;
    text-align: left !important;
    display: block;
}
.data-bk{
    width: 100%
}
.btn-complete-order{
    float: right;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    padding: 7px 0px;
    width: 150px;
    border: 1px solid #AC1313;
    background-color: #AC1313;
    border-radius: 4px;
    margin-left: 15px;
    margin-bottom: 10px;
}
.btn-complete-order:hover {
    background-color: #941212;
}
/* Complete Booking */
#modal-complete-booking {
    display: none;
}
#modal-complete-booking:checked ~ .modal-bg-complete-booking {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-complete-booking:checked ~ .modal-content-complete-booking {
    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-complete-booking {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-complete-booking {
    visibility: hidden;
}
.modal-content-complete-booking .content-modal{
    width: 370px;
    max-height: 75vh ;
    overflow-y: auto;
    padding: 30px 45px 40px 45px;
    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-complete-booking .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 8;
}
.modal-content-complete-booking .close:hover {
    color: #3498db;
}
.modal-am-complete-booking label.close{
    margin-top: -35px;
    margin-right: 10px;
    opacity: 1;
}
.modal-am-complete-booking .close img{
    width: 25px;
}
/* END Modal Booking Completed */
.dropdown.all-notif .notif-dropdown li.unread-notif .notif-msg {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
}
.dropdown.all-notif .dropdown-menu li a:hover .notif-msg{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
}
.dropdown.all-notif{
    position: relative;
    display: inline-block;
}
.dropdown.all-notif .drop-tog {
    margin: 0px 0px 0px 20px;
    top: 0px;
}
.dropdown.all-notif  .notif {
    width: 44px;
}
.dropdown.all-notif .notif-dropdown{
    left: -230px;
    width: 360px;
    max-height: 230px;
    height: auto;
    box-shadow: 0px 2px 4px 2px rgb(0 0 0 / 9%);
    border-radius: 2px !important;
    padding: 0px !important;
    z-index: 999;
}
.dropdown.all-notif .notif-msg {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13.5px;
    color: #000;
}
.dropdown.all-notif .datetime-created{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #000;
    margin-bottom: 5px;
}
.dropdown.all-notif .datetime-created .text-gray{
    color: #979797;
}
.dropdown.all-notif .dropdown-menu>li>a {
    padding: 15px 20px 15px 40px !important;
    white-space: normal !important;
    margin: 0 !important;
    border-bottom: 1px solid #c1c1c1;
}
.dropdown.all-notif .dropdown-menu>li:last-child>a{
    border: 0px !important;
}
.dot-all-notif {
    height: 5px;
    width: 5px;
    background-color: #3674f1;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: -16px;
}
.dropdown.all-notif .dropdown-menu>li>a:hover {
    background-color: #f5f5f573 !important;
}
.notif-dropdown .notif-text{
    text-align: center;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13.5px;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
.txt-charge-price{
    font-style: normal;
    color: #888888;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12.5px;
    text-align: center;
    width: 100%;
    background-color: #F6F6F6;
    display: block;
    position: relative;
    margin-top: 25px;
    padding: 10px;
}
/* Modal Book Summary */
#modal-book-summary {
    display: none;
}
#modal-book-summary:checked ~ .modal-bg-book-summary {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-book-summary:checked ~ .modal-content-book-summary {
    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-book-summary {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-book-summary {
    visibility: hidden;
}
.modal-content-book-summary .content-modal{
    max-height: 75vh ;
    overflow-y: auto;
    width: 370px;
    padding: 35px 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-book-summary .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 8;
}
.modal-content-book-summary .close:hover {
    color: #3498db;
}
.modal-am-book-summary label.close{
    margin-top: -35px;
    margin-right: 10px;
    opacity: 1;
}
.modal-am-book-summary .close img{
    width: 25px;
}
.modal-content-book-summary .warning-footer .btn-book-no,
.modal-content-book-summary .warning-footer .btn-book-no{
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-weight: normal;
    background-color: transparent;
    border: 1px solid #000000a1;
    font-size: 12px;
    width: 100px;
    border-radius: 6px;
    padding: 12px 10px;
    cursor: pointer;
    margin-right: 0px;
    position: relative;
    top: auto;
    float: right;
    right: auto;
    text-shadow: none;
    margin-top: 25px;
    z-index: 1;
}
.modal-content-book-summary .warning-footer .btn-book-no:hover,
.modal-content-book-summary .warning-footer .btn-book-no:hover{
    background-color: #00000017 !important;
    color: #000;
    font-size: 12px;
}
/* END Modal Book Summary */
.modal-content-book-summary h4{
    font-style: normal;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    margin-bottom: 20px;
} 
.bm-tbl-datetime{
    border-top: 1px solid #00000026;
    padding-top: 10px;
    border-bottom: 1px solid #00000026;
    padding-bottom: 10px;
}
.bm-tbl-service table{
    width: 100%;
}
.bm-tbl-datetime table{
    width: 100%;
}
.bm-tbl-service{
    padding-top: 10px;
    border-bottom: 1px solid #00000026;
    padding-bottom: 10px;
}
.bm-tbl-datetime td{
    font-style: normal;
    color: #2f2f2fcf;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    line-height: 25px;
}
.bm-tbl-datetime td:first-child{
    width: 130px;
}
.bm-tbl-datetime td:last-child{
    text-align: right;
    color: #000;
}
.bm-tbl-service td{
    font-style: normal;
    color: #2f2f2fcf;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    line-height: 25px;  
}
.bm-tbl-service td:first-child{
    width: 130px;
}
.bm-tbl-service td:last-child{
    text-align: right;
    color: #303030;
}
.bm-tbl-service tr:first-child td:last-child{
    color: #BB0404;
}
.bm-tbl-service tr:nth-child(2) td:last-child{
    color: #303030;
}
.bm-tbl-service tr:last-child td:last-child{
    color: #0C9728;
}
.bm-charge-price {
    font-style: normal;
    color: #2f2f2fcf;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12.5px;
    text-align: left;
    width: 100%;
    background-color: #F6F6F6;
    display: block;
    position: relative;
    margin-top: 10px;
    padding: 20px 20px;
    line-height: 1.5em;
}

/* Modal Transaction Unsuccesful */
#modal-trans-unsuccess {
    display: none;
}
#modal-trans-unsuccess:checked ~ .modal-bg-trans-unsuccess {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-trans-unsuccess:checked ~ .modal-content-trans-unsuccess {
    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-trans-unsuccess {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-trans-unsuccess {
    visibility: hidden;
}
.modal-content-trans-unsuccess .content-modal{
    width: 370px;
    padding: 25px 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-trans-unsuccess .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 8;
}
.modal-am-trans-unsuccess label.close{
    margin-top: -35px;
    margin-right: 10px;
    opacity: 1;
}
.modal-am-trans-unsuccess .close img{
    width: 23px;
}
.modal-content-trans-unsuccess .warning-footer .btn-book-no{
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    background-color: transparent !important;
    border: 1px solid #000000e0;
    font-size: 13px;
    width: 45%;
    border-radius: 6px;
    padding: 12px 10px;
    cursor: pointer;
    margin-right: 0px;
    position: relative;
    top: auto;
    right: auto;
    text-shadow: none;
    margin-top: 25px;
    z-index: 1;
    margin-left: 5px;
    margin-right: 5px;
}
.modal-content-trans-unsuccess .warning-footer .btn-book-no:hover{
    background-color: #00000017 !important;
    color: #000;
}
.modal-content-trans-unsuccess h4{
    font-style: normal;
    color: #BB0404;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-align: left;
    margin-bottom: 20px;
} 
/* END Modal Transaction Unsuccesful */
.ins-bal{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    text-align: left;
    line-height: 24px;
}
.ins-bal span{
    color: #0C9728;
}
.warning-footer .btn-cash-in{
    color: #0C9728;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    background-color: transparent !important;
    border: 1px solid #0C9728;
    font-size: 13px;
    width: 45%;
    border-radius: 6px;
    padding: 7.5px 10px;
    cursor: pointer;
    margin-right: 0px;
    position: relative;
    top: auto;
    right: auto;
    text-shadow: none;
    margin-top: 25px;
    z-index: 1;
    margin-left: 5px;
    margin-right: 5px;
}
.warning-footer .btn-cash-in:hover{
    background-color: #0c97280f !important;
}
/* Modal Money Wallet */
#modal-money-wallet {
    display: none;
}
#modal-money-wallet:checked ~ .modal-bg-money-wallet {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-money-wallet:checked ~ .modal-content-money-wallet {
    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-money-wallet {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-money-wallet {
    visibility: hidden;
}
.modal-content-money-wallet .content-modal{
    width: 370px;
    padding: 70px 35px 30px 35px;
    left: 0px;
    right: 0px;
    top: 50%;
    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-money-wallet .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 8;

}
.modal-am-money-wallet label.close{
    opacity: 1;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    border: 1px solid #000000a1;
    font-size: 13px;
    width: 100px;
    border-radius: 6px;
    padding: 12px 10px;
    cursor: pointer;
    margin-right: 0px;
    position: relative;
    top: auto;
    float: right;
    right: auto;
    text-shadow: none;
    margin-top: 25px;
    z-index: 1;
}
.modal-am-money-wallet .close img{
    width: 25px;
}
/* END Modal Money Wallet */
.client-box.wallet{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    margin-top: auto;
}
.input-money-wallet{
    margin-bottom: 10px;
}
.connect-input .input-money-wallet input{
    width: 200px;
    padding: 13px 15px;
}
.input-money-wallet button{
    border: 1px solid #BB0404;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12.5px;
    text-align: center;
    color: #BB0404;
    border-radius: 4px;
    padding: 13px 20px;
    width: 128px;
    display: inline-block;
    background-color: transparent;
    margin-left: 5px;
}
.wallet-note{
    font-style: normal;
    color: #0C9728;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    padding-bottom: 20px;
    display: block;
}
.mw-tbl-datetime{
    padding: 10px 0px;
    border-top: 1px solid #0000002b;
    border-bottom: 1px solid #0000002b;
}
.mw-tbl-datetime table{
    width: 100%;
}
.mw-tbl-datetime td{
    font-style: normal;
    color: #2f2f2fcf;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    line-height: 25px;
}
.mw-tbl-datetime td:first-child{
    width: 150px;
}
.mw-tbl-datetime td:last-child{
    text-align: right;
}
.mw-tbl-datetime tr:last-child td:last-child{
    color: #0C9728;
}
.total-wallet{
    position: relative;
    background-color: #F6F6F6;
    width: fit-content;
    padding: 5px 30px 5px 55px;
    border-radius: 50px;
    top: 8px;
}
.total-wallet img{
    position: absolute;
    width: 26px;
    left: 14px;
    top: 13px;
}
.total-wallet span{
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #737373;
    text-align: left;
}
.total-wallet p{
    padding: 0px 0px 5px 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #343434;
    text-align: left;
    line-height: 15px;
}
.top-tw{
    margin-left: 10px;
    margin-top: -10px;
    z-index: 999;
    position: relative;
    display: inline-block;
}
.wallet-page{
    margin: 120px 60px;
}
.avail-bal{
    background-color: #fbfbfb; 
    padding: 20px 25px;
    position: relative;
    margin-bottom: 30px;
}
.text-avail{
    width: fit-content;
}
.avail-bal .text-avail span{
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #0000008f;
    text-align: left;
}
.avail-bal .text-avail p{
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #434343;
    text-align: left;
}
.avail-bal .btn-cash-in{
    background-color: transparent;
    border: 1px solid #BC0606;
    width: fit-content;
    padding: 16px 27px;
    float: right;
    position: relative;
    top: -52px;
    border-radius: 50px;
}
.avail-bal .btn-cash-in img{
    width: 15px;
    margin-right: 5px;
}
.avail-bal .btn-cash-in span{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #BC0606;
    text-align: left;
}
.href-wallet{
    display: block;
    width: fit-content;
}
.btn-back-img{
    margin-bottom: 10px;
    width: fit-content;
}
.btn-back-img img{
    width: 15px;
    position: relative;
    top: 0px;
    margin-right: 5px;
}
.btn-back-img span{
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    text-align: left;
}
.cashin-content p{
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 19px;
    color: #262626;
    text-align: left;
    display: block;
    margin-bottom: 15px;
}
.cashin-content span{
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #000;
    text-align: left;
    display: block;
    margin-bottom: 5px;
}
.cashin-content input{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #000;
    border: 1px solid #00000080;
    border-radius: 4px;
    background-color: #fff;
    width: 180px;
    padding: 13px 15px;
    display: block;
    margin-bottom: 15px;
}   
.cashin-content input::placeholder{
    font-style: normal;
}
.btn-addmoney{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    background-color: #BB0404;
    padding: 10px 25px;
    border-radius: 5px;
}
.btn-addmoney:hover{
    background-color: #860000;
}
.tbl-transac{
    position: relative;
    background-color: #fbfbfb;
    padding: 20px;
    margin-top: 60px;
}
.text-th{
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #000;
    text-align: left;
    display: block;
    margin-bottom: 13px;
}
.tbl-transac table{
    width: 100%;
}
.tbl-transac table th{
    padding: 8px 13px;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #5c5c5c;
    text-align: left;
    border-top: 2px solid #797979;
    border-bottom: 2px solid #797979;
}
.tbl-transac table th:first-child{
    width: 16%;
}
.tbl-transac table th:nth-child(2){
    width: 15%;
}
.tbl-transac table th:nth-child(3){
    width: 25%;
}
.tbl-transac table th:nth-child(4){
    width: 20%;
}
.tbl-transac table th:nth-child(5){
    width: 10%;
}
.tbl-transac table th:last-child{
    width: 14%;
}
.tbl-transac table td{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    padding: 15px 13px;
    border-bottom: 1px solid #00000024;
    vertical-align: top;
}
.text-block{
    display: block;
}
.text-negative{
    color: #BB0404;
}
.text-positive{
    color: #0C9728;
}
.pagi-history{
    margin: auto;
    text-align: center;
}
.pagi-history .pagination{
    float: none;
    padding: 0px;
    margin: 10px 0px -10px 0px;
}
.pagi-history .pagination>li>a, 
.pagi-history .pagination>li>span{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    border: 1px solid #0000009e;
    background-color: transparent;
    border-radius: 0px;
    padding: 4px 9px;
}
.pagi-history .pagination>.active>a, 
.pagi-history .pagination>.active>a:focus, 
.pagi-history .pagination>.active>a:hover, 
.pagi-history .pagination>.active>span, 
.pagi-history .pagination>.active>span:focus, 
.pagi-history .pagination>.active>span:hover{
    color: #fff;
    border: 1px solid #0000009e;
    background-color: #000;
}
.pagination a:hover:not(.active) {
    color: #fff;
    border: 1px solid #000000a3;
    background-color: #000000a3;
}
.tbl-overflow{
    overflow-x: auto;
    margin-bottom: 10px;
}
.ulnav-right.jl-mt-10{
    margin-top: 10px !important;
}
.modal-content-client-attach .achv-prof-info{
    text-align: left;
}
.modal-content-client-attach .add_att_filename{
    display: block;
    text-align: left;
    line-height: normal;
    margin-top: 7px;
}
.modal-content-client-attach .achv-prof-info a{
    display: inline !important;
    word-break: break-all !important;
}
.warning-footer.pb-30{
    padding-bottom: 30px;
}
.warning-footer.pb-60{
    padding-bottom: 60px;
}
.btn-change-sched{
    position: relative;
    margin-bottom: 12px;
    padding: 13px 20px 13px 20px;
    margin-left: auto;
    float: right;
    border: 1px solid #2126B9;
    background-color: transparent;
    color: #2126B9;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    border-radius: 8px;
}
.btn-change-sched{
    border: 1px solid #10136d;
    color: #10136d;
}
.tbl-up-bookings.client-ub .mb-col-service{
    width: 15%;
}
.tbl-up-bookings.client-ub .mb-col-avail {
    width: 35%;
}
.btn-ub-edit{
    width: 15px;
    border: 0px;
    background-color: transparent;
    position: absolute;
    right: -30px;
    top: -15px;
    cursor: pointer;
}

/* Modal Book Availability */
#modal-up-book {
    display: none;
}
#modal-up-book:checked ~ .modal-bg-up-book {
    visibility: visible;
    background-color: #0000003d;
    opacity: 0.7;
    transition: background-color 250ms linear;
}
#modal-up-book:checked ~ .modal-content-up-book {
    visibility: visible;
    transition: transform 250ms ease;
    z-index: 999;
}
.modal-bg-up-book {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms linear;
    z-index: 999;
}
.modal-content-up-book {
    padding: 30px 45px 40px 45px;
    left: 0px;
    right: 0px;
    visibility: hidden;
    width: 370px;
    text-align: left;
    margin-right: auto;
    background-color: white;
    box-shadow: 0 0 20px 10px rgb(0 0 0 / 6%);
    margin-left: auto;
    border-radius: 5px;
    border: 0px;
    text-align: center;
}
.modal-content-up-book .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 8;
}
.modal-content-up-book .close:hover {
    color: #3498db;
}
.modal-am-up-book{
    top: 50%;
    transform: translateY(-50%);
    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-up-book label.close{
    margin-top: -35px;
    margin-right: 10px;
    opacity: 1;
}
.modal-am-up-book .close img{
    width: 25px;
}
/* END Modal Book Availability */

.mb-col-status {
    width: 13%;
}
.mb-col-status p{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
}
.mb-col-status p.accepted {
    color: #0C9728;
}
.mb-col-status p.pending {
    color: #C3C900;
}
.mb-col-status p.cancelled {
    color: #ff0000;
}
.data-bk{
    width: 100%
}
.mb-col-btn span.accepted{
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #4caf50;
}
.mb-col-btn span.cancelled{
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: red;
}
.btn-rate-booking.mb-0,.btn-show-rate.mb-0{
    margin-bottom: 0px;
}
#booking_history_div .mb-col-btn{ 
    width: 15% !important;
}
.tbl-prof-skills .btn-skill-delete{
    width: 20px;
    margin-left: 10px;
}
/*  Delete Skills  */
#modal-delete-skill {
    display: none;
}
#modal-delete-skill:checked ~ .modal-bg-delete-skill {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-delete-skill:checked ~ .modal-content-delete-skill {
    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-delete-skill {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-delete-skill {
    visibility: hidden;
}

.modal-content-delete-skill .content-modal{
    width: 500px;
    padding: 70px 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-delete-skill .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
}
.modal-content-delete-skill .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}

.modal-am-delete-skill label.close{
    margin-top: -50px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-delete-skill .close img{
    width: 22px;
}
/* End Delete Skills modal */
