h1{
    font-size: 32px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}
h2{
    font-size: 24px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}
p{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.large-text{
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}
.Large-selected-text{
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}
.Document-name{
    font-size: 16px;
    font-family: 'Proxima Nova';
    font-weight: 500;
}
.Document-title{
    font-size: 24px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
button{
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}
.mod .modal-body {
    text-align: left;
    padding: 50px 20px;
}
#reportCardModal .modal-body{
    padding: 60px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
#reportCardModal table {
    font-family: "Raleway";
    border-collapse: collapse;
    width: 100%;
}
#reportCardModal td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Proxima Nova';
}
.paragraph-selected {
    font-size: 16px;
    font-family: 'Proxima Nova';
    font-weight: 600;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 10px;
}
.hide{
    display: none;
}
.show{
    display: block;
}
.doc_card {
    cursor: pointer;
    position: relative;
    padding-top: 20px;
}
.delete_link {
    color: #F44336;
}
.doc_card .file_icon {
    font-size: 150px;
}
#img_doc{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.libs {
    display: flex;
    gap: 30px;
    padding: 20px 0px;
    flex-direction: column;
}
.lib_name {
    text-decoration: none;
    color: #205B2D;
    font-weight: 600;
    font-size: 16px;
}
ul.char_tabs {
    padding: 0px;
    list-style: none;
    display: flex;
    margin: 0px;
    padding-bottom: 25px;
}
.char_tabs li {
    padding: 8px 24px;
    cursor: pointer;
    border-bottom: 1px solid #6670804D;
    font-size: 16px;
    font-weight: 400;
    color: #667080;
}
.mix{
    display:none;
}
    
.char_tabs li.active{
    border-bottom: 2px solid #667080;
    font-weight: 600;
}
ul.char_tabs li:hover {
    border-bottom: 2px solid #667080;
    font-weight: 600;
}
.managers_list .manager {
    margin: 0px;
    font-weight: 600;
    color: #205B2D;
    margin-bottom: 5px;
    cursor: pointer;
}
.green {
    color: #205B2D;
}
button.script_btn {
    color: #205B2D;
    background: transparent;
    padding: 0;
    border: none;
    font-weight: 500;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    font-weight: 500;
}
.video_card a.edit_link,.doc_card a.edit_link{
    position: absolute;
    right: 12px;
    background-color: white;
    padding: 0px 4px;
    cursor: pointer;
    z-index: 2;
}
.video_cats{
    position: relative;
    display: flex;
    gap: 20px;
    padding-bottom: 25px;
    flex-wrap: wrap;
}
.video iframe {
    width: 100%;
    height: 180px;
}
.video_title {
    margin-top: 10px;
    cursor: pointer;
    
}
#iframe_holder iframe, #iframe_holder video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.train_resource {
    width: 100%;
}
.embed_iframe {
    width: 100%;
}
.file_icon {
    width: 100%;
    cursor: pointer;
}
.video_title .Document-name{
    margin: 0px;
}
.video_card {
    margin-bottom: 25px;
    position: relative;
}
#docViewModal .modal-dialog-scrollable .modal-content{
    height: 90%;
}
#docViewModal .modal-body{
    padding: 25px 20px;
}

.conta {
    display: flex;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
}
.conta input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
  /* Create a custom radio button */
.conta .checkmark {
    height: 21px;
    width: 21px;
    background-color: #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#resourceViewModal .modal-content{
    height: 100%;
}
.h_100{
    height: 100%;
}
.license_box:before {
    content: "";
    width: 100%;
    background-color: #ffffff00;
    height: 100%;
    position: absolute;
    z-index: 9;
    cursor: pointer;
}
  /* On mouse-over, add a grey background color */
.conta:hover input ~ .checkmark {
    background-color: #ccc;
}
  
  /* When the radio button is checked, add a blue background */
.conta input:checked ~ .checkmark {
    background-color: #EBE715;
}
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
.conta .checkmark:after {
    content: "";
    position: relative;
    display: none;
}
  
  /* Show the indicator (dot/circle) when checked */
.conta input:checked ~  .checkmark:after {
    display: block;
}
  
  /* Style the indicator (dot/circle) */
.conta .checkmark:after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #535328;
}
.btn_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
} 
.video_card video {
    width: 100%;
    height: 180px;
}
.linkbtn {
    font-weight: 700;
    color: #000000;
    padding: 12px 22px;
    background-color: #EBE715 !important;
    border-radius: 20px;
    font-family: 'Raleway', sans-serif;
    border: none;
    font-size: 16px;
}
/* header */
header {
    background-color: #205B2D;
    padding: 28px 0px;
    z-index: 1;
    position: relative;
}
.logo img {
    position: absolute;
    top: -9px;
}
.search input {
    background: transparent;
    border: 1px solid #FFFFFF;
    padding: 12px 0px 12px 70px;
    color: white;
    border-radius: 10px;
}
.search {
    position: relative;
}
.search button.search-icn {
    background: transparent;
    border: none;
    position: absolute;
    top: 12px;
    left: 29px;
    color: white;
}
.search input:focus {
    background: transparent !important;
    color: white;
}
.search button.search-icn i {
    font-size: 24px;
}
.search ::placeholder {
    color: white;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}
.contact-info {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 24px;
    font-weight: 600;
}
.contact-info i {
    padding-right: 12px;
}
.user {
    color: white;
    font-size: 24px;
    padding: 0;
}
.user i{
    padding: 15px 17px;
    border: 1px solid white;
    border-radius: 30px;
}
.sr{
    display: none;
}
/* header */
/* section */
.main{
    padding-top: 50px;
}
.fst{
    text-transform: uppercase;
}
.nav-col{
    border: 1px solid #EAEAEA;
    padding: 0;
}
.nav-man ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-man li{
    border-top:1px solid #EAEAEA ;
}
.nav-man img{
    padding-right: 20px;
}
.nav-man a{
    color: #777777;
    text-decoration: none;
}
.nav-man a.active{
    color: black;
    text-decoration: none;
}
.nav-man a img{
    opacity: 0.5;
}
.nav-man a.active img{
  opacity: 1;
}
.input-text{
    position: relative;
}
.right-cont{
    padding-left: 20px;
}
.cont {
    display: flex;
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
    gap: 22px;
  }
  .cont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .checkmark {
    height: 40px;
    width: 40px;
    background-color: #eeeeee00;
    border-radius: 5px;
    border: 1px solid #D7DFEF;
  }
  .cont input:checked ~ .checkmark {
    background-color: #EBE715;
  }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .cont input:checked ~ .checkmark:after {
    display: block;
  }
  .cont .checkmark:after {
    left: 15px;
    top: 6px;
    width: 11px;
    height: 20px;
    border: solid rgb(0, 0, 0);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
.input-text{
    padding-top: 35px;
}
.chcklistrgt {
    border-bottom: 1px solid #EAEAEA;
}
.chklist_done {
    padding-top: 25px;
    display: flex;
    gap: 30px;
}
form button {
    background: #EAEAEA;
    padding: 20px 60px;
    border: none;
    border-radius: 10px;
}
.close-wind{
    background: #EBE715 ;
    padding: 20px 60px;
    border: none;
    border-radius: 10px;
    margin-top: 50px;
}
.modal-body {
    padding: 50px 0px 89px 0px;
}
.enble{
    background-color: #EBE715 !important;
}
.modal-body h3{
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}
.modal-body h4{
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
}
.modal-dialog{
    max-width: 800px;
    text-align: center;
}
.modal-header{
    border: 0;
}
.re-mag{
    display: none;
}
i.fa-solid.fa-magnifying-glass.re-mag {
    display: none;
}
.res-hide{
    display: none;
}
/* footer  */
footer{
    background-color: #205B2D;
    padding: 60px 0px;
}
.fot{
    color: white;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}
.fot i{
    padding-right: 10px;
}
.fot p{
    padding-top: 10px;
}
.header-content {
    z-index: 1 !important;
}
.img-fot{
    display: none;
}
/* .card-content h3{
    max-width:20% ;
} */

.all-cards {
    display: flex;
}
.card-content.pt-lg-5 {
    padding-right: 20px;
}
.mod-vid{
padding: 0 !important;
}
.Form-label{
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #777777;
    line-height: 16px;
}
.Form-filled-text{
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: black;
}
input.Form-filled-text {
    width: 100%;
    padding: 10px;
    border: 1px solid #D7DFEF;
    box-shadow: none !important;
}
input.Form-filled-text {
    width: 100%;
    padding: 10px;
    border: 1px solid #D7DFEF;
    box-shadow: none !important;
    border-radius: 10px;
    margin-top: 10px;
}

.frm .container-fluid {
    padding: 0;
}
a.cel {
    color: white;
    text-decoration: none;
}
.ht{
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* login */
.log{
    flex: 0 0 40%;
    padding: 30px;
    box-shadow: 0px 0px 13px 1px #80808066;
    padding: 70px 30px 30px;
    position: relative;
    border-radius: 30px;
}
.log .fa-user:before {
    padding: 20px 23px;
    border: 1px solid #205B2D;
    border-radius: 68px;
    background-color: #205B2D;
    color: white;
}
.log i{
    font-size: 40px;
    position: absolute;
    top: -20px;
    left:0;
    right: 0;
    text-align: center;
}
.txt{
    font-size: 16px !important;
}



ul.drp {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-link.logt{
    color: white;
    padding: 0;
}
.nav-man a#navbarDropdown {
    padding: 0;
}
.Manager-Portal form {
    font-size: 16px;
}
ul.drp li .dropdown-toggle::after{
    display: none;
}
ul.drp li .nav-link.logt:focus, .nav-link:hover{
    color: white !important;
}
i.fa.fa-sign-out {
    font-size: 27px;
    padding: 0px;
    border: none;
    color: #205B2D;
}

.sin {
    font-size: 18px;
    font-family: "Raleway";
    display: flex;
    align-items: center;
    gap: 30px;
    min-width: 215px;
    padding: 10px 20px 10px 20px;
}
.res-mag{
    display: none;
}
.icn div {
    flex-basis: 9%;
    padding: 0;
}
ul.noti {
    list-style: none;
    padding: 0;
}
ul.noti {
    list-style: none;
    padding: 0 !important;
}
.noti i {
    padding: 0;
    border: none;
    flex: 0 0 10%;
        opacity: 0.6;
}
.noti li {
    display: flex;
    /* justify-content: space-between; */
    align-items: baseline;
    padding: 0px 8px;
}
.dd {
    min-width: 16rem !important;
    min-width: 20rem !important;
}
.noti li:hover i{
    opacity: 1;
}
.noti .not:hover {
    font-weight: 700 !important;
}
.noti li:hover a.not {
    font-weight: 700 !important;
}
.not,.not:hover{
    flex: 0 0 80%;
    font-family: 'Raleway';
    font-size: 19px;
    font-weight: 500;
    color: black;
    text-decoration: none;
    padding-left: 10px;
}
.cross , .cross:hover{
    color: black;
}
ul.noti li {
    padding-bottom: 10px;
}
i.fa-regular.fa-square-check {
    font-size: 22px;

}
.cc{
    padding: 0px 2px;
}
.active_breadlink {
    font-size: 14px;
    margin: 0px;
    font-weight: 400;
    color: #000000;
}
.list-of-top-links {
    gap: 10px;
}
.report_row {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-bottom: 0px;
}
.report_row:last-child {
    border-bottom: 1px solid #ddd;
}
.report_row .value {
    text-transform: uppercase;
    width: 100px;
    text-align: center;
    padding: 20px 10px;
    border-left: 1px solid #ddd;
    font-weight: bold;
}
.value.no {
    color: red;
}
.value.yes {
    color: green;
}
.comment {
    font-style: italic;
    padding: 10px 15px;
    font-size: 15px;
    width: 100%;
}
.report_row .label {
    padding: 20px 10px;
}

.count {
    text-align: center;
}
.count_inner {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 3px 10px;
}
.count_title {
    margin: 0px;
    text-transform: uppercase;
    font-size: 24px;
}
.count_per {
    font-size: 34px;
    font-weight: 400;
}
.change_per {
    text-align: left;
    color: green;
}
.select2-selection{
    height: 38px;
}
.modal-content .btn-close,#resourceViewModal .btn-close, #vanViewModal .btn-close,#docViewModal .btn-close,#reportViewModal .btn-close{
    right: 20px;
    position: absolute;
    top: 9px;
    z-index: 9999;
}
.type_head {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 15px;
}
.total_cost {
    display: flex;
}
.t_col {
    border: 1px solid #ddd;
    padding: 4px 13px;
}
.t_col {
    border: 1px solid #ddd;
    padding: 4px 13px;
}
.reportFile {
    cursor: pointer;
}
.notification_row {
    display: flex;
    flex-direction: column;
    padding: 25px 0px;
    border-bottom: 1px solid #ddd;
}
.notify_msg {
    text-decoration: none;
    color: #000;
    font-size: 18px;
}
span.notify_date {
    color: #beccbe;
}
.nav_dot {
    position: absolute;
    top: 12px;
    right: 4px;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    background-color: #ff4b25;
    border-radius: 50%;
}
.view_notes {
    cursor: pointer;
}
.van_ownership{
    cursor: pointer;
}
.damagefile:before {
    content: "";
    width: 200px;
    height: 180px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
}
#vanViewModal .modal-content {
    height: 100%;
}
.import_form{
    display: flex;
    width: 100%;
    gap: 20px;
    align-items: center;
}
.import_form .file_input{
    flex: 1;
}
.embed_iframe::before {
    content: "";
    width: 100%;
    background-color: #ffffff00;
    height: 180px;
    position: absolute;
    z-index: 9;
    cursor: pointer;
}
.notes .note {
    display: flex;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
}
.notes .note_text {
    margin: 0px;
    font-size: 18px;
    flex: 1;
    text-transform: none;
}
.damage_image img,.damage_image video,.damage_image iframe {
    width: 200px;
    height: 180px;
}
.damage_image img{
    object-fit: cover;
}
.note_left {
    flex: 1;
}
.doc img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.otherres .doc {
    height: 200px;
}
.otherres .doc img,.otherres .doc video,.otherres .doc iframe{
    height: 100%;
}
.otherres .doc:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 200px;
    z-index: 2;
}
.licenseBox img{
    width: 100%;
    object-fit: contain;
    border: 1px solid #ddd;
    padding: 4px;
}
.licenseBox {
    display: flex;
    gap: 15px;
}
.license_box {
    width: 50%;
    height: 300px;
}
@media (max-width:767px){
    .res-mag{
    display: block;
}
.icn div {
    flex-basis: 9% !important;
    padding: 0 !important;
}
.user i {
    padding: 10px 10px !important;
}
.re-mag {
    margin: 0;
}
i.fa.fa-sign-out {
    font-size: 17px;
    padding: 0px 10px 0px 0px;
    border: none;
}
/* header{
    overflow: hidden;
} */
}  
h1 {
    font-size: 32pt;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}
.export-link a{
    font-weight: 600 !important;
    font-size: 16px;
}

/* new */

.Form-filled-text{
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: black;
}
input.Form-filled-text {
    width: 100%;
    padding: 10px;
    border: 1px solid #D7DFEF;
    box-shadow: none !important;
}
button {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}
input::file-selector-button {
    font-weight: 800;
    color: rgb(14, 14, 14);
    padding: 0.5em;
    border-radius: 3px;
    border:4px solid rgba(128, 128, 128, 0.466);
    padding:10px 20px;
    background-color: #ffffff;
    border-radius: 10px;
    font-family: 'Raleway', sans-serif;
}
.submt{
    font-weight: 700;
    color: #000000;
    padding: 18px 44px;
    background-color: #EBE715 !important;
    border-radius: 20px;
    font-family: 'Raleway', sans-serif;
    border: none;
    font-size: 16px;
}
.license_box{
    width: 50%;
    height: 300px;
    position: relative;
}
.attach_icon {
    cursor: pointer;
}

a.bin {
    text-decoration: none;
}
a.bin i {
    color: black;
    padding: 10px;
    font-size: 17px;
}
.show .ani{
    display: block !important;
}
.ani{
    display: none;
}
/* .bl{
    display: block !important;
} */
/* .cl{
    display: none;
}
.cl{
    display: none;
} */
/* new */

/* personal data */
.data-order-preferences p {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    font-family: 'Raleway';
    padding-bottom: 10px;
}
.data-order-preferences  h2 {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    font-family: "raleway";
    padding-bottom: 30px;
}
.column.moving {
    opacity: 0.25;
    transform: scale(0.8);
}
.column-one .count {
  display: none;
}
.data-order,.icon-down,.icon-up {
    border: 1px solid #EAEAEA;
    color: #000;
    padding: 10px;
    margin-bottom: 20px;
    background: none !important;
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 400;
    border-radius: 5px;
}
.column-one {
    display: flex;
    gap: 5px;
    cursor: all-scroll;
}
.data-order {
    flex-basis: 40%;
}
.light-line {
    opacity: 0.10;
}
.change-password .inputLabel {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #777777;
    margin-bottom: 6px;
    margin-top: 24px;
  }
  .password-input {
      padding: 7px;
      border-radius: 5px;
      border: 1px solid #EAEAEA;
  }
    .inputDiv {
      width: 70%;
      display: flex;
      flex-direction: column;
    }
.grey-btn{
    background-color: #EAEAEA !important;
    color: #777777 !important;
}
/*  */

p {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
a:hover {
    color: #205B2D;
}

.large-text {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.Large-selected-text {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}
.doc_link {
    text-decoration: none;
    color: green;
}
/* header */
header {
    background-color: #205B2D;
    padding: 28px 0px;

}
.salesresources {
    display: flex;
    gap: 20px;
}

.resTypes {
    position: relative;
    display: flex;
    gap: 30px;
    padding-bottom: 25px;
    flex-wrap: wrap;
}
/* Technician report card */

.tech input[type="radio"]:checked + label li {
    background: #EBE715 ;
    color: #000000;
}
.blok{
    display: flex !important;
    flex-direction: column;
    gap: 20px;
}
.techfrm{
    display: none;
}
.tech input[type="radio"] + label{
    padding: 0;
}
.lvl li{
    border: 1px solid #EAEAEA;
}
.tech input[type="radio"]:checked li{
    border: none !important;
}
.tech input[type="radio"] {
    display: none;
}
.tech label{
    /* flex: auto; */
    border-radius: 10px;
}
.numbering-row{
    gap: 4px;
    display: flex;
}
.flex_row{
    gap: 4px;
    display: flex;
}
.flex_row .flex_label {
    width: 100%;
}
.flex_label .table-text{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: 400;
}
/* .second{
    display: none;
}
.third{
    display: none;
} */

/* .dis-none{
    display: none;
} */
label.col-lg-3.col-md-3.col-sm-12 {
    padding: 0;
}
.mod .modal-body {
    text-align: left;
    padding: 50px 20px;
}
.modal-body {
    padding: 50px 0px 89px 0px;
}
.modal-body h3{
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}
.modal-body h4{
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
}
.modal-dialog{
    max-width: 800px;
    text-align: center;
}
.modal-header{
    border: 0;
}
.close-wind{
    background: #EBE715 ;
    padding: 20px 60px;
    border: none;
    border-radius: 10px;
    margin-top: 50px;
}
button.next.fp {
    background: #EAEAEA;
    border: none;
    padding: 15px 60px;
    border-radius: 20px;
    color: #777777;
    font-weight: 600;
    font-family: 'Raleway';
}
.nxt{
    gap: 10px;
}
button.Previous.fp {
    background: #EBE715;
    border: none;
    padding: 15px 60px;
    border-radius: 20px;
    color: #000000;
    font-weight: 800;
    font-family: 'Raleway';
}
.progres ul {
    list-style: none;
    padding: 0;
    margin: 30px 0px;
    position: relative;
}
.tech{
    width: 100%;
}
.progres ul li {
    border: 1px solid #A8A8A8;
    width: 20px;
    border-radius: 54px;
    height: 20px;
    background: white;
    z-index: 1;
}

.progres ul li.frst::before {
    content: "";
    height: 1px;
    background-color: #A8A8A8;
    position: absolute;
    z-index: 0;
    width: 45%;
    top: 47%;
    left: 19px;
}
.progres ul li.snd::before {
    content: "";
    height: 1px;
    background-color: #A8A8A8;
    position: absolute;
    z-index: 0;
    width: 45%;
    top: 47%;
    right: 19px;
}

.progres.container {
    max-width: 680px;
}

.current{
    background: #205B2D !important;
}
.current::before {
    background: #205B2D !important;
    transition: ease 0.5s;
}
.box ul {
    
    list-style: none;
    padding: 0;
    
    margin: 0;
}
.box ul li {
    text-align: center;
    border-radius: 7px;
    padding: 11px 5px;
    font-size: 14px !important;
    border: 1px solid #EAEAEA;
    cursor: pointer;
    line-height: 16px;
}

.tech .Form-label {
    margin-bottom: 6px;
}
.lev.rate.box li {
    color: black;
}
.table-text{
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    color: #777777;
}
.numbering-row li.table-text {
    width: 100%;
}

@media(min-width:992px){
    .gr-scnd-labels li{
        height: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .van-damage-section li.table-text {
        height: 125px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .equipment-section li.table-text {
        height: 194px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media(max-width:500px){
    .cc-numbers{
        width: min-content;
        float: left;
    }
    .cc-numbers .numbering-row{
        flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    }
    .gr-mobile {
        position: relative;
        left: 10px;
    }
    .gr-scnd-labels {
        gap: 4px;
    }
    .equip-section-third{
        width: min-content;
        float: left;
    }
    .equip-section-third .numbering-row{
        flex-wrap: wrap;
    flex-direction: column;
    gap: 28px;
    }
    .van-section-third .van-damage-section{
        gap: 4px;
    }
    .van-section-third{
        position: relative;
        left: 10px;
    }
    .E-section-third{
        position: relative;
        left: 10px;
        top: 15px;
    }
    .E-section-third .equipment-section{
        gap: 4px;
    }
    .equipsec-section-third{
        width: min-content;
        float: left;
    }
    .equipsec-section-third .numbering-row{
        flex-wrap: wrap;
    flex-direction: column;
    gap: 38px;
    }
    .maintenance-sec{
        width: min-content;
        float: left;
    }
    .maintenance-sec .maintenancesec-sec{
        flex-wrap: wrap;
    flex-direction: column;
    gap: 38px;
    }
    .maintenance-sec ul.row.lvl {
        gap: 10px;
    }
    .maintenancesec-sec .row{
        gap: 10px;
    }
}


.box .col-3,.box .col-4{
    padding: 0;
}

.lev input.Form-filled-text{
    padding: 7px;
    border-radius: 7px;
    border: 1px solid #EAEAEA;
}
.lev input.Form-filled-text:focus-visible{
    outline: none;
}

.logo img {
    position: absolute;
    top: 10px;
}

.search input {
    background: transparent;
    border: 1px solid #FFFFFF;
    padding: 12px 0px 12px 70px;
    color: white;
    border-radius: 10px;
}

.search {
    position: relative;
}
.res_type {
    font-weight: 200;
}
.google_link {
    text-decoration: none;
    font-weight: 600;
}
.address_name {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 6px;
}
.notify_title{
    display: contents;
}
.notify_title a{
    text-decoration: none;
    color: green;
}
#service_mapholder iframe{
    width:100%;
}
.map_link {
    margin: 0px;
    font-weight: 600;
    color: #205B2D;
    margin-bottom: 5px;
    cursor: pointer;
    display: block;
    width: 100%;
    text-decoration: none;
}
.servicemap_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.sales_resource {
    margin-bottom: 2px;
}
.search button.search-icn {
    background: transparent;
    border: none;
    position: absolute;
    top: 14px;
    left: 29px;
    color: white;
    padding: 0px;
}

.search input:focus {
    background: transparent !important;
    color: white;
}

.search button.search-icn i {
    font-size: 24px;
}

.search ::placeholder {
    color: white;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}

.contact-info {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 24px;
    font-weight: 600;
}

.contact-info i {
    padding-right: 12px;
}

.user {
    color: white;
    font-size: 24px;
    padding: 0;
}

.user i {
    padding: 15px 17px;
    border: 1px solid white;
    border-radius: 30px;
}

/* header */

/* section */
.main {
    padding-top: 50px;
}
.techfrm a{
color: inherit;
text-decoration: nonw;
}
.fst {
    text-transform: uppercase;
}

.nav-col {
    border: 1px solid #EAEAEA;
    padding: 0;
}

.nav-man ul {
    list-style: none;
    padding: 0;
}



.nav-man img {
    padding-right: 20px;
}

.nav-man a {
    color: #777777;
    text-decoration: none;
}
.posit {
    justify-content: space-between !important;
    align-items: center !important;
    position: relative;
}
.nav-man a.active {
    color: black;
    text-decoration: none;
}

.nav-man a img {
    opacity: 0.5;
}

.nav-man a.active img {
    opacity: 1;
}

/* footer  */
footer {
    background-color: #205B2D;
    padding: 48px 0px;
}

.fot {
    color: white;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.fot i {
    padding-right: 10px;
}

.fot p {
    padding-top: 5px;
}


/* Employees Technicians Styling */
@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-Regular.otf") format("opentype");
}

@font-face {
    font-family: 'Proxima Nova';
    font-weight: bold;
    src: url("../fonts/ProximaNovaBold.otf") format("opentype");
}

@font-face {
    font-family: 'Proxima Nova bold';
    font-weight: bolder;
    src: url("../fonts/ProximaNovaExtrabold.otf") format("opentype");
}

@font-face {
    font-family: 'Proxima Nova';
    font-weight: light;
    src: url("../fonts/ProximaNovaThin.otf") format("opentype");
}
@font-face {
    font-family: 'ProximaNova';
    src: url("../fonts/ProximaNovaRegular.otf");
}
@font-face {
    font-family: 'ProximaNova bold';
    src: url("../fonts/ProximaNovaBold.otf") format("opentype");
}


.bread_link {
    font-weight: bolder;
    font-family: ProximaNova;
    text-decoration: none;
    font-size: 14px;
}
.employee-details .block_title{
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
}
.yellow-box {
    background-color: #EBE715;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 10px;
}

.yellow-box h2 {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.yellow-box p {
    font-weight: 400;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    font-family: 'Proxima Nova';
}
.sideHead .username{
    font-size: 18px;
    font-weight: 700;
}
.nav-man li h3{
    text-transform: capitalize;
    font-size: 18px;
    margin: 0px;
    font-weight: 400;
}
th.green,td.green {
    color: #205B2D;
    font-weight: 600;
}
th.fw-normal,td.fw-normal {
    color: #777777;
}
.textlight{
    color: #777777;
}
.table-wrapper td{
    font-size: 16px;
}
.nav-man li {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
}
.nav-col {
    border: 1px solid #EAEAEA;
    padding: 0;
}
.nav-man ul {
    margin-bottom: 0;
}
.dark-green{
    color: #205B2D !important;
}
.employee-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    padding-top: 20px;

}
.employee-details .label {
    font-weight: 400;
    font-size: 16px;
    margin: 0px;
}
.employee-details .empval {
    color: #000000;
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
}
.table-wrapper {
    width: 100%;
    overflow: auto;
}
.table-wrapper .green a{
    text-decoration: none;
    color: #205B2D;
    font-weight: 600;
}
.form-reports .form-control:focus,.form-reports .form-select:focus, .form-reports button.btn.btn-grey:focus,.form-submit-modal .btn-close:focus,.form-select:focus {
    
    border-color: #b1afaf26 !important;
    
    box-shadow: 0 10px 10px -3.25px rgb(0 0 0 / 8%) !important;
}
.btn-grey{
    background: #EAEAEA;
border-radius: 20px;
padding: 15px 50px;
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
color: #777777;
}
.form-reports label{
    font-family: 'Proxima Nova';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 100%;
color: #777777;
}
.form-reports .form-control,.form-reports .form-select{
    border: 1px solid #EAEAEA !important;
border-radius: 5px !important;
}
#exampleModal-form h5{
    font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 100%;
text-align: center;
color: #000000;
}
.form-submit-modal .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.form-submit-modal .modal-header{
    padding: 4rem 3rem;
    border: 0;
}
.form-submit-modal .modal-footer{
    border: 0;
}
.form-submit-modal button.btn.btn-yellow {
    background: #EBE715;
    border-radius: 20px;
    padding: 15px 40px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.form-submit-modal .modal-dialog{
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
border-radius: 5px;
}
.modal-backdrop.show {
    opacity: 0;
}
img.employee-icon{
    filter: grayscale(1);
}

@media(max-width:500px){
    .linking-row h4{
        font-size: 14px;
    }
    .linking-row{
        margin-top: 20px;
    }
}

@media (min-width: 576px){
.contractModal .modal-dialog {
    max-width: 852px;
}
.contractModal .modal-content {
    padding: 60px;
}
}
/* Operations Resources */
.details-of-selected-option h4 {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.details-card{
    margin: 10px 0;
}
.detail-links li{
    font-family: 'Proxima Nova';
margin: 15px 0;
font-weight: 600;
}
.employee-details .form-select{
    border: 1px solid #ced4da73;
}
#nav-tabGraph button {
    width: 135px;
    color: #667080  !important;
}

#nav-tabGraph button.nav-link {
    width: 135px;
    border: 0px !important;
    color: #667080  !important;
    font-size: 14px;

}

#nav-tabGraph button.nav-link.active {
    border-bottom: 2px solid #667080 !important;
  
    font-weight: 500;
}
div#nav-tabContentGraph {
    margin: 20px auto;
}
.contact-info a.cel {
    color: #fff;
    text-decoration: none;
}
.user i.fa-solid.fa-magnifying-glass.re-mag {
    display: none;
}
.user {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}
.contact-info{
    text-align: center;
}
.src {
    transition: ease 0.5s;
    transform: translateY(-91px);
    z-index: -1;
    position: relative;
    background-color: #205B2D;
    width: 100%;
}
button.btn.btn-grey:focus, button.btn.btn-grey:hover {
    background: #EBE715;
}
.mob_menu_icon{
    display: none;
}
@media(max-width:992px){
    .user i.fa-solid.fa-magnifying-glass.re-mag{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        padding: 10px;

    }
    .user i{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        padding: 10px;
    }
    
    .search{
        display: none;
    }
    .logo img{
        position: static;
    }
    header {
        padding: 8px 0px;
    }
        .sr{
            display: block;
        }
        .user {
            text-align: right !important;
        }
        .search.sr {
            padding-top: 20px;
            padding-bottom: 20px;
        }
        .src {
            transition: ease 0.5s;
            transform: translateY(-91px);
            z-index: -1;
            position: relative;
            background-color: #205B2D;
            width: 100%;
        }
        .src .search input{
            padding: 12px 0px 12px 30px !important;
        }
        .src.active {
            transform: translateY(0px);
            z-index: 0;
        }
        .contact-info{
            text-align: left;
        }
        
}
@media(max-width:767px){ 
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    ul.row.fl-break label {
        /* display: block; */
        flex: 0 0 100%;
    }
    .nxt {
        text-align: center;
    }
    .contact-info {
            font-size: 16px;
        }
        .user {
            font-size: 16px;
        }
        .re-mag {
            margin-right: 10px;
        }
        .src{
            position: absolute;
            z-index: 0;
            top: 0;
        }
        .fot{
            font-size: 16px;
        }
        footer p {
            font-size: 14px;
        }
        footer {
            background-color: #205B2D;
            padding: 33px 0px;
        }
        .fot-lo{
            display: none;
        }
        .progres ul li.snd::before{
            width: 41%;
        }
        .progres ul li.frst::before{
            width: 41%;
        }
        .img-fot{
            display: block;
            padding: 0px 15px;
            flex: 0 0 30%;
        }
        footer {
            display: flex;
        }
    .nav-man .clr img{
            opacity: 1 !important;
        }
        
        .src.active {
            transform: translateY(65px);
            z-index: 0;
        }
        .user i.fa-solid.fa-magnifying-glass.re-mag{
            display: flex;
            justify-content: center;
            align-items: center;
            width: 45px;
            height: 45px;
            padding: 10px;
    
        }
        .user i{
            display: flex;
            justify-content: center;
            align-items: center;
            width: 45px;
            height: 45px;
            padding: 10px;
        }
    }
    @media(min-width:768px){
        .img-fot{
            display: none;
        }
    }
    @media(max-width:500px){
        .logo {
            flex: 0 0 20%;
        }
        .contact-info {
            flex: 0 0 45%;
        }
        .user {
            flex: 0 0 35%;
        }
        .contact-info i {
            padding-right: 2px;
            font-size: 13px;
        }
        .contact-info {
            font-size: 14px;
        }
        .user i.fa-solid.fa-magnifying-glass.re-mag{
            display: flex;
            justify-content: center;
            align-items: center;
            width: 40px;
            height: 40px;
            padding: 10px;
    
        }
        .user i{
            display: flex;
            justify-content: center;
            align-items: center;
            width: 40px;
            height: 40px;
            padding: 10px;
        }
        .contractModal .modal-content {
            padding: 10px;
        }
        img.left-back-icon {
            width: auto;
        }
        .fs-small-sm h4{
            font-size: 10pt;
        }
        #exampleModal-form h5{
            font-size: 18px;
            line-height: 125%;
        }
        .graph-tabs {
            width: 100%;
        }
        
        div#nav-tabGraph {
            flex-wrap: nowrap;
            overflow-x: auto;
            overflow-y: hidden;
        }
        
        
    }
   @media(max-width:676px){
    .row.gx-5{
        --bs-gutter-x:0rem !important;
    }
    .posit{
        flex-wrap: inherit !important;
    }
   }
@media(min-width:1024px){
    .icn {
        gap: 30px;
    }
}
@media(max-width:992px){
    i.fa-solid.fa-magnifying-glass.re-mag{
        display: initial;
    }
    .search{
        display: none;
    }
    .logo img{
        position: static;
    }
    header {
        padding: 8px 0px;
    }
        .sr{
            display: block;
        }
        .user {
            text-align: right !important;
        }
        .search.sr {
            padding-top: 20px;
            padding-bottom: 20px;
        }
        .src {
            transition: ease 0.5s;
            transform: translateY(-91px);
            z-index: 0;
            position: relative;
            background-color: #205B2D;
            width: 100%;
        }
        .src .search input{
            padding: 12px 0px 12px 30px !important;
        }
        .src.active {
            transform: translateY(0px);
            z-index: 0;
        }
        .header-content {
            padding: 0px 10px;
        }
}
@media(max-width:767px){
    .mob_menu_icon {
        display: block;
        padding: 5px 10px;
    }
    .mob_menu_icon .fa-bars{
        font-size: 25px;
    }
    .side_menu{
        display: none;
    }
    .sideHead {
        padding: 14px 0px !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .user_info {
        padding: 0px 10px;
    }
    .license_box {
        width: 100%;
    }
    .licenseBox {
        flex-direction: column;
    }
    .btn_head {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    .contact-info {
        font-size: 16px;
    }
    .user {
        font-size: 16px;
    }
    .re-mag {
        margin-right: 10px;
    }
    .src{
        position: absolute;
        z-index: 0;
        top: 0;
    }
    h1{
        font-size: 24px;
    }
    h2{
        font-size: 20px;
    }
    .wel {
        padding: 15px;
    }
    .res-hide{
        display: block;
        padding: 15px;
    }
    .wel{
        display: none;
    }
    .fot{
        font-size: 16px;
    }
    footer p {
        font-size: 14px;
    }
    footer {
        background-color: #205B2D;
        padding: 33px 0px;
    }
    .fot-lo{
        display: none;
    }
    .img-fot{
        display: block;
        padding: 0px 15px;
        flex: 0 0 30%;
    }
    footer {
        display: flex;
    }
    .right-cont {
        padding-left: 15px;
    }
    .breadcrumbs span{
        font-size: 12pt;
        font-family: 'Raleway', sans-serif;
        color: #777777;
        font-weight: 400;
    }
    .breadcrumbs .home{
        font-size: 12pt;
        font-family: 'Raleway', sans-serif;
        color: #777777 !important;
        font-weight: 400;
    }
    .lnk{
        color: black;
    }
    .breadcrumbs a{
        text-decoration: none;
    }
    section.container.breadcrumbs {
        padding: 35px 15px;
    }
    .sec {
        padding: 0px 0px 50px 0px !important;
    }
    a.clr li{
        color: black !important;
    }
    .nav-man .clr img{
        opacity: 1 !important;
    }
    .src.active {
        transform: translateY(65px);
        z-index: 0;
    }
    
    .text-frm {
        padding: 20px 10px;
    }
    .log {
        flex: 0 0 98%;
    }
    .ht{
        padding-top: 50px;
    }
}
@media(max-width:500px){
    .logo {
        flex: 0 0 20%;
    }
    .contact-info {
        flex: 0 0 45%;
    }
    .user {
        flex: 0 0 35%;
    }
}

.log button {
    display: flex;
    margin: 0 auto;
}







