@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Quicksand:wght@300;400;600;700&family=Roboto:wght@300;500;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo&display=swap');

body{
    background: #f1f4f6;
}
body p{
    font-family: 'Quicksand',sans-serif;
    font-size: 15px;
    color: #7a7a7a;
}
a,a:hover{
    text-decoration: none;
}
#login{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
}
.content-login{
    max-width: 660px;
    margin: auto;
}
.content-login .card-login{
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(43,43,43,.1),0 11px 6px -7px rgba(43,43,43,.1);
    box-shadow: 0 0 5px 0 rgba(43,43,43,.1),0 11px 6px -7px rgba(43,43,43,.1);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 60px 30px;
    background: #fff;
}
.card-login input{
    height: 50px;
    line-height: 50px;
    padding: 10px 20px;
    border: 1px solid #f1f3f5;
    color: #707070;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    width: 100%;
}
.admin-panel{
    padding: 15px;
}
.card-login .form-control:focus{
    box-shadow: none;
    border-color: #4fb9fb;
}
.content-login .card-login button{
    width: 100%;
    height: 50px;
    background: #4fb9fb;
    border: none;
}
.content-login img{
    max-width: 100%;
    width: 170px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}
.content-login form small{
    margin-bottom: 15px;
}
.logo img{
    width: 75px;
}
.solde-customer span{
    color: #fff;
    padding: 15px 15px;
    background-color: #0aaee6;
    margin-right: 10px;
    border-radius: 5px;
    font-size: 14px;
}
header.app-header {
    display: flex;
    align-items: center;
    align-content: center;
    z-index: 10;
    transition: all .2s;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,.03), 0 0.9375rem 1.40625rem rgba(4,9,20,.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4,9,20,.03);
    background: #fff;
}
.app-main {
    flex: 1;
    display: flex;
    z-index: 8;
    position: relative;
    padding-top: 91px;
    flex-direction: column;
}
#login .app-main{
    padding: 0;
}

.header-bloc{
    padding: 20px 0;
}
.header-bloc .info-user ul{
    float: right;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
.app-main .left-column{
    width: 280px;
    display: flex;
    z-index: 11;
    overflow: hidden;
    min-width: 280px;
    position: fixed;
    flex: 0 0 280px;
    margin-top: 0;
    padding-top: 60px;
    transition: all .2s;
    height: 100vh;
    background:#4fb9fb;
    box-shadow: 7px 0 60px rgba(0,0,0,.05);
}
.content-dashboard{
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,.03), 0 0.9375rem 1.40625rem rgba(4,9,20,.03), 0 0.25rem 0.53125rem rgba(4,9,20,.05), 0 0.125rem 0.1875rem rgba(4,9,20,.03);
    border-width: 0;
    transition: all .2s;
    background: #fff;
}
.app-main .right-column{
    z-index: 9;
    flex: 1;
    flex-direction: column;
    display: flex;
    padding-top: 60px;
    max-width: 100%;
}
h1,h2,h3{
    font-family:'Oswald',sans-serif;
    font-weight: 700;
    margin-bottom: 25px;
}
h1{
    font-size: 34px;
    color: #4fb9fb;
    margin-bottom: 20px;
}
.left-column,.right-column{
    /*border : 1px solid #26376b;*/
    padding: 10px 10px;
}
.left-column ul{
    list-style: none;
    margin-bottom: 0;
    padding-left:0px;
    width: 100%;
}
.left-column ul li{
    margin-bottom: 5px;
}
.left-column ul a{
    color: #fff;
    display: block;
    line-height: 2.4rem;
    height: 2.4rem;
    padding:0 10px;
    position: relative;
    border-radius: 0.25rem;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s;
}
.left-column ul a.active{
    background: #fff;
    color: #4fb9fb;
}
.left-column ul a i{
    margin-right: 5px;
}
.left-column ul a:hover{
    background: #fff;
    color: #4fb9fb;
}
.info-user{
    position: relative;
}
.info-user .round-img{
    border-radius:50%;
    width: 50px;
    height: 50px;
    background: #c1c1c1;
    margin-right: 10px;
}
.info-user p{
    font-weight: 500;
    font-family: 'Oswald',sans-serif;
    color: #495057;
    margin: 0;
}
.info-user p.auth{
    font-weight: 400;
    font-family: 'Quicksand',sans-serif;
}
.info-user p.auth a{
    color: #fff;
    border-radius: 50px;
    background: #F23D4C;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
}
.info-user p span{
    font-size: 12px;
    display: block;
    font-weight: 300;
}
.info-user p span.line-space{
    background: #c1c1c1;
    width: 1px;
    top:0;
    bottom: 0;
    position: absolute;
    margin: 0 15px;
    height: 50px;
}
.solde-item span{
    font-size: 13px;
}
table{
    width: 100%;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,.03), 0 0.9375rem 1.40625rem rgba(4,9,20,.03), 0 0.25rem 0.53125rem rgba(4,9,20,.05), 0 0.125rem 0.1875rem rgba(4,9,20,.03);
    background: #fff;
    border-radius: 5px;
}
table tr{
    border: none;
}
table tr th{
    font-size: 14px;
    background: #f8faff;
    padding: 10px 15px;
}
table tr td{
    padding: 10px 15px;
    font-size: 14px;
    color: #7e7172;
}
table tr td a{
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
}
table tr td button.btn-primary{
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    border: none;
    font-size: 14px;
    vertical-align: initial;
}
table tr td button.btn-primary,
table tr td button.btn-primary:focus{
    box-shadow: none;
}

table tr td button.archiver{
    background: #3FA9C1;
    /*margin-left: 4px;*/
}
table tr td button.archiver i{
    margin-right: 5px;
}
table tr td a.delete,.btn-delete{
    background: #F23D4C;
    color: #fff;
}
table tr td a.update,.btn-update{
    background: #4fb9fb;
    color: #fff;
}
table tr td a i{
    margin-right: 5px;
}
.not-assigned{
    color: white;
    background: #c1b638;
    border-radius: 2px;
    padding: 5px 5px;
}
.modal-content .modal-footer button{
     /*font-size: 11px;*/
}
.delete-card{
    color: red;
    float: right;
}
.image-item{

}
.image-item .note-img{
    width: 50px;
    height: 50px;
    background-color: #dfdfdf;
}
.image-item .img{
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
}
form input{
    height: 40px;
    line-height: 40px;
    padding: 10px 20px;
    border: 1px solid #f1f3f5;
    color: #707070;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    width: 100%;
}
form .form-control:focus {
    box-shadow: none;
    border-color: #4fb9fb;
}
.modal-body label{
    margin-top: 5%;
}
form select.form-control:not([size]):not([multiple]){
    height: 50px;
}
/****** Add Profiles ******/

ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.btn-anime{
    border-radius: 5px;
    background: #4fb9fb;
    padding: 10px 25px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s;
    border:1px solid #4fb9fb;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,.03), 0 0.9375rem 1.40625rem rgba(4,9,20,.03), 0 0.25rem 0.53125rem rgba(4,9,20,.05), 0 0.125rem 0.1875rem rgba(4,9,20,.03);
}
.btn-anime:hover{
    color: #4fb9fb;
    background: transparent;
}
.pagination-wrap ul{
    padding: 0;
    margin: 0;
}
.pagination-wrap .pagination-layout{
    display: flex;
}
.pagination-wrap li{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    background: #fff;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all 0.3s;
}
.pagination-wrap li:hover,
.pagination-wrap li.active{
    background: #3FA9C1;
    color: #fff;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,.03), 0 0.9375rem 1.40625rem rgba(4,9,20,.03), 0 0.25rem 0.53125rem rgba(4,9,20,.05), 0 0.125rem 0.1875rem rgba(4,9,20,.03);
}
.pagination-wrap li:hover a,
.pagination-wrap li.active a{
    color: #fff;
}
.pagination-wrap a{
    color: #4fb9fb;
    font-size: 14px;
}
.pagination-wrap a.pagination{
    width: 32px;
    height: 32px;
    border-radius: 5px;
    background: #fff;

    margin: 0 5px;
    justify-content: center;
    align-items: center;
}
.pagination-wrap a.disabled{
    background: #e2e2e2;
    cursor: no-drop;
}
/****** Add Profiles ******/


.container{
    max-width: 100%;
}
.footer_part{
    padding: 27px 0;
    padding-left: 280px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4fb9fb;
    color: #fff;
}
.footer_part a{
    position: relative;
    z-index: 10;
    color: #fff;
}
.hamburger-menu {
    width: 43px;
    height: 33px;
    cursor: pointer;
    z-index: 9998;
    display: none;
    align-items: center;
    justify-content: center;
}
.bar,
.bar:after,
.bar:before {
    width: 30px;
    height: 3px;
}
.bar {
    position: relative;
    transform: translateY(0px);
    background: black;
    transition: all 0ms 300ms;
}
.bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    background: black;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: black;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar.animate {
    background: rgba(255, 255, 255, 0);
}
.bar.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.action-td{
    min-width: 330px;
}
.heure-gmt-block #heure-gmt{
    display: inline-block;
    font-weight: bold;
    color: #0aaee6;
}
.heure-gmt-block{
    padding-right: 25px;
    width: 170px;
    text-align: left;
    font-family: 'Oswald',sans-serif;
    color: #495057;
}
.text-header{
    padding: 0 10px;
}
.alim-interne{
    background-color: #7cb70226;
}
.pending-item-api{
    background-color: #ff8a003d;
}
.filter-button{

}
.filter-button button{
    width: 100%;
}

.block-button-filter{
    margin-top: 15px;
    padding: 5px 30px;
}
.block-button-filter .filter-button{
    margin-right: 10px;
}
.block-button-filter .export-csv{

}
.loading-bloc{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.2);
}
#exampleModal #transactiontable td{
    font-size: 12px;
}
#exampleModal.big-modal .modal-dialog{
    width: 80%;
    max-width: 80%;
}
.loading-bloc .loader {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.loading-bloc .loader:after {
    content: '';
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 8px;
    border-radius: 50%;
    background: #0aaee6;
    animation: coin-flip 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
body.expired {
    background: rgb(255 250 249);
    font-family: 'Open-sans', sans-serif;
}
.expired {

}

.light {
    position: relative;
    top: -36em;
}
.light_btm {
    position: relative;
}
.light span:first-child {
    display: block;
    height: 6px;
    width: 150px;
    position: absolute;
    top:5em;
    left: 20em;
    background: #fff;
    border-radius: 3px;
    /*   transform: rotate(40deg); */
}
.light span:nth-child(2) {
    display: block;
    height: 6px;
    width: 200px;
    position: absolute;
    top:6em;
    left: 19em;
    background: #fff;
    border-radius: 3px;
    /*   transform: rotate(40deg); */
}
.light span:nth-child(3) {
    display: block;
    height: 6px;
    width: 100px;
    position: absolute;
    top:7em;
    left: 24em;
    background: #fff;
    border-radius: 3px;
    /*   transform: rotate(40deg); */
}

.light_btm span:first-child {
    display: block;
    height: 6px;
    width: 150px;
    position: absolute;
    bottom:6em;
    right: 20em;
    background: #fff;
    border-radius: 3px;
    /*   transform: rotate(40deg); */
}
.light_btm span:nth-child(2) {
    display: block;
    height: 6px;
    width: 200px;
    position: absolute;
    bottom: 7em;
    right: 21em;
    background: #fff;
    border-radius: 3px;
    /*   transform: rotate(40deg); */
}
.light_btm span:nth-child(3) {
    display: block;
    height: 6px;
    width: 100px;
    position: absolute;
    bottom:8em;
    right: 24em;
    background: #fff;
    border-radius: 3px;
    /*   transform: rotate(40deg); */
}
.use-desktop {
    font-weight: 400;
    color: #3698DC;
    border: 1px solid white;
    height: 3.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 25px;
    line-height: 1.1em;
    font-size: 5vw;
}

@keyframes coin-flip {
    0%, 100% {
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(1800deg);
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }
    100% {
        transform: rotateY(3600deg);
    }
}


@media only screen and (max-width: 1024px) {
    .hamburger-menu{
        display: inline-flex;
        margin-right: 20px;
    }
    .app-main .left-column{
        left:-280px;
        width: 0;
    }
    .app-main .left-column.active{
        left:0px;
        box-shadow: 0 5px 20px rgba(0,0,0,.2);
        width: 280px;
    }
    .app-main .right-column{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 725px) {
    table tr td a{
        font-size: 0;
        width: 32px;
        height: 32px;
    }
    table tr td button.btn-primary{
        font-size: 0;
        width: 32px;
        height: 32px;
    }
    table tr td a i,
    table tr td button i{
        font-size: 14px!important;
    }
}
@media only screen and (max-width: 601px) {
     #collect{
         overflow-x: scroll;
     }
}
@media only screen and (max-width: 575px) {
    .header-bloc .logo{
        width: 30%;
    }
    .header-bloc .info-user{
        width: 70%;
    }
    table tr th,
    table tr td{
        padding-right: 5px;
        padding-left: 5px;
    }
    .header-bloc .logo{
        display: flex;
        align-items: center;
    }
}
@media only screen and (max-width: 414px) {

    .info-user .round-img{
        display: none;
    }
    .logo img {
        width: 100px;
    }
    .app-main{
        padding-top: 81px;
    }
}
