﻿.number-input-without-arrows::-webkit-inner-spin-button, .number-input-without-arrows::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.well {
    width: 100%;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.edit-delete-badges {
    padding: 5px !important;
}

    .edit-delete-badges i {
        font-size: 17px !important;
    }

.document-content {
    width: 100% !important;
}

span[data-dz-size] {
    display: none !important;
}

.dz-preview .dz-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    background: #999 !important;
}

@media screen and (min-width: 992px) {
    .table-data-image {
        width: 25% !important;
        height: 25% !important;
    }
}

.table-data-for-image {
    max-width: 300px !important;
}

.project-task-comment-date {
    font-size: small !important;
}

.project-task-comment-delete-button {
    padding: 5px !important;
    margin: 5px 0px 5px 0px !important;
}

.new-project-task-comment {
    border-radius: 0px 0px 20px 20px !important;
    resize: none !important;
    background-color: #f3f3f3 !important;
}

.project-task-comment-add-button {
    padding: 7px !important;
    margin: 5px 0px 0px 0px !important;
}

.new-project-task-comment-iscompleted-div {
    margin: 10px 0px 0px 0px !important;
}

.not-multiple-property:before {
    display: none !important;
}

.whiteSpaceNormal {
    white-space: normal;
}

.paddingNone {
    padding: 0 !important;
}

/*.treeview-dropdown {
    font-family: "Courier New";
}*/

.invoiceView-div-flex {
    flex: 1 1 !important;
}

@media screen and (max-width: 580px) {
    .invoiceView-date {
        text-align: left !important;
    }
}

.invoiceView-amount-div {
    padding: 0 !important;
}

.invoiceView-amount-div-padding {
    padding-left: 15px !important;
}

.categoryTopSpace {
    margin-top: -15px !important;
}

.contactCustomerCheckbox {
    text-align: center !important;
    padding-top: 10px !important;
}

.dropdown-menu {
    z-index: 1021;
}

#approval-procedures-error-box {
    height: 65px;
    width: 100%;
    background: linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%);
    border-radius: 20px;
    box-shadow: 5px 5px 20px rgba(203, 205, 211, 10);
}

    #approval-procedures-error-box .box-warning-header {
        width: 30px;
        height: 30px;
        background: #fff;
        border-radius: 100%;
        position: relative;
        cursor: pointer;
        top: 17px;
        left: 46px;
    }

@keyframes breathe {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(0.5)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes breathe2 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

#approval-procedures-error-box .box-warning-header:before {
    content: "";
    position: absolute;
    top: -7px;
    left: -8px;
    z-index: 2;
    width: 45px;
    height: 45px;
    background: #fff;
    opacity: 0.3;
    border-radius: 100%;
    animation: breathe2 2s infinite;
}

#approval-procedures-error-box .box-warning-header:after {
    content: "";
    position: absolute;
    top: -17px;
    left: -17px;
    z-index: 3;
    width: 65px;
    height: 65px;
    background: #fff;
    opacity: 0.2;
    border-radius: 100%;
    animation: breathe 2s infinite;
}

#approval-procedures-error-box .box-warning-header > span {
    color: #EF8D9C;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    z-index: 4;
    left: 7px;
    top: 2px;
}

#approval-procedures-error-box .box-message {
    color: white;
    position: absolute;
    font-size: 13px;
    right: 0;
    margin: -16px auto;
    width: 74%;
    text-align: center
}

.margin-bottom-none {
    margin-bottom: 0;
}

#approval-procedures-error-box .box-message p b {
    font-weight: bold;
    font-size: 16px;
}

.approval-procedures-badge-color {
    background: linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%);
    color: white;
}

@media only screen and (device-width: 768px) {
    #approval-procedures-error-box .box-warning-header {
        left: 19px;
    }

    #approval-procedures-error-box .box-message {
        margin: -24px auto;
        width: 69%;
        font-size: 12px;
    }
}

@media only screen and (device-width: 1024px) {
    #approval-procedures-error-box .box-warning-header {
        left: 18px;
    }
}

@media screen and (max-device-width: 767px) {
    #approval-procedures-error-box {
        margin-bottom: 15px;
    }

        #approval-procedures-error-box .box-message {
            margin: -18px auto;
            width: 80%;
            font-size: 15px;
        }
}

@media screen and (min-device-width: 767px) and (max-device-width:1200px) {
    #approval-procedures-error-box .box-warning-header {
        left: 15px;
    }

    #approval-procedures-error-box .box-message {
        margin: -26px auto;
        width: 67%;
    }
}

.disabled-text-color {
    color: #aeb9c6 !important;
}

.offerAmountInputMinHeight {
    min-height: 48px !important;
}

.custom-icons {
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-icon {
    display: inline-block;
    width: 35px;
    height: 45px;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    float: right;
}

    .custom-icon::after {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-radius: 0 2px;
        transition: all 0.2s linear;
        backface-visibility: hidden;
    }

.custom-icon--pdf {
    background-color: #db4437;
}

    .custom-icon--pdf::after {
        background: linear-gradient(45deg, #e78178 50%, #fff 50%);
    }

    .custom-icon--pdf i::before {
        content: '☵';
    }

.custom-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    font-size: 10px;
    color: #fff;
    font-weight: 500;
}

    .custom-icon i::before, .custom-icon i::after {
        display: block;
        transition: all 0.2s linear;
    }

    .custom-icon i::before {
        text-align: center;
        font-size: 12px;
        opacity: 0;
        transform: translateY(5px);
    }

    .custom-icon i::after {
        content: attr(title);
        transform: translateY(-5px);
    }

.custom-icon:hover {
    border-radius: 2px 4px 2px 2px;
}

    .custom-icon:hover::after {
        width: 12px;
        height: 12px;
    }

    .custom-icon:hover i::before {
        transform: translateY(0);
        opacity: 1;
    }

    .custom-icon:hover i::after {
        transform: translateY(0);
    }

.auction-item .prices .price-col:first-child {
    background-color: #efefef !important;
    margin-left: 0 !important;
    color: #464f60 !important
}

.is-sold-ribbon {
    background-color: #425591;
    min-width: 80px;
}

    .is-sold-ribbon:after {
        border-top-color: #425591 !important;
    }

.auctionAttendImage {
    height: auto !important;
    margin: auto !important;
    padding: 4px !important;
}

.auctionAttendImage-div-flex {
    flex: 1 1 100% !important;
}

.reserve-price-description {
    color: red;
    font-size: 68% !important;
}

.regionItemdelete i {
    cursor: pointer !important;
}

.well.custom-well-style {
    margin-bottom: 0 !important;
}

.streetViewPano {
    min-height: 500px !important;
    width: 100% !important;
}

.special-fixed-section {
    position: fixed;
    right: 1%;
    bottom: 1%;
}

.text-align-justify {
    text-align: justify !important;
}

@media screen and (max-width: 575px) {
    .auction-search-filter-box {
        transform: translateY(-200%);
    }
}

@media screen and (max-width: 575px) {
    .stock-search-filter-box {
        transform: translateY(-1000%);
    }
}

#auction-agreement-info-box {
    height: 65px;
    width: 50%;
    background: linear-gradient(to bottom left, #32406e 40%, #d9dcce 100%);
    border-radius: 20px;
    box-shadow: 5px 5px 20px rgba(203, 205, 211, 10);
}

    #auction-agreement-info-box .box-info-header {
        width: 30px;
        height: 30px;
        background: #fff;
        border-radius: 100%;
        position: relative;
        cursor: pointer;
        top: 17px;
        left: 19px;
    }

    #auction-agreement-info-box div.box-message p {
        letter-spacing: 0.7px;
    }

@keyframes breathe {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(0.5)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes breathe2 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

#auction-agreement-info-box .box-info-header:before {
    content: "";
    position: absolute;
    top: -7px;
    left: -8px;
    z-index: 2;
    width: 45px;
    height: 45px;
    background: #fff;
    opacity: 0.3;
    border-radius: 100%;
    animation: breathe2 2s infinite;
}

#auction-agreement-info-box .box-info-header:after {
    content: "";
    position: absolute;
    top: -17px;
    left: -17px;
    z-index: 3;
    width: 65px;
    height: 65px;
    background: #fff;
    opacity: 0.2;
    border-radius: 100%;
    animation: breathe 2s infinite;
}

#auction-agreement-info-box .box-info-header > span {
    color: #ff0000;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    z-index: 4;
    left: 7px;
    top: 2px;
}

#auction-agreement-info-box .box-message {
    color: white;
    font-size: 13px;
    width: 57%;
    text-align: center;
    margin: -17px 0 0 63px;
}

    #auction-agreement-info-box .box-message p b {
        font-weight: bold;
        font-size: 16px;
    }

.approval-procedures-badge-color {
    background: linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%);
    color: white;
}

@media only screen and (device-width: 768px) {
    #auction-agreement-info-box .box-info-header {
        left: 19px;
    }

    #auction-agreement-info-box .box-message {
        width: 69%;
        font-size: 12px;
        padding-right: 18px;
    }

    #auction-agreement-info-box {
        width: 100%
    }
}

@media only screen and (device-width: 1024px) {
    #auction-agreement-info-box .box-info-header {
        left: 21px !important;
    }

    #auction-agreement-info-box {
        width: 60%;
    }
}


@media screen and (max-device-width: 767px) {
    #auction-agreement-info-box {
        margin: 15px 0 0 0;
        width: 100%
    }

        #auction-agreement-info-box .box-info-header {
            left: 26px;
        }

        #auction-agreement-info-box .box-message {
            width: 65%;
            font-size: 15px;
        }
}

.how-can-i-bid-button {
    color: #fff;
    background: linear-gradient(to right,#67b26b,#4ca2cb) !important;
}

    .how-can-i-bid-button:hover, .how-can-i-bid-button:focus, .how-can-i-bid-button:active {
        color: white;
        outline: none;
        box-shadow: none;
        background: linear-gradient(to right,#4b944f,#135777) !important;
    }

.property-span {
    white-space: normal;
    padding-left: 5px;
    text-align: justify;
}

div#region-spinner {
    position: absolute;
    top: -35px;
    left: 50%;
}

.bg-color-1-dark {
    background-color: #ffffff !important;
}

/*.navbar-dark .navbar-nav .nav-link {
    color: #32406e !important;
}*/

/*.navbar-toggler.drawer-toggler {
    color: #32406e !important;
    font-weight: 700 !important;
}*/

.navbar-dark .navbar-nav .active > .nav-linksecond, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-linksecond.show, .navbar-dark .navbar-nav .show > .nav-linksecond {
    color: #ffffff !important;
}

.custom-margin-auto {
    margin: auto !important;
}

.notNeedBefore:before {
    content: none !important;
}

.notNeedBefore:after {
    content: none !important;
}

.lh-1-25 {
    line-height: 1.25 !important;
}

@media screen and (max-device-width: 767px) {
    .filter-bar-row > .form-group {
        margin-bottom: 5px !important;
    }
}

th[data-column-name] {
    cursor: pointer;
}

.intro-v2 .sections .section {
    animation-duration: 2s !important;
}

.bannerImage {
    max-width: 75%
}

@media screen and (max-device-width: 1024px) {
    .bannerImage {
        max-width: 100%
    }
}

.custom-btn-favorite {
    font: normal normal normal 25px/1 FontAwesome !important;
    border-color: #de0c0c !important;
    color: #de0c0c !important;
}

    .custom-btn-favorite:before {
        content: "\f234" !important;
    }

    .custom-btn-favorite.active:before {
        content: "\f233" !important;
    }

.mw-25 {
    min-width: 25%
}

.lh-1 {
    line-height: 1;
}

.fs-22 {
    font-size: 22px;
}

.fs-32 {
    font-size: 32px;
}

.fs-15 {
    font-size: 15px;
}

.cursor-pointer {
    cursor: pointer;
}

.custom-btn-favorite-star {
    font: normal normal normal 30px/1 FontAwesome !important;
    border: none !important;
    color: #ea5047 !important;
}

    .custom-btn-favorite-star:before {
        content: "\2606" !important;
    }

    .custom-btn-favorite-star.active:before {
        content: "\2605" !important;
    }

.custom-input-group {
    display: flex;
    align-items: center;
}

.c-gray-1 {
    color: #A0A3A7
}

.fs-18 {
    font-size: 18px;
}

.mh-300 {
    max-height: 300px;
    overflow-y: scroll;
}

.t-auto {
    top: auto;
}

.mt--20 {
    margin-top: -20px;
}

.fs-12 {
    font-size: 12px;
}

.navigate-to-big-image {
    padding: 4px;
    display: block;
}

    .navigate-to-big-image img {
        border: 1px solid #efefef;
    }

.remaining-time-title {
    font-size: 14px;
    font-weight: bold;
    color: #808080;
}

.buy-it-now-title {
    font-size: 13px;
    font-weight: bold;
    color: #808080;
}

.help-text {
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: gray;
}

.auc-d-page-title {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .auc-d-page-title {
        flex-direction: column;
    }

    .auc-price {
        font-size: 22px;
    }
}

.auc-d-page-title h2 {
    flex-grow: 1;
}

.countdown.countdown-secondary {
    background-color: #dd5e70;
    -webkit-animation-name: none;
}

    .countdown.countdown-secondary .text-success {
        color: #fff !important;
    }

    .countdown.countdown-secondary span {
        color: #fff !important;
    }

.auc-prop-table {
    margin-bottom: 0;
}

    .auc-prop-table td, .auc-prop-table th {
        border: none;
        border-bottom: 1px solid #efefef;
        padding: 4px 15px;
    }

    .auc-prop-table tr:last-child td, tr:last-child .auc-prop-table th {
        border: none;
    }

.auc-prop-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

    .auc-prop-list li {
        flex: 0 0 50%;
        padding: 5px 15px;
        white-space: nowrap;
    }

        .auc-prop-list li:before {
            content: "\f17b";
            font: normal normal normal 14px/1 FontAwesome;
            font-weight: bold;
            margin-right: 5px;
            color: #28a745;
        }


.auc-nav-item {
    background-color: #fff;
    box-shadow: 0px 10px 15px 0 rgba(0,0,0,0.06);
    font-size: 16px;
    max-width: 100px;
    padding: 15px;
    display: flex;
    top:220px;
    position:fixed;
    flex-direction: column;
}

    .auc-nav-item i {
        font-weight: bold;
        font-size: 22px;
        margin-bottom: 8px;
    }

    .auc-nav-item:hover {
        background-color: #dd5e70;
        color: #fff;
        text-decoration: none;
    }

.auc-nav-item-prev {
    float: left;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.auc-nav-item-next {
    right:0;
    left:auto;
    float: right;
    text-align: right;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

@media (max-width: 768px) {
    .auc-nav-container {
        bottom: 0;
        top: initial;
        z-index: 1;
        background: #464f60;
        padding: 5px 0;
        width: 100%;
        height: 54px;
        position: fixed;
    }

    .auc-nav-item {
        justify-content: center;
        align-items: center;
        flex-direction: row;
        width: 40% !important;
        max-width: initial;
        font-size: 13px;
        top:auto;
        bottom:0;
        z-index:1000;
    }

        .auc-nav-item i {
            margin: 0;
            font-size: 13px;
        }

    .auc-nav-item-next {
        display: flex;
        flex-direction: row-reverse;
    }
}

a.auc-nav-item.disabled {
    pointer-events: none;
    opacity: .65
}

.custom-outline-dark {
    border: 2px solid;
    font-weight: bold
}

    .custom-outline-dark:hover {
        background-color: #28a745;
    }

.fs-20 {
    font-size: 20px;
}

.bigger-countdown > .countdown-column > .number {
    font-size: 22px;
}

.searchVehicleInfoBox > .paginationBox {
    margin-top: 0 !important;
}

.searchVehicleInfo {
    font-size: 16px;
    font-weight: 400;
    padding: .3rem .6rem .3rem .6rem;
    margin-bottom: 10px;
}

.favorite-small {
    font: normal normal normal 22px/1 FontAwesome !important;
}

.text-cut {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 330px;
}

@media only screen and (max-width: 767px) {
    .p-xs-l-r-1 {
        padding: 0 0.25rem 0 0.25rem
    }
}

.lh-0-75 {
    line-height: 0.75;
}

.fs-14 {
    font-size: 14px;
}

.vehicle-image-container {
    max-height: none !important;
}




.auction-ribbon.auction-ribbon-top-left {
    top: 15px;
    left: -50px;
    right: auto;
    bottom: auto;
    -webkit-transform: rotate( -45deg );
    transform: rotate( -45deg );
}

.auction-item:hover .auction-ribbon-top-left {
    top: -100px !important;
    left: -150px !important;
}

.auction-ribbon.auction-ribbon-top-right {
    top: 15px;
    right: -50px;
    left: auto;
    bottom: auto;
    -webkit-transform: rotate( 45deg );
    transform: rotate( 45deg );
}

.auction-item:hover .auction-ribbon-top-right {
    top: -100px !important;
    right: -150px !important;
}

.auction-item-gallery {
    overflow: hidden;
}


.alert-custom-success-1 {
    box-shadow: 0 5px 25px #00000029;
    background: #fff;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px dashed #28a645;
}

.alert-custom-success-1-icon {
    display: block;
    border: 3px solid #28a745;
    border-radius: 150px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: green;
    font-weight: bold;
    margin-bottom: 15px;
}

#scrollUp {
    position: fixed;
    display: none;
    height: 45px;
    width: 40px;
    right: 2%;
    bottom: 3%;
    border-radius: 4px;
    background-color: rgba(35,35,35,0.65);
    text-align: center;
    cursor: pointer;
    transition: all 0.4s ease-in-out 0s;
    z-index: 500;
    padding:11px 0;
    color:white;
}

    #scrollUp:hover {
        background-color: #ea5047;
    }

.vehicle-online-fair-warning {
    color: white;
    font-size: 24px;
    text-align: center;
    max-height: 46px;
    font-weight: 700;
    background-color: #3fad3f !important;
    padding-top: 6px !important;
    -webkit-animation: flash linear 1s infinite;
}

@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

.btn-customLightBlue {
    color: white;
    background-color: #57C3EB;
    border-color: #57C3EB;
}
    .btn-customLightBlue:hover {
        color: white;
        background-color: #15b5f1;
        border-color: #15b5f1;
    }


.btn-customDark {
    color: white;
    background-color: #464f60;
    border-color: #464f60;
}

    .btn-customDark:hover {
        color: white;
        background-color: #323844;
        border-color: #323844;
    }

.zoomContainer {
    z-index: 1 !important;
}

.m-sold-out-banner {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 60%);
    display: flex;
    justify-content: center;
    align-items: baseline;
}

    .m-sold-out-banner svg {
        width: 60%;
        max-width: 800px;
    }

.m-sold-out-banner-list svg {
    position: absolute;
    margin-top: -30px;
}

.hiddenElement {
    display:none !important;
}

.custom-btn-favorite-star-for-detail {
    font: normal normal normal 20px/1 FontAwesome !important;
    color: #ea5047 !important;
    max-height: 38.4px;
}

    .custom-btn-favorite-star-for-detail:before {
        content: "\2606" !important;
    }

    .custom-btn-favorite-star-for-detail.active:before {
        content: "\2605" !important;
    }

[data-countdown] {
    font-size: 1.25em;
    font-weight: 100;
    color: #ea5047;
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-top: -25px;
}

    [data-countdown] div {
        display: inline-block;
        min-width: 50px;
        height: 50px;
        padding: 5px;
        border-radius: 5px;
        margin: 5px;
    }

        [data-countdown] div span {
            color: #ffffff;
            display: block;
            margin-top: 15px;
            font-size: .35em;
            font-weight: 400;
        }

    [data-countdown] p {
        font-size: 0.75em;
    }

/*@media screen and (max-width: 915px) {
    #timer {
        font-size: 1.25em;
        font-weight: 100;
        color: white;
        width: 100%;
        text-align: center;
    }
        #timer div {
            display: inline-block;
            min-width: 57.5px;
            max-height: 57.5px;
            padding: 5px;
            background: #464f60;
            border-radius: 5px;
            margin: 5px;
        }

            #timer div span {
                color: #ffffff;
                display: block;
                margin-top: 15px;
                font-size: .35em;
                font-weight: 400;
            }
        #timer p {
            font-size: 0.75em;
        }
}*/

.offer-item .image-container:after {
    background: linear-gradient(0deg,rgba(70,79,96,.7) 45%,rgba(70,79,96,0))
}

/*.offer-item:hover .image-container:after {
    background: linear-gradient(0deg,#737d8c 25%,rgba(70,79,96,0)) !important;
}*/

.offer-item .description h3 {
    font-size: 1rem !important;
}

.home-page-circle {
    border: 2px solid #ea5047;
    padding: 7.5px;
    border-radius: 15px;
    margin-top: 15px;
    min-height: 279px;
}
.preloader {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 12000;
}

    .preloader img {
        animation: preloaderanim 1s infinite;
    }

@keyframes preloaderanim {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}
/*------Hemen Katıl buton------*/

.btnAuction {
    float: right;
    border-radius: 10px;
    /*margin-top: 40px;*/
}

@media (max-width:767px) {
    .btnAuction {
        float: initial;
    }
}
/*-------araç card icon-------*/

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.body-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: 100%;
}
/*-------Carousel Height-------*/

.maxHeight {
    height: 500px;
}
/*-------Carousel İmage size-------*/

.imgSize {
    width: auto;
    height: 500px;
}
/*-------Customer image round-------*/

.circular_image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    background-color: blue;
    display: inline-block;
    vertical-align: middle;
}
/*--------Anlık Satılan---------*/

.soldBorder {
    width: 400px;
    border: solid 2px;
    border-top: none;
    border-color: #e40909;
}
/*--------Ekspertiz Puanı car Card---------*/

.EP {
    margin-top: 2px;
    background-color: #d30808;
    color: white;
    width: 23px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}
/*-------Carousel Form Text-------*/

.tabText {
    color: red;
    font-weight: 400;
    font-size: 22px;
}
/*-------Carousel Form model/marka seçim border-------*/

.btnBorder {
    border-radius: 15px;
    width: 17rem;
    font-family: Calibri;
    position: center;
}
/*-------Auction Join Button-------*/

.btnJoin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.1rem 1rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    backface-visibility: hidden;
    border: 0.3rem solid transparent;
    border-radius: 2rem;
}

.btnJoinef {
    border-color: transparent;
    color: #000;
    transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
}

    .btnJoinef:hover {
        transform: perspective(1px) scale3d(1.044, 1.044, 1) translateZ(0) !important;
    }

.crsControl {
    height: 100px;
    margin-top: 200px;
    width: 50px;
}

.carousel-control-prev-icon {
    height: 150px;
    width: 100px;
    outline: black;
    background-size: 100%, 100%;
    background-image: none;
    margin-bottom: 250px;
    margin-left: 120px;
}

    .carousel-control-prev-icon:after {
        content: '<';
        font-size: 65px;
        color: black;
    }

.carousel-control-next-icon {
    height: 150px;
    width: 100px;
    outline: black;
    background-size: 100%, 100%;
    background-image: none;
    margin-bottom: 250px;
    margin-right: 150px;
}

    .carousel-control-next-icon:after {
        content: '>';
        font-size: 65px;
        color: black;
    }

.wrapper {
    margin: 10vh
}

.card {
    border: none;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    border-radius: 20px;
    min-height: 350px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 768px) {
    .slider-search-bar {
        min-width: 350px;
    }
}

.main-menu-left {
    margin-left: auto !important;
}

@media screen and (min-width: 768px) {
    .spacebetweenofdivs {
        margin-top: 100px;
    }
}

.menu-hover .nav-item:hover {
    transform:scale(1.1);
}

.callout {
    border-radius: 3px;
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
    background-color: #F1F1F1;
}

    .callout a {
        color: #fff;
        text-decoration: underline;
    }

        .callout a:hover {
            color: #eee;
        }

    .callout h4 {
        margin-top: 0;
        font-weight: 600;
    }

    .callout p:last-child {
        margin-bottom: 0;
    }

    .callout code,
    .callout .highlight {
        background-color: #fff;
    }

    .callout.callout-danger {
        border-color: #c23321;
    }

    .callout.callout-warning {
        border-color: #c87f0a;
    }

    .callout.callout-info {
        border-color: #0097bc;
    }

    .callout.callout-success {
        border-color: #00733e;
    }