body{    
    font-family: Ubuntu;
    margin:0;
}

.topMenu{
    padding:10px;   
    min-height: 38px;
    text-align: center;
}

.topMenu img{
    width:150px;
}

.topMenu .account{
    max-width: 600px;
    float:right;
    text-align: right;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 10px;
    padding-left: 10px; 
    font-size: 16px;
}

.topMenu .photo{
    margin-left: 10px;
    width:38px;    
    height:38px;    
    border-radius: 50%;
    object-fit: cover;      
    vertical-align: middle;
}

.bigForm{
    width:70% !important;
}

.forms{
    padding:30px;
    width:60%;
    text-align: left;
    margin:0 auto;    
    border-radius: 8px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.forms a{
    text-decoration: none;
}

.forms .title{
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 500;
}

.forms .miniTitle{
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
}

.forms .formTitle{
    font-size: 16px;
    font-weight: 500;   
}

.forms .createAcc{
    margin-top: 25px;
    font-weight: 500;
    text-align: center;   
}

.forms .createAcc a{
    font-size: 16px;
}

.forms input[type=text],.forms input[type=password],.forms input[type=email],.forms input[type=number],.forms select,.forms textarea,.forms input[type=datetime-local],.forms input[type=date]{
    width: 98%;
    height: 58px;
    border-radius: 5px;    
    font-size: 18px;
    font-weight: 400;        
    padding-left: 20px;
    border:0;
    margin-bottom: 20px;
    margin-top: 10px;    
}

.forms textarea{
    height:30px;
    padding:10px;    
    line-height: 1.2;
}

.forms .mobile input[type=number]{
    width:54%;
    margin-left:10px;
    appearance: textfield;
    -webkit-appearance: textfield;    
}

.forms .mobile select{
    width:40%;
}

.forms select{
    width:100%;
}

.forms input[type=submit],.forms .myButton{
    width: 100%;
    height: 50px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;    
    padding-left: 10px;    
    border:0;
    cursor: pointer;
}

.forms .g-recaptcha{
    width:280px;
    margin:0 auto;
    text-align: center;
}

.forms .termsAndConditions,.forms .responsibility{
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
    line-height: 30px;
}

.forms .termsAndConditions .terms{
    font-size: 20px;
}

.forms .responsibility{
    text-align: left;
}

.forms .linkNotice{
    font-weight: 500;
}

.forms input[type=checkbox]{
    width:20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.forms input[type=file]{
    width: 97%;
    border-radius: 5px;
    padding:15px;
    margin-top: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

.forms .goBack{
    font-size: 25px;
    float:left;
    position: absolute;
    margin-top: -5px;
    padding:5px;
    padding-left:10px;
    padding-right:10px;
    border-radius: 5px;
}

.edit{
    width: 75%;
}

.noticeLogout{
    font-weight: 500;
}

.forms .double{
    margin-top: 20px;
}
.forms .double span{
    position: absolute;    
    margin-top: -12px;
    margin-left: 2px;
}

.forms .double select{
    width:48.5%;
}

.forms .double input{
    width:47.7%;
}

.forms .searchDouble input{
    width:92%;  
}

.forms .searchDouble #search{    
    width:5%;
    height:44px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 27px;
    font-weight: 500;
    float:right;
    padding-top: 14px;
    text-align: center;
    margin-top: 10px;
}

.forms #addNewCompany{    
    float: right;
    margin-bottom: 45px;
    font-weight: 500;
    cursor: pointer;
}

.forms hr{    
    margin-bottom: 25px;
}

.forms #delete{
    margin-top: 30px;
}

.forms .numberOfVehicleDiv{
    display: none;
}

.forms .suppliersTable{
    width: 50%;
    margin-top: 10px;       
}

.forms .verifyButton .cancel{
    padding:13px;
    border-radius: 5px;
    text-align: center;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 500;    
}    

.forms .loginWith{
    margin-bottom: 10px;
}

.forms .loginWith .btn{
    padding:10px;    
    margin-right: 10px;    
    border-radius: 5px;    
}

.forms .loginWith .active{
    font-weight: 500;
}

.forms .changeImage{
    cursor: pointer;
    float: right;
    right: 84px;
    position: relative;
    width: 10px;
}

.forms .changeImage img{
    width:100px !important;    
    height:100px;    
    border-radius: 50%;
    object-fit: cover;  
    margin-bottom: 10px;
    cursor: pointer;
}

.forms .camera{
    font-size: 20px;
    width:20px !important;    
    height:20px;    
    border-radius: 50%;    
    padding:10px;
    top: -41px;
    position:relative;
}

.forms .changeImage input[type=file]{    
    width: 100%;    
    visibility: hidden;
    height: 0px;  
}


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

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

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

.slider.round:before {
  border-radius: 50%;
}

.edit{
    width:65%;
}

.otc {
    position: relative;
    margin: 0 auto;
    margin-bottom: 25px;
}

.otc fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.otc fieldset div {
    display: flex;
    align-items: center;
}

.otc input[type="number"] {
    width: 18%;
    line-height: 1;
    margin: .1em;
    padding: 1px;
    font-size: 2.65em;
    text-align: center;
    appearance: textfield;
    -webkit-appearance: textfield;
    border-radius: 4px;
    background-blend-mode: normal;        
}

.otc input::-webkit-outer-spin-button,
.otc input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 2 group of 3 items */
.otc input[type="number"]:nth-child(n+4) {
    order: 2;
}

.otc label {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.verticalMenu{
    width:170px;
    height:100vh;
    position: fixed;
    margin:0 auto;
    top:0px;    
    z-index: 999;     
    overflow: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.verticalMenu .sideMenu{
    text-align: left;
    float: left;
    top:0px;
    position: relative;
    cursor:pointer;
}

.verticalMenu .sideMenu i{
    font-size:30px;
}

.verticalMenu .logo{
    cursor: pointer;
    text-align: center;
}

.verticalMenu img{
    width:200px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top:5px;
    margin-bottom: 5px;
}

.verticalMenu .myOption{
    min-height:50px;
    max-height:50px;    
    margin-bottom:5px;
    font-size: 14px;      
    font-weight: 500;
}

.verticalMenu .seperate{
    font-size: 15px;
    font-weight: bold;
}

.verticalMenu .seperate .items{    
    line-height: 40px;
}

.verticalMenu .items{
    line-height:48px;
    position: relative;
    padding-left:10px;
}

.verticalMenu a{
    text-decoration: none;    
}

.verticalMenu i{
    vertical-align: middle;
    font-size: 20px;
    margin-right: 10px;
}

.headTitle{
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left:5px;
}

.headTitle .big{
    font-size: 16px;    
    font-weight: 500;
}

.headTitle .small{
    font-size: 22px;
}

.box{
    width:99%;    
    text-align: left;  
    padding:10px;
}

.box a{
    text-decoration: none;
}

.tableTitle{
    font-size: 22px;
    font-weight: 500;
    padding:10px;  
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}

.addButton{
    width:100px;    
    font-size: 14px;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    float:right;
}

.search{
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: left;
}

.search input[type=text]{
    padding-top:15px;
    padding-bottom:15px;
    width:calc(100% - 65px);   
    font-size: 15px;
    padding-left:60px;
}

.search .bi-search{
    position: absolute;
    padding: 15px;
    font-size: 17px;    
}

.mainTable{
    width:100%;
    border-collapse: collapse; 
    margin:0 auto;
}

.mainTable .photo{
    width:40px;
    height:40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
    vertical-align: middle;
}

.mainTable .green,.mainTable .red,.mainTable .yellow{
    font-weight: 500;    
}

.mainTable a{    
    text-decoration: none;
}

.mainTable .head{
    cursor: pointer;
}

.mainTable th{
    font-size: 16px;
    min-width: 40px;
    font-weight: 500;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    
}

.mainTable td{
    font-size: 16px;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10px;
    text-align: center;    
}

.mainTable thead{
    font-size: 16px;
    font-weight: 500;
}

.mainTable .companyBtn{
    width:80px;
    padding:10px;
    border-radius: 10px;   
    float:left;
    margin-right: 10px;
    margin-top: 5px;
}

.memberInfo{
    width:100%;   
    height: 100px;
}

.banner{
    margin-top: 5px;
    width:385px;
    height:60px;    
    padding:10px;
    border-radius: 8px;
    float:left;
    margin-right:10px;
}

.banner .left{
    float:left;    
}

.banner .right{
    float:right;    
}

.banner .icon{
    float:left;
    margin-left:10px;    
    padding-top: 5px;
    font-size: 50px;
}

.banner .stats{
    margin-left: 100px;
    padding-top: 8px;
}

.banner .number{
    font-size: 22px;
    font-weight: 500;
}

.banner .title{
    font-weight: 500;
}

/* Custom styles for the datepicker */
.datepicker {
    display: inline-block;
}

/* Custom styles for the datepicker calendar */
.ui-datepicker {
    border-radius: 5px;
}

/* Custom styles for the datepicker title */
.ui-datepicker-title {
    font-weight: bold;
}

/* Custom styles for the datepicker days */
.ui-datepicker-calendar {
    border-collapse: collapse;
    width: 100%;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    padding: 5px;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-highlight {
    border-radius: 10px;
    text-align: center;
    margin-left: 2px;        
}

.ui-datepicker-calendar .ui-state-active {
    border-radius: 10px;
    text-align: center;        
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    border:0px;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
    width: 45%;
    margin-left: 3px;        
}

.multi-step-header {
    padding: 20px 0;
    text-align: center;
}

.step {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    margin: 0 10px;
}

.step-number {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
}

.step::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 5px);
    transform: translateY(-50%);
    width: 50%;
    height: 2px;
}

.step:last-child::after {
    display: none;
}

.waiting{
    width:50%;
    padding-bottom:40px;
    margin:0 auto;
    margin-top: 15px;
    border-radius: 5px;
    text-align: center;
}

.waiting a{
    text-decoration: none;
}

.waiting .title{
    padding: 20px;    
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
}

.waiting lord-icon{
    width:300px;
    height:300px;
    text-align: center;
}

.waiting .miniTitle{
    font-size: 20px;
    font-weight: bold;    
}

.memberPage{
    width:98%;
    height:92vh;
    padding:10px;
    margin-top: 5px;
    border-radius: 5px;
}

.memberPage .head{
    width:100%;    
    height:90px;
}

.memberPage .head .photo{
    width:80px;
    height:80px;    
    border-radius: 50%;
    object-fit: cover;
}

.memberPage .head .left{
    float:left;
    margin-left: 10px;
}

.memberPage .head .fullname{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.memberPage .head .vat{
    font-size: 16px;
    font-weight: 500;       
}

.memberPage .head .companyDetails{
    margin-top: 8px;
    line-height: 25px;
}

.memberPage .head .role{
    font-size: 14px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:10px;
    border-radius: 10px;
    margin-left: 5px;
    font-weight: 500;    
}

.memberPage .infoForm{
    padding-top: 5px;
}

.memberPage .infoForm a{
    text-decoration: none;
}

.memberPage .chPhoto,.memberPage .infoForm .myBtn{
    font-weight: 500;
    padding:10px;
    border-radius: 10px;
    text-decoration: none;
}

.memberPage .infoForm .myBtn{
    font-size: 16px;
    text-align: center;
}

.memberPage .infoForm{   
    padding:20px;
    border-radius: 10px;    
    margin-top: 20px; 
    padding-top: 25px;
}

.memberPage .infoForm .title{
    font-size: 20px;
    font-weight: 500;
}

.memberPage .infoForm .title .bi{    
    font-size: 25px;
    border-radius: 50%;
    padding:10px;
    vertical-align: middle;
    margin-right: 10px;
}

.memberPage .infoForm .right{    
    position: relative;
    float: right;
    margin-top: -35px;
}

.memberPage .infoForm .bi-pencil,.memberPage .infoForm .bi-cloud-arrow-up-fill{
    margin-right: 5px;
    vertical-align: middle;    
}

.memberPage .formTitle{
    font-size: 16px;
    font-weight: 500;   
}

.memberPage .infoForm .basicTable{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 30px;    
    padding-left: 12px;
}

.memberPage .infoForm .basicTable .files{
    float:unset;
    margin-top: unset;
    width:80%;
    padding:5px;
}

.memberPage .infoForm .basicTable .myBtn i{
    font-size: 18px !important;
    vertical-align: middle;
}

.memberPage .infoForm .basicTable .myBtn{
    width:65%;
    margin-top: 5px;
    padding:8px !important;
}

.memberPage .infoForm .mainTable{
    margin-top: 20px;
}

.memberPage .infoForm .mainTable .small{
    width:200px;
}

.memberPage .infoForm .mainTable .medium{
    width:450px;
}

.memberPage .filesTable td .myBtn{
    margin: 0 auto;
}

.memberPage .infoForm .mainTable td{
    padding-top:10px;
    padding-bottom:10px;
}

.memberPage .data{
    width:70%;
    padding-top:10px;
    padding-bottom:10px;
    border:unset;
    font-size: 17px;     
}

.memberPage .data i{
    margin-right: 5px;
}

.memberPage .files{
    float:right;
    margin-top: 25px;
    font-size: 16px;
    border-radius: 8px;
    padding:10px;        
    margin-right:10px;
    font-weight: 500;
}

.memberPage .files i{
    font-size: 20px;
    vertical-align: inherit;
    margin-right: 5px;
}

.myButton{
    border-radius: 5px;
    padding:10px;
    font-weight: 500;
    width:80%;    
    margin-left:5px;
    text-align: center;
}

.myButton i{
    margin-right: 10px;
}