/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

body {
    padding-right: 0 !important
}

.swal-height {
    min-height: 300px;
}

.select2-container {
    min-width: 150px;
}

.select2-results__option {
    padding-right: 5px;
    vertical-align: middle;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 0px;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    font-size: 11px;
}

.select2-results__option[role=treeitem]:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 5px;
    vertical-align: middle;
}

.select2-results__option[aria-selected=true]:before {
    content: "\2713";
    color: #fff;
    background-color: #f77750;
    border: 0;
    display: inline-block;
    padding: 1px 0px 0px 5px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}

.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select-icon .placeholder {
    display: none;
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
    /* content: "" !important; */
}

.select-icon .select2-search--dropdown {
    display: none;
}

.search-bar__box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 3em;
}

.search-bar > div {
    box-shadow: 0 1px 0 rgba(0,0,0,.12),0 1px 0 rgba(0,0,0,.12) !important;
}

.search-bar__input {
    width: 100%;
    font-size: 1.5em;
    font-weight: 300;
    margin: 0 1em;
    border: none;
}

    .search-bar__input:focus {
        outline: none;
    }

.search-bar__search-btn {
    opacity: 1;
    background: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.search-bar__placeholder {
    position: absolute;
    top: .5em;
    left: 1em;
    font-size: 1.5em;
    font-weight: 300;
    opacity: .3;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
}

.servicelist.widget-11 .widget-11-table {
    max-height: 35px;
    /*height: 3em;*/
}

    .servicelist.widget-11 .widget-11-table.stretched {
        max-height: 300px;
        height: auto;
        /*height: 3em;*/
    }

.widget-11-table {
    overflow: hidden;
}

    .widget-11-table:hover {
        /*overflow-y: auto;*/
    }

    .widget-11-table::-webkit-scrollbar {
        width: 4px;
    }

    .widget-11-table::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
    }

    .widget-11-table::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }


.servicelist {
    margin: 0;
    padding: 5px;
    list-style: none;
    background: transparent;
    border: none;
    /*height: 20px !important*/
}

.service {
    /*float: left;*/
    position: relative;
    padding-left: 5px !important;
}

    .service p {
        margin: 0 !important;
    }

    .service > div > label {
        min-width: 12em;
    }

.smslist {
    list-style: none;
    background: transparent;
    display: flex;
    flex-direction: column;
    -webkit-flex-flow: column wrap;
    padding: 0px 5px 0px 4px;
    border-radius: 5px;
    height: auto;
    width: auto;
    margin: 0;
    max-width: 380px;
}

    .smslist li {
        padding: 0px 2px 0px 2px;
        text-align: left;
    }

        .smslist li small {
            display: inline-block;
            padding: 5px;
        }

        .smslist li p {
            display: inline-block;
        }

.slickimages.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -html-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slickimages .slick-list:focus {
    outline: none;
    outline: none !important;
}

.slickimages .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
    outline: none !important;
}

.slickimages .slick-slide .afterImages .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none !important;
}

.slickimages.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

[dir='rtl'] .slick-slide {
    float: right;
}


.slickimages .slick-center {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    color: #e67e22;
    opacity: 1;
    transform: scale(1.06);
}

.slickimages .slick-center {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    color: #e67e22;
    opacity: 1;
    transform: scale(1.06);
}

.slickimages {
    background: transparent;
}

    .slickimages h3 {
        text-align: center;
        line-height: 1.2em;
        font-size: 1em;
        font-weight: bolder;
        margin: 1px 0px 1px 0px;
    }

    .slickimages .after h3 {
        display: block;
        position: absolute;
        top: 75%;
        left: 0;
        width: 100%;
        height: 100%;
        color: #D92400 !important;
    }

    .slickimages img {
        border: 0;
        /* width: 100%; */
        /*max-width: 90px;
        min-height: 90px;
        max-height: 90px;
        height: 90px;
        display: block;*/
        margin-left: auto;
        margin-right: auto;
    }

.owl-prev {
    position: absolute !important;
    top: 40%;
    margin-left: -10px !important;
    display: block !IMPORTANT;
    border: 0px solid black;
}

.owl-next {
    position: absolute !important;
    top: 40%;
    right: -10px !important;
    display: block !important;
    border: 0px solid black;
}

    .owl-prev i, .owl-next i {
        /*transform: scale(1,6);*/
        color: #ccc;
    }


div.darkTable {
    border: 2px solid #000000;
    background-color: #4A4A4A;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

.divTable.darkTable .divTableCell, .divTable.darkTable .divTableHead {
    border: 1px solid #4A4A4A;
    padding: 3px 2px;
}

.divTable.darkTable .divTableBody .divTableCell {
    color: #E6E6E6;
}

.divTable.darkTable .divTableRow:nth-child(even) {
    background: #888888;
}

.divTable.darkTable .divTableHeading {
    background: #000000;
    border-bottom: 3px solid #000000;
}

    .divTable.darkTable .divTableHeading .divTableHead {
        font-weight: bold;
        color: #E6E6E6;
        text-align: center;
        border-left: 2px solid #4A4A4A;
    }

        .divTable.darkTable .divTableHeading .divTableHead:first-child {
            border-left: none;
        }

/* DivTable.com */
.divTable {
    display: table;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    display: table-header-group;
}

.divTableCell, .divTableHead {
    display: table-cell;
}

.divTableHeading {
    display: table-header-group;
}

.divTableFoot {
    display: table-footer-group;
}

.divTableBody {
    display: table-row-group;
}


@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.ticker-wrap {
    position: fixed;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    background-color: rgba(#000, 0.9);
    margin-left: 10%;
    margin-right: 10%;
    box-sizing: content-box;
}

.ticker {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 45s;
    animation-duration: 45s;
}

.ticker__item {
    display: inline-block;
    padding: 0.35rem 2rem;
}


.m_container {
    /* padding: 3px; */
    /* border: 1px solid #e6e6e6; */
    /* width: 700px; */
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    margin-left: 10%;
    margin-right: 10%;
    box-sizing: content-box;
}

.m_marquee {
    display: block;
    position: relative;
    /* width: 800px; */
    /* height: 160px; */
    animation: scroll 75s linear infinite;
    padding: 3px;
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
}

    .m_marquee:hover {
        animation-play-state: paused
    }

.m_marquee_item {
    /* width: 150px; */
    /* height: 150px; */
    /* background-color: #f6f6f6; */
    /* margin: 3px; */
    /* float: left; */
    display: inline-block;
    padding: 0.35rem 2rem;
}

/* Make it move */
@keyframes scroll {
    0% {
        transform: translate(100%, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

ul.marquee li {
    display: inline-block;
    padding: 0px 10px;
}

    ul.marquee li img {
        /*padding-bottom: 3px;*/
    }

    ul.marquee li span {
        /*font-size: 15px;*/
    }


/* Overlay Search
------------------------------------
*/
.overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(37, 36, 36, 0.82);
    z-index: 1000;
    /*padding-left: 64px;*/
    overflow: auto;
}

    .overlay .inline-block {
        display: inline-block;
    }

    .overlay .overlay-brand {
        margin-left: 7px;
    }

    .overlay > div {
        width: 100%;
        height: 260px;
        display: block;
        overflow: hidden;
    }

    .overlay .has-results {
        overflow: visible;
    }

    .overlay .overlay-search {
        font-weight: 700;
        font-size: 77px;
        height: 100px;
        letter-spacing: -1.925px;
        line-height: 100px;
        width: 100%;
        padding-left: 0 !important;
    }

    .overlay .overlay-close {
        position: absolute;
        right: 20px;
        top: 5px;
    }

.group-container {
    white-space: nowrap !important;
}

    .group-container .single-group {
        vertical-align: top;
        display: inline-block;
        white-space: normal;
    }

.jumbotron {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 0;
    background-color: #f2f4f5;
}

    .jumbotron .inner {
        position: relative;
        z-index: 2;
    }

    .jumbotron.lg {
        height: 600px;
    }

    .jumbotron .cover-photo {
        width: 100%;
        height: inherit;
        overflow: hidden;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        background-size: cover;
        background-color: #007be8;
    }

        .jumbotron .cover-photo img {
            display: none;
        }

    .jumbotron h1 {
        font-size: 44px;
    }

.hide {
    display: none !important;
}

/************/

.modal-open .modal {
    background: rgba(0, 0, 0, 0.5) !important;
}

.no-select {
    user-select: none;
}

#dialog .modal-header {
    cursor: move;
}

.sayfaicivideomodal {
    pointer-events: none;
}

.modal-backdrop {
    display: none;
}

.profiltabCustomBG {
    background: #b5e8fc;
}

.profiltabFiltreButtonCustomBGAktif {
    background: #fff;
    border: 1px solid #fde1e1;
}

.profiltabFiltreButtonCustomBG:hover {
    background: #fde1e1;
}

.profiltabFiltreButtonCustomBG {
    background: #fde1e1;
    border: 1px solid #fde1e1;
}

    .profiltabFiltreButtonCustomBG:hover {
        background: #fff;
    }

.nav.nav-tabs .nav-item .nav-link {
    color: #000 !important;
}

    .nav.nav-tabs .nav-item .nav-link.active {
        font-weight: 700;
        color: #000 !important;
    }

.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active {
    font-weight: bold;
}

.preview-container #previews.collection .collection-item {
    background-color: #e0e0e0;
    width: 100% !important;
}

.fileuploader {
    position: relative;
    width: 100%;
    margin: auto;
    height: 50px;
    border: 4px dashed #ddd;
    background: #f6f6f6;
    margin-top: 5px;
}

    .fileuploader #upload-label {
        background: rgba(231, 97, 92, 0);
        color: #fff;
        position: absolute;
        height: 50px;
        top: 0;
        left: 0;
        right: 0;
        margin-right: auto;
        margin-left: auto;
        min-width: 20%;
        text-align: center;
        cursor: pointer;
    }

    .fileuploader.active {
        background: #fff;
    }

        .fileuploader.active #upload-label {
            background: #fff;
            color: #e7615c;
        }

    .fileuploader #upload-label i:hover {
        color: #444;
        font-size: 2.4rem;
        -webkit-transition: width 2s;
    }

    .fileuploader #upload-label span.title {
        font-size: 1em;
        font-weight: bold;
        display: block;
    }

    .fileuploader span.tittle {
        position: relative;
        top: 222px;
        color: #bdbdbd;
    }

    .fileuploader #upload-label i {
        text-align: center;
        display: block;
        color: #e7615c;
        height: 50px;
        font-size: 2.5rem;
        position: absolute;
        left: 0;
        right: 0;
        margin-right: auto;
        margin-left: auto;
    }

.preview-container {
    position: relative;
    bottom: 0px;
    width: 100%;
    margin: auto;
    top: 25px;
    visibility: hidden;
}

    .preview-container #previews {
        max-height: 400px;
        overflow: auto;
    }

        .preview-container #previews .zdrop-info {
            width: 100%;
        }

        .preview-container #previews.collection {
            margin: 0;
            box-shadow: none;
        }

            .preview-container #previews.collection .collection-item {
                background-color: #e0e0e0;
            }

            .preview-container #previews.collection .actions a {
                line-height: 1;
            }

                .preview-container #previews.collection .actions a i {
                    font-size: 1em;
                    line-height: 1.6;
                }

            .preview-container #previews.collection .dz-error-message {
                font-size: 0.8em;
                margin-top: -12px;
                color: #F44336;
            }

@media only screen and (max-width: 601px) {
    .fileuploader {
        width: 100%;
    }

    .preview-container {
        width: 100%;
    }
}

.text-hr {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 5px auto;
}

    .text-hr::after {
        flex: 1;
        background: #c7c7c7;
        content: "";
        height: 1px;
    }

.text-hr--center::before {
    flex: 1;
    background: #c7c7c7;
    content: "";
    height: 1px;
}

.text-hr--center .text-hr__text {
    padding: 0 15px;
}

.pace {
    display: none !important;
}

#YardimVideoSide a {
    position: absolute;
    left: -15px;
    transition: 0.3s;
    padding: 10px;
    width: 100px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0 5px 5px 0;
    position: fixed;
    z-index: 1;
}

    #YardimVideoSide a:hover {
        left: 0;
    }

#videoicon {
    top: 50%;
}

.yardimvideoanimation {
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #ff4961;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    transition: all 300ms ease-in-out;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
    }
}

.profiltabCustomBG {
    background: #b5e8fc;
}

.profiltabFiltreButtonCustomBGAktif {
    background: #fff;
    border: 1px solid #fde1e1;
}

.profiltabFiltreButtonCustomBG:hover {
    background: #fde1e1;
}

.profiltabFiltreButtonCustomBG {
    background: #fde1e1;
    border: 1px solid #fde1e1;
}

    .profiltabFiltreButtonCustomBG:hover {
        background: #fff;
    }

.nav.nav-tabs .nav-item .nav-link {
    color: #000 !important;
}

    .nav.nav-tabs .nav-item .nav-link.active {
        font-weight: 700;
        color: #000 !important;
    }

.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active {
    font-weight: bold;
}

.preview-container #previews.collection .collection-item {
    background-color: #e0e0e0;
    width: 100% !important;
}

.fileuploader {
    position: relative;
    width: 100%;
    margin: auto;
    height: 50px;
    border: 4px dashed #ddd;
    background: #f6f6f6;
    margin-top: 5px;
}

    .fileuploader #upload-label {
        background: rgba(231, 97, 92, 0);
        color: #fff;
        position: absolute;
        height: 50px;
        top: 0;
        left: 0;
        right: 0;
        margin-right: auto;
        margin-left: auto;
        min-width: 20%;
        text-align: center;
        cursor: pointer;
    }

    .fileuploader.active {
        background: #fff;
    }

        .fileuploader.active #upload-label {
            background: #fff;
            color: #e7615c;
        }

    .fileuploader #upload-label i:hover {
        color: #444;
        font-size: 2.4rem;
        -webkit-transition: width 2s;
    }

    .fileuploader #upload-label span.title {
        font-size: 1em;
        font-weight: bold;
        display: block;
    }

    .fileuploader span.tittle {
        position: relative;
        top: 222px;
        color: #bdbdbd;
    }

    .fileuploader #upload-label i {
        text-align: center;
        display: block;
        color: #e7615c;
        height: 50px;
        font-size: 2.5rem;
        position: absolute;
        left: 0;
        right: 0;
        margin-right: auto;
        margin-left: auto;
    }

.preview-container {
    position: relative;
    bottom: 0px;
    width: 100%;
    margin: auto;
    top: 25px;
    visibility: hidden;
}

    .preview-container #previews {
        max-height: 400px;
        overflow: auto;
    }

        .preview-container #previews .zdrop-info {
            width: 100%;
        }

        .preview-container #previews.collection {
            margin: 0;
            box-shadow: none;
        }

            .preview-container #previews.collection .collection-item {
                background-color: #e0e0e0;
            }

            .preview-container #previews.collection .actions a {
                line-height: 1;
            }

                .preview-container #previews.collection .actions a i {
                    font-size: 1em;
                    line-height: 1.6;
                }

            .preview-container #previews.collection .dz-error-message {
                font-size: 0.8em;
                margin-top: -12px;
                color: #F44336;
            }

@media only screen and (max-width: 601px) {
    .fileuploader {
        width: 100%;
    }

    .preview-container {
        width: 100%;
    }
}

.text-hr {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 5px auto;
}

    .text-hr::after {
        flex: 1;
        background: #c7c7c7;
        content: "";
        height: 1px;
    }

.text-hr--center::before {
    flex: 1;
    background: #c7c7c7;
    content: "";
    height: 1px;
}

.text-hr--center .text-hr__text {
    padding: 0 15px;
}

.pace {
    display: none !important;
}


.checkbox-animated ul.list-inline li {
    display: block !important;
}

.checkbox-animated {
    position: relative;
    display: block;
}

    .checkbox-animated h5 {
        margin-bottom: 0px !important;
    }

    .checkbox-animated:hover {
    }

    .checkbox-animated input[type=checkbox] {
        display: none;
    }

        .checkbox-animated input[type=checkbox]:disabled ~ label .box {
            border-color: #777;
            background-color: #E6E6E6;
        }

        .checkbox-animated input[type=checkbox]:disabled ~ label .check {
            border-color: #777;
        }

        .checkbox-animated input[type=checkbox]:checked ~ label .box {
            opacity: 0;
            -webkit-transform: scale(0) rotate(-180deg);
            -moz-transform: scale(0) rotate(-180deg);
            transform: scale(0) rotate(-180deg);
        }

        .checkbox-animated input[type=checkbox]:checked ~ label .check {
            opacity: 1;
            -webkit-transform: scale(1) rotate(45deg);
            -moz-transform: scale(1) rotate(45deg);
            transform: scale(1) rotate(45deg);
        }

    .checkbox-animated label {
        cursor: pointer;
        font-weight: normal;
        /*width: 100%;*/
        margin: auto;
    }

        .checkbox-animated label span {
            display: block;
            position: absolute;
            left: 0;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

        .checkbox-animated label .box {
            border: 2px solid #000;
            height: 20px;
            width: 20px;
            left: -3px;
            margin-right: 5px;
            z-index: 888;
            -webkit-transition-delay: 0.2s;
            -moz-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }

        .checkbox-animated label .check {
            top: -5px;
            left: -1px;
            width: 12px;
            height: 24px;
            margin-right: 5px;
            border: 3px solid #ff9149;
            border-top: none;
            border-left: none;
            opacity: 0;
            z-index: 888;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            transform: rotate(180deg);
            -webkit-transition-delay: 0.3s;
            -moz-transition-delay: 0.3s;
            transition-delay: 0.3s;
        }

.checkbox-animated-inline {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .checkbox-animated-inline input[type=checkbox] {
        display: none;
    }

        .checkbox-animated-inline input[type=checkbox]:disabled ~ label .box {
            border-color: #777;
            background-color: #E6E6E6;
        }

        .checkbox-animated-inline input[type=checkbox]:disabled ~ label .check {
            border-color: #777;
        }

        .checkbox-animated-inline input[type=checkbox]:checked ~ label .box {
            opacity: 0;
            -webkit-transform: scale(0) rotate(-180deg);
            -moz-transform: scale(0) rotate(-180deg);
            transform: scale(0) rotate(-180deg);
        }

        .checkbox-animated-inline input[type=checkbox]:checked ~ label .check {
            opacity: 1;
            -webkit-transform: scale(1) rotate(45deg);
            -moz-transform: scale(1) rotate(45deg);
            transform: scale(1) rotate(45deg);
        }

    .checkbox-animated-inline label {
        cursor: pointer;
        padding-left: 28px;
        font-weight: normal;
        margin-bottom: 0;
    }

        .checkbox-animated-inline label span {
            display: block;
            position: absolute;
            left: 0;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

        .checkbox-animated-inline label .box {
            border: 2px solid #000;
            height: 20px;
            width: 20px;
            z-index: 888;
            -webkit-transition-delay: 0.2s;
            -moz-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }

        .checkbox-animated-inline label .check {
            top: -7px;
            left: 6px;
            width: 12px;
            height: 24px;
            border: 2px solid #ff9149;
            border-top: none;
            border-left: none;
            opacity: 0;
            z-index: 888;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            transform: rotate(180deg);
            -webkit-transition-delay: 0.3s;
            -moz-transition-delay: 0.3s;
            transition-delay: 0.3s;
        }

    .checkbox-animated-inline.checkbox-animated-inline {
        display: inline-block;
    }

        .checkbox-animated-inline.checkbox-animated-inline + .checkbox-animated-inline {
            margin-left: 10px;
        }

.scrollbarDuyuru {
    overflow: scroll;
    overflow-x: hidden;
    min-height: 250px;
    max-height: 250px;
    padding: 20px;
}

.mesajarsivi {
    overflow: scroll;
    overflow-x: hidden;
    min-height: 450px;
    max-height: 450px;
    padding: 20px;
}

.profiltabCustomBG {
    background: #b5e8fc;
}

.profiltabFiltreButtonCustomBGAktif {
    background: #fff;
    border: 1px solid #fde1e1;
}

.profiltabFiltreButtonCustomBG:hover {
    background: #fde1e1;
}

.profiltabFiltreButtonCustomBG {
    background: #fde1e1;
    border: 1px solid #fde1e1;
}

    .profiltabFiltreButtonCustomBG:hover {
        background: #fff;
    }

.nav.nav-tabs .nav-item .nav-link {
    color: #000 !important;
}

    .nav.nav-tabs .nav-item .nav-link.active {
        font-weight: 700;
        color: #000 !important;
    }

.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active {
    font-weight: bold;
}

.text-hr {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 5px auto;
}

    .text-hr::after {
        flex: 1;
        background: #c7c7c7;
        content: "";
        height: 1px;
    }

.text-hr--center::before {
    flex: 1;
    background: #c7c7c7;
    content: "";
    height: 1px;
}

.text-hr--center .text-hr__text {
    padding: 0 15px;
}

.pace {
    display: none !important;
}

.phalf {
    padding: 0.5rem !important;
}

.profiltabCustomBG {
    background: #b5e8fc;
}

.profiltabFiltreButtonCustomBGAktif {
    background: #fff;
    border: 1px solid #fde1e1;
}

.profiltabFiltreButtonCustomBG:hover {
    background: #fde1e1;
}

.profiltabFiltreButtonCustomBG {
    background: #fde1e1;
    border: 1px solid #fde1e1;
}

    .profiltabFiltreButtonCustomBG:hover {
        background: #fff;
    }

.nav.nav-tabs .nav-item .nav-link {
    color: #000 !important;
}

    .nav.nav-tabs .nav-item .nav-link.active {
        font-weight: 700;
        color: #000 !important;
    }

.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active {
    font-weight: bold;
}

.panel {
    max-width: 500px;
    text-align: center;
}

.button_outer {
    background: #83ccd3;
    text-align: center;
    height: 50px;
    display: inline-block;
    transition: .2s;
    position: relative;
    overflow: hidden;
}

.btn_upload {
    padding: 17px 30px 12px;
    color: #fff;
    text-align: center;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 3;
    white-space: nowrap;
}

    .btn_upload input {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        width: 100%;
        height: 105%;
        cursor: pointer;
        opacity: 0;
    }

.file_uploading {
    width: 100%;
    height: 10px;
    margin-top: 20px;
    background: #ccc;
}

    .file_uploading .btn_upload {
        display: none;
    }

.processing_bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-radius: 30px;
    background: #83ccd3;
    transition: 3s;
}

.file_uploading .processing_bar {
    width: 100%;
}

.success_box {
    display: none;
    width: 30px;
    height: 30px;
    position: relative;
}

    .success_box:before {
        content: '';
        display: block;
        width: 12px;
        height: 18px;
        border-bottom: 6px solid #fff;
        border-right: 6px solid #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        left: 10px;
        top: 4px;
    }

.file_uploaded .success_box {
    display: inline-block;
}

.file_uploaded {
    margin-top: 0;
    width: 30px;
    background: #83ccd3;
    height: 30px;
    border-radius: 50%;
}

.uploaded_file_view {
    max-width: 300px;
    text-align: center;
    position: relative;
    transition: .2s;
    opacity: 0;
    border: 2px solid #ddd;
    padding: 5px;
}

.file_remove {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    position: absolute;
    background: #aaa;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    right: -15px;
    top: -15px;
}

    .file_remove:hover {
        background: #222;
        transition: .2s;
    }

.uploaded_file_view img {
    max-width: 100%;
}

.uploaded_file_view.show {
    opacity: 1;
}

.error_msg {
    text-align: center;
    color: #f00
}

.text-hr {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 5px auto;
}

    .text-hr::after {
        flex: 1;
        background: #c7c7c7;
        content: "";
        height: 1px;
    }

.text-hr--center::before {
    flex: 1;
    background: #c7c7c7;
    content: "";
    height: 1px;
}

.text-hr--center .text-hr__text {
    padding: 0 15px;
}

.pace {
    display: none !important;
}

.altcizgimobil {
    border-bottom: 1px solid #cfd8dc !important;
    padding-bottom: 5px;
}

.altcizgimobil2 {
    border-bottom: 3px solid #cfd8dc !important;
    padding-bottom: 5px;
}

.borderrightwhite {
    border-right: 30px solid #fff;
    border-right-width: 30px;
}

.text-hr {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 5px auto;
}

    .text-hr::after {
        flex: 1;
        background: #c7c7c7;
        content: "";
        height: 1px;
    }

.text-hr--center::before {
    flex: 1;
    background: #c7c7c7;
    content: "";
    height: 1px;
}

.text-hr--center .text-hr__text {
    padding: 0 15px;
}

.pace {
    display: none !important;
}


.pgb {
}

    .pgb .step {
        text-align: center;
        position: relative;
        z-index: 1;
    }

    .pgb h2 {
        font-size: 1.1rem;
    }

    .pgb .step p {
        position: absolute;
        height: 60px;
        width: 100%;
        text-align: center;
        display: block;
        z-index: 3;
        color: #fff;
        font-size: 160%;
        line-height: 60px;
    }

    .pgb .devamediyor.step p {
        opacity: 1;
        font-weight: 600;
    }

    .pgb .devamediyor .img-circle {
        background-color: #1d9ef1;
    }

.devamediyor .img-circle {
    animation: beat .75s infinite alternate;
    transform-origin: center;
}

@keyframes beat {
    to {
        transform: scale(1.3);
    }
}

.pgb .step.devamediyor .img-circle:after {
    background: #1d9ef1;
}

.pgb .step.complete .img-circle:after,
.pgb .step.devamediyor .img-circle:before {
    background: #1d9ef1;
}

.pgb .kirmizi .img-circle {
    background-color: #ff4961;
}

.pgb .active.step p {
    opacity: 1;
    font-weight: 600;
}

.pgb .img-circle {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ff9800;
    border: 4px solid #fff;
}

.pgb .complete .img-circle {
    background-color: #4CAF50;
}

.pgb .active .img-circle {
    background-color: #FF9800;
}

.pgb .step .img-circle:before {
    content: "";
    display: block;
    background: #4caf50;
    height: 4px;
    width: 50%;
    position: absolute;
    bottom: 50%;
    left: 0;
    z-index: -1;
    margin-right: 24px;
}

.pgb .step .img-circle:after {
    content: "";
    display: block;
    background: #4caf50;
    height: 4px;
    width: 50%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    z-index: -1;
}

.pgb .step.active .img-circle:after {
    background: #4caf50;
}

.pgb .step.complete .img-circle:after,
.pgb .step.active .img-circle:before {
    background: #4CAF50;
}

.pgb .step:last-of-type .img-circle:after,
.pgb .step:first-of-type .img-circle:before {
    display: none;
}

.checkbox-animated ul.list-inline li {
    display: block !important;
}

.checkbox-animated {
    position: relative;
    display: block;
}

    .checkbox-animated h5 {
        margin-bottom: 0px !important;
    }

    .checkbox-animated:hover {
    }

    .checkbox-animated input[type=checkbox] {
        display: none;
    }

        .checkbox-animated input[type=checkbox]:disabled ~ label .box {
            border-color: #777;
            background-color: #E6E6E6;
        }

        .checkbox-animated input[type=checkbox]:disabled ~ label .check {
            border-color: #777;
        }

        .checkbox-animated input[type=checkbox]:checked ~ label .box {
            opacity: 0;
            -webkit-transform: scale(0) rotate(-180deg);
            -moz-transform: scale(0) rotate(-180deg);
            transform: scale(0) rotate(-180deg);
        }

        .checkbox-animated input[type=checkbox]:checked ~ label .check {
            opacity: 1;
            -webkit-transform: scale(1) rotate(45deg);
            -moz-transform: scale(1) rotate(45deg);
            transform: scale(1) rotate(45deg);
        }

    .checkbox-animated label {
        cursor: pointer;
        font-weight: normal;
        width: 100%;
        margin: auto;
    }

        .checkbox-animated label span {
            display: block;
            position: absolute;
            left: 0;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

        .checkbox-animated label .box {
            border: 2px solid #000;
            height: 20px;
            width: 20px;
            left: -3px;
            margin-right: 5px;
            z-index: 888;
            -webkit-transition-delay: 0.2s;
            -moz-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }

        .checkbox-animated label .check {
            top: -5px;
            left: -1px;
            width: 12px;
            height: 24px;
            margin-right: 5px;
            border: 3px solid #ff9149;
            border-top: none;
            border-left: none;
            opacity: 0;
            z-index: 888;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            transform: rotate(180deg);
            -webkit-transition-delay: 0.3s;
            -moz-transition-delay: 0.3s;
            transition-delay: 0.3s;
        }

.checkbox-animated-inline {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .checkbox-animated-inline input[type=checkbox] {
        display: none;
    }

        .checkbox-animated-inline input[type=checkbox]:disabled ~ label .box {
            border-color: #777;
            background-color: #E6E6E6;
        }

        .checkbox-animated-inline input[type=checkbox]:disabled ~ label .check {
            border-color: #777;
        }

        .checkbox-animated-inline input[type=checkbox]:checked ~ label .box {
            opacity: 0;
            -webkit-transform: scale(0) rotate(-180deg);
            -moz-transform: scale(0) rotate(-180deg);
            transform: scale(0) rotate(-180deg);
        }

        .checkbox-animated-inline input[type=checkbox]:checked ~ label .check {
            opacity: 1;
            -webkit-transform: scale(1) rotate(45deg);
            -moz-transform: scale(1) rotate(45deg);
            transform: scale(1) rotate(45deg);
        }

    .checkbox-animated-inline label {
        cursor: pointer;
        padding-left: 28px;
        font-weight: normal;
        margin-bottom: 0;
    }

        .checkbox-animated-inline label span {
            display: block;
            position: absolute;
            left: 0;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

        .checkbox-animated-inline label .box {
            border: 2px solid #000;
            height: 20px;
            width: 20px;
            z-index: 888;
            -webkit-transition-delay: 0.2s;
            -moz-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }

        .checkbox-animated-inline label .check {
            top: -7px;
            left: 6px;
            width: 12px;
            height: 24px;
            border: 2px solid #ff9149;
            border-top: none;
            border-left: none;
            opacity: 0;
            z-index: 888;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            transform: rotate(180deg);
            -webkit-transition-delay: 0.3s;
            -moz-transition-delay: 0.3s;
            transition-delay: 0.3s;
        }

    .checkbox-animated-inline.checkbox-animated-inline {
        display: inline-block;
    }

        .checkbox-animated-inline.checkbox-animated-inline + .checkbox-animated-inline {
            margin-left: 10px;
        }


.profiltabCustomBG {
    background: #b5e8fc;
}

.profiltabFiltreButtonCustomBGAktif {
    background: #fff;
    border: 1px solid #fde1e1;
}

.profiltabFiltreButtonCustomBG:hover {
    background: #fde1e1;
}

.profiltabFiltreButtonCustomBG {
    background: #fde1e1;
    border: 1px solid #fde1e1;
}

    .profiltabFiltreButtonCustomBG:hover {
        background: #fff;
    }

.nav.nav-tabs .nav-item .nav-link.active {
    font-weight: 700;
    color: #000 !important;
}

.phalf {
    padding: 0.5rem !important;
}

.onizlemealanisticky {
    position: fixed;
    right: 0;
}

.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 0 15px;
}

.dinamikbasliklar {
    background-color: #f1f1f1;
    min-height: 50px;
    margin-bottom: 20px;
    padding: 15px;
    box-shadow: 0 2px 18px 1px rgba(49, 53, 72, 0.1);
    border-radius: .45rem;
}

.mesajmetinalani .tmc {
    background-image: url("../../app-assets/images/wback.jpg");
    height: 200px;
    font-size: 1.51rem;
    font-weight: 400;
    color: #000;
}

.bordertext {
    border: 1px solid #cfd8dc;
    border-radius: 4px;
    height: 100%;
    margin-top: 20px;
    position: relative;
    max-width: 100%;
}

    .bordertext .bordertexttitle {
        margin: -13px 0 0 10px;
        background-color: #f1f1f1;
        box-shadow: 0 2px 18px 1px rgba(49, 53, 72, 0.1);
        padding: 3px;
        display: inline-block;
        font-weight: bold;
        position: absolute;
        color: #000;
    }

    .bordertext .bordertextcontent {
        padding: 10px;
        background-color: #f1f1f1;
        box-shadow: 0 2px 18px 1px rgba(49, 53, 72, 0.1);
    }

.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
    display: none;
}

table.dataTable.no-footer {
    border-bottom: 0px solid #111 !important;
}


.radio-animated ul.list-inline li {
    display: block !important;
}

.radio-animated {
    position: relative;
    display: block;
}

    .radio-animated h5 {
        margin-bottom: 0px !important;
    }

    .radio-animated:hover {
    }

    .radio-animated input[type=radio] {
        display: none;
    }

        .radio-animated input[type=radio]:disabled ~ label .box {
            border-color: #777;
            background-color: #E6E6E6;
        }

        .radio-animated input[type=radio]:disabled ~ label .check {
            border-color: #777;
        }

        .radio-animated input[type=radio]:checked ~ label .box {
            opacity: 0;
            -webkit-transform: scale(0) rotate(-180deg);
            -moz-transform: scale(0) rotate(-180deg);
            transform: scale(0) rotate(-180deg);
        }

        .radio-animated input[type=radio]:checked ~ label .check {
            opacity: 1;
            -webkit-transform: scale(1) rotate(45deg);
            -moz-transform: scale(1) rotate(45deg);
            transform: scale(1) rotate(45deg);
        }

    .radio-animated label {
        cursor: pointer;
        font-weight: normal;
        width: 100%;
        margin: auto;
    }

        .radio-animated label span {
            display: block;
            position: absolute;
            left: 0;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

        .radio-animated label .box {
            border: 2px solid #000;
            height: 20px;
            width: 20px;
            left: -3px;
            margin-right: 5px;
            z-index: 888;
            -webkit-transition-delay: 0.2s;
            -moz-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }

        .radio-animated label .check {
            top: -5px;
            left: -1px;
            width: 12px;
            height: 24px;
            margin-right: 5px;
            border: 3px solid #ff9149;
            border-top: none;
            border-left: none;
            opacity: 0;
            z-index: 888;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            transform: rotate(180deg);
            -webkit-transition-delay: 0.3s;
            -moz-transition-delay: 0.3s;
            transition-delay: 0.3s;
        }

.radio-animated-inline {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio-animated-inline input[type=radio] {
        display: none;
    }

        .radio-animated-inline input[type=radio]:disabled ~ label .box {
            border-color: #777;
            background-color: #E6E6E6;
        }

        .radio-animated-inline input[type=radio]:disabled ~ label .check {
            border-color: #777;
        }

        .radio-animated-inline input[type=radio]:checked ~ label .box {
            opacity: 0;
            -webkit-transform: scale(0) rotate(-180deg);
            -moz-transform: scale(0) rotate(-180deg);
            transform: scale(0) rotate(-180deg);
        }

        .radio-animated-inline input[type=radio]:checked ~ label .check {
            opacity: 1;
            -webkit-transform: scale(1) rotate(45deg);
            -moz-transform: scale(1) rotate(45deg);
            transform: scale(1) rotate(45deg);
        }

    .radio-animated-inline label {
        cursor: pointer;
        padding-left: 28px;
        font-weight: normal;
        margin-bottom: 0;
    }

        .radio-animated-inline label span {
            display: block;
            position: absolute;
            left: 0;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

        .radio-animated-inline label .box {
            border: 2px solid #000;
            height: 20px;
            width: 20px;
            z-index: 888;
            -webkit-transition-delay: 0.2s;
            -moz-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }

        .radio-animated-inline label .check {
            top: -7px;
            left: 6px;
            width: 12px;
            height: 24px;
            border: 2px solid #ff9149;
            border-top: none;
            border-left: none;
            opacity: 0;
            z-index: 888;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            transform: rotate(180deg);
            -webkit-transition-delay: 0.3s;
            -moz-transition-delay: 0.3s;
            transition-delay: 0.3s;
        }

    .radio-animated-inline.radio-animated-inline {
        display: inline-block;
    }

        .radio-animated-inline.radio-animated-inline + .radio-animated-inline {
            margin-left: 10px;
        }
