.container-tight {
    width: 100%;
    padding-right: .625rem;
    padding-left: .625rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 30rem;
}

.sidebar-dark {
    background: #18202E;
}

.sidebar-dark li {
    color: #919bae;
}

.sidebar-dark li:hover {
    color: white;
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 90%
    }

    .modal-xl {
        max-width: 1400px;
        min-height: 94%;
        height: 94%;
    }
}

@media (max-width:991px) {

    .media-sidebar {
        display: none !important;
    }

    #media-modal .so-content {
        right: 30px;
    }
}

.card {
    border: 1px solid #DBE1EA;
}

.settingsLogo {
    width: 32px;
}

.modal-scroll {
    max-height: calc(90vh - 220px);
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}

.modal-header {
    border-bottom: 1px solid rgba(123, 126, 136, .24);
}

.h-file {
    min-height: 65vh;
}


.table th,
.text-wrap table th {
    line-height: 21px !important;
    color: #9aa0ac !important;
    background: white !important;
    text-transform: uppercase !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
}

.table th,
.text-wrap table th,
.table td,
.text-wrap table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid rgba(0, 40, 100, 0.12);
}

.o-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.o-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.avatar-xl {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.75rem;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    max-width: 100%;
    width: 100%;
    height: 65px;
    object-fit: contain;
}

.table-remove-section {
    background: #F7F8F8;
}

.table-remove-section a {
    font-weight: 600;
}

.table-remove-section td {
    border-bottom: 0 !important;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    font-weight: 400;
    color: #333740;
    text-align: left;
    border-collapse: collapse;
    border-top: 1px solid #f1f1f2 !important;
}

table td,
table th {
    border-top-color: #F1F1F2 !important;
    border-bottom-color: #F1F1F2 !important;
}

.table tr:hover {
    background: #F7F8F8 !important;
}

.toast-container {
    top: 20px;
    right: 0;
    z-index: 999;
    left: 0;
    margin: 0 auto;
    width: 300px;
}

.toast-container #successAlert .toast-header {
    padding: 15px 20px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 50%, rgba(94, 186, 0, 0.2) 100%);
}

.toast-container #errorAlert .toast-header {
    padding: 15px 20px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 50%, rgba(250, 70, 84, 0.2) 100%);
}

.media-upload {
    border: 4px dashed #D6DDE8;
}

.dashed-2 {
    border: 2px dashed #D6DDE8;
}

.media-responsive {
    height: 250px;
}

.media-responsive img {
    height: 125px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    -o-object-position: 50% 50% !important;
    object-position: 50% 50% !important;
}

.media-responsive img[data-type*="png"],
.media-responsive img[data-type*="jpeg"],
.media-responsive img[data-type*="jpg"],
.media-responsive img[data-type*="jfif"],
.media-responsive img[data-type*="gif"],
.media-responsive img[data-type*="svg"] {
    height: 250px;
}


@media (max-width:992px) {
    .media-responsive {
        height: 125px;
    }

    .media-responsive img {
        height: 62px;
    }

    .media-responsive img[data-type*="png"],
    .media-responsive img[data-type*="jpeg"],
    .media-responsive img[data-type*="jpg"],
    .media-responsive img[data-type*="jfif"],
    .media-responsive img[data-type*="gif"],
    .media-responsive img[data-type*="svg"] {
        height: 125px;
    }

    .nav-tabs .nav-link {
        padding: .75rem 1rem;
    }

    .page-title {
        font-size: 1.25em;
    }

}


.clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp.clamp-1 {
    -webkit-line-clamp: 1;
}

.clamp.clamp-2 {
    -webkit-line-clamp: 2;
}

.clamp.clamp-3 {
    -webkit-line-clamp: 3;
}

.media-card-item.active {
    opacity: 0.6;
}

.media-check {
    position: absolute;
    z-index: 999;
    width: 25px;
    height: 25px;
    display: none;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMDRGMkRCMzQxNTAxMUU4QTdENkEwQzcyMkMzNEQ5NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyMDRGMkRCNDQxNTAxMUU4QTdENkEwQzcyMkMzNEQ5NiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjIwNEYyREIxNDE1MDExRThBN0Q2QTBDNzIyQzM0RDk2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjIwNEYyREIyNDE1MDExRThBN0Q2QTBDNzIyQzM0RDk2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+vlh87AAAARFJREFUeNpi/P//P0P7ypv/j1x9y/Dlx18GYoGHsRhDZbg6I0vVgqv/j9/8xMDKysHAwcVElGaQpbsuvGP4z3DzP9PRa+8YWNk4GBiZmIi2nZGREWghO8NRoKuZYAKkApCFIC8TbS03BzNWcaIMUJLgZFhUoMXgaiBEnAHItoE0dyeoMPAAxfQVeAgboAdUBLINpBFZ825gqPdseIRhAAu6QKyDBFgDSCMI4NOM1QUNK+4z3HvxHayRkGasBnwFRk3JgjtgQwhpxuoFZEO+EpG0cUbjVyLzBRMsbZMK/v/7B45uJmstIYbfv36ABYjWDLTw9++fDDbawgyMIA4oR16495FoZ4OAOzA7VwGzM0CAAQDz5HXO7O6M2wAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position: center center;
}

.media-card-item.active .media-check {
    display: block;
}

.media-sub-title {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: #f0f0f1;
    padding: 5px;
    margin: 0;
    font-size: 0.8rem;
}

.btn-loading {
    color: transparent !important;
    pointer-events: none;
    position: relative;
}

.btn-loading:after {
    content: '';
    -webkit-animation: loader 500ms infinite linear;
    animation: loader 500ms infinite linear;
    border: 2px solid #fff;
    border-radius: 50%;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    display: block;
    height: 1.4em;
    width: 1.4em;
    position: absolute;
    left: calc(50% - (1.4em / 2));
    top: calc(50% - (1.4em / 2));
    -webkit-transform-origin: center;
    transform-origin: center;
    position: absolute !important;
}

.btn-loading.btn-sm:after,
.btn-group-sm>.btn-loading.btn:after {
    height: 1em;
    width: 1em;
    left: calc(50% - (1em / 2));
    top: calc(50% - (1em / 2));
}

.btn-loading.btn-secondary:after {
    border-color: #495057;
}

.media-sidebar {
    width: 93%;
    overflow: auto;
}

.featured-h img {
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
}

.featured-50 {
    width: 3.125rem;
    height: 3.125rem;
}

.cm-2 {
    margin-left: 10px;
}

.cm-3 {
    margin-left: 20px;
}

.cm-4 {
    margin-left: 30px;
}

.cm-5 {
    margin-left: 40px;
}

.cm-6 {
    margin-left: 50px;
}

.cm-7 {
    margin-left: 60px;
}

.cm-8 {
    margin-left: 70px;
}

.cm-9 {
    margin-left: 80px;
}

.lang .selectize-input {
    border: 0 !important;
}

.selectize-input {
    box-shadow: unset !important;
    border-color: #E0E2E4 !important;
}

.lang .selectize-dropdown {
    top: 47px !important;
}

.lang .selectize-control,
.lang select {
    width: 200px;
}

.selectize-dropdown-content .option {
    cursor: pointer !important;
}

.lang .selectize-input.dropdown-active::before {
    height: 0 !important;
}

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    list-style: none;
    font-size: .9375rem;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list .dd-list {
    padding-left: 30px;
}

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: .9375rem;
}

.dd-handle {
    display: block;
    line-height: 20px;
    background-color: #fff;
    margin: 0 0 0.5rem 0;
    padding: 1rem;
    color: #333;
    text-decoration: none;
    border-radius: calc(3px - 1px) calc(3px - 1px) 0 0;
    border: 1px solid #e0e5ec;
}

.dd-handle:hover {
    color: #2ea8e5;
    background: #fff;
}

.dd-item>button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 40px;
    margin: 0;
    padding: 21px 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

.dd-item>button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
}

.dd-item>button[data-action="collapse"]:before {
    content: '-';
}

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
        -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
        -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
        linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.dd-dragel>.dd-item .dd-handle {
    margin-top: 0;
}

.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
}

span.toggleShow {
    padding: 1rem;
    margin-top: -1rem;
    margin-right: -1rem;
}

.vh {
    height: auto;
    max-height: 20rem;
}

a:hover {
    text-decoration: none;
}

#menuPreview.dimmer.active {
    padding: 3rem 0rem;
}

.screen-options {
    background: white;
    border: 1px solid #dbe1ea;
    border-top: 0px;
    display: none;
}

.screen-options-buttons .btn {
    border-top: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    font-weight: 500;
    font-size: 87.5%;
}

.display-none {
    display: none !important;
}

.avatar-lg {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.25rem;
}

.cursor {
    cursor: pointer;
}

.popup-close-buton {
    width: 20px;
    height: 20px;
    position: absolute;
    background: #adb5bd;
    right: 4px;
    top: -8px;
    text-align: center;
    border-radius: 50%;
    opacity: .5;
}

.popup-close-buton i {
    font-size: 13px;
    position: absolute;
    top: 3px;
    left: 4px;
    color: #fff;
}


.editorContainer .card .col-md-12 .card {
    border: 0px;
}

#popupMediaModal {
    z-index: 99999999999;
}

.avatar-upload {
    width: 3rem;
    height: 3rem;
    border: 1px dashed rgba(110, 117, 130, .2);
    background: #fff;
    flex-direction: column;
    transition: .3s color, .3s background-color;
}

.style-section-fields {
    padding: 0 !important;
}

.style-section-fields .tab-pane {
    border-left: 0px !important;
    border-bottom: 0px;
    padding: 15px;
    background: #f7f7f7;
}

.style-section-fields .nav-link {
    border-top: 0 !important;
    border-bottom: 0 !important;
    line-height: 13px !important;
    padding: 10px !important;
    font-size: 12px;
    display: block !important;
}

.style-section-fields .nav-link.active {
    border-bottom: 1px solid #dbe1ea !important;
}

.style-section-fields .nav-item:first-child .nav-link,
.style-section-fields .nav-link:not(.active) {
    border-left: 0 !important;
}

.preview-cell-in {
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-cell-weight-input {
    display: none;
}

.preview-cell-select {
    padding: 5px 10px;
    font-size: 13px;
    color: #303645;
    background-clip: padding-box;
    border: 1px solid rgba(123, 126, 136, .24);
}

.calculateGrid {
    line-height: 38px;
    font-size: 14px;
}

.f-w600 {
    font-weight: 600;
}

#contact-form-template {
    font-family: Consolas, Monaco, monospace;
}

.visibilityTiming .time-day {
    width: 15%;
}

.visibilityTiming .time-month {
    width: 40%;
}

.visibilityTiming .time-year {
    width: 35%;
}

.visibilityTiming select,
.visibilityTiming input {
    margin-right: 2%;
}

.text-darkred {
    color: #dc3232;
}

.media-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 0em;
}

.media-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border: 1px solid #cbcbcc;
    background: #fff;
}

.media-item {
    padding: 8px;
}

.media-item.active {
    box-shadow: inset 0 0 2px 3px #fff, inset 0 0 0 7px #5b9dd9;
}

.media-item.active .media-item-select-check {
    display: block !important;
}

.media-sidebar .media-preview-image {
    max-width: 120px;
    max-height: 120px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid #cbcbcc;
}

.media-item-select-check 
{
    position: absolute;
    top: 0;
    right: 0;
    height: 29px;
    line-height: 30px;
    width: 29px;
    padding: 0;
    border: 1px solid #0073aa;
    background: white;
    outline: 0;
}

.media-item-select-check:focus {
    outline:0;
}

.media-item-select-check i {
    background: #0073aa;
}

.media-sidebar #mediaName {
    max-height: 20px;
    overflow: hidden;
}

.media-small {
    object-fit: none !important;
}

.timeline-badge {
    position: absolute;
    display: block;
    width: 0.4375rem;
    height: 0.4375rem;
    left: 1px;
    top: .5rem;
    border-radius: 100%;
    border: 1px solid #fff;
    background: #adb5bd;
}
.timeline {
    position: relative;
    margin: 0 0 2rem;
    padding: 0;
    list-style: none;
}
.timeline-item:first-child {
    margin-top: 0;
}

.timeline-item {
    position: relative;
    display: flex;
    padding-left: 2rem;
    margin: .5rem 0;
}
.bg-info {
    background-color: #45aaf2 !important;
}
.timeline-item:first-child:before {
    top: 0;
    height: .5rem;
}
.timeline-item:first-child:before, .timeline-item:last-child:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 1px;
    left: .25rem;
}
.timeline:before {
    background-color: #e9ecef;
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 4px;
}
.timeline-time {
    white-space: nowrap;
    margin-left: auto;
    color: #9aa0ac;
    font-size: 87.5%;
}
.mce-container iframe {
    min-height: 300px;
}

.anasayfa-siparis-durum span{
  padding-top: 9px;
  padding-bottom: 9px;
}

.anasayfa-siparis-durum select{
  margin-top: 4px !important;
  height: 25px !important;
  width: 45%;
  color: #000 !important;
  font-size: 14px !important;
}

.selectize-control .selectize-dropdown .name {
    font-weight: 700;
    margin-right: 5px
}

.selectize-control .selectize-dropdown .title {
    display: block
}

.selectize-control .selectize-dropdown .description {
    font-size: 12px;
    display: block;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden
}

.hr-text-spaceless:before, .hr-text-spaceless:after {
    opacity: 1 !important;
    background: #dce1e7;
}

.hr-text-spaceless {
    font-size: .75rem;
}