body {
    font-family: Poppins;
}
.table-card{
    margin-top:10px;
    padding: 10px;
    border:dashed 1px rgba(128, 128, 128, 0.493);
    border-radius: 5px;
    font-size:12px;
    transition: 0.2s;
    cursor: pointer;
}
.table-card:hover{
    background-color:rgb(243, 243, 243);
    transition: 0.2s;
}
::-webkit-scrollbar {
    width: 7px;
    background-color: #ffffff;
    border-left: 10px solid #ffffff;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #979797;
    border-radius: 20px;

}

::-webkit-scrollbar-thumb:hover {
    background-color: #39484f;
}

#kt_aside {
    background-image: linear-gradient(#0F3443, #07445c) !important;
}

#kt_aside .h-55px {
    height: 45px !important;
    margin: 10px;
}

.form-check.form-check-solid .form-check-input {
    border: 0;
    background-color: #e1e1e1 !important;
}

.form-check.form-check-solid .form-check-input:checked {
    background-color: #7239ea !important;
}

.variant {
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .accordion{
    border-style:dashed;
    border-width:1px;
    border-radius: 8px;
    border-color:#e4e6ef;
}
.accordion:hover{
    border-color:#c9c9c9;
} */
.offer .heading {
    background-color: #c6cee7;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid 1px #c6cee7;
    border-radius: 50px;
}

.offer img {
    height: 70px;
}

.offer .body {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px;
}

.btn-outline-dashed {
    border-color: #a7a7a7 !important;
}

.offerProductsCheck {
    display: flex;
    overflow-y: scroll;
}

.offerProductsCheck label {
    margin: 20px;
}

#customerSelectHide {
    visibility: hidden;
}

.cardStyle {
    margin-top: 30px;
}

.cardStyle .card {
    -webkit-box-shadow: -4px 10px 71px 13px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -4px 10px 71px 13px rgba(0, 0, 0, 0.11);
    box-shadow: -4px 10px 71px 13px rgba(0, 0, 0, 0.11);
    border-radius: 20px !important;
}

.btn-success {
    background-color: #00bebe !important;
}

.badge-success {
    background-color: #00bebe !important;
}

.menu-icon:hover {
    background-color: #ffffff3a !important;
    transition: 0.3s;
}

.menu-icon {
    transition: 0.3s !important;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.displayNone {
    display: none !important;
}

.badge-light-danger {
    background-color: #fdebf0de !important;
}

.font-weight-boldest {
    font-weight: 700;
}

.font-size-h2 {
    font-size: 1.30rem !important;
}

.font-size-xs {
    font-size: 1rem !important;
}

.p-0 {
    padding: 0 !important;
}

.django-ckeditor-widget #cke_id_offerDescription {
    width: auto !important;
}
.django-ckeditor-widget #cke_id_offerCustomerDescription {
    width: auto !important;
}
.django-ckeditor-widget #cke_id_companyBankInfo {
    width: auto !important;
}

.django-ckeditor-widget #cke_id_companyBankInfoEUR {
    width: auto !important;
}

.django-ckeditor-widget #cke_id_companyBankInfoUSD {
    width: auto !important;
}

.django-ckeditor-widget #cke_id_companyBankInfoTRY {
    width: auto !important;
}

.django-ckeditor-widget #cke_id_bank {
    width: auto !important;
}

.django-ckeditor-widget #cke_id_adtvariant {
    width: auto !important;
}

.settings-icon {
    justify-content: flex-end;
    position: fixed;
    right: 0;
    top: 60% !important;
    display: none;
}

.settings-icon ul {
    background-color: #ffffff;
    box-shadow: 10px 10px 67px -12px rgba(0, 0, 0, 0.25);
    padding: 10px !important;
    border: solid 1px white;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.settings-icon ul li {
    list-style: none;
    border: solid rgba(107, 107, 107, 0.46) 1px;
    background-color: white;
    border-radius: 160px;
    -webkit-box-shadow: 10px 10px 67px -12px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 10px 10px 67px -12px rgba(0, 0, 0, 0.26);
    box-shadow: 10px 10px 67px -12px rgba(0, 0, 0, 0.26);
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.settings-icon ul li i {
    font-size: 20px;
    padding: 15px;
    color: #994feb !important;
}

#kt_profile_details_view .row {
    align-items: center;
}

.parsheadlogo {
    height: 50px;
}

.loaderPrint {
    border: solid 3px #ebebeb;
    padding: 10px;
    border-radius: 20px;
    background-color: #009ef7;
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-align: center;
    width: 60%;
    margin-top: 50px;
}

.loaderPrint p {
    margin-top: 11px;
    font-size: 1rem;
}

.loadLine {
    border: solid 5px #ffffff;
    border-radius: 100%;
    animation: lineKeys 1s infinite;
    margin-left: 20px;
}

@keyframes lineKeys {
    0% {
        padding: 5px;
    }

    50% {
        padding: 10px;
    }

    100% {
        padding: 5px;
    }
}
.displayNone{
    display: none !important;
}
.productionChecked{
    cursor: pointer;
}
.productionChecked .symbol-label{
    background-color: #5014d0 !important;
    color:white;
}
.productionChecked .symbol-label::after{
    content:"✓";
}

.draftContainer{
    position: fixed;
    bottom:20px;
    margin-left:10px;
    box-shadow: 10px 10px 65px 0px rgba(0,0,0,0.19);
}
.z-3{
    z-index:3 !important;
}

.dropDown .card-title{
    cursor: pointer;
}
.card:has(.dropDown) .card-body{
    display: none;
}
.disabledPointer{
    pointer-events: none;
}
.disabledPointer div{
    opacity: 0.7;
}
#loader{
    position:fixed;
    padding:0;
    margin:0;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:black;
    z-index:999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#loader img{

    width:250px;
    animation: opacity 1s ease-in-out infinite alternate;
}
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    animation: opacity 1s ease-in-out infinite alternate;

}
@keyframes opacity {
    0%{
        opacity: 0.2;
    }
    100%{
        opacity: 1.0;
    }
}
  .lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
  }
  @keyframes lds-ripple {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    4.9% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    5% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
  }
