.login {
    background-color: #003f72;
}
.btn-primary {
    background-color: #003f72 !important;
    border-color: #003f72 !important;
    color: #fff !important;
}
.login-card h3 {
    color: #666666;
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    text-align: left;
    margin-top: 35px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.50rem;
    font-size: 14px;
    line-height: 1.25;
    color: #2e1e1e;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.nav-logo {
    width: 180px !important;
}

.pcoded .pcoded-header[header-theme="theme5"] a {
    /* color: #fff; */
    color: #003f72 !important;
}

.card {
    border-radius: 30px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
    border: none;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.bg-c-blue {
    background: linear-gradient(45deg, #003f72, #003f72) !important;
}
.order-card i {
    font-size: 26px;
    background-color: #2c6ec7;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 27px;
    padding: 10px;
}

.bg-c-red {
    background: linear-gradient(45deg, #dd9b98, #dd9b98) !important;
}
.bg-c-lav {
    background: linear-gradient(45deg, #b48dd3, #b48dd3) !important;
}
.bg-c-orange {
    background: linear-gradient(45deg, #ffa755, #ffa755) !important;
}
.bg-c-green {
    background: linear-gradient(45deg, #68e365, #68e365) !important;
}

.green-ti{
    background-color: #23ad35 !important;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 27px;
    padding: 10px;
}
.red-ti{
    background-color: #cc2a2a !important;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 27px;
    padding: 10px;
}
.lav-ti{
    background-color: #812cc7 !important;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 27px;
    padding: 10px;
}
.org-ti{
    background-color: #c7772c !important;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 27px;
    padding: 10px;
}


.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050 !important;
    display: none;
    overflow: hidden;
    outline: 0;
    
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #163c70;
    border: 1px solid #163c70;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

/* .pcoded-submenu {
    display: none;
}

.pcoded-hasmenu.open .pcoded-submenu {
    display: block;
} */


