
@import url('/font-googleapi.css');
@import url('/awb.base.css');
@import url('/awb.utli.css');


html,
body {
    font-family: var(--co-body-fonts);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    background-color: var(--co-bg);
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    letter-spacing: 0.3px;
}

a {
    text-decoration: none;
}

p {
    font-size: 0.7rem;
    color: var(--co-text);
    line-height: 18px;
}

html,
body main {
    padding-bottom: 20px;
}

.input-text {
    border-radius: 0px;
    background-color: var(--co-input-box);
    border: 1px solid #ccc;
    height: 36px;
    font-size: 0.8rem;
    padding: 7px;
}

.form-control {
font-size: 0.8rem;
}

textarea:focus-visible ,input-date:focus-visible {
    outline: none !important;
   }

 .input-date:focus ,.input-text:focus{
    color: none !important;
    outline: none !important;
    box-shadow: none !important;
     border: 1px solid var(--co-border);
  
   }

.input-search {
    background-image: url('/search_fill.svg');
    background-repeat: no-repeat;
    background-position: 97% 10px;
    height: 35px;
    border-radius: 0px;
    border: 1px solid var(--co-border);
}

.input-search:focus ,.input-text:focus,[type="text"]:focus {
    color: none !important;
    background-color: none !important;
    border-color: none !important;
    outline: none !important;
    box-shadow: none !important;
     border: 1px solid var(--co-border);
}

.input-text:focus {
    color: none !important;
    background-color: none !important;
    border-color: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.input-label {
    font-size: 0.8rem !important;
    color: var(--co-text-label);
    padding-bottom: 8px;
    font-weight: 500;
}

.input-select {
    height: 33px;
    width: 100%;
    background-color: var(--co-input-box);
    border: 1px solid #ccc;
    font-size: 0.8rem;
    padding: 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('/awb.downarrow.png');
    background-repeat: no-repeat;
    background-position: 97% 14px;
    background-size: 10px;
}

.input-select:focus-visible {
    outline: none;
}

.form-group {
    margin: 0.3rem 0px;
}

.no-padding {
    padding: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.btn {
    background-color: var(--co-primary);
    color: var(--co-white);
    border-radius: 5px;
    font-size: 0.7rem;
    width: 100%;
    padding: 10px 0px;
    border: none;
    font-weight: 600;
    height: 35px;
}

.btn:hover, .btn:focus, .btn.focus {
    background-color: var(--co-btn-hover);
    color: var(--co-white);
}

.required::after {
    content: "*";
    color: #E41E2A;
    left: 5px;
    top: -4px;
    position: relative;
}


.form-check-input {
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #ccc;

}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: none !important;
    background-color: #E41E2A !important;
    border: 3px solid #fff;
    outline: 1px solid #ccc;
}

.form-check-input:checked {
    border-color: #ffffff;
    border-width: 3px;
}

.form-check-input:focus {
    box-shadow: none !important;
    outline: 1 !important
}

.select2 {
    display: none !important;

}

textarea {
    border-radius: 0px;
    background-color: var(--co-input-box);
    border: 1px solid #ccc;
    height: 36px !important; 
    font-size: 0.7rem;
    padding: 7px;
    width: 100%;
    min-height: 49px;
    margin: 0px !important;
    color: var(--co-text);
}

.custom-modal {}

.custom-modal .modal-content {
    border-radius: 5px !important;
    border: 1px solid var(--co-border);
}

.custom-modal .modal-header {
    padding: 9px 14px 8px 14px;
}


.custom-modal .close {
    border: none !important;
    background-color: transparent;
}

.custom-modal .close span {
    font-weight: 200;
}

.custom-modal .modal-title {
    font-size: 1rem;
}


.custom-modal .modal-header:before, .modal-header:after {
    content: "";
    display: none !important;
}
.custom-tabs {
    border: none;
}

.custom-tabs button :hover,
.custom-tabs button:active,
.custom-tabs button.nav-tabs.nav-link:focus,
.custom-tabs button.nav-tabs .nav-link:hover {
    border: none !important;
}

.custom-tabs button {
    border: none;
    font-size: 0.8rem;
    color: var(--co-text);
    padding: 0px;
    padding-bottom: 10px;
    margin-left: 10%;
    border: transparent !important;
}

.custom-tabs button:nth-child(1) {
    margin-left: 0px !important;
}

.custom-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none !important;
    border-bottom: 2px solid var(--co-primary) !important
}

.custom-tabs #nav-tabContent {
    margin-top: 22px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: transparent;
    color: var(--co-text)
}


#confirm .modal-body .icon {
    font-size: 3rem;
    color: var(--co-primary);
    float: left;
    margin-right: 11px;
    position: relative;
    top: -3px;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    background-color: transparent;
}
#confirm h3 {
    font-size: 01rem;
    font-weight: 600;
}

.cancel {
    background-color: transparent;
    border: none;
}

.cancel:hover{
    background-color: transparent;
    border: none;
}
#confirm .modal-footer button {
    display: table;
    width: 77px;
}


 button.btn.btn-primary.cancel {
    color:var(--co-text);
}

#success .modal-body .icon {
    font-size: 3rem;
    color: var(--co-sucess);
    float: left;
    margin-right: 11px;
    position: relative;
    top: -3px;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    background-color: transparent;
}
#success h3 {
    font-size: 01rem;
    font-weight: 600;
}

.cancel {
    background-color: transparent;
    border: none;
}

.cancel:hover{
    background-color: transparent;
    border: none;
}
#success .modal-footer button {
    display: table;
    width: 77px;
}


.pagination-box{

}
.pagination-box ul.pagination {
    float: right;
    font-size: 0.7rem;
}
.pagination-box li{
    padding: 0px;
    border: 1px solid var(--co-border);
    background-color: #fff;
    margin: 3px;
    border-radius: 4px;
    cursor: pointer;
    color: var(--co-text);
}
.pagination-box .page__text{
    border: none;
    background-color: transparent;
}
.page__btn{
    padding: 4px 3px 0px 3px !important;
}
.page__btn span{
    font-size: 1rem;
    margin: 0px;
}

.page__numbers.active{
    background-color: var(--co-primary);
    color: #fff !important;
}
.page__btn-select{

}
.page__btn-select select{
    border: none;
    color: var(--co-text)
    
}
.page__btn-select select:focus-visible{
    outline: none !important;
}

.btn-default {     
    background-color: var(--co-primary) !important;    
    color: #fff !important;
}

.pagination>li>a{
    padding: 4px 9px 0px 9px;
    border: 1px solid var(--co-border);
    background-color: #fff;
    border-radius: 0px;
    color: var(--co-text);
    margin: 0px !important;
    height:100%;
}

/*** custom-table  **/

.custom-table{

}
.btns{
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
}

.custom-table thead tr th {
    font-size: 0.8rem !important;
}

.custom-table tbody tr td{
    font-size: 0.7rem !important;
}




.custom-table .approve-button  span{
    font-size: 1.2rem;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.custom-table button#reject span{
    font-size: 1.2rem;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.form-footer {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.custom-table .delete {
    border: none;
    background-color: transparent;
    color: var(--co-primary);
}

.custom-table .edit {
    border: none;
    background-color: transparent;
    color: var(--co-primary);
    position: initial;
    display: block;
}

.custom-table .delete  span ,.custom-table .edit span{
    font-size: 1.3rem;
}

.table-wapper .dataTables_info {
    font-size: 0.6rem;
}
.table-wapper{
    border-bottom: 2px solid var(--co-primary) !important;
    margin-bottom: 15px;
    padding-bottom: 15px;
}



.table-wapper table { 
    border-top: 2px solid var(--co-primary) !important;
}

.custom-modal .modal-header:before, .modal-header:after {
    content: "";
    display: none !important;
}

body .table-wapper .dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 1px 7px 2px 6px;
    border: 1px solid var(--co-border) !important;
    background-color: #fff!important;
    margin: 3px;
    border-radius: 4px!important;
    cursor: pointer !important;
    color: var(--co-text) !important;
    font-size: 0.7rem;
}

body 
.table-wapper  .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background-color: var(--co-primary) !important;
    color: #fff !important;  
    background: transparent;
}

 body 
.table-wapper  .dataTables_wrapper .dataTables_paginate  .current{
    background-color: var(--co-primary) !important;
    color: #fff !important;
}

body 
.table-wapper table.dataTable.no-footer {
    border-bottom: transparent !important;
    margin-bottom: 12px;
    padding-top: 21px;
}

body 
.table-wapper table tr{
    border: 1px solid var(--co-border) !important;
}
body 
.table-wapper .dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    margin-bottom: 17px;
    display: flex;
    width: 100%;
}


body 
.table-wapper 
 .table>tbody {
    vertical-align: middle;
}

body 
.table-wapper  .dataTables_wrapper .dataTables_filter input {
 font-size: 0.7rem;
 border: 1px solid var(--co-border);
 border-radius: 4px;
 height: 35px;
 color: var(--co-text);
}

body 
.table-wapper  .dataTables_wrapper .dataTables_filter [type="search"]{
    width: 200px;
    background-image: url('/awb.search_fill.svg');
    background-repeat: no-repeat;
    background-position: 97% 10px;
}
.customfilter{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.customfilter .form-group {
    margin-right: 11px;
    min-width: 119px;
}

.attach_file {
    font-size: 1.2rem;
    color: #e41e2b;
}

.cancel-icon{
    color: var(--co-primary);
    font-size: 1.2rem;

}

/*Work Order Page changes*/
.form-control {
    font-size: 0.8rem;
}

.input-file {
    font-size: 0.7rem;
}

input.input-file::file-selector-button {
    color: var(--co-primary);
    padding: 10px 20px 10px 20px;
    border: 1.2px solid var(--co-primary);
    border-radius: 3px;
    height: 35px;
    background-color: #fff;
    font-weight: 500;
    cursor: pointer;
  }

  .input-date:after{
    z-index: 0;
    content: ' ';
    display: block;
    background: none;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 8px;
    right: -21px;
    background-image: url('/calendar_month.svg');
    background-repeat: no-repeat;
    background-size: 32%;
  }

  .input-date{
    position: relative;
    background: rgba(0,0,0,0);
    font-size: 0.8rem !important;
    height:35px;
    border: 1px solid var(--co-border);
    border-radius: 0px;
  }
  .input-date::-webkit-calendar-picker-indicator{
    opacity:0;
  }

  input[type="date"]::-webkit-calendar-picker-indicator {
  z-index: 2;
  cursor: pointer;
  }
  
  input[type="date"]::-moz-calendar-picker-indicator {
    z-index: 2;
    cursor: pointer;
  }
  
  input[type="date"]::-ms-clear {
    z-index: 2;
    cursor: pointer;

  }
  .page-data-filter {
 display: block;
 margin-bottom: 17px;
  }
  .page-data-filter  .custom-row{ 
    display: flex;

  }
  
  .page-header {
    margin: 0px !important;
  }

#cover {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgb(88 87 87 / 70%);
  z-index: 9999;
  font-size: 30px;
  text-align: center;
  padding-top: 200px;
  color: #e41e2a;
}
#cover .awb-loader img {
    width: 200px;
}

#user-guide-div{
    float: right;
    font-size: 0.8rem;
    color: #fff;
    padding: 17px 16px;
    display:flex;
}

#userguide-download{
    font-size: 0.7rem;
    white-space: nowrap;
    cursor:pointer;
}
/*Header*/
header{
    background-color: var( --co-primary);
    height: 50px;
}
.profile-btn .img img{
    width: 30px;
    border-radius: 100%;
}

.Inapp{
    float: right;
}
#check{
    float: right;
}

#nonotification{
    margin-right: 45px;
}

.menu-icon{
    background-size: 101%;
    background-image: url('/awb.menu.png');
    background-repeat: no-repeat;
    border: none;
    width: 22px;
    height: 15px;
    margin-top: 16px;
}
.notification-count {
    position: absolute;
    top: -4px;
    right: -8px;
    font-size: 10px !important;;
    background-color: white;
    color: red !important;;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-btn{
    width: 135px;
    float: right;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: 0.8rem;
    color: #fff;
    padding: 10px 0px;
}

.profile-btn .details span{
    display: block;
}
.profile-btn .details span:nth-child(1) {
    display: block;
    font-weight: 120;
    font-size: 0.7rem;
}
.profile-btn .details span:nth-child(2) {
    display: block;
    font-weight: 500;
    font-size: 0.6rem;
}
.header-left{
    float: left;
    width: 300px;
    display: flex
}

.header-left .logo img{
  max-width: 100%;
  height: auto;
}


.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 228px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0); 
}

.modal.left .modal-content{
    height: 100%;
    overflow-y: auto;
}

#menuModal .modal-body {
    padding: 0px 0px 0px;
}

/*Left*/
.modal.left.fade .modal-dialog{
    left: -321px;
     -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
         -o-transition: opacity 0.3s linear, left 0.3s ease-out;
            transition: opacity 0.3s linear, left 0.3s ease-out; 
}

#menuModal .modal-dialog{
    left: 0px;
    opacity: 1;
}

{% if BS_Version == "v3" %}
.modal.left.fade .awb-modal-dialog{
    left: 0px;
}
{% endif %}

.modal.left.fade.show .modal-dialog{
    left:0;
  
}
.modal.left.fade:is(.show) {
    opacity: 1;
}

#menuModal .modal-dialog{
 border-radius: 0px;
}


#menuModal .modal-content{
     border-radius: 0px !important;
}




.profile-btn .details {
    text-align: right;
    margin-right: 7px;
    padding-top: 3px;
}

.header-left .logo{
    width: 28%;
    padding: 3px 1px 0px 0px;
    margin-left: 8px;
}

#menuModal .reg-logo{
    width: 81px;
}

#menuModal .modal-header{
    padding: 2px 10px
}
 

#menuModal button.btn-close {
    font-size: 10px;

}

.menu-list{
    margin: 0px;
    padding: 0px;
    margin-top: 31px;
}
.menu-list li{
    list-style: none;
    padding: 9px 10px;
    cursor: pointer;
}

.menu-list li a{
    color: var( --co-black);
    font-size: 0.8rem;
    font-weight: 500;
    display:block;
    width: 100%;
}

.menu-list li.active,.menu-list li.active a{
    background-color: var(--co-primary);
    color: #fff;
   
}
.menu-list li:hover ,.menu-list li:hover a{
    background-color: var(--co-primary);
    color: #fff;

}
.menu-list li.active i ,.menu-list li:hover i{
    background-color: #fff;  
}

.dash{
    background-color: #716d6d;

    -webkit-mask-image: url('/team_dashboard_.svg');
    background-repeat: no-repeat;
    width: 23px;
    height: 20px;
    display: block;
    float: left;

    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 60%;
    -webkit-mask-position: 0px 4px;
}

.contactm{
    background-color: #716d6d;
    background-size: 67%;
    -webkit-mask-image: url('/contact_mail.svg');
    background-repeat: no-repeat;
    width: 23px;
    height: 20px;
    display: block;
    float: left;
    background-position: 2px 5px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 70%;
    -webkit-mask-position: 0px 4px;
}


.group{
    background-color: #716d6d;
    background-size: 61%;
    -webkit-mask-image: url('/group.svg');
    background-repeat: no-repeat;
    width: 23px;
    height: 20px;
    display: block;
    float: left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 62%;
    -webkit-mask-position: 0px 1px;
}

.business_center{
    background-color: #716d6d;
    background-size: 61%;
    -webkit-mask-image: url('/business_center.svg');
    background-repeat: no-repeat;
    width: 23px;
    height: 20px;
    display: block;
    float: left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 64%;
    -webkit-mask-position: 0px 4px;
}


.suppliers{
    background-color: #716d6d;
    background-size: 61%;
    -webkit-mask-image: url('/group_FILL0_wght.svg');
    background-repeat: no-repeat;
    width: 23px;
    height: 20px;
    display: block;
    float: left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 70%;
    -webkit-mask-position: 0px 5px;
}


.filecopy{
    background-size: 61%;
    background-repeat: no-repeat;
    width: 23px;
    height: 20px;
    display: block;
    float: left;
    background-color: #716d6d;
    -webkit-mask-image: url('/file_copy.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 54%;
    -webkit-mask-position: 0px 4px;
   
}

.supp{
    background-size: 61%;
    background-repeat: no-repeat;
    width: 23px;
    height: 20px;
    display: block;
    float: left;
    background-color: #716d6d;
    -webkit-mask-image: url('/supp.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 54%;
    -webkit-mask-position: 0px 4px;
   
}

.logout{
    background-size: 61%;
    background-repeat: no-repeat;
    width: 23px;
    height: 20px;
    display: block;
    float: left;
    background-color: #716d6d;
    -webkit-mask-image: url('/logout.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 54%;
    -webkit-mask-position: 0px 4px;
   
}
.btnclose{
    background-size: 87%;
    background-image: url('/close_FILL0_wght400_GRAD200_opsz48.svg');
    background-repeat: no-repeat;
    border: none;
    width: 10px;
    height: 10px;
    /* margin-top: 16px; */
    background-color: transparent;
}



/***************/

.content-header {
    border-bottom: 2px solid var(--co-primary);
    padding: 0px 0px 10px 0px;
    margin-top: 15px;
    margin-bottom: 29px;
}

.content-header h2{
    font-size: 1.2rem;
    font-weight: 600;
    color: #343434;
}


.content-header .quicklink{
    font-size: 0.6rem;
    font-weight: 500;
    color: #343434;
}

.quicklink span:nth-child(1){ 
    color: var(--co-primary);
}
.quicklink span:nth-child(2)::before{
    content: "/";
}

.header-filter{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

/*notification*/
.notification{
    width: 38px;
    float: right;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: 0.8rem;
    color: #fff;
    padding: 10px 0px;
}
.notification-btn span{
    color: #fff;
    font-size: 1.3rem;
}
a.notification-btn {
    margin-top: 6px;
    display: block;
}


.notification .dropdown-menu {
    width: 220px;
    height: 200px;
    padding: 7px;
    padding-top: 20px;
    overflow: scroll;
}

.notification .dropdown-menu ul{
    margin: 0px;
    padding: 0px;
}
.notification .dropdown-menu li{
    display: flex;
    margin-bottom: 7px;
    border-bottom: 1px solid #fff1f1;
    padding-bottom: 11px;
}

.notification .dropdown-menu li span{ font-size: 16px; margin-right: 10px;}

.notification .dropdown-menu li p{
    line-height: 13px;
    font-size: 0.6rem;
    margin-bottom: 0px;
}

.warning span{
    color: var(--co-warnning-1);
}

.error span{
    color: var(--co-warnning-4);
}
.new_releases span{
    color: var(--co-sucess);
}
/* notification-end*/

.w3-spin{animation:w3-spin 2s infinite linear}
@keyframes w3-spin{
    0%{transform:rotate(0deg)}
    100%{transform:rotate(359deg)}
}


