/* Start side bar */

/*@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");*/




:root {
    --header-height: 3rem;
    --nav-width: 85px;
    --first-color: #263746;
    --first-color-light: #afa5d9;
    --white-color: #f7f6fb;
    --body-font: 'Questrial', sans-serif;
    --normal-font-size: 1rem;
    --z-fixed: 100;
}

*,
::before,
::after {
    box-sizing: border-box;
}

body {
    margin: 0!important;
    padding: 0!important;
    position: relative;
    /*margin: var(--header-height) 0 0 0;
    padding: 0 1rem;*/
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    transition: 0.5s;
}

a {
    text-decoration: none;
    /*color: #263746;*/
    /*font-size: 1.2em;*/
    /*transition: 0.5s;*/
}
p a {
    color: #0e5794;
    transition: 0.5s;
}
.btn-secondary a {
    color: white;
}

.flexer {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    flex-flow: row wrap;
}
.header {
    width: 100%;
    height: var(--header-height);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    background-color: var(--white-color);
    z-index: var(--z-fixed);
    transition: 0.5s;
}

.header_toggle {
    color: var(--first-color);
    font-size: 1.5rem;
    cursor: pointer;
}

.header_img {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

.header_img img {
    width: 40px;
}

.l-navbar {
    position: fixed;
    top: 0;
    left: -30%;
    width: var(--nav-width);
    height: 100vh;
    background-color: var(--first-color);
    padding: 0.5rem 1rem 0 0;
    transition: 0.5s;
    z-index: var(--z-fixed);
}
.container{
    padding-left : calc(var(--bs-gutter-x) * 1)!important;
}

.nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.nav_logo,
.nav_link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1rem;
    padding: 0.5rem 0 0.5rem 1.5rem;
}

.nav_logo {
    margin-bottom: 2rem;
    width: 150px;
}

.nav_logo-icon {
    font-size: 1.25rem;
    color: var(--white-color);
}

.nav_logo-name {
    color: var(--white-color);
    font-weight: 700;
}

.nav_link {
    position: relative;
    color: var(--first-color-light);
    margin-bottom: 1.5rem;
    transition: 0.3s;
}

.nav_link:hover {
    color: var(--white-color);
}

.nav_icon {
    font-size: 1.25rem;
}

.show {
    left: 0;
}

.body-pd {
    padding-left: calc(var(--nav-width) + 1rem);
}

.active {
    color: var(--white-color);
}

.active::before {
    content: "";
    position: absolute;
    left: 0;
    width: 2px;
    height: 32px;
    background-color: var(--white-color);
}

.height-100 {
    height: 100vh;
}


.countriesToggle{
    position: fixed;
    top: 4.5em;
    right: 1em;
    z-index: 99;
}

.countriesToggle .countryBtn{
    background-color: #263746 !important;
    border : 1px solid white!important;
}
.btn-login, .btn-primary:hover, .btn-primary:active, .btn-primary:visited, .btn-primary:focus {
    background-color: #476783 !important;
    border-color: #FFFFFF !important;
}
.countriesToggle svg{
    width: 24px;
    border: 1px white solid;
    border-radius: 2px;
}
.countriesToggle .dropdown-menu.show{
    background-color: #263746!important;
    padding: 1em .75em!important;
}
.countriesToggle .dropdown-menu.show a{
    color: white!important;
}
.success {
    background-color: #0ea40e;
    color: white;
    padding: 1em;
    margin-bottom: 2em;
    border-radius: 5px;
}

.warning{
    background-color: #d91010;
    color: white;
    padding: 1em;
    margin-bottom: 2em;
    border-radius: 5px;
}






@media screen and (min-width: 768px) {
    body {
        margin: calc(var(--header-height) + 1rem) 0 0 0;
        padding-left: calc(var(--nav-width) + 2rem);
    }

    .header {
        height: calc(var(--header-height) + 1rem);
        padding: 0 2rem 0 calc(var(--nav-width) + 2rem);
    }

    .header_img {
        width: 40px;
        height: 40px;
    }

    .header_img img {
        width: 45px;
    }

    .l-navbar {
        left: 0;
        padding: 1rem 1rem 0 0;
    }

    .show {
        width: calc(var(--nav-width) + 156px);
    }

    .body-pd {
        padding-left: calc(var(--nav-width) + 188px);
    }
}
/* End side bar */

/* Start nav-top bar */
.ms-n5 {
    margin-left: -42px!important;
}
#search-input{
    width: 50%!important;
}
/* End nav-top bar */

/*Login page*/

.bg-img{
    opacity: 0.45;
    height: 100vh;
}

.loginRow img {
    position: absolute;
    left: 26%;
    top: 45%;
    width: 250px;
    z-index: 10;
}
input {
    outline:none;
    border:none
}

.input100 {
    display:block;
    width:100%;
    height:50px;
    background:0 0;
    font-family: var(--body-font);
    font-size:22px;
    color:#555;
    line-height:1.2;
    padding:0 2px
}

.label-input100 {
    font-family: var(--body-font);
    font-size:18px;
    color:#999;
    line-height:1.2;
    padding-left:2px
}

.focus-input100 {
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    top:0;
    left:0;
    pointer-events:none
}

.focus-input100::before {
    content:"";
    display:block;
    position:absolute;
    bottom:-2px;
    left:0;
    width:0;
    height:2px;
    -webkit-transition:all .4s;
    -o-transition:all .4s;
    -moz-transition:all .4s;
    transition:all .4s;
    background:#d5007d;
    background:-webkit-linear-gradient(45deg,#d5007d,#e53935);
    background:-o-linear-gradient(45deg,#d5007d,#e53935);
    background:-moz-linear-gradient(45deg,#d5007d,#e53935);
    background:linear-gradient(45deg,#d5007d,#e53935)
}
.input100:focus+.focus-input100::before {
    width:100%
}
.has-val.input100+.focus-input100::before {
    width:100%
}

.wrap-input100 {
    width:100%;
    position:relative;
    border-bottom:2px solid #dbdbdb;
    margin-bottom:45px
}
.login-form{
    margin-top: 40%;
}

.login-form div{
    width: 80%;
    margin-left: 65px;
}

/*.btn-login,*/
/*.btn-primary:hover,*/
/*.btn-primary:active,*/
/*.btn-primary:visited,*/
/*.btn-primary:focus {*/
/*    background-color: #6389AA !important;*/
/*    border-color: #FFFFFF !important;*/
/*}*/

.btn-login {
    margin-left: 39%;
    margin-top: 5%;
}

.text-bottom{
    margin-top: 65px;
}

.vl{
    border-left: 3px solid #6389AA;
    height: 110px;
}

.forgot-pass{
    margin-left: 15%;
}

.basic_top_gap{
    padding-top: 3em;
}
.w10{width: 10%;}
.w20{width: 20%;}
.w30{width: 30%;}
.w40{width: 40%;}
.w45{width: 45%;}
.w48{width: 48%;}
.w50{width: 50%;}
.w60{width: 60%;}
.w70{width: 70%;}
.w80{width: 80%;}
.w90{width: 90%;}
.w100{width: 100%;}
.tac{text-align: center;}
.tar{text-align: right;}

.title2{
    font-size: 1.7em;
    margin: 1em 0;
}
.title3{
    font-size: 1.5em;
    margin: 1em 0 2em 0;
}
.linkBtn{
    background-color: #263746;
    transition: .5s;
    padding: .5em 1em;
    border-radius: 10px;
    color: white;
    border: solid 1px #263746;
}
.linkBtn:hover{
    background-color: white;
    color: #263746;
}
.toast{
    z-index: 99;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.5);
}
.toast .toast-body{
    background-color: #e4e4e4;
}

.redSquare{
    height: 15px;
    width: 15px;
    background-color: red;
    border-radius: 3px;
    margin-right: 1em;
}
.greenSquare{
    height: 15px;
    width: 15px;
    background-color: green;
    border-radius: 3px;
    margin-right: 1em;
}
.toast{
    position: fixed;
    bottom: 1em;
    right: 1em;
}

.menuSpacer{
    padding-top: calc(var(--header-height) + 3rem)!important;
}

.packageFlex{
    display: flex;
    align-content: center;
}
.packageFlex i{
    font-size: 1.3em;
    margin-right: .5em;
}
.order_details_modal{
    position: fixed;
    top: 100%;
    right: 2em;
    left: 2em;
    background-color: #f2f2f2;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    z-index: 999;
    padding: 3em;
    transition: .5s;
    bottom:  0;
    overflow-y: scroll
}
.modalContainer{
    overflow-x: scroll;
}
.modalVisible{
    top : 20%;
}
.order_details_modal .bx-caret-down{
    position: absolute;
    right: 3%;
    top: 3%;
    font-size: 2.2em;
    cursor : pointer;
    transition: .5s;
}
.order_details_modal .bx-caret-down:hover{
    color: #969696;
}
.blurredBg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 998;
    display: none;
}
.orderProcessing{
    color: green!important;
}
.orderSuccess{
    color: orangered!important;
}
.container .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: #fff!important;
    border : solid 1px #5C636A;
    border-radius: 5px;
}
.pagination {
    --bs-pagination-active-bg:#A3ACB5;
    --bs-pagination-active-border-color: #5C636A;
}
.pagination .paginate_button .page-link{
    border-radius: 5px;
    color: #000;
}
.table td{
    font-size: 0.8em;
    text-align: center;
    vertical-align: middle;
}
.table th{
    vertical-align: middle;
    text-align: center;
    white-space:nowrap;
}

.table tbody tr{
    transition: .5s;
}
.table tbody tr:hover{
    background-color: #e0e0e0 !important;
}
.orderInfos p, .orderAdress p{
    margin-bottom: .2rem!important;
}

.order_detail_table_head th{
    text-align: center!important;
}
.orderHeader{
    margin-bottom: 2rem;
}
.orderHeader h2{
    margin-bottom: .5rem;
}
.orderInfos , .orderAdress{
    padding-left: 1rem;
    border-left: solid 1px gray;
}

.nbRelatedAccounts .bxs-help-circle{
    font-size: 1.2em;
    cursor: pointer;
    color: #263746;
}
.card .oneMailRelated{
    margin-bottom: .3rem!important;
}
#collapseMail .card{
    margin-bottom: 1em;
    background-color: #e9e9e9;
}

@media screen and (min-width: 768px) {
    .menuSpacer {
        padding-top: calc(var(--header-height) + 4rem);
    }
}


