@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&display=swap');





/************************************************* LOGIN  ******************************************************/

.login .form-box {
    position: relative;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 20px;
    backdrop-filter: blur(80px);
    box-shadow: 0, 0, 30px rgba(0, 0, 0, 0.5);
    text-align: center;
    /*    color: white;*/
color: #000;
    width: 100% !important;
    padding: 40px 50px !important;
    margin: 40px !important;
}

.login .form-box h2 {
    text-align: center;
    font-size: 33px;
    padding: 5px 0;
    /*    color: white;*/
color: #000;
}

.login .input-box {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 25px 0;
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    /*    color: white;*/
color: #000;
}

.login .input-box input {
    width: 85%;
    height: 100%;
    background: transparent;
    border: 0;
    outline: 0;
    text-indent: 20px;
    /*    color: white;*/
color: #000;
    text-indent: 20px;
}


.login input[type] {
    background-color: #3CBC8D;
    /*    color: white;*/
color: #000;
}

.login input[type=text] {
/*    color: white !important;*/
    color: #000 !important;
    
    background-color: #FFF;
    font-size: 15px;
    height: 35px;
}

.login input::placeholder {
    color: rgba(8, 27, 64, 1);
    opacity: 0.6;
    text-indent: 20px;
}

.login i {
    font-size: 22px;
    color: white;
    /*    color: white;*/
color: #000;
}

.login .in_code {
    display: flex;
}

.login .in_code i{
    margin: 10px;
}

.login #captcha {
    width: 50%;
}

.login .captcha-text {
    width: 30%;
    float: right;
}
.captcha-text {
    background-color: #FFF;
    width: 30%;
    height: 50px;
    float: right;
     padding: 10px;/*
    background-color: #003973;*/
    color: black;
/*    opacity: 0.5;*/
    border-radius: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #ccc;
    line-height: 50px;
    padding-top: 0px;
    border-radius: 0px 5px 5px 0px !important;
}

.login .captcha-text p {
   
    background-color: rgba(255,255,255, 0.61);
    color: #000;
    border-radius: 5px;
}

.login .btn {
    width: 120px;
    border: 2px solid rgba(255, 255, 255, .5);
    margin: 10px 0;
    color: #fff;
    font-size: 18px;
/*    background-color: rgba(252, 232, 3, 1);*/
    background-color: #026ca1;
    border-radius: 50px;
    height: 40px;
    line-height: 35px;
    padding: 0 0 0 0 !important;
    box-shadow: rgba(0, 0, 0, 0.8) 2px 2px 8px, rgba(0, 0, 0, 0.8) 2px 2px 8px;
}

.login .btn:hover {
    background-color:#fff;
/*     #944307  !important;*/
    color: rgba(40, 101, 199, 1);
    font-weight: bold;
/*    border:1px solid #ccc;*/
/*    rgba(255, 192, 0, 1);*/
/*    box-shadow: rgba(0, 0, 0, 0) 2px 2px 8px, rgba(0, 0, 0, 0) 2px 2px 8px;*/
      box-shadow: inset 1px 1px 5px #026ca1;

    text-shadow: 2px 2px 4px #b3cffc;
}

.login a {
    color: rgb(139, 139, 139);
    margin-left: 10px;
}

/************************************************* ERROR ******************************************************/

.error {
    color: red;
    font-weight: 500;
    text-align: left;
    font-size: 13px;
}

.correct {
    color: green;
    font-weight: 500;
}

/************************************************* POP UP ******************************************************/

.login .modal .modal-header .btn-close-white {
    float: right;
    /* border: 2px solid ;
    border-color: white !important;
    padding: 10px; */
}

.login .modal .pop-up {
    position: relative;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 20px;
    backdrop-filter: blur(30px);
    box-shadow: 0, 0, 30px rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #000;
    width: 100% !important;
    margin: 40px !important;
    padding: 10px 10px 10px 10px;
}

.login .modal .pop-up-content {
    padding: 10px 5px 50px 5px;
}

.login .modal h2 {
    text-align: center;
    font-size: 30px;
    padding: 15px 0;
    color: #000;
}

.login .modal p {
    font-size: 15px;
    padding: 10px;
}

.login .modal-header {
    border: 0px;
}

body.modal-open .bg {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

.login .modal span {
    margin-top: 20px;
}

.login .modal input[type=text] {
    width: 40px;
    height: 40px;
    color: #0761ba !important;
    font-size: 20px;
    font-weight: bold;
    background-color: transparent;
    text-align: center;
    border-radius: 5px;
}

.modal .otp-box input {
    width: 12%;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, .5);
    height: 35px;
    margin: 5px;
}


/************************************************ REGISTER **********************************************/

.star {
    padding-left: 1px;
    font-size: 8px !important;
    margin-top: 0px;
    color: rgb(240, 102, 102) !important;
}

.important {
    position: relative;
}

.status {
    /* position: absolute;
    float: right !important;
    left: 350px;
    top: 20px;
    padding: 5px;  */
    position: relative;
}

#success {
    color: green;
    display: none;
}

#error {
    color: red;
    display: none;
    margin-left: -20px;
}
span.error_show{
    color: red !important;
    display: none;
    margin-left: -30px;
}

#warning {
    color: orange;
    display: none;
}

#error_msg {
    color: red;
    font-size: 13px;
    display: none;
    float: left;
    margin-top: -33px;
    margin-left: 50px !important;
}
.error_msg_text{
    color: #fae902;
    font-size: 13px;
    display: none;
    float: left;
    margin-top: -33px;
    margin-left: 50px !important;
    background-color:#FFF !important;
    padding-left: 20px;
    padding-right: 20px;
}

#warning_msg {
    color: orange;
    font-size: 13px;
    display: none;
}

.fa-exclamation {
    display: inline;
}

.register .form-box {
    position: relative;
    background: white;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 20px;
    backdrop-filter: blur(80px);
    box-shadow: 0, 0, 30px rgba(0, 0, 0, 0.5);
    text-align: center;
    color: black;
    width: 100% !important;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px !important;
    padding-bottom: 20px;
    margin: 5px 0 !important;
}

.register .form-box h2 {
    text-align: center;
    font-size: 22px;
    padding-top: 10px;
    color: black;
}

.register h4 {
    text-align: left;
    margin-top: 18px;
    margin-bottom: -10px !important;
    font-size: 13px;
    font-weight: 400;
}

.register .form-box .input-box {
    position: relative;
    width: 100%;
    height: 25px;
    margin: 18px 0;
    color: black;
}

.register .form-box .d-flex {
    margin-bottom: -5px;
    padding: 0;
}

.register span i {
    font-size: 15px;
    color: black;
}

.register label {
    font-size: 11px !important;
    padding-left: 10px;
}

.register input,
select {
    width: 85%;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    text-indent: 10px;
    text-indent: 15px;
    margin: 8px 0;
    padding: 2px 0;
    font-size: 15px;
}

.register input,
select {
    color: black;
    opacity: 0.8;
    font-size: 13px;
}

.register input::placeholder {
    color: rgba(17, 17, 17, 0.61);
    opacity: 0.5;
    text-indent: 10px;
    font-size: 13px !important;
}

.register select option {
    color: black;
    font-size: 14px !important;
    padding: 5px 0 !important;
}

.register .file {
    border: 0 !important;
}

.part-head {
    text-align: left;
    margin-bottom: -12px;
    margin-top: 18px;
}

.part-head h3 {
    text-align: left;
    font-size: 15px;
    color: rgb(37, 37, 37);
}


.register #btn {
    width: 10%;
    border: 2px solid rgba(255, 255, 255, .5);
    margin-top: 20px !important;
    margin-bottom: 0px;
    color: white;
    font-size: 13px;
    background-color: rgb(0, 151, 252);
    border-radius: 50px;
}

.register #btn02 {
    background-color: rgb(62, 109, 1);
    width: 10%;
    border: 2px solid rgba(255, 255, 255, .5);
    margin-top: 20px !important;
    margin-bottom: 0px;
    color: white;
    font-size: 13px;
    border-radius: 50px;
}

.register #btn:hover {
    color: rgb(0, 151, 252);
    background-color: white;
    border: 1px solid rgb(0, 151, 252);
}

.register #btn02:hover {
    color: rgb(62, 109, 1);
    background-color: white;
    border: 1px solid rgb(62, 109, 1);
}

.register a {
    color: rgb(139, 139, 139);
    margin-left: 10px;
}

.register .login-register {
    margin-bottom: -30px;
    font-size: 25px !important;
}

.register .phn-div input::placeholder {
    text-indent: 5px !important;
}

.register .input-box .d-img {
    width: 100% !important;
    height: 70px !important;
    border-radius: 50%;
}

.register .cancel{
    margin-top: 50%;
    margin-left: -50px !important;
    float: left !important;
    display: none;
}

/*********************************************** HEADER **********************************************/

nav .navbar-brand {
    width: 300px;
    height: 100px;
}

nav .navbar-brand img {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.parcel-img {
    margin-left: 30px;
    width: 400px;
    height: 100px;
    padding: 15px;
}

.parcel-img img {
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

/********************************************** DASHBOARD *********************************************/
/*********************************************** RIBBON ***********************************************/

.dashboard {
    text-align: center;
}

.dashboard .ribbon {
    color: white;
    padding-top: 5px;
}

.dashboard .ribbon .welcome-content {
    display: flex;
    align-items: center;
    color: #47473d;
}

.dashboard .ribbon .welcome-content .username_display {
    color: #e80518;
    font-weight: bold;
}

.dashboard .ribbon h1 {
    font-size: 15px;
    color: Black;
    letter-spacing: 2px;
    padding-top: 10px;
}

.dashboard .profile {
    float: right;
    position: relative;
    display: flex;
    align-items: center;
}

.dashboard .profile img {
    width: 37px;
    border: 1px solid rgba(37, 37, 37, 0.5);
    border-radius: 50%;
}

.dashboard .sanmdwich {
    background: transparent !important;
    padding-left: 10px;
}

.dashboard .sanmdwich button {
    background: transparent !important;
    border: 1px solid rgba(24, 24, 24, 0.5);
    border-radius: 50% !important;
    padding: 2px 4px;
}

.dashboard .sanmdwich button.btn:hover {
    background-color: rgb(0, 151, 252) !important;
}

.dashboard .sanmdwich button .span {
    background: transparent !important;
    font-size: 10px !important;
    width: 20px !important;
    height: 20px !important;
}

.dashboard .profile .dropdown-menu {
    padding: 0;
    margin: 0;
}

.dashboard .profile .dropdown-menu li {
    padding: 0;
    margin: 0;
}

.dashboard .profile .dropdown-menu li a {
    width: fit-content;
    text-align: left;
    width: 100%;
}

.dashboard .profile .dropdown-menu li a:hover {
    background-color: rgb(0, 151, 252);
    color: white;
}

.dashboard .profile .dropdown-menu li i {
    padding-right: 10px;
}

.lightbox{
    border-radius: 50% !important;
}

.lightbox img{
   max-width: 300px !important;
   height: 300px !important;
   border-radius: 50% !important;
}

/************************************************ ICON HOVER  **************************************************/

.icon {
    display: inline;
    height: 35px;
    width: 35px;
    margin: 0 5px;
    padding: 0px;
    border-radius: 50px;
    border: 1px solid rgb(49, 49, 49) !important;
    cursor: pointer;
    transition: all 0.3s ease-out;
    overflow: hidden;
    background-color: #f5f242;
}

.icon:hover {
    width: 100px;
}

.icon .btn i {
    font-size: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
    text-align: center;
    color: rgb(49, 49, 49);
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: -5px;
    margin-left: -8px;
}

.icon span {
    font-size: 15px;
    text-align: center;
    color: white;
    margin-top: -10px;
}

.icon:hover {
    background-color: rgb(0, 151, 252);
}

.icon:hover i {
    background-color: white;
    color: rgb(0, 151, 252) !important;
    margin-top: -10px;

}

.icon:hover .btn {
    margin-left: -3px !important;
} 

.icon:hover span{
    margin-top: -10px !important;
    margin-bottom: -10px !important;
}

.home i {
    font-size: 20px !important;
    margin-left: -22px !important;
}

.home:hover i {
    margin-left: -10px;
    background-color: white;
    color: rgb(0, 151, 252);
}

.home:hover {
    background-color: rgb(0, 151, 252) !important;
}

.signin {
    margin-top: px;
    background-color: #f5f242;
    margin-left: -10px;
}

.signin .btn{
    margin-left: -3px;
}

.signin i {
    font-size: 20px !important;
    color: rgb(49, 49, 49) !important;
    margin-left: -10px;
}


.signin:hover i {
    margin-left: -8px;
    background-color: white;
    color: rgb(0, 151, 252);
    margin-top: -8px;
}

.signin:hover .btn{
    margin-left: -8px !important;
}

.signin:hover {
    background-color: rgb(0, 151, 252) !important;
}

.view i{
    font-size: 18px !important;
    margin-left: -10px !important;
}

.view:hover i{
    font-size: 18px !important;
    margin-left: -20px !important;
}

.view:hover span{
    margin-left: 5px !important;
}

.cancel {
    float: right !important;
}

.cancel i{
    font-size: 20px !important;
    margin-left: -38px !important;
}

.cancel span{
    margin-left: -8px;
}

.cancel:hover i{
    font-size: 18px !important;
    margin-left: -10px !important;
}

.cancel:hover span{
    margin-left: 5px !important;
}

/****************************************** PROFILE  POPUP *******************************************/

.dashboard .modal .pop-up-content {
    padding: 15px;
}

.dashboard .modal .pop-up {
    position: relative;
    background: white;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 20px;
    backdrop-filter: blur(30px);
    box-shadow: 0, 0, 30px rgba(0, 0, 0, 0.5);
    text-align: center;
    color: black;
    width: 100% !important;
    margin: 10px !important;
    padding: 10px 10px 10px 10px;
}

.dashboard .modal .modal-header {
    border: none;
    margin-top: 10px;
    margin-right: 10px;
    padding: 0;
    text-align: center;
}

.dashboard .modal .modal-header i {
    font-size: 18px;
    margin-left: -2px;
}

.dashboard .modal .modal-header .icon:hover i {
    margin-left: -8px;
    background-color: white;
    color: rgb(0, 151, 252);
}

.dashboard .modal .modal-header .icon:hover {
    background-color: rgb(0, 151, 252) !important;
}

.dashboard .modal .modal-header h2 {
    text-align: center !important;
}

.dashboard .modal .btn-close {
    float: right;
    color: white !important;
    border: 1px solid black;
    border-radius: 50%;
    padding: 10px;
}

.dashboard .modal h2 {
    font-size: 20px;
    padding: 15px 0px;
    text-align: center;
}

.dashboard .profile-div .input-box {
    position: relative;
    width: 100%;
    height: 25px;
    margin: 10px 0;
    color: black;
    display: flex;
}


.dashboard .profile-div i {
    font-size: 16px !important;
}

.dashboard .profile-div label {
    font-size: 14px !important;
    font-weight: 500;
}

.dashboard .profile-div p {
    text-align: left;
    text-indent: 10px;
    font-size: 13px;
}

.dashboard .profile-div a{
    width: 20%;
}

.dashboard .profile-div img {
    width: 100%;
    margin-top: -20px;
}

body.modal-open .bg {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

/********************************************** IMAGE CARD *********************************************/

.card-img {
    margin: 50px 0;
}

.mg-container-dashboard-tile {
    width: 100%;
    height: 300px;
    margin: 30px;
    border: 2px solid black;
    border-radius: 20px;
    position: relative;
}

.shipment-history .mg-container-dashboard-tile {
    margin: 30px 0px;
}

.mg-container-dashboard-tile img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.mg-container-dashboard-tile .img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000be;
    overflow: hidden;
    width: 100%;
    height: 80px;
    border-radius: 0 0px 20px 20px;
    transition: .5s ease;
}

.mg-container-dashboard-tile:hover .img-overlay {
    height: 100%;
    border-radius: 20px;
    padding-top: 20px;
}

.mg-container-dashboard-tile:hover .img-overlay h2,
.btn {
    position: relative;

}

.mg-container-dashboard-tile .img-overlay h2 {
    color: white;
    font-size: 25px;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}

.mg-container-dashboard-tile .img-overlay p {
    padding: 20px 30px !important;
}

.mg-container-dashboard-tile .img-overlay h3 {
    color: white;
    text-align: left;
    font-size: 13px;
    padding-left: 20px;
    margin: 20px 0;
}

.mg-container-dashboard-tile .img-overlay h3 span {
    padding-right: 20px;
    text-align: left !important;
    font-size: 13px;
    font-weight: 400;
    float: right;
    /* margin-top: 3px; */
}

.mg-container-dashboard-tile .img-overlay span {
    color: white;
    font-size: 14px;
    text-align: center;
}

.card-img .mg-container-dashboard-tile .img-overlay p {
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
}

.mg-container-dashboard-tile .img-overlay .btn {
    width: 20%;
    border: 2px solid rgba(255, 255, 255, .5);
    margin-top: 10px !important;
    margin-bottom: 0px;
    color: white;
    margin-left: 5px;
    font-size: 13px;
    border-radius: 50px;
}

.mg-container-dashboard-tile .img-overlay #btn {
    background-color: rgb(0, 151, 252);
}

.mg-container-dashboard-tile .img-overlay #btn03 {
    background-color: rgb(236, 65, 65);
}

.mg-container-dashboard-tile .img-overlay #btn:hover {
    color: rgb(0, 151, 252);
    background-color: white;
    border-color: rgb(0, 151, 252);
}

.mg-container-dashboard-tile .img-overlay #btn02:hover {
    color: rgb(62, 109, 1);
    background-color: white;
    border-color: rgb(62, 109, 1);
}

.mg-container-dashboard-tile .img-overlay #btn03:hover {
    color: rgb(236, 65, 65);
    background-color: white;
    border-color: rgb(236, 65, 65);
}

.mg-container-dashboard-tile .img-overlay #btn04:hover {
    color: rgb(32, 181, 207);
    background-color: white;
    border-color: rgb(32, 181, 207);
}

.mg-container-dashboard-tile .img-overlay #btn02 {
    width: 20%;
    border: 2px solid rgba(255, 255, 255, .5);
    margin-top: 10px !important;
    margin-bottom: 0px;
    color: white;
    font-size: 13px;
    background-color: rgb(62, 109, 1);
    border-radius: 50px;
}

.img-container {
    width: 100%;
    height: 400px;
    margin: 30px;
    border: 2px solid black;
    border-radius: 20px;
    position: relative;
}

.shipment-history .img-container {
    margin: 30px 0px;
}

.img-container img {
    display: block;
    width: 95%;
    margin-top: 75px;

    border-radius: 20px;
}

.img-container .img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000be;
    overflow: hidden;
    width: 100%;
    height: 80px;
    border-radius: 0 0px 20px 20px;
    transition: .5s ease;
}

.img-container:hover .img-overlay {
    height: 100%;
    border-radius: 20px;
    padding-top: 20px;
}

.img-container:hover .img-overlay h2,
.btn {
    position: relative;

}

.img-container .img-overlay h2 {
    color: #f2ea02;
    font-size: 25px;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}

.img-container .img-overlay p {
    padding: 20px 30px !important;
}

.img-container .img-overlay h4 {
    color: #f2ea02;
    text-align: left;
    font-size: 13px;
    padding-left: 20px;
    margin: 20px 0;

}

.img-container .img-overlay h4 span {
    padding-right: 20px;
    text-align: left !important;
    font-size: 13px;
    font-weight: 400;
    float: right;
    /* margin-top: 3px; */
}

.img-container .img-overlay span {
    color: white;
    font-size: 14px;
    text-align: center;
}

.card-img .img-container .img-overlay p {
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
}

.img-container .img-overlay .btn {
    width: 20%;
    border: 2px solid rgba(255, 255, 255, .5);
    margin-top: 10px !important;
    margin-bottom: 0px;
    color: white;
    margin-left: 5px;
    font-size: 13px;
    border-radius: 50px;
}

.img-container .img-overlay #btn {
    background-color: rgb(0, 151, 252);
}

.img-container .img-overlay #btn03 {
    background-color: rgb(236, 65, 65);
}

.img-container .img-overlay #btn:hover {
    color: rgb(0, 151, 252);
    background-color: white;
    border-color: rgb(0, 151, 252);
}

.img-container .img-overlay #btn02:hover {
    color: rgb(62, 109, 1);
    background-color: white;
    border-color: rgb(62, 109, 1);
}

.img-container .img-overlay #btn03:hover {
    color: rgb(236, 65, 65);
    background-color: white;
    border-color: rgb(236, 65, 65);
}

.img-container .img-overlay #btn04:hover {
    color: rgb(32, 181, 207);
    background-color: white;
    border-color: rgb(32, 181, 207);
}

.img-container .img-overlay #btn02 {
    width: 20%;
    border: 2px solid rgba(255, 255, 255, .5);
    margin-top: 10px !important;
    margin-bottom: 0px;
    color: white;
    font-size: 13px;
    background-color: rgb(62, 109, 1);
    border-radius: 50px;
}


/********************************************** FOOTER *********************************************/

.ftr {
    background-color: black;
    color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;            /* Footer height */
}

.ftr p {
    text-align: center;
    font-size: 14px;
    padding: 8px 0;
}

.ftr p a {
    color: rgb(0, 151, 252);
    text-decoration: none;
}

a.cls_registration_link {
    color: #026ca1; /* rgba(20, 91, 222, 1);*/
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;

}

a.cls_registration_link:hover {
    color: #fca903;
    text-decoration: none;
/*    text-decoration: underline;*/
}

.cls_app_title {
    font-size: 28px;
    font-weight: bold;
    color: #0070b0;
    font-family: verdana;
  text-shadow: 2px 2px 4px #ccc;
/*  text-shadow: 2px 2px 4px #000;*/
}

.cls_app_title_first_letter {
    font-size: 42px;
    font-weight: bold;
    color: #b1b2b3;
    margin-right: 5px   ;
    text-shadow: 2px 2px 4px #000;
}

p.cls_application_details_content {

    background-color: #fff;
    margin-top: 0px;
    font-size: 15px;
    font-weight: bold;
    color: #225201;
    font-family: Tahoma;
    text-align: justify;
    line-height: 30px;
    border: 10px solid green;
    padding: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 30px;
}

/********************************************** DELETE POPUP *********************************************/

.del_popup{
    padding: 50px;
    padding-top: 10px !important;
}

.del_popup .del_popup_content{
    margin: 15px 0;
}

.del_popup hr{
    margin: 0px -50px;
}

.del_popup h4{
    font-size: 14px;
    color:#e80518;
    margin: 10px 0;
    text-align: left !important;
}
.del_popup h4 span{
    color: black;
    font-weight: 400;
    text-align: right !important;
}


.del_popup .input-box{
    display: flex;
}

.del_popup .del-icon{
    font-size: 18px !important;
    margin-top: 2px !important;
}

.del_popup .d-flex{
    width: 150px;
}

.del_popup label{
    font-size: 15px !important;
    text-indent: 10px;
    margin: 0 !important;
    padding: 0 !important;
}

.del_popup input,textarea{
    width: 50%;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    text-indent: 10px;
    text-indent: 15px;
    margin: 0px ;
    padding: 1px 0;
    font-size: 15px;
    margin-left: 10px;
}

.del_popup input::placeholder{
    text-indent: 10px;
    font-size: 13px;
    padding: 0;
} 

.del_popup input:focus{
    outline: none;
    border: none;
}

.del_popup .label_img{
    width: 100%;
    height: 400px;
}

.del_popup .label_img img{
    width: 100%;
    height: 100%;
}

.label_footer button{
    margin-right: 200px;
}

/********************************************** SHIPMENT HISTORY  *************************************************/

.dashboard .search-row {
/*    padding: 30px 0;*/
margin-bottom: 5px;
}

.dashboard .search-row input{
    padding: 0 10px;
    margin: 0;
}

.dashboard .table-row th{
    font-size: 13px;
}

.dashboard .table-row td{
    font-size: 13px;
}

.dashboard .table-row td a{
    margin: 0;
    padding: 2px 8px;
    color: white;
}

.dashboard .table-row #btn{
    background-color: rgb(0, 151, 252);
    color: white;
}

.dashboard .table-row #btn:hover{
    color: rgb(0, 151, 252);
    background-color: white;
    border-color: rgb(0, 151, 252);
}

.dashboard .table-row #btn02{
    background-color: rgb(62, 109, 1);
    color: white;
}

.dashboard .pagination-row{
    padding: 20px 0px;
}

.application_title
{
    border-radius: 20px !important;
}

/*.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 190px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}*/
.newcontrolstyle
{
    height: 25px !important;
/*    font-weight: bold !important;*/
    font-size: 13px  !important;
    margin-top: 15px !important;
}
label.fieldlabel, .shipment_details label.fieldlabel
{
 font-weight: bold !important;
    font-size: 13px  !important;
}

label.controlgrouptitle
{
 font-weight: bold !important;
    font-size: 14px  !important;
}
label.formtitle, .shipment_details label.formtitle
{
 font-weight: bold !important;
    font-size: 20px  !important;
    color: #0d3654;
}
div.clspagenavigation
{
/*    box-shadow: 10px, 10px, 10px rgba(0, 0, 0, 0.5) !important;*/
    background-color: #FFC000 !important;
    width: 100px !important;
    height: 35px !important;
    color: #fff;
    font-weight: bold;
    font-size: 17px !important;
    border: 2px solid #F59247 !important;
    color: #944307 !important;
    border-radius: 10px;
}
div.clspagenavigation:hover
{
/*    background-color:#944307 !important;*/
background-color:#fff !important;
    width: 150px;
    border:5px solid #0377fc;
/*    border-radius: 5px;*/

    box-shadow: rgba(255, 255, 255, 0.8) 10px 19px 38px, rgba(0, 0, 0, 0.8) 5px 5px 10px;
}
div.clspagenavigation a
{
    color: #944307 !important;
    font-size: 17px !important;
    margin: 0px !important;
    padding: 0px 0px 0px 0px;
}
div.clspagenavigation_home
{
    background-color: #fcb17c; 
    width: 150px;
    float: right;
    border:5px solid #0377fc;
    border-radius: 0px 0px 20px 20px;
    padding: 0 0 0 0 !important;
    margin-left: 10px;
}
div.clspagenavigation_profile
{
    background-color: #79c437; 
    width: 150px;
    float: right;
    border:5px solid #0377fc;
    border-radius: 0px 0px 20px 20px;
    padding: 0 0 0 0 !important;
    margin-left: 10px;
}
div.clspagenavigation_logout
{
    background-color: #fafa02; 
    width: 150px;
    float: right;
    border:5px solid #0377fc;
    border-radius: 0px 0px 20px 20px;
    padding: 0 0 0 0 !important;
    margin-left: 10px;
}

div.clspagenavigation_home:hover
{
    background-color: #0377fc; 
    color: #FFF;
    
    width: 150px;
    float: right;
    border:5px solid #0377fc;
    border-radius: 0px 0px 20px 20px;
    padding: 0 0 0 0 !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
div.clspagenavigation_profile:hover
{
    background-color: #0377fc; 
    color: #FFF;
    
    width: 150px;
    float: right;
    border:5px solid #0377fc;
    border-radius: 0px 0px 20px 20px;
    padding: 0 0 0 0 !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

div.clspagenavigation_logout:hover
{
    background-color: #0377fc; 
    color: #FFF;
    
    width: 150px;
    float: right;
    border:5px solid #0377fc;
/*    border-radius: 0px 0px 20px 20px;*/
    padding: 0 0 0 0 !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
div.clspagenavigation a{
    color: #000;
    font-weight: bold !important;
    padding-top: 3px;
}
div.clspagenavigation_home a{
    color: #000;
    font-weight: bold !important;
}
div.clspagenavigation_profile a{
    color: #000;
    font-weight: bold !important;
}
div.clspagenavigation_logout a{
    color: #000;
    font-weight: bold !important;
}
div.clspagenavigation:hover a{
    font-weight: bold !important;
    color: #F59247 !important;


}
div.clspagenavigation_home:hover a{
    color: #FFF !important;
    font-weight: bold !important;
}
div.clspagenavigation_profile:hover a{
    color: #FFF;
    font-weight: bold !important;
}
div.clspagenavigation_logout:hover a{
    color: #FFF;
    font-weight: bold !important;
}

.topbanner_div {
        background: linear-gradient(to right, rgba(2, 77, 176, 1), rgba(235, 250, 255, 1)), url('images/banner/bg02.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: auto;
        position: relative;
    }

    div.dashboard_menu_list div div{
        
/*         height: 30vh;*/
/*        display: flex;justify-content: center;align-items: center;*/*/
    }
    div.dashboard_menu_list div.navigationdiv
    {
        vertical-align: middle;
        margin: auto;
        display: flex;
        justify-content: center;align-items: center;   
        
           height: 40vh;
           width: 250px;

    }
    div.dashboard_menu_list div.navigationdiv_half
    {
        display: flex;justify-content: center;align-items: center;   
           height: 35vh;
    }
    div.dashboard_menu_list
    {
        display: flex;justify-content: center;align-items: center;   
    }
    div.dashboard_menu_list div.row{
        width: 100%;
    }
    a.cls_pagenavigation
    {
        border: 2px solid #fa9200;

        
        border-radius: 150px;
        font-weight: bold;
        font-size: 18px;
        text-decoration: none;
        padding: 20px 10px 20px 10px;
        height: 160px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        color: #FFF;
        background-color: #018038;
        
        text-shadow: 2px 2px 4px #000000;
        width: 160px;
        border: 10px solid #4799fc;
        color: #401300;
        background-color: #FFF;
        text-shadow: 2px 2px 4px #ccc;

          box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
          
    }
    
    a.cls_pagenavigation:hover
    {
        border: 7px solid #ff4400;
        color: #ff4400;
        background-color: #FFF;
        text-shadow: 2px 2px 4px #ccc;

          
          box-shadow: rgba(0, 0, 0, 0.7) 10px 10px 30px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    }
    span.banner_system_title
    {
        font-size: 3vw;
        font-weight: bold;
        color: #FFF;
        text-shadow: 2px 2px 4px #000000;
    }
    span.banner_system_title span.wordfirstletter
    {
        color: #FFC000;
        font-size: 3.5vw;
        
    }


h1 {
  color: white;
  font-family: &quot;Oswald&quot;, sans-serif;
  padding-right: 1em;
}
@-webkit-keyframes example-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(9px);
    opacity: 0.0625;
  }
}
@keyframes example-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(9px);
    opacity: 0.0625;
  }
}
@-webkit-keyframes example-2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
    opacity: 0.125;
  }
}
@keyframes example-2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
    opacity: 0.125;
  }
}
@-webkit-keyframes example-3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(11px);
    opacity: 0.1875;
  }
}
@keyframes example-3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(11px);
    opacity: 0.1875;
  }
}
@-webkit-keyframes example-4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
    opacity: 0.25;
  }
}
@keyframes example-4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
    opacity: 0.25;
  }
}
@-webkit-keyframes example-5 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(13px);
    opacity: 0.3125;
  }
}
@keyframes example-5 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(13px);
    opacity: 0.3125;
  }
}
@-webkit-keyframes example-6 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(14px);
    opacity: 0.375;
  }
}
@keyframes example-6 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(14px);
    opacity: 0.375;
  }
}
@-webkit-keyframes example-7 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
    opacity: 0.4375;
  }
}
@keyframes example-7 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
    opacity: 0.4375;
  }
}
@-webkit-keyframes example-8 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(16px);
    opacity: 0.5;
  }
}
@keyframes example-8 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(16px);
    opacity: 0.5;
  }
}
@-webkit-keyframes example-9 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(17px);
    opacity: 0.5625;
  }
}
@keyframes example-9 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(17px);
    opacity: 0.5625;
  }
}
@-webkit-keyframes example-10 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(18px);
    opacity: 0.625;
  }
}
@keyframes example-10 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(18px);
    opacity: 0.625;
  }
}
@-webkit-keyframes example-11 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(19px);
    opacity: 0.6875;
  }
}

h1 div:nth-child(1) {
  display: inline-block;
  text-shadow: 2px 2px 3px #3D6366;
  -webkit-animation-name: example-1;
          animation-name: example-1;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
h1 div:nth-child(2) {
  display: inline-block;
  text-shadow: 2px 2px 3px #3D6366;
  -webkit-animation-name: example-2;
          animation-name: example-2;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
h1 div:nth-child(3) {
  display: inline-block;
  text-shadow: 2px 2px 3px #3D6366;
  -webkit-animation-name: example-3;
          animation-name: example-3;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
h1 div:nth-child(4) {
  display: inline-block;
  text-shadow: 2px 2px 3px #3D6366;
  -webkit-animation-name: example-4;
          animation-name: example-4;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
h1 div:nth-child(5) {
  display: inline-block;
  text-shadow: 2px 2px 3px #3D6366;
  -webkit-animation-name: example-5;
          animation-name: example-5;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
h1 div:nth-child(6) {
  display: inline-block;
  text-shadow: 2px 2px 3px #3D6366;
  -webkit-animation-name: example-6;
          animation-name: example-6;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
h1 div:nth-child(7) {
  display: inline-block;
  text-shadow: 2px 2px 3px #3D6366;
  -webkit-animation-name: example-7;
          animation-name: example-7;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
h1 div:nth-child(8) {
  display: inline-block;
  text-shadow: 2px 2px 3px #3D6366;
  -webkit-animation-name: example-8;
          animation-name: example-8;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
h1 div:nth-child(9) {
  display: inline-block;
  text-shadow: 2px 2px 3px #3D6366;
  -webkit-animation-name: example-9;
          animation-name: example-9;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
h1 div:nth-child(10) {
  display: inline-block;
  text-shadow: 2px 2px 3px #3D6366;
  -webkit-animation-name: example-10;
          animation-name: example-10;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
h1 div:nth-child(11) {
  display: inline-block;
  text-shadow: 2px 2px 3px #3D6366;
  -webkit-animation-name: example-11;
          animation-name: example-11;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

div.profileview_div div.row
{
    margin-top: 20px;

}
div.profileview_div div.label_name
{
 text-align: right;
 font-weight: bold;
 font-size: 16px !important;
 color: #041a3d;
}
div.profileview_div div.label_value
{
 text-align: left;
 font-size: 16px !important;
 font-weight: bold;
}
div.profileview_div
{
/*    border:2px dashed red;*/
    border-radius: 50px;
    padding: 20px;
/*    background: linear-gradient(to right, rgba(2, 77, 176, 1), rgba(245, 250, 127, 1)), url('images/banner/bg02.jpg');*/
}
.profile_title_text
{

    font-size: 35px !important;
    color: #068501;
    font-weight: bold;
    text-shadow: 2px 5px 10px #ccc;
}
.cls_vessel input
{
    padding: 0 0 0 0 !important;
    background-color: #FFF !important;
    padding-left: 10px !important;
    font-size: 13px !important;
    line-height: 30px !important;
    height: 25px !important;
/*    font-weight: bold;*/
}
input.important_company_name
{
    padding: 0 0 0 0 !important;
    background-color: #FFF !important;
    padding-left: 10px !important;
    font-size: 13px !important;
    line-height: 35px !important;
    height: 25px !important;
/*    font-weight: bold;*/
}
div.shipment_details .lable_text_leftalign
{
    text-align:left;
     padding-left: 20px !important;
     vertical-align: middle !important;
      padding-top: 10px;
    
}
div.shipment_details .lable_text_rightalign, div.shipment_details div.lable_text_rightalign
{
    text-align:right;
     padding-left: 20px !important;
     vertical-align: middle !important;
      padding-top: 10px;
      font-size: 13px !important;
    
}
div.shipment_details div.leftaligndiv
{
    text-align: left !important;
    padding-left: 10px;
}
div.shipment_details .textboxcls
{
    padding: 0 0 0 0 !important;
    background-color: #FFF !important;
    padding-left: 10px !important;
    font-size: 13px !important;
    line-height: 25px !important;
    height: 25px !important;
/*    font-weight: bold;*/
}

div.shipment_details .comboboxcls
{
     
    background-color: #FFF;
    height: 25px !important;
/*    font-weight: bold;*/
    font-size: 13px !important;
    
}
.submit_btn
{
    background-color: #FFC000 !important;
    width: 100px !important;
    height: 35px !important;
    color: #fff;
    font-weight: bold;
    font-size: 16px !important;
    border: 2px solid #F59247 !important;
    color: #944307 !important;
    border-radius: 10px !important;
}
.submit_btn:hover
{
    background-color: #ccc !important;
    color: #fff;
    font-weight: bold;
    border: 2px solid #F59247 !important;
    color: #944307 !important;
    border-radius: 10px !important;
    box-shadow: rgba(255, 255, 255, 0.8) 10px 19px 38px, rgba(0, 0, 0, 0.8) 5px 5px 10px;
}
.reset_btn
{
    background-color: #ff5c59 !important;
    width: 96px !important;
    height: 35px !important;
    color: #fff;
    font-weight: bold;
    font-size: 17px !important;
    border: 2px solid #916160 !important;
    color: #fff !important;
    border-radius: 10px !important;
}
.reset_btn:hover
{
    background-color: #ccc !important;
    color: #fff;
    font-weight: bold;
    border: 2px solid #F59247 !important;
    color: #944307 !important;
    border-radius: 10px !important;
    box-shadow: rgba(255, 255, 255, 0.8) 10px 19px 38px, rgba(0, 0, 0, 0.8) 5px 5px 10px;
}
body{
    font-family: calibri !important;
}
/*input
{
    background-color: #FFF !important;
}*/
div.list_search_div
{
border: 1px solid #ccc;
border-radius: 10px;

}
div.list_search_div div.row{
    height: 60px;
    }
div.list_search_div div{
    text-align: left;
    padding-left: 10px;
}

.shipment_details label.field_group_title
 {
    font-weight:bold; 
    font-size: 13px !important; 
/*    line-height: 25px;*/
    background-color:#fff; 
    border-radius: 10px 10px 0px 0px; 
    margin-left: 0px !important;
    margin-top: 10px;
    padding-left: 20px; 
    height: 20px !important;
 }

.form-box
{
    font-size: 12px;

}
table.clstablelist
{
    border: 1px solid #16334f !important;
}
table.clstablelist tr.tableheadrow
{
background-color: #cfeefc;
color:#000;
border-right: 1px solid #FFF;
}
table.clstablelist tr.tableheadrow th
{
    
    vertical-align: middle !important;
    height: 30px !important;
    padding: 0 0 0 0 !important;
    text-align: center;
    border-right: 1px solid #16334f !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
button.btn_list_search
{
   background-color: #615454 !important;
    width: 75px !important;
    height: 27px !important;
    color: #FFC000 !important;
    font-weight: bold;
    font-size: 15px !important;
    border: 2px solid #F59247 !important;
/*    color: #944307 !important;*/
    border-radius: 10px;   
    margin-bottom: 10px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;

    margin-left: -10px !important;


}
button.btn_list_search:hover
{
    background-color:#944307 !important;
    color: #FFF !important;
    width: 150px;
    border:5px solid #0377fc;
/*    border-radius: 5px;*/
    box-shadow: rgba(255, 255, 255, 0.8) 10px 19px 38px, rgba(0, 0, 0, 0.8) 5px 5px 10px;
}
.list_search_div input, select {
    
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    margin-top: 5px !important;
    padding: 2px 0;
}
.table>:not(:first-child)
{
    border-top: 0px !important;
}