input[type="checkbox"] {
    cursor: pointer;
}

:root {
    /* --maincolor: #973129; */
    --maincolor: #088EC4;
    --maincolor2: #4accfb44;
    --maincolor3: #4accfb33;
    --white:#ffffff
}


html {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* overflow: hidden; */
}


*,
*::before,
*::after {
    box-sizing: border-box;
}

a {
    color:#5e5751;
}

.form-control {
    height: unset;
    padding: 2px 2px 2px 8px;
}

.border-maincolor {
    border: 1px solid var(--maincolor);
}

.border-maincolor:hover {
    background: var(--maincolor);
    color: white;
}

input[type="checkbox"] {
    height: 16px;
}


.h-10 {
    height: 10% !important;
}

.h-90 {
    height: 90% !important;
}


/* .ficon {
    font-size: 149px;
    cursor: pointer;
} */

.modal-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #e9ecef;
    z-index: 9998;
}

input {
    outline: none;
    border: 1px solid #ddd;
    color: #333;
}

select {
    padding: 0 !important;
    outline: none;
    border: 1px solid #ddd;
    color: #333;
}

.dropdown-icon2::after {
    margin-left: 10px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.dropdown-menu {
    font-size: 14px !important;
}

.rowpadding {
    padding-left: 7.5px;
    padding-right: 7.5px;
    padding-bottom: 10px;
}


/* -----------------------SPINNER-------------------------------- */
.spinner-center {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 8rem;
    height: 8rem;
    z-index: 20000;
}


.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #ff0000;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

/*------------------------LOGIN----------------------------------------*/
.login-modal-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #e9ecef;
    z-index: 9998;
}

.login-page {
    width: 360px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 9999;
}



.landing-scroll {
    height: calc(100vh - 160px);
    overflow: auto;
}

.landing-caption {
    font-weight: 700;
    font-size: 14px;
    color: #212529;
    overflow: hidden;
    text-overflow: ellipsis;
    /* position: absolute;
    bottom: 9px;
    left: 13px;
    background-color: #ffffffff;
    width: calc(100% - 25px); */

}

.landing-description {
    font-size: 11px;
    color: #333
}



.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.img-thumbnail {
    border: 1px solid var(--maincolor2);
    transition: border-color .8s ease;
}

.img-thumbnail:hover {
    border: 1px solid #4accfb;
}


/* ---------------  progresss --------------------------------- */
.progress {
    /* width: 150px;
    height: 150px; */
    background: none;
    position: relative;
}

/* .progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
} */

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

/* .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
} */

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}

.rounded-lg {
    border-radius: 1rem;
}

.text-gray {
    color: #aaa;
}

div.h4 {
    line-height: 1rem;
}

.log-max {
    max-height:300px;
    overflow-y: scroll;
}

.activecard {
    border: 2px solid #00770044;
    transform: scale(1.1);
    z-index: 99999;
    margin: 0px;
    padding: 0px;
    border-radius: 5px;
    transition: width 2s;
    transition: height 2s;
}
.activecard-error {
    border: 2px solid #77000044;    
    transform: scale(1.1);
    z-index: 99999;
    margin: 0px;
    padding: 0px;
    border-radius: 5px;
    transition: width 2s;
    transition: height 2s;
}

.card-header {
    font-weight: 600;
}
.card-header-div {
    float:left;
}
.card-header-container {
    float: right;
}
.card-header-line1 {
    font-weight: 600;
}
.card-header-line2 {
    font-weight: 100;
}
.export-data-button{
    max-width: 150px;
    float: left;
    border: 1px solid #dcdcdc;
    padding: 5px;
    height: calc(2.25rem + 2px);
    border-radius: 0.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
}
.export-data-button:hover{
    background-color: #F9F9F9;
}

/* Sepet */
.sepet-badge {
    background: #a32622;
    color: #fff;
}
.sepet-flex-row {
    flex-basis: 100%;
}
.sepet-check-all {
    background: red;
    margin: 5px 10px;
}
.sepet-check-all-label {
    display: block;
    float: right;
    margin-left: 18px;
    font-weight: 400 !important;
}
.gallery-Arama2 input[type=checkbox] {
    pointer-events: none;
}

.landing-caption,
.landing-description {
    user-select: all;
}

.showroomContainer {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 30000;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #282828;
    display: flex;
    align-items: center;
    justify-content: center;
}
.showroomLogo {
    color: #1b1b1b;
    font-size: 3rem;
    position: absolute;
    z-index: -1;
}
.showroomImage {
    height: 100%;
}
.showroomVideo {
    width: 100%;
    height: 100%;
}