@import url('https://cdn-uicons.flaticon.com/uicons-bold-rounded/css/uicons-bold-rounded.css');
@import url('https://cdn-uicons.flaticon.com/uicons-bold-straight/css/uicons-bold-straight.css');


html, body{background-color: #f1f1f1 !important; color: #181e25;}
label{
    color: #181e25;
    font-size: 15px;
    margin-bottom: 5px;
}
.form-control{
    background-color: #fff;
    border-radius: 0.20rem;
    border: 1px solid #242930;
    color: #181e25;
    font-weight: 300;
}
.form-control:focus {
    color: #181e25;
    background-color: #fff;
    border-color: #242930;
    outline: 0;
    box-shadow: none;
}

.f-100{font-weight: 100 !important;}
.f-300{font-weight: 300 !important;}
.f-400{font-weight: 400 !important;}
.f-500{font-weight: 500 !important;}
.f-700{font-weight: 700 !important;}
.f-900{font-weight: 900 !important;}
.fs-11p{font-size: 11px !important;}
.fs-13p{font-size: 13px !important;}
.fs-14p{font-size: 14px !important;}
.fs-15p{font-size: 15px !important;}
.fs-16p{font-size: 16px !important;}
.fs-17p{font-size: 17px !important;}
.fs-18p{font-size: 18px !important;}
.fs-1{font-size: 1.5rem !important;}
.fs-1-7{font-size: 1.7rem !important;}
.fs-2{font-size: 2rem !important;}
.fs-3{font-size: 3rem !important;}
.fs-4{font-size: 4rem !important;}
.n-mt-10{margin-top: -10px;}
.color-black{color: #181e25 !important;}
.color-gray{color: #848e9c !important;}
.color-white{color: #fff !important;}
.color-jaune{color: #fcd535 !important;}
.color-jaune-link{color: #dfb610 !important;}
.color-green{color: #11C67F !important;}
.color-red{color: #c6111d !important;}
.border-b-1{border-bottom: 1px solid #3d4c5e;}
.link-text{text-decoration: underline;}
.blockla{position: relative;}
.col1{position: absolute; width: 30px;}
.c-pointer{cursor: pointer;}
.uploading{position: absolute; 
    top: 92vh;
    left: 50%;
    transform: translate(-50%, -50%);}

.dot-wait {
    height: 6px;
    width: 6px;
    background-color: #f7934d;
    border-radius: 50%;
    display: inline-block;
}
.nav-link{font-size: 1.1em !important;}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #fff !important;
    font-weight: 700 !important;
}
.btn{
    --bs-btn-box-shadow: none;
    --bs-btn-border-radius: 0.20rem !important;
    /* --bs-btn-padding-x: 1.3rem; */
    /* --bs-btn-padding-y: 0.355rem; */
    /* height: 50px; */
}
.btn-jaune{
    --bs-btn-color: #181e25;
    --bs-btn-bg: #fcd535;
    --bs-btn-border-color: #fcd535;
    --bs-btn-hover-color: #181e25;
    --bs-btn-hover-bg: #e2ba1a;
    --bs-btn-hover-border-color: #e2ba1a;
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #181e25;
    --bs-btn-active-bg: #e2ba1a;
    --bs-btn-active-border-color: #fcd535;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #181e25;
    --bs-btn-disabled-bg: #fcd535;
    --bs-btn-disabled-border-color: #fcd535;
    font-weight: 400;
    font-size: 17px;
}

.btn-gray{
    --bs-btn-color: #fff;
    --bs-btn-bg: #848e9c;
    --bs-btn-border-color: #848e9c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6e7b8d;
    --bs-btn-hover-border-color: #6e7b8d;
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6e7b8d;
    --bs-btn-active-border-color: #848e9c;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #848e9c;
    --bs-btn-disabled-border-color: #848e9c;
    font-weight: 400;
    font-size: 17px;
}
.full{
    width: 100%;
}
.lg-btn {
    --bs-btn-padding-y: 0.5rem !important;
    --bs-btn-padding-x: 1rem !important;
    --bs-btn-font-size: 1.40rem !important;
}
.icon-in-input {
    right:8px;
    position:absolute;
    top:15px;
    font-size: 11px;
    }
    
.icon-input {
    padding-right:60px !important;
}
.input-w-icon{position: relative;}
.wrap-text{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.box-content{
    /* padding-top: 55px; */
    height:83vh;
    /* border: 1px solid red; */
    overflow: hidden;
    overflow-y: scroll;

}
.card-right{
    background-color: #4361c2;
    border-radius: 10px;
    padding: 7px;
    max-width: 80%;
    /* min-width: 55%; */
    align-self: flex-end;
    margin: 3px 0;
    font-size: 14px;
    color: #f1f1f1;
}
.card-left{
    background-color: #202630;
    border-radius: 10px;
    padding: 7px;
    max-width: 80%;
    /* min-width: 55%; */
    align-self: flex-start;
    margin: 3px 0;
    font-size: 14px;
    color: #f1f1f1;
}

.card-left span{
    color: #888f9b;
    float: right;
    /* margin-top: -17px; */
}
.card-right span{
    color: #b1b8c4;
    float: right;
    /* margin-top: -17px; */
}

.card-left p, .card-right p{margin-bottom: 0 !important; padding-bottom: 0 !important;}

.initial{
    content: "";
    width: 150px;
    height: 150px;
    border-radius: 150px;
    background: #fcd535;
    color: #fff;
    padding: 8px 10px;
    margin-right: 15px;
}

.initial-file{
    content: "";
    border-radius: 140px;
    background: #2c333f;
    color: #fff;
    padding: 8px 10px;
    font-size: 15px;
}

.initial-btn{
    content: "";
    border-radius: 140px;
    background: #fcd535;
    color: #181e25;
    padding: 8px 10px;
    font-size: 15px;
}

.textarea {
    width: 70%;
    display: flex;
    position: fixed;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

textarea {
    font-size:18px;
    overflow-x:hidden;
    overflow-y:auto; 
    height:35px;
    padding: 5px 15px;
    max-height:6.5em;  
    color: #333 !important; 
}

.search-by-token{position: absolute; background-color: #fff; width: 200px; margin-top: 40px; padding: 10px 7px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.search-by-token p{padding: 0; margin: 0;}

.bottom-chat{position: absolute; bottom: 0;}
.bottom-chat .file{position: fixed; bottom: 7px; left: 10px;}
.bottom-chat .button{position: fixed; bottom: 12px; right: 10px;}

.toggle {
    cursor: pointer;
    display: inline-block;
  }
  
  .toggle-switch {
    display: inline-block;
    background: #ccc;
    border-radius: 16px;
    width: 58px;
    height: 32px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
  }
  .toggle-switch:before, .toggle-switch:after {
    content: "";
  }
  .toggle-switch:before {
    display: block;
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: left 0.25s;
  }
  .toggle:hover .toggle-switch:before {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
  }
  .toggle-checkbox:checked + .toggle-switch {
    background: #56c080;
  }
  .toggle-checkbox:checked + .toggle-switch:before {
    left: 30px;
  }
  
  .toggle-checkbox {
    position: absolute;
    visibility: hidden;
  }
  
  .toggle-label {
    margin-left: 5px;
    position: relative;
    top: 2px;
  }
  