

/* ===================
fonts
====================== */

/*@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700&display=swap');*/


/*@import url('fonts.css');*/
/*@import url('_layouts.css');*/
/*@import url('_components.css');*/




/*header ve footer i�in ayr� css a��lacak.*/

@media screen and (max-width: 767px) {

    .footer-social-icons {
        justify-content: center !important;
    }
}
/* ===================
shape css
====================== */

.shape-1 {
    position: absolute;
    width: 350px;
    height: 350px;
    top: 100px;
    left: -50px;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
    background: var(--main-blue-default);
    opacity: .15;
}

.shape-2 {
    position: absolute;
    width: 400px;
    height: 400px;
    right: -120px;
    bottom: -120px;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
    background: var(--main-blue-default);
    opacity: .15;
}

@media all and (max-width: 767px) {
    .shape-1 {
        width: 200px;
        height: 200px;
    }
}



/* ======================
home 2
========================= */

.home-2 .navbar {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

/* ======================
home 3
========================= */

.home-3.main {
    margin-top: -6rem;
}

.home-3 .header-top {
    background: #FF5E14;
}

.home-3 .header-top-contact ul li a i {
    color: #fff;
}

.home-3 .navbar {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}


/* ======================
Company Profile
========================= */

.user-profile .user-main .profile-pic {
    position: relative;
    height: 150px;
    width: 150px;
}

@media only screen and (max-width: 768px) {
    .user-profile .user-main .profile-pic {
        margin : auto;
    }
    .cm-name{
        text-align : center;
    }
}

.user-profile .user-main .profile-pic img{
    width : 100%;
    height : 100%;
    object-fit: cover;
}

.profile-tab-btn i {
    font-size: 32px;
}

.company-tab-wrapper {
    margin-bottom: 48px !important;
}


/* ======================
Profile Settings 
========================= */

.settings-wrapper .nav-pills{
    flex-direction: column;
}

.settings-wrapper .nav-pills .quote-tab-btn{
    justify-content : flex-start;
}

.settings-wrapper .setting-pills {
    background-color: #eef1f6;
    padding-top : 20px;
    min-height : 400px;
}

.settings-wrapper .setting-pills .nav-link{
    padding : 4px;
}
.detailBack {
    background-color: #1d2c48 !important;    
    border-radius: 6px;
    padding:2px;
    font-size: 14px !important;
    width: 90px;
    height: 32px;
    color: white;
}
    .detailBack:hover {
        background-color: #3E4D6C !important;
        border-color: #3E4D6C ;
        color: white;
    }

.buttonExample {
    background-color: #084896 !important;
    border: none;
    border-radius: 6px;
    padding: 2px;
    font-size: 14px !important;
    height: 32px;
    color: white;
    width: 70px;
}

    .buttonExample:hover {
        background-color: #0d6efd !important;
        color: white;
    }

.buttonCloseExample {
    background-color: #E3071C !important;
    border: none;
    border-radius: 6px;
    padding: 2px;
    font-size: 14px !important;
    height: 32px;
    color: white;
    width: 70px;
}

    .buttonCloseExample:hover {
        background-color: #FF273D !important;
        color: white;
    }



.field-validation-error{
    color : #f5325c !important;
    font-style: italic;
    font-size: 12px;
}

.form-group-sm input:not([type="checkbox"]), .form-group-sm textarea, .form-group-sm select {
    padding: 6px 12px !important;
}

blockquote {
    font-style: italic !important;
    border-left: 4px solid #ccc !important;
    margin: 1em 0 !important;
    margin-left: 3em !important;
    padding-left: 1em !important;
    color: #555 !important;
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%); /* Soldan başlar */
        opacity: 0;
    }

    to {
        transform: translateX(0); /* Orijinal konuma gelir */
        opacity: 1;
    }
}

.modal-bottom-left {
    animation: slideInFromLeft 0.7s ease-in-out;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 90%;
    max-width: 900px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.modal-special {
    margin: 0;
}

.modal.fade.show {
    display: block;
    opacity: 1;
}

@media (min-width: 900px) {
    .modal-bottom-left {
        width: auto;
    }
}

.pop-btn-main {
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    padding: 10px 1rem;
    border: none;
    border-radius: 4px;
    background: #074896 !important;
    transition: all 500ms linear;
}

    .pop-btn-main:hover {
        color: #fff;
        transition: all 500ms linear;
        background: #4F94E8 !important;
        box-shadow: 0 0.5rem 1rem 0 rgba(216, 125, 35, 0.5) !important;
    }

.pop-btn-gray {
    font-size: 1.2rem;
    font-weight: 400;
    color: #525252;
    color: #525252;
    padding: 10px 1rem;
    border: none;
    border-radius: 4px;
    background: #F0F0F0 !important;
    transition: all 500ms linear;
}

    .pop-btn-gray:hover {
        color: #fff;
        background: #8f8f8f !important;
        transition: all 500ms linear;
        box-shadow: 0 0.5rem 1rem 0 rgba(61 60 60 / 47%) !important;
    }




.btn-payment-status {
    border-radius: 6px;
    width: 80px;
    height: 30px;
    font-size: 14px !important;
    padding: 2px;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
}

.btnPending {
    border: 1px solid #FF9B04;
    color: #FF9B04;
}
    .btnPending:hover {
        background-color: #FF9B04;
        color: white;
    }

.btnCanceled {
    border: 1px solid #aeabab;
    color: #aeabab;
}
    .btnCanceled:hover {
        background-color: #aeabab;
        color: white;
    }

.btnSuccess {
    border: 1px solid #198754;
    background-color:white;
    color: #198754;
}

    .btnSuccess:hover {
        background-color: #198754 !important;
        color: white;
    }
    .btnUnpaid {
        border: 1px solid #D80000;
        color: #D80000 ;
    }
    .btnUnpaid:hover {
        background-color: #D80000;
        color: white;
    }

::-ms-reveal {
    display: none;
}

.line-text-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.line-text-2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line-text-3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line-text-4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.justified-text{
    text-align: justify;
    text-justify: inter-word;
}

/* styles for validation helpers */

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

/*input[type="checkbox"].input-validation-error {
    border: 0 none;
}*/

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.dataTables_filter input[type="search"] {
    width: 220px !important;
}
/*.btn-group > .btn {
    position: absolute !important;
    margin-left:10px !important;
}*/

.dataTables_paginate {
    margin-top: 20px !important;
}

.main {
    margin-top: 136px;
}

#loading-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .6);
    z-index: 9999;
}

.reset-editor-style ul{
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    padding-left : 40px !important;
}
.reset-editor-style li{
    list-style: unset !important;
}

.reset-editor-style p{
    margin-top: 0 !important;
}
