.login-container{
    width: 300px;
    height: 400px;
    background-color: #2C3280;
    position: absolute;
    top: 20%;
    margin-right: 50px;
    border-radius: 12px;
    box-shadow: 0px 0px 8px #00000059;
    margin-left: 60px;
}

.login-container > .verification{
    font-size: 12px;
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
}

.verification > a{
    color: rgb(233, 232, 232);
    text-decoration: underline;
    padding: 0px 100px;
}

.login-logo{
    border-bottom: 2px solid #003D79;
    padding: 25px;
}

.login-form,
.tracking-form,
.form-verifMitra,
.form-verifOtp,
.form-createPassword{
    margin: 10px 20px;
    color: rgb(230, 227, 227);
    position: relative;
}

.form-verifMitra input,
.form-verifOtp input,
.form-createPassword input{
    border-radius: 35px;
    font-size: 13px;
    background-color: #fff;
}

.login-form > input{
    border: 1px solid #003D79;
}

.login-form > button,
.btn-send__forgot-pass,
.form-verifOtp button,
.form-createPassword button{
    width: 100%;
    border-radius: 1rem;
    border: none;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #6973FC !important;
    color: #fff;
}

.login-form > button:disabled,
.btn-send__forgot-pass:disabled,
.form-verifOtp button:disabled,
.form-createPassword button:disabled{
    background-color: rgb(21, 74, 128) !important;
    color: rgb(31, 96, 160) !important;
}

.login-form > input::-webkit-input-placeholder,
.login-form > input::-moz-placeholder{
    color: #BEBEBE;
}

.login-form > a{
    font-size: 12px;
    float: right;
    color: rgb(238, 238, 238);
    font-style: italic;
}

.input-tracking{
    margin-bottom: 10px;
    background: url("/assets/images/icon-search.svg") no-repeat scroll 95% 10px;
    background-size: 20px;
    background-color: #fff;
    border-radius: 35px;
    font-size: 13px;
    padding: 10px 10px 10px 16px;
}

.login-form > input:nth-child(2),
.login-form > input:nth-child(3){
    background-size: 20px;
    background-color: #fff;
    border-radius: 35px;
    font-size: 13px;
    padding: 10px 10px 10px 16px;
    margin: 10px 0px;
}

.login-form > span{
    font-size: 10px;
    color: rgb(113, 114, 116);
    font-family: "proxima-nova-thin";
}

.now-date{
    margin: 14px 0px 10px 40px;
    color: #fff;
    font-size: 12px;
}

.label-status{
    background-color: #eeeef4;
    border-radius: 5px;
    width: fit-content;
}

.label-status > strong{
    padding: 5px 10px;
}

.label-login{
    float: left;
    margin: 5px 20px;
    font-size: 12px;
}

.tracking-container{
    width: 90%;
    height: 400px;
    position: absolute;
    top: 1%;
    margin: 3% 5%;
}

.content-tracking{
    width: 100%;
    height: 410px;
    background-color: #2C3280;
    border-radius: 12px;
    box-shadow: 0px 0px 8px #00000059;
    margin: 30px 0px;
    padding: 10px;
}

.content-tracking .date-action{
    display: flex;
    justify-content: space-between;
}

.date-action > a{
    color: #fff;
}

.content-tracking > span{
    margin-left: 40px;
    font-size: 14px;
    color: rgb(235, 233, 233);
}

.status-tracking{
    background-color: #fff;
    /* width: 96%; */
    /* height: 200px; */
    padding: 5px 25px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    overflow: auto;
}

.desc-tracking{
    text-align: center;
    margin-top: 10px;
    color: rgb(233, 229, 229);
}

.circle-status{
    min-height: 45px;
    min-width: 265px;
    background-color: #ffffff;
    border-radius: 8px;
    display: flex;
    position: relative;
    box-shadow: 0px 3px 6px #2C32801A;
    border: 1px solid #E9EAF2;
}

.circle-status > span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px;
}

.circle-status > img{
    float: right;
    margin-right: 10px;
}

.circle-status.done{
    border-left: 7px solid #2ed573 !important;
    cursor: pointer;
}

.circle-status.process{
    border-left: 7px solid #f39c12 !important;
}

/* .circle-status.done:hover{
    background-color: rgb(21, 144, 226) !important;
} */

.circle-status.done > span{
    /* color: #fff; */
}

.circle-status.rejected{
    border-left: 7px solid #C42127;
}

.circle-status.rejected > span{
    color: #C42127;
}

.circle-status.process > img{
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.status-tracking > div{
    text-align: center;
    /* margin: 20px 10px; */
}

.status-tracking > aside{
    padding: 5px;
}

.status-tracking h6{
    margin-bottom: 0px;
    color: #8B8B8B;
}

.status-tracking span{
    font-size: 12px;
    color: #8B8B8B;
}

#modalLogin > div{
    max-width: 25%;
    margin-top: 90px;
}

#modalLogin .modal-content{
    border-radius: 12px !important;
}

#modalLogin h6{
    color:#2C3280;
    margin-top: 20px;
}

.login-modal > .modal-body input,
.form-forgotPassword .form-group > input{
    border-radius: 35px;
    border: 1px solid rgb(67, 72, 141);
}

.login-modal > .modal-body input::placeholder{
    color: rgb(202, 199, 199);
}

.login-modal .forgot-password{
    float: right;
    font-style: italic;
    color: #2C3280;
    opacity: 0.75;
    font-size: 12px;
    margin: 10px 0px 20px 0px;
}

.login-modal button,
.form-forgotPassword button{
    width: 90%;
    border-radius: 35px;
    background-color: #2C3280;
    opacity: 75%;
    color: #fff;
}

.login-modal button:disabled{
    opacity: 20%;
    color: rgb(248, 247, 247);
}

#modalLogin .verif-mitra{
    text-align: center;
    font-size: 12px;
    color: #2C3280;
    opacity: 75%;
    text-decoration: underline;
    margin: 10px 0px;
}

#passwordModal{
    top: 75px;
    right: 25px;
    display: inline-block;
    position: absolute;
    z-index: 9;
}

#passwordLogin{
    top: 90px;
    right: 10px;
    display: inline-block;
    position: absolute;
    z-index: 9;
}

.label-tracking{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.error-tracking,
.error-login{
    font-size: 12px;
    color: #F6F608;
    opacity: 75%;
}

.error-forgot-link span,
.error-forgot span{
    font-size: 14px;
    color: #F6F608;
    opacity: 75%;
}

.label-tracking > label{
    font-size: 12px;
    margin-left: 20px;
}

/* .verifOtp-title > span{
    width: 100px;
} */

.verifOtp-title{
    display: flex;
    justify-content: space-between;
}

.otp-timer{
    color: #fff;
}

.verifNumber__mitra{
    color: #fff;
    margin-left: 40px;
}

.verifNumber__mitra > label{
    opacity: 75%;
    width: 130px;
    font-size: 12px;
}

.bg-navbar{
    background: #E9EAF2 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #0000001A;
}

.profile-navbar{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.profile-navbar > span{
    margin-right: 30px;
    color: #464646;
    font-weight: bold;
}

.sidenav {
    height: 100%;
    width: 190px;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #2C3280;
    overflow-x: hidden;
    padding-top: 55px;
}

.sidenav a {
    padding: 10px 8px 8px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
}

.sidenav a.active{
    background-color: rgb(67, 73, 161);
}
  
.sidenav a:hover {
    color: #f1f1f1;
}

.main {
    font-size: 18px; /* Increased text to enable scrolling */
    padding: 130px 40px 10px 230px;
    background-color: #FFF;
}

@media only screen and (max-width:900px) {
    .tab-hide{
        display: none !important;
    }   

    .purchase-item__detail{
        overflow: auto;
    }

    .status-tracking{
        display: grid;
        margin: 0px;
        width: 100%;
        height: 60vh;
        overflow: auto;
    }

    .arrow-icon{
        rotate: 90deg;
    }
}

@media only screen and (max-width: 768px) {

    .main{
        padding: 130px 20px 10px 20px;
    }

    .sidenav {
        display: none;
        z-index: 1032;
        padding-top: 0px;
    }
    
    .sidenav > div{
        display: grid !important;
        background-color: #fff;
    }

    .sidenav img{
        margin: auto;
        padding: 15px;
    }

    .navbar > img{
        display: none;
    }

    .overlay{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #191b2540;
        z-index: 1031;
    }

    .overlay > div{
        position: absolute;
        right: 40%;
        top: 1%;
        z-index: 1032;
        background-color: #fff;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        cursor: pointer;
    }

    .main-title{
        padding-right: 10px !important;
        padding-left: 10px !important;
        flex-wrap: wrap;
        align-items: center;
    }

    .main-title > h5{
        margin-bottom: 0px;
    }

    .purchase-item__title > div{
        min-width: 120px;
        margin-bottom: 10px;
    }
    
    .mobile-hide{
        display: none !important;
    }

    .purchase-item__title{
        padding: 0px !important;
    }
    
    .mr-1-mobile{
        margin-right: 1rem;
    }

    .main-title > div > div{
        font-size: 14px;
    }

    .mt-1-mobile{
        margin-top: 1rem !important;
    }

    .f-14-mobile{
        font-size: 14px;
    }

    .status-tracking{
        display: grid;
        margin: 0px;
    }

    .arrow-icon{
        rotate: 90deg;
    }

    #docListRegister{
        font-size: 14px;
    }

    #docListRegister > div > div{
        width: 50% !important;
    }

    #listWork{
        margin-top: 20%
    }
}  

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.main-title > div > div{
    display: grid;
}

.main-title{
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 230px;
    padding-right: 40px;
    padding-bottom: 10px;
    margin-top: 20px;
    background-color: #FFF;
}

.main-title > h5{
    color: #5D5D5D;
    font-weight: bold;
}

.main-title > h5 > a{
    color: #5D5D5D;
}

.sort-date__icon::before{
    content: url("/assets/images/sort-date.svg");
}

.btn-sortDate.desc > .sort-date__icon::before{
    content: url("/assets/images/sort-date.svg");
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn-sortDate{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 4px #00000040;
    border-radius: 61px;
    color: #5D5D5D;
}

.purchase-item{
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000040;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    cursor: pointer;
}

.purchase-item.detail{
   cursor: default;
}

.purchase-item.detail:hover{
    box-shadow: 0px 0px 6px #00000040;
}

.purchase-item:hover{
    box-shadow: 0px 0px 16px #00000040;
}

.purchase-item.billing:hover{
    box-shadow: 0px 0px 6px #00000040;
}

.purchase-item__title{
    display: flex;
    justify-content: space-between;
    padding: 0px 50px 0px 0px;
    color: #565656;
    position: relative;
}

.purchase-item__title > div{
    display: flex;
    flex-flow: column wrap;
}

.purchase-item__title button{
    width: 170px;
    border-radius: 61px;
    background-color: #13B900;
    margin-top: 10px;
}

.purchase-item__title span{
    margin-top: 20px;
    font-size: 13px;
}

.purchase-item__title .btn-down{
    background-color: #282D74;
    margin-top: 10px;
    border-radius: 50%;
    width: 30px;
    color: #fff;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    position: absolute;
    right: 0;
    bottom: 0;
}

.purchase-item__title.rotate .btn-down{
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}

.purchase-item__detail{
    text-align: center;
    padding: 20px 0px 0px 0px;
}

.purchase-item__detail > span{
    color: #2C3280;
    font-size: 14px;
}

.purchase-item__detail > p{
    color: red;
    font-size: 14px;
    margin-bottom: 0px;
}

.purchase-container > h6{
    color: #565656;
    margin-left: 10px;
}

.purchase-container > h6 > span{
    color: #2C3280;
}

.purchase-container{
    margin-bottom: 10px;
}

.purchase-container__title{
    display: flex;
    justify-content: space-between;
    margin: 20px 0px 10px 0px;
}

.purchase-container__title > a{
    color: #565656;
}

#dateNow{
    color: #5D5D5D;
    margin-left: 58px;
}

.sort-document{
    display: flex;
    align-items: center;
}

.sort-document > span{
    margin-right: 10px;
    color: #5D5D5D;
}

.sort-document > select{
    border-radius: 60px;
    box-shadow: 0px 0px 4px #00000040;
}

.form-date{
    /* position: absolute; */
    bottom: 0;
    margin: 20px;
}

.form-date__input{
    display: flex;
    flex-flow: row wrap;
}

.form-date__input > label{
    float: left;
    width: 100px;
}

.modal-head{
    display: flex;
    padding: 20px;
}

.modal-head > img{
    margin-right: 30px;
}

.modal-head > h6{
    color: #2C3280;
    padding-top: 5px;
}

#formRegister > button{
    background-color: #2C3280;
    color: #fff;
    border-radius: 28px;
    width: 100%;
    margin-top: 10px;
}

#formRegister > button:disabled{
    background-color: rgb(145, 145, 146);
    color: #fff;
}

.datepicker-container::before{
    content: none !important;
}

.datepicker-top-left{
    border-top-color: none !important;
}

.datepicker-dropdown{
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.date-container{
    margin-left: 45px;
}

#modalRequest .modal-content{
    /* height: 480px;  */
    border-radius: 12px;
    margin-top: 60px;
}

table.dataTable.no-footer{
    border-bottom: none;
}

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.display tbody tr:hover > .sorting_1{
    background-color: #fff;
}

.modal-action{
    float: right;
    border-bottom: none;
    padding: 0px;
    justify-content: end !important;
}

.modal-action > a{
    color: #fff;
    cursor: pointer;
}

.modal-action > a:first-child{
    margin-right: 10px;
}

.modal-fo{
    height: 600px;
    background-color: transparent;
    border: none;
}

.modal-fo > .modal-body{
    padding: 0px;
}

.profile-container td{
    color: #565656;
}

.label-container{
    display: flex;
    justify-content: space-between;
    height: 20px;
}

.error-message{
    text-align: center;
    font-size: 12px;
    color: red;
}

.error-otp{
    text-align: center;
    font-size: 12px;
    color: yellow
    ;
}

.shine {
    background: #fbfbfb;
    background-image: linear-gradient(to right, #fdfdff 0%, #e6e6e9 20%, #e4e5e7 40%, #d2d6d8 100%);
    background-repeat: no-repeat;
    background-size: 800px 104px; 
    display: inline-block;
    position: relative; 
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
}

lines{
    height: 120px;
    margin-top: 10px;
    width: 100%; 
}
  

@-webkit-keyframes placeholderShimmer {
    0% {
      background-position: -468px 0;
    }
    
    100% {
      background-position: 468px 0; 
    }
  }

  .slide1{
    background: 
    linear-gradient(
        rgba(241, 243, 243, 0.664), 
        rgba(37, 66, 230, 0.534)
    ),
    url('/assets/images/slide1.png') !important;
}
.slide2{
    background: 
    linear-gradient(
        rgba(241, 243, 243, 0.664), 
        rgba(37, 66, 230, 0.534)
    ),
    url('/assets/images/slide2.png') !important;
}
.slide3{
    background: 
    linear-gradient(
        rgba(241, 243, 243, 0.664), 
        rgba(37, 66, 230, 0.534)
    ),
    url('/assets/images/slide3.png') !important;
}
.slide4{
    background: 
    linear-gradient(
        rgba(241, 243, 243, 0.664), 
        rgba(37, 66, 230, 0.534)
    ),
    url('/assets/images/slide4.png') !important;
}
.slide5{
    background: 
    linear-gradient(
        rgba(241, 243, 243, 0.664), 
        rgba(37, 66, 230, 0.534)
    ),
    url('/assets/images/slide5.png') !important;
}
.background-image{    
    background-size:     cover !important;                    
    background-repeat:   no-repeat;
    background-position: center center !important; 
}

@media only screen and (max-width: 1000px){
    .logo-login__mobile{
        position: absolute;
        top: 5%;
        margin-left: 60px;
    }
}


@media only screen and (min-width: 1001px){

    .title-container{
        position: absolute;
        top: 35%;
        right: 0;
        text-align: center;
        margin-right: 200px;
    }
    
    .title-container > h3,
    .title-container > h6{
        font-weight: bold;
        color: #282D74;
    }    
}

.login-container.forgot{
    height: 300px !important;
    top: 25% !important;
}

.error-forgot-link,
.error-forgot{
    text-align: center; 
    height: 30px;
}

.f-gray{
    color: rgb(189, 186, 186);
}

.f-white{
    color: #fff;
}

.f-13{
    font-size: 12px;
}

button a{
    color: #fff;
}

button a:hover{
    text-decoration: none;
}

.err-session{
    position: absolute;
    top: 0;
    width: 100%;
    height: 50px;
    background-color: rgb(248, 100, 100);
    color: #fff;
    z-index: 2;
    text-align: center;
    padding-top: 10px;
}

.menu-item-open .menu-submenu{
    display: block !important;
}

.menu-item-open .menu-arrow{
    rotate: 90deg;
}

.menu-submenu{
    background-color: #252a6b;
}

.menu-item{
    color: #fff;
}

.menu-item{
    color: rgb(199, 199, 199);
}
.menu-item > .menu-link{
    color: rgb(199, 199, 199);
}

.menu-item.active{
    color: #fff;
}

.menu-item.active > .menu-link{
    color: #fff;
}

.menu-arrow{
    position: absolute;
    right: 0;
    margin-right: 10px;
    color: #b4b2b2;
    rotate: 0deg;
}

.menu-arrow::before{
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: " \276F" !important;
}

.menu-link{
    font-size: 15px !important;
}

.btn-attachment{
    background-color: #f3f1f1;
    padding: 5px 10px;
    color: #595757;
    text-decoration: none;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    width: fit-content;
}

.btn-attachment span{
    font-size: 1rem;
}

.icon-back{
    display: grid;
    background-color: #6e74de;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.d-grid{
    display: grid;
}

@media only screen and (max-width: 768px) {
    .tracking-container{
        height: 100%;
    }

    .content-tracking{
        height: 100%;
    }

    .slDots{
        display: none;
    }

    .input-tracking{
        width: 100% !important;
    }

    .status-tracking > div > img{
        rotate: 90deg;
    }

    .status-tracking > div{
        margin: 10px !important;
    }

    #docList > div > .name-file{
        width: 40% !important;
    }

    #docList > div > .item-file{
        width: 60% !important;
    }
}   

.foot-box{
    display: flex;
    justify-content: space-between;
    margin: 1rem;
    align-items: center;
}

.foot-box > p{
    color: #9597a4;
    cursor: pointer;
    margin-bottom: 0px;
}

.foot-box > .btn-right,
.foot-box > .btn-left{
    background-color: #697ef5;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 17px;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
    z-index: 1;
    padding: 10px;
}

#modalGuideline .step-content{
    overflow: auto;
    max-height: 550px;
}

.tooltiptext{
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    padding: 10px;
    border-radius: 5px;
    max-width: 300px;
    position: absolute;
    bottom: 5%;
    background-color: #ffff;
    font-size: .8rem;
}

.route-bill_container > div:first-child > span{
    color: rgb(97, 96, 96) !important;
}

.route-bill_container > div:first-child .stand:first-child,
.route-bill_container > div:last-child .stand:last-child {
    background-color: #fff;
}

.route-bill_container span{
    color: rgb(184, 179, 179);
}

.route-bill_container .stand{
    margin: auto; 
    width: 3px; 
    height: 30px; 
    background-color: rgb(184, 179, 179)
}

