/*------------------------------------------------------------------
    File Name: custom.css
-------------------------------------------------------------------*/


a:hover {
    color: #001eff;
}

.breadcrumb {
    background-color: #EAF1FB;
}

#mail_form label {
    position: relative;
}

.icon-search {
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 7px;
}

.icon-link-mail {
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 7px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

.bi-pen::before,
.bi-trash::before {
    color: #fff;
}

.bi-box-arrow-right::before {
    color: #000;
}

/* .sidebar_active:before {
    border-left: 10px solid #2E3675;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 10;
    right: -8px;
    opacity: 1;
    overflow-x: auto;
    top: 32px;
    transition: opacity .15s ease-in;
} */

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/Circles-menu-3.gif') 50% 50% no-repeat rgb(255, 255, 255);
    background-position: 50% 50%;
}

.bg_header {
    background: #BFD4F3;
    padding-left: -10px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    font-weight: 600;
    /* border-radius: 7px 7px 0 0; */
}

.sidebar_blog_2 hr {
    width: 50%;
    color: #000;
    margin: 0 !important;
    position: absolute;
    left: 25%;
    height: .25px !important;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 59px;
    left: 250px;
    background-color: #fff;
    /* overflow-x: hidden; */
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    border-top: none !important;
}

.bg_active {
    background: #EAF1FB;
    border-radius: 18px;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav a :active {
    background: #afdefa !important;
}

.sidenav ul li a {
    width: 90% !important;
}

#sidebar.active+#content {
    padding-left: 0;
}

#sidebar.active+#content .companymenuli:hover .sidenav {
    height: 87% !important;
    margin-top: 10px;
    border-radius: 25px;
    box-shadow: 3px 3px rgb(228, 224, 224);
}

.companymenulicontentpermanent {
    padding-left: 200px !important;
}


.companymenuli ul {
    width: 200px !important;
    display: none;
}

.companymenuli a {
    min-height: 85px;
    max-height: 85px;
}

.sidenav_minheight {
    min-height: auto !important;
    padding-top: 3% !important;
    padding-left: 10px !important;
}

.sidenav_minheight a {
    min-height: auto !important;
}

.sidenav_minheight a:hover {
    min-height: auto !important;
}

.companymenuliul {
    display: block !important;
    top: 70px !important;
    left: 100px !important;
}

.sidenav li a {
    text-align: initial !important;
    width: 95% !important;
    margin-top: 2px;
}

#sidebar.active .sidebar_blog_2 {
    position: inherit;
    width: 100px;
}

.sidebar_active,
.companymenuli a:hover {
    background-color: #2E3675;
    color: white;
    min-height: 85px;
}

#sidebar.active .badge_dropdown {
    font-size: 17px;
    line-height: 16px;
    padding: .5px 7px;
    position: absolute;
    right: 0px;
    top: 30px;
    left: 91px;
    background: #F6F8FC;
    border-radius: 100%;
    color: rgb(130, 127, 127);
    font-weight: 600;
    width: 18px;
    height: 18px;
    z-index: 999;
}

.rotate {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.rotate.down {
    transform: rotate(180deg);
}

.companymenuli:hover a i {
    font-size: 17px;
    line-height: 16px;
    padding: 1px 6px;
    position: absolute;
    right: 0px;
    top: 30px;
    left: 91px !important;
    background: #EAF1FB !important;
    border-radius: 100%;
    color: #000;
    font-weight: 600;
    width: 18px;
    height: 18px;
    z-index: 999;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    transform: rotate(180deg);
}

.company_submenu:hover .sidenav {
    height: 85%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 70px;
    left: 100px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    margin-top: 20px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}


/* New styles  */

.bg-login {
    background-image: url('../images/bg-login.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.login-logo {
    margin-left: 5%;
    margin-top: 2%;
}

.pt-11 {
    padding-top: 11%;
}

.pt-10 {
    padding-top: 10%;
}

.pt-7 {
    padding-top: 7%;
}

.table_prod tbody {
    border-bottom: 25px solid white;
}

.btn-group .btn {
    min-width: 70px;
}

.table_prod {
    width: 100%;
    border-collapse: collapse;
    overflow-x: auto;
}

.table_prod td,
.table_prod tr,
.table_prod th {
    padding: 8px;
    color: #000;
}

.table_prod tr:nth-child(even) {
    background-color: #F6F8FC;
}

.bg_table_grey {
    background-color: #E2E6EE;
    color: #000;
}

.bg_table_blue {
    background-color: #f5f7fc;
    color: #000;
}

.table_pagination .form-select,
.table_pagination .form-control {
    width: 60px !important;
}

.btn-outline-secondary:hover {
    color: #000;
}

.icon-rtl {
    padding-right: 25px;
    background: url("../icons/search.svg") no-repeat right;
    /* background-size: 20px; */
}

.btn-delivery {
    border: 2px solid #2E3675;
    min-height: 65px;
    min-width: 110px;
    border-radius: 10px;
}

.bg-total {
    background-color: #F6F8FC;
    border-top: 1px solid #E3DFDF;
    border-bottom: 1px solid #E3DFDF;

}

.btn-modal {
    background-color: #3D4FDB;
    border-radius: 10px;
    min-width: 120px;
    min-height: 35px;
}

.btn-modal-Add {
    color: #fff;
    background: rgb(37, 47, 126);
    background: linear-gradient(180deg, rgba(37, 47, 126, 1) 0%, rgba(37, 47, 129, 1) 18%, rgba(61, 79, 219, 1) 62%, rgba(42, 51, 118, 1) 88%);
    min-width: 190px;
    max-width: 190px;

}

.btn-modal-Cancel {
    color: #000;
    background: rgb(132, 130, 130);
    background: linear-gradient(180deg, rgba(132, 130, 130, 1) 0%, rgba(255, 255, 255, 1) 45%, rgba(132, 130, 130, 1) 100%);
    min-width: 190px;
    max-width: 190px;

}

.btn-modal-Add:hover,
.btn-modal-Cancel:hover {
    color: #fff;
}

.did-floating-label-content {
    position: relative;

}

.did-floating-label-content input {
    border-radius: 10px;
    line-height: 2.5rem;
    border: 1px solid #ABA5A5;
}

.btn {
    box-shadow: none;
}

.did-floating-label {
    color: #1e4c82;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: -10px;
    padding: 0 5px;
    background: #fff;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;


}

.accordion-button:not(.collapsed) {
    background-color: #2E3675;
    color: #fff;
    box-shadow: none;
    border-radius: 6px !important;
}

.accordion-button:not(.collapsed)::after {
    height: auto;
    content: "Hide      -";
    white-space: pre;
    background-image: url(../images/bg-hide.png);
    background-size: auto;
    color: #000;
    transform: none;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
}

.accordion-button::after {
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 12px;
    width: 5rem;
    content: "Expand   +";
    white-space: pre;
    background-image: url(../images/bg-hide.png);
    background-size: auto;
    height: auto;

}

.accordion-button {
    background-color: #D4D6EA;
    border-radius: 6px;
}

.accordion-flush .accordion-item {
    border-radius: 6px;
}

.ps-pe-10 {
    padding-left: 40px;
    padding-right: 40px;
}

.btn-blue-gradient {
    color: #fff;
    background: rgb(37, 47, 126);
    background: linear-gradient(180deg, rgba(37, 47, 126, 1) 0%, rgba(37, 47, 129, 1) 18%, rgba(61, 79, 219, 1) 62%, rgba(42, 51, 118, 1) 88%);
}

.btn-light-gradient {
    color: #000;
    background: rgb(132, 130, 130);
    background: linear-gradient(180deg, rgba(132, 130, 130, 1) 0%, rgba(255, 255, 255, 1) 45%, rgba(132, 130, 130, 1) 100%);
}

.btn-red-gradient {
    color: #fff;
    background: rgb(114, 24, 24);
    background: linear-gradient(180deg, rgba(114, 24, 24, 1) 0%, rgba(227, 48, 48, 1) 45%, rgba(114, 24, 24, 1) 100%);
}

.bg-outline {
    border: 1px solid #AEAEAE;
    border-radius: 4px;
    max-width: 150px;
    margin-left: 20px;
}

.address-field {
    min-height: 100px;
}

.bg-light-blue {
    background-color: #F6F8FC;
    border: 1px solid #E3DFDF;
}

.bg-light-blue table th {
    margin-bottom: 0px !important;
}

.bg-blue-topborder {
    background-color: #F6F8FC;
    border-top: 2px solid #E3DFDF;
}

.alert {
    border-radius: 27px;
    padding: .25rem 1.25rem;
    margin-bottom: 0;
}

.progress {
    width: 118px;
    border: 0.5px solid #5E6595;
    background: rgba(218, 0, 0, 0);
    font-size: 20px;
    height: 1.5rem;
    border-radius: 4px;
    height: 35px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;

}

.alert-secondary {
    background-color: #D5C18A;
    color: #7E2F00;
}

.progress-bar {
    background: #2E3675;
    height: 27px;
    border-radius: 2px;
    margin: 3px 6px;
}

.progress-bar-bg {
    width: 100%;
    margin-left: -8px;
    margin-top: 3px;
    margin-right: -3px;

}

.progress-bar-anim-bg {
    background: linear-gradient(90deg, rgb(255 255 255 / 25%) 25%, #CECECE 25%, #CECECE 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 75%, #CECECE 75%, #CECECE);
    background-repeat: repeat-x;
    background-size: 1em 1.5em;
    height: inherit;
    width: 100%;
    height: 27px;
}

.progress-bar-anim {

    /* Don't touch this anim bar color*/
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0.25) 25%,
            #fff 25%,
            #fff 50%,
            rgba(255, 255, 255, 0.25) 50%,
            rgba(255, 255, 255, 0.25) 75%,
            #fff 75%,
            #fff);
    /* Don't touch this */
    background-repeat: repeat-x;
    /* The size of the bars must match the background-position in the @keyframes */
    background-size: 1em 1.5em;

    height: inherit;
    width: 100%;
}

@keyframes progress {
    to {
        background-position: 1.5em 0;
    }
}

.shape-blue {
    border-radius: 18px;
    background: linear-gradient(to bottom, #0016C1 50%, #000844 95%);
    color: #fff !important;
    padding: 1px;
    max-height: 30px;
}

.shape-white {
    border-radius: 18px;
    background: #fff;
    color: #000 !important;
    max-height: 30px;
    padding: 1px;
}

.bg-blue {
    background-color: #EAF1FB;
    border: 1px solid #A8D0FF;
    border-radius: 23px;
    padding: 5px;
}

.shape-white .progress-bar,
.shape-white .progress-bar-bg,
.shape-white .progress {
    width: 70%;
}

.shape-white .progress {
    height: 18px;
}

.shape-white .progress-bar,
.shape-white .progress-bar-bg,
.shape-white .progress-bar-anim-bg {
    height: 10px;
}

.shape-white .progress-bar-bg {
    margin-left: -15px;
}

.btn-list-view {
    background: linear-gradient(to bottom, #DEDFE6 25%, #FFFFFF 50%, #DEDFE6 90%);
    border-radius: 4px;
    color: #000;
}

.border-dotted {
    border-right: 1px dotted #656565;
}


.bg-cyan {
    background: linear-gradient(to left, #00AEB9 60%, #00575D 100%);
    color: #fff !important;
    text-align: center !important;
}

.bg-red {
    background: linear-gradient(to left, #E9212C 80%, #751116 100%);
    color: #fff;
    text-align: center !important;
}

.bg-green {
    background: linear-gradient(to left, #079227 80%, #003707 100%);
    color: #fff !important;
    text-align: center !important;
}

.bg-deep-blue {
    background: linear-gradient(to left, #5B84FF 80%, #243B83 100%);
    color: #fff !important;
    text-align: center !important;
}

.bg-sky-blue {
    background: linear-gradient(to left, #00B5FF 80%, #096387 100%);
    color: #fff !important;
    text-align: center !important;
}

.bg-grey {
    background: linear-gradient(to left, #6D6D6D 70%, #000000 100%);
    color: #fff !important;
    text-align: center !important;
}

.ps-60 {
    padding-left: 60px !important;
}

.ps-ms-50 {
    padding-left: 50px !important;
    margin-left: 10px;
}

.card-barcode {
    background-color: #fff;
    box-shadow: 0px 10px 20px #00000029;
}

.card-barcode .bottom-line {
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent !important;
    color: #fff;
    font-weight: 500 !important;
    border-color: #fff #fff #fff !important;
}

.nav-link:focus,
.nav-link:hover {
    color: #000;
    font-weight: 500;
    border: none !important;
}

.bg-yellow {
    background-color: #FFF491;
    border-radius: 2px;
    min-width: 35px;
    min-height: 35px;
    max-height: 35px;
    text-align: center;
}

.tabbed .tab-content .bg-white {
    height: auto;
}

.tabbed .tab-content .form-select {
    background-color: #fff !important;
}

.bg-select .form-select {
    background-color: #fff !important;
}

.bg-select .bg-white {
    height: auto;
}

.tabbed ul {
    display: inline-flex;
    clip-path: polygon(4% 0%, 96% 0%, 100% 100%, 0% 100%);
    border: none;
}

.tabbed ul li {
    display: inline-flex;
    clip-path: polygon(0 0, 83% 0, 100% 100%, 16% 100%);
    /* clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%); */
}

.nav-tabs .nav-item {
    margin-left: -40px;

}

.nav-tabs .nav-link {
    border-top: 1.7px solid transparent !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.tabbed ul li a {
    padding: 10px 30px;
    min-width: 210px;
    color: #fff;
    font-weight: 500;

}

.tabbed .bg-light-blue {
    border: none;
}

.tabbed .tab-content {
    border: 2px solid #00AEB9;
    border-radius: 0 10px 10px 10px;
}

.input-group-prepend .btn {
    min-width: 130px;
}

.card-turnover {
    border-radius: 10px;
    box-shadow: 0px 5px 10px #0000001A;
}

.card-turnover p {
    font-size: 12px;
}

.bg-aqua {
    background: #0384A6;
    border-radius: 4px 0 0 4px;
    color: #fff;
    height: 30px;
}

.bg-dark-aqua {
    background: #00ACBD;
    border-radius: 0 4px 4px 0;
    color: #fff;
    height: 30px;
}

.bg-white {
    background: #fff;
    color: #000;
    height: 30px;
}

.bg-dark-blue {
    background: #1B4277;
    border-radius: 4px 0 0 4px;
    color: #fff;
    height: 30px;
}

.bg-dark-blue-1 {
    background: #1B4277;
    border-radius: 0 4px 4px 0;
    color: #fff;
    height: 30px;
}

.dark-blue-cube {
    background: #1B4277;
    min-width: 200px;
    height: 65px;
    position: relative;
    color: #fff !important;

}

.dark-blue-cube::before {
    content: '';
    display: inline-block;
    background: #112842;
    min-width: 200px;
    height: 10px;
    transform: skewX(-40deg);
    position: absolute;
    top: -10px;
    left: 4px;
    right: -5px;
}

.dark-blue-cube::after {
    content: '';
    display: inline-block;
    background: #205691;
    width: 9px;
    height: 65px;
    transform: skewY(-50deg);
    position: absolute;
    top: -5px;
    left: 100%;
}

.light-blue-cube {
    background: #00ACBD;
    min-width: 200px;
    height: 65px;
    position: relative;
    color: #fff !important;

}

.light-blue-cube::before {
    content: '';
    display: inline-block;
    background: #03939B;
    min-width: 200px;
    height: 10px;
    transform: skewX(-40deg);
    position: absolute;
    top: -10px;
    left: 4px;
    right: -5px;
}

.light-blue-cube::after {
    content: '';
    display: inline-block;
    background: #0CC6D0;
    width: 9px;
    height: 65px;
    transform: skewY(-50deg);
    position: absolute;
    top: -5px;
    left: 100%;
}

.bg-table-warning {
    background-color: #FFB703;
    border-radius: 4px 0px 0px 4px !important;
}

.card-table {
    border: 1px solid #C9C9C9;
    box-shadow: 0px 5px 40px #0000001A;
    border-radius: 8px;
}

.card-table .card-body {
    padding: .75rem;
}

.card-table:before {
    content: '';
    position: absolute;
    display: block;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent rgb(255, 255, 255) transparent;

}

.address-box {
    border: 1px solid #E3DFDF;
    border-radius: 6px;
    background-color: #fff;
    padding: 1rem 1rem 0 1rem;
    max-height: 120px;
}

@media screen and (max-width:767px) {

    .btn-modal,
    .btn-modal-Add,
    .btn-modal-Cancel {
        min-width: 70px !important;
    }

}

@media screen and (max-width:500px) {
    .sm_width {
        max-width: 295px;
    }
}

.side-main-menu-style-span {
    padding: 0 !important;
    width: 100%;
    text-align: center;
}

/* select2 */
span .selection {
    width: 100% !important;
}

.form-control:focus {
    border: 1px solid #34495e;
}

.select2.select2-container .select2-selection {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 34px;
    margin-bottom: 15px;
    outline: none !important;
    transition: all .15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    color: #333;
    line-height: 32px;
    padding-right: 33px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    background: #f8f8f8;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 32px;
    width: 33px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: #f8f8f8;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

.select2-container .select2-dropdown {
    background: transparent;
    border: none;
    margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
    padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
    outline: none !important;
    border: 1px solid #34495e !important;
    border-bottom: none !important;
    padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
    padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
    background: #fff;
    border: 1px solid #34495e;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: #3498db;
}