﻿/*Font Reset*/
* {
    font-family: 'Inter', sans-serif !important;
}
body {
    font-family: 'Inter', sans-serif !important;
    background-color: #FFFFFF !important;
}
/*Font Reset*/

/*Helpers*/
.display-none {
    display:none !important;
}
.display-block {
    display:block !important;
}
.w-195 {
    min-width: 195px !important;
}
.w-23 {
    width: 23px !important;
}
.h-21 {
    height: 21px !important;
}
.h-23 {
    height: 23px !important;
}
.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-t--5 {
    margin-top: -5px !important;
}

.m-t--10 {
    margin-top: -10px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-400 {
    font-weight: 400 !important;
}

.font-500 {
    font-weight: 500 !important;
}

.f-l {
    float: left !important,
}

.f-r {
    float: right !important;
}

.d-none {
    display: none !important;
}

.d-flex {
    display: flex;
}

.gap-2 {
    gap: 2px;
}

.gap-3 {
    gap: 3px;
}

.help-text {
    width: 100%;
    display: block;
    line-height: 130%;
    letter-spacing: 2%;
    font-size: 12px;
    font-weight: 400;
    color: #5E696E;
}

.radius-12 {
    border-radius: 12px !important;
}

.radius-20 {
    border-radius: 20px !important;
}

.n-b {
    border: none !important;
}
/*Helpers*/

/*Custom Page Structure*/
.master-wrapper-page {
    width:auto;
    margin:0 auto;
    overflow:hidden;
}
@media only screen and (max-device-width : 1920px) {
    .master-wrapper-page {
        max-width: 1350px;
    }
}
@media only screen and (max-device-width : 1285px) {
    .master-wrapper-page {
        max-width: 1240px;
    }
}
.master-wrapper-content,
.master-column-wrapper {
    background-color: #FFFFFF !important;

}
.master-column-wrapper {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #F5FCFF !important;
}
.home-page-body .master-column-wrapper {
    background-color: #FFFFFF !important;
} 

.header-container, .footer-container {
    width: auto;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 0 20px;

} @media only screen and (max-device-width : 1920px) {
    .header-container {
        width: 1350px;
    }
} @media only screen and (max-device-width : 1285px) {
    .header-container {
        width: 1240px;
    }
}
/*Custom Page Structure*/
/*Category Navigation*/
.category-navigation-title {
    font-size: 16px;
    font-weight: 700;
} .category-navigation-title:before {
        width: 22px;
        height: 22px;
        margin-top: -2px;
        margin-left: 1px;
    }
/*Category Navigation*/
/*Buttons*/
.primary-btn, .primary-left-icon-btn {
    width: auto !important;
    min-width: 100px !important;
    height: 40px !important;
    padding: 8px 12px !important;
    gap: 8px !important;
    line-height: 140% !important;
    letter-spacing: -2% !important;
    box-shadow: none !important;
    background-color: #FF4735 !important;
    border: 0 !important;
    border-radius: 8px !important;
    text-align: center;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #FFFFFF !important;
} .primary-btn:hover, .primary-left-icon-btn:hover {
        background-color: #FF7A6D !important;
        color: #FFFFFF !important;
    } .primary-btn.gray {
        background-color: #EDF0F2 !important;
        color: #002D40 !important;
    } .primary-btn.w-195 {
        min-width: 195px !important;
    } .btn-icon img.right {
    margin-top: 2px;
    margin-left: 15px;
    float: right;
} .btn-icon img.small {
    width: 6px;
    height: 12px;
} .header-links .primary-btn {
    margin-left: 20px !important;
}
/*Buttons*/

/*Header*/
.announcement-bar {
    background-color: #004A69 !important;
    border-bottom: 1px solid #ECECEC !important;
} .announcement-bar p {
        font-weight: 500 !important;
    } .header-logo {
    max-width:300px !important;
} .search-box.search-box-top {
    margin-right:100px !important;
} .header-upper {
    width: 100%;
    height: 63px;
    text-align: left;
    background-color: #004A69 !important;
    color: #FFFFFF;
} .currency-selector.desktop {
    margin-top:15px;
} .ico-seller-location:before {
    width:18px !important;
    height:20px !important;
    background: url(../img/landingPage_desktop-location-icon.svg) no-repeat center center !important;
 } .ico-wishlist:before {
    width: 20px !important;
    height: 19px !important;
    background: url(../img/landingPage_desktop-wishlist-icon.svg) no-repeat center center !important;
} .ico-cart:before {
    width: 19px !important;
    height: 18px !important;
    background: url(../img/landingpage_desktop-cart-icon.svg) no-repeat center center !important;
} .ico-account:before {
    width: 20px !important;
    height: 19px !important;
    content:"" !important;
    background: url(../img/landingPage_person.svg) no-repeat center center !important;
} .ico-wishlist .wishlist-qty, .ico-cart .cart-qty, .notification-icon .notification-count {
    width: auto;
    min-width: 16px;
    height: 16px;
    background-color: #004A69 !important;
    font-size: 10px !important;
    font-weight: 500 !important;
} .header-menu-parent {
    height: 53px;
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #ECECEC;
} .header-lower {
    width: 100%;
    height: 69px;
    border-bottom: 1px solid #ECECEC;
} .fixed-header.header-lower::before {
    background-color: #004A69 !important;
} .search-box form > .search-box-wrapper {
    border: 1px solid #004A69 !important;
} .search-box-wrapper .box-side-title {
    color: #004A69 !important;
} .search-box .search-box-button {
    border-color: #004A69 !important;
    background-color: #004A69 !important;
    border-radius: 0 12px 12px 0 !important;
} .fixed-header.header-lower .search-box form > .search-box-wrapper {
    border: none !important;
} .fixed-header.header-lower .search-box .search-box-button {
    border-color: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border-left: 1px solid #004A69 !important;
}
/*Header*/

/*Custom Language Select*/
.header-customLangSelector {
    min-width: 85px !important;
    margin-left: 20px;
    background: url(../img/landingPage_language.svg) no-repeat left 0% top 45% !important;
} .header-customLangSelector span {
        width: 20px;
        height: 20px;
        position: absolute;
        top:10px;
        right:0;
        background: url(../img/landingPage_chevronDown.svg) no-repeat right 0% top 45% !important;
    } .header-customLangSelector a {
        position: relative;
        display: flex;
        justify-content: center;
        line-height: 33px;
        font-size: 16px;
        font-weight: 700;
        color: #004A69;
    } .header-customLangSelector a.selected {
            display: flex;
        } .header-customLangSelector .langList {
        width: 100%;
        height:100px;
        position:absolute;
        top:31px;
        z-index:99;
        display:none;
    } .header-customLangSelector .langList a {
            width: 100%;
            margin-top:1px;
            display: flex;
            justify-content: center;
            line-height: 30px;
            opacity:0.85;
            border: 1px solid #FFFFFF;
            border-radius: 10px; 
            background: #D9EBFF;
            font-size: 16px;
            font-weight: 500;
            color: #004A69;
        } .header-customLangSelector .langList a:hover {
                opacity: 1;
            }
/*Custom Language Select*/

/*Category Navigation*/
.category-navigation-list {
    margin-top:1px !important;
    border-width: 1px !important;
    padding: 16px 3px 16px 16px !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    background: #FFFFFF !important;
    box-shadow: 0px 1px 2px 0px #8080801F !important;
} .category-navigation-list-wrapper .sublist-wrap {
    padding: 16px 0 0 0 !important;
    box-shadow: none !important;
    background: none !important;
    background-color: #FFFFFF !important;
} .category-navigation-list-wrapper .sublist-wrap .sublist {
        border: none !important;
        padding: 16px 3px 0 0 !important;
    } .category-navigation-list-wrapper ul li {
    margin-top:2px;
    border-radius:6px !important;
    background: #F6F7F9 !important;
} .category-navigation-list-wrapper ul li:hover {
    } .category-navigation-list-wrapper ul li a, .category-navigation-list-wrapper ul li > span {
        color: #14181F !important;
        font-size: 15px;
        font-weight: 400 !important;
    } .category-navigation-list-wrapper ul li:hover > .sublist-wrap > .sublist {
        border-width: 0 !important;
    } .category-navigation-list-wrapper ul li:hover > a, .category-navigation-list-wrapper ul li:hover > span {
        background-color: #007AFF26 !important;
        color: #14181F !important;
        border-radius: 6px !important;
    } .category-navigation-list-wrapper ul li:hover > a:after {
            color: #14181F !important;
        } .category-navigation-title {
    font-size: 16px;
    font-weight: 700;
    color: #004A69 !important;
} .header-menu-parent {
   
} .header-menu {
    padding: 0 !important;
    margin: 0 !important;
} .category-navigation-list-wrapper {
} .category-navigation-list-wrapper:hover .category-navigation-title {
    background-color: #FFFFFF !important;
    color: #004A69 !important;
} .category-navigation-title:before {
        width: 14px !important;
        height: 12px !important;
        margin-top:1px !important;
        background: url('../img/landingPage_categoryListIcon.svg') no-repeat center center !important;
    }
/*Category Navigation*/

/*Main Slider*/
.home-page-slider {
    width: 100%;
    height: auto;
    min-height: 449px;
    margin-top: 60px;
    border-radius: 12px !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #F2F3F5;
} .home-page-slider .slider {
        width: 100%;
        height: auto;
        min-height: 449px;
        border-radius: 12px !important;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        background-color: #F2F3F5;
    } .home-page-slider .slider .caption {
            width: 45%;
            padding: 10px 5px;
            position: relative;
            top: 79px;
            left: 92px;
            overflow: hidden;
            line-height: 64px;
            letter-spacing: -1px;
            font-size: 56px;
            font-weight: 700;
            color: #002D40;
        } @media only screen and (max-device-width : 1920px) {
    .home-page-slider .slider .caption {
        width: 45%;
        font-size: 56px;
    }
} @media only screen and (max-device-width : 1285px) {
    .home-page-slider .slider .caption {
        width: 50%;
        font-size: 48px;
    }
} .home-page-slider .slider p {
    width: 38%;
    padding: 5px;
    margin: 20px 0 0 0;
    position: relative;
    top: 79px;
    left: 92px;
    line-height: 26px;
    letter-spacing: -1px;
    font-weight: 400;
    font-size: 16px;
    color: #00354B;
} @media only screen and (max-device-width : 1920px) {
    .home-page-slider .slider p {
        width: 38%;
    }
} @media only screen and (max-device-width : 1285px) {
    .home-page-slider .slider p {
        width: 45%;
    }
}
/*Main Slider*/

/*Home Page Services*/
.home-page-services {
    width: 100%;
    padding: 0;
    margin: 30px 0;
    display: inline-block;
} .home-page-services .services-items {
        width:100%;
        gap: 16px !important;
    } .home-page-services .services-items .service-item {
            width: calc((100% - 48px)/4) !important;
            height: auto;
            min-height: 293px;
            padding: 30px 40px;
            margin-right: 15px;
            gap: 16px;
            float: left;
            display: block;
            line-height: 30px;
            letter-spacing: -0.2px;
            border-radius: 12px;
            background: #F9FAFA;
            font-size: 16px;
            font-weight: 400;
            color: #002D40;
        } @media only screen and (max-device-width : 1920px) {
    .home-page-services .services-items .service-item {
        min-height:293px;
        padding: 30px 40px;
    }
} @media only screen and (max-device-width : 1285px) {
    .home-page-services .services-items .service-item {
        min-height: 330px;
        padding: 20px 30px;
    }
} .home-page-services .services-items .service-item:last-of-type {
        margin-right: 0;
    } .home-page-services .services-items .service-item .service-icon {
        width: 100%;
        height: 30px;
        margin-bottom: 30px;
        position: relative;
        float: left;
        display: block;
    } .home-page-services .services-items .service-item .service-icon img {
            width: 30px;
            height: 100%;
        } .home-page-services .services-items .service-item .service-header {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        position: relative;
        float: left;
        display: block;
        line-height: 28px;
        letter-spacing: 0px;
        font-size: 18px;
        font-weight: 600;
    } .home-page-services .services-items .service-item ul li {
        width: calc(100%-32px);
        height: auto;
        margin-bottom: 5px;
        position: relative;
        float: left;
        display: block;
        line-height: 25px;
        letter-spacing: -0.5px;
        font-weight: 400;
    } @media only screen and (max-device-width : 1920px) {
    .home-page-services .services-items .service-item ul li {
       font-size:16px !important;
    }
} @media only screen and (max-device-width : 1285px) {
    .home-page-services .services-items .service-item {
        font-size:13px !important;
    }
} .home-page-services .services-items .service-item ul li span {
    width: 8px;
    height: 8px;
    margin-top:8px;
    margin-left: -16px;
    position: relative;
    float: left;
    display: block;
    content: url( ../img/landingPage_checkMark.png) !important;
    vertical-align: middle;
    text-align: center;
}
/*Home Page Services*/

/*Home Page Counter*/
.home-page-counter {
     width: 100%;
     height: 200px;
     padding: 20px;
     margin: 30px 0;
     display: inline-block;
     text-align: center;
 } .home-page-counter .counter-header {
        width: 100%;
        display: block;
        font-size: 32px;
        font-weight: 700;
        color: #002D40;
    } .home-page-counter .counter-container {
        width: 100%;
        display: grid;
        grid-template-columns: 0.5fr 0.5fr 0.5fr;
        grid-gap: 10px;
    } .home-page-counter .grid-item {
        padding: 10px 40px;
    } .home-page-counter .counter-item {
        height: auto;
        min-height: 115px;
        line-height: 56px;
        letter-spacing: 0px;
        font-size: 56px;
        font-weight: 700;
        color: #FF4735;
    } .home-page-counter .counter-flex {
        display: flex;
        align-items: center;
        justify-content: center;
    } .home-page-counter .grid-item.first .counter-flex {
        justify-content: right;
    } .home-page-counter .grid-item.last .counter-flex {
        justify-content: left;
    } .home-page-counter p {
        width: 100%;
        height:24px;
        display: block;
        line-height: 0;
        letter-spacing: -3%;
        font-size: 24px;
        font-weight: 700;
        color: #002D40;
    } .home-page-counter .grid-item.first p {
        padding-left:45%;
    } @media only screen and (max-device-width : 1920px) {
    .home-page-counter .grid-item.first p {
        padding-left: 67%;
    }
} .home-page-counter .grid-item.last p {
        padding-left:15px;
        text-align:left;
    }
/*Home Page Counter*/

/*Home Page Confidence 4 Grid*/
.home-page-confidence {
    width: 100%;
    height: auto;
    min-height: 476px;
    padding:40px;
    margin-top:60px;
    margin-bottom:30px;
    float:left;
    display:block;
    background-color: #F6F6F6;
} .home-page-confidence .widget-header {
        width: 100%;
        height: 42px;
        padding: 0;
        margin: 0;
        float: left;
        display: block;
        line-height:46px;
        letter-spacing:-1px;
        text-align:center;
        font-size: 32px;
        font-weight: 700;
        color: #002D40;
    } .home-page-confidence .widget-header p {
            width: 100%;
            height: 21px;
            float: left;
            display: block;
            line-height: 46px;
            letter-spacing: -1px;
            text-align: center;
            font-size: 16px;
            font-weight: 500;
        } .home-page-confidence .items {
        width: 100%;
        margin-top:90px;
        float:left;
        display:block;
        gap: 0 !important;
    } .home-page-confidence .items .item {
            width: calc((100% - 84px)/5) !important;
            height: auto;
            min-height: 240px;
            padding: 30px;
            margin-right: 20px;
            gap: 0;
            position:relative;
            float: left;
            display: block;
            border-radius:12px;
            background-color:#FFFFFF;
        } @media only screen and (max-device-width : 1920px) {
    .home-page-confidence .items .item {
        min-height: 240px;
    }
} @media only screen and (max-device-width : 1285px) {
    .home-page-confidence .items .item {
        min-height: 300px;
    }
} .home-page-confidence .items .item:last-of-type {
                margin-right: 0;
            } .home-page-confidence .items .item span.label {
                width: 38px;
                height: 38px;
                position:absolute;
                top:-18px;
                left:-15px;
                z-index:9;
                line-height:38px;
                border-radius: 100%;
                background-color: #FF4735;
                text-align:center;
                font-size:20px;
                font-weight:800;
                color:#FFFFFF;
            } .home-page-confidence .items .item div.item-icon {
                width: 100%;
                height: 30px;
                margin-bottom:20px;
                float:left;
                display:block;
                text-align: left;
            } .home-page-confidence .items .item div.item-icon img {
                    width: 30px;
                    height: 30px;
                } .home-page-confidence .items .item span.header {
                width: 100%;
                height: 28px;
                line-height: 28px;
                font-size: 18px;
                font-weight: 600;
                color: #002D40;
            } .home-page-confidence .items .item p {
                width: 100%;
                float: left;
                margin-top:10px;
                line-height: 30px;
                font-size: 16px;
                font-weight: 400;
                color: #002D40;
            }
/*Home Page Confidence 4 Grid*/

/*Home Page Confidence 2 Grid*/
.home-page-confidence.block-2 {
    padding: 40px 80px;
    margin-top: 0;
    background-color: #FFFFFF;
} .home-page-confidence.block-2 .items .item {
        width: calc((100% - 100px)/2) !important;
        height: auto;
        min-height: 192px;
        margin-left:20px;
        float:right;
        background: linear-gradient(80.1deg, #E6F3F8 18.54%, #E6F3F8 48.76%, #BFE0EC 79.23%, #006F9E 146.08%, #004A69 165.44%);
    } .home-page-confidence.block-2 .items .item span.header {
            width: 100%;
            height: 31px;
            margin-bottom:20px;
            display:block;
            line-height: 40px;
            font-size: 24px;
            font-weight: 700;
            color: #002D40;
        } .home-page-confidence.block-2 .items .item ul li {
            width: 100%;
            height: auto;
            margin-bottom: 5px;
            position: relative;
            float: left;
            display: block;
            line-height: 25px;
            letter-spacing: -0.5px;
            font-weight: 400;
        } .home-page-confidence.block-2 .items .item ul li span {
            width: 8px;
            height: 8px;
            margin-top: 8px;
            margin-left: 0;
            margin-right:10px;
            position: relative;
            float: left;
            display: block;
            content: url( ../img/landingPage_checkMark.png) !important;
            vertical-align: middle;
            text-align: center;
        } .home-page-confidence.block-2 .items .item div.item-icon {
            width: 110px;
            height: 110px;
            padding:0;
            margin:0;
            position:absolute;
            top:50px;
            right:30px;
            display: block;
        } .home-page-confidence.block-2 .items .item div.item-icon img {
                width: 104px;
                height: 104px;
            }
/*Home Page Confidence 2 Grid*/

/*Widget Product Grid*/
.widget-product-grid {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    display:block;
    cursor: pointer;
} .widget-product-grid .widget-header {
        width: 100%;
        height:80px;
        margin-bottom:20px;
        display:block;
        float:left;
        line-height:40px;
        letter-spacing:-1px;
        font-size:24px;
        font-weight:600;
        color: #002D40;
    } .widget-product-grid .widget-header p {
            width: 100%;
            float:left;
            display:block;
            line-height: 28px;
            font-size: 16px;
            font-weight: 500;
        } .widget-product-grid .widget-footer {
        width: 100%;
        height: 80px;
        margin-top: 20px;
        display: block;
        float: left;
        text-align:right;
    } .widget-product-grid .product-items {
        width: 100%;
        gap: 0 !important;
    } .widget-product-grid .product-items .product-item {
            width: calc((100% - 64px)/5) !important;
            height: auto;
            min-height: 412px;
            padding: 0;
            margin-right: 15px;
            gap: 0;
            display: inline-block;
        } .widget-product-grid .product-items.slider-grid-items {
        } .widget-product-grid .product-items.slider-grid-items .product-item {
                width: 290px !important;
                height: 412px !important;
            } .widget-product-grid .product-items.slider-grid-items .slick-arrow {
        } .widget-product-grid .product-items.slider-grid-items .slick-prev.slick-arrow {
            
        } .widget-product-grid .product-items.slider-grid-items .slick-next.slick-arrow {
        } .widget-product-grid .product-items .product-item:last-of-type {
            margin-right: 0;
        } .widget-product-grid .product-items .product-item .product-image {
            width: 100%;
            height: 248px;
            padding: 0;
            margin-bottom: 10px;
            float: left;
            display: block;
            position: relative;
            text-align: center;
            border: none;
            border-radius: 12px;
            background-color: #EDF0F2;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 85% 85% !important;
        } .widget-product-grid .product-items .product-item .product-image img {
                   
                } .widget-product-grid .product-items .product-item .product-image .wishicon {
                    width: 40px;
                    height: 40px;
                    position: absolute;
                    top: 10px;
                    right: 10px;
                    z-index: 9;
                    display: block;
                    cursor: pointer;
                    background-color: #F4F5F7;
                } .widget-product-grid .product-items .product-item .product-image .wishicon img {
                        width: 18px;
                        height: 17px;
                        margin:12px auto;
                    } .widget-product-grid .product-items .product-item .product-info {
                width: 100%;
                height: 90px;
                padding: 10px 5px;
                margin: 0;
                float: left;
                display: block;
                position: relative;
                line-height:21px;
                letter-spacing:-1px;
                text-align: left;
                border: none;
                font-size: 15px;
                font-weight: 400;
                color: #14181F;
            } .widget-product-grid .product-items .product-item .product-info p {
                    width: 100%;
                    margin-bottom:10px;
                    float:left;
                    display: block;
                } .widget-product-grid .product-items .product-item .product-info span.rating {
                    width: 100%;
                    float: left;
                    display: block;
                    font-size: 13px;
                    color: #6F7C8E;
                } .widget-product-grid .product-items .product-item .product-info span.rating img {
                        width: 16px;
                        height:15px;
                        margin-top:1px;
                        margin-right:5px;
                        float:left;
                        display:block;
                    } .widget-product-grid .product-items .product-item .product-info span.rating span {
                        margin-left: 10px;
                    } .widget-product-grid .product-items .product-item .product-price {
                width: 100%;
                height: 40px;
                padding: 10px 5px;
                margin: 0;
                float: left;
                display: block;
                position: relative;
                line-height: 22px;
                letter-spacing: -1px;
                text-align: left;
                border: none;
                font-size: 15px;
                font-weight: 600;
                color: #14181F;
            } .widget-product-grid .product-items .product-item .product-price span.carticon {
                    width: 35px;
                    height: 35px;
                    padding:7px 10px 7px 8px;
                    margin: 0;
                    position:absolute;
                    top:8px;
                    right:0;
                    display: block;
                    cursor: pointer;
                    border-radius: 5px;
                    border: 1px solid #DCE0E5;
                } .widget-product-grid .product-items .product-item .product-price span.carticon img {
                        width: 18px;
                        height: 18px;
                        padding: 0;
                        margin: 0 auto;
                    }
/*Product Category Grid*/
/*Slick Grid*/
.widget-slider-grid {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top:40px;
    margin-bottom: 40px;
    position: relative;
    float: left;
    display:block;
    cursor: pointer;
} .widget-slider-grid .slider-grid-items {
        width: 100%;
        gap: 0 !important;
    } .widget-slider-grid .slider-grid-items .slider-grid-item {
            width:290px;
            height: 412px;
            padding: 0;
            margin-right: 15px;
            gap: 0;
            display: inline-block;
            background-color: #000;
            color: #fff;
            border-radius: 5px;
        } - .widget-slider-grid .slider-grid-items .slider-grid-item:last-of-type {
    margin-right: 0;
}
/* Slick arrow */
.slick-arrow {
    width: 32px !important;
    height: 32px !important;
    padding: 6px !important;
    position: absolute !important;
    transform: translateY(-50%) !important;
    z-index: 11;
    background-color: #FFFFFF !important;
    border-radius: 30px !important;
    color: #14181F !important;
} .half-heigth-slider .slick-arrow {
        transform: translateY(20%) !important;
    } .slick-arrow:hover {
        background-color: #FBFBFB !important;
        color: #14181F !important;
    } .slick-arrow:active {
        background-color: #14181F !important;
        color: #FFFFFF !important;
    } .slick-arrow.slick-disabled {
        background-color: #DDDDDD !important;
        cursor: not-allowed !important;
    } .slick-arrow.slick-disabled:hover, .slick-arrow.slick-disabled:active {
            background-color: #DDDDDD !important;
            color: #14181F !important;
        } .slick-prev {
    left: 10px !important;
} .slick-next {
    right: 10px !important;
} .slick-prev::before {
    content: url( ../img/arrowChevronLeft.png) !important;
} .slick-next::before {
    content: url( ../img/arrowChevronRight.png) !important;
}
/*Slick Grid*/
/*Widget Category Grid*/
.widget-category-grid {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    float: left;
    display: block;
    cursor: pointer;
} .widget-category-grid .widget-header {
        width: 100%;
        height: 60px;
        margin-bottom: 20px;
        display: block;
        float: left;
        line-height: 40px;
        letter-spacing: -1px;
        font-size: 24px;
        font-weight: 600;
        color: #002D40;
    } .widget-category-grid .category-items {
        width: 100%;
        gap: 0 !important;
    } .widget-category-grid .category-items .category-item {
            width: calc((100% - 160px)/9) !important;
            height: auto;
            min-height: 176px;
            padding: 0;
            margin-right: 20px;
            gap: 0;
            float: left;
            display: block;
        } .widget-category-grid .category-items.slider-grid-items .category-item {
            width: 150px !important;
            height: 176px !important;
        } .widget-category-grid .category-items .category-item:last-of-type {
                margin-right: 0;
            } .widget-category-grid .category-items .category-item .category-image {
                width: 100%;
                height: 120px;
                padding: 0;
                margin-bottom: 10px;
                float: left;
                display: block;
                position: relative;
                text-align: center;
                border: none;
                border-radius: 12px;
                background-color: #E6F3F8;
            } .widget-category-grid .category-items .category-item .category-image img {
                    width: auto;
                    height: auto;
                    max-height:90px;
                    margin: 10px auto;
                    position: relative;
                } .widget-category-grid .category-items .category-item .category-info {
                width: 100%;
                height: 44px;
                padding: 0;
                margin: 0;
                float: left;
                display: block;
                position: relative;
                text-align: center;
                border: none;
                font-size: 16px;
                font-weight: 600;
                color: #002D40;
            }
/*Widget Category Grid*/

/*Footer*/
.footer {
    background: #FFFFFF !important;
} .footer .title h4 {
        color: #002D40;
        margin: 0;
        margin-bottom: 15px;
        line-height: 24px !important;
        font-size: 20px !important;
        font-weight: 800 !important;
        color: #002D40 !important;
    } 
  
  .footer-container {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    border-bottom: 1px solid #004A69 !important;
} 
@media only screen and (max-device-width : 1920px) {
    .footer-container {
        width: 1350px;
    }
} 

@media only screen and (max-device-width : 1285px) {
    .footer-container {
        width: 1240px;
    }
} 
.footer-upper {
    width: 30% !important;
    padding-left: 0 !important;
} 
.footer-middle {
    width: 70% !important;
    padding: 0 0 0 1.5% !important;
}
/*Footer*/

/************************/
/*CSS WORKS*/

/*Custom Reset*/
input[type=file], input[type=file]::-webkit-file-upload-button {
    cursor: pointer;
}
/*Custom Reset*/

/*Custom Grid*/
.col-md-12, .col-md-6 {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left;
    display: block;
} 
.col-md-12 {
    width: 100%;
} 
.col-md-6 {
    width: 50%;
}
/*Custom Grid*/

/*Common*/
.genHelpText {
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    font-weight: 400;
    font-size: 16px;
    color: #232729;
} 
.genHelpText p {
        width: auto;
        max-width: 80% !important;
        float: left !important;
        display: block;
    } 
.genHelpText h5 {
        width: auto;
        max-width: 80% !important;
        float: left;
        display: block;
        font-size: 20px;
        font-weight: 700;
        color: #004A69;
    } 
.genHelpText span {
        width: auto;
        max-width: 20% !important;
        float: right !important;
        display: block;
    } 
.hint {
    width: 100%;
    display: block;
    line-height: 130%;
    letter-spacing: 2%;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    color: #398613;
}
/*Common*/

/*Custom Page Structers*/
.account-page .center-2 {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid red !important;
}
.page.formPage {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
} 
.page-body.formBody {
    width: 100%;
    max-width: 850px;
    padding: 10px 40px 40px 40px;
    margin: auto;
    background-color: #F3F8FA !important;
    text-align: start;
}
/*Custom Page Structers*/

/*Form Elements*/
div.formFields-md6 {
    width: 50%;
    position: relative;
    padding-left: 0;
    padding-right: 0;
} 
div.form-fields {
    width: 100%;
    margin-top: 20px;
    display: block;
} 
div.form-fields ul {
        padding: 0;
        margin: 6px 16px;
        list-style: none;
    } 
div.form-group label, div.form-fields label, div.inputs label {
    width: 100%;
    padding display: block;
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
        color: #232729;
    } 
div.form-group label, div.form-fields label, div.inputs label {
        margin-bottom: 5px;
    } 
div.form-actions {
    width: 100%;
    margin-top: 10px;
    padding: 20px 0;
    display: block;
}
/* Form Input */
.form-input, .inputs-row input, .form-group input, .form-group input[type=text], .form-group input[type=url], .form-group select, .form-fields input, .inputs input, .form-fields input[type=text], .inputs input[type=text], .form-fields input[type=url], .inputs input[type=url], .form-fields select, .inputs select, .inputs-row select {
    width: 100%;
    height: auto;
    min-height: 36px !important;
    border: 1px solid #DDE0E2 !important;
    border-radius: 12px !important;
} .form-input, .inputs-row input, .form-group input:focus, .form-group input[type=text]:focus, .form-group input[type=url]:focus, .form-group select:focus, .form-fields input:focus, .inputs input:focus, .form-fields input[type=text]:focus, .inputs input[type=text]:focus, .form-fields input[type=url]:focus, .inputs input[type=url]:focus, .form-fields select:focus, .inputs select:focus {
        outline: none;
        box-shadow: none;
    } .form-input, .inputs-row input, .form-group input::placeholder, .form-group input[type=url::placeholder, .form-fields input::placeholder, .inputs input::placeholder {
        padding-left: 15px !important;
        line-height: 130%;
        letter-spacing: 2%;
        color: #849095;
    } .form-group input[type=url]::placeholder {
        padding-left: 15px;
    } .form-group select {
    min-height: 38px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 14px;
} .form-section input, .form-section select {
    width: 100%;
    height: auto;
    min-height: 36px !important;
    border: 1px solid #DDE0E2 !important;
    border-radius: 12px !important;
} span.required-indicator, .required {
    line-height: 130%;
    letter-spacing: 0%;
    font-size: 16px;
    font-weight: 700;
    color: #DB3700;
}
/*Form Validation*/
.customValidation {
} .error {
    border-color: #DB3700 !important;
}
/*Form Validation*/
/*Custom Radio Button*/
div.option {
    width: 179px;
    height: 60px;
    padding: 18px 0;
    display: block;
    border: 1px solid #ECECEC;
    border-radius: 12px;
    background: #FFFFFF;
    text-align: center;
    color: #004A69;
} div.option input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    } div.option:hover, div.option.active {
        cursor: pointer;
        border-color: #80B7CF;
        background: #D7F3FF;
    } div.option .box {
        width: 16px;
        height: 16px;
        margin: 0 auto;
        position: relative;
        display: inline-block;
        border-radius: 1px;
        border: 1px solid #006F9E;
        background: #FFFFFF;
    } div.option label {
        width: auto;
        max-width: 160px;
        margin: 0 auto;
        margin-left: 5px;
        position: relative;
        display: inline-block;
        cursor: pointer;
    } div.option.active label {
        font-weight: 600;
        color: #004A69;
    } div.option .box.checked {
        background: #006F9E;
        border-color: #006F9E;
    } div.option .box.checked::after {
            position: absolute;
            top: 2px;
            left: 3px;
            content: '\2714';
            line-height: 8px;
            font-size: 12px;
            color: #FFFFFF;
        }
/*Custom Radio Button*/
/*Custom MultiSelect*/
.custom-multiselect {
    position: relative;
    width: 100%;
    max-width: 410px;
} .multiselect-header {
    width: 100%;
    padding: 9px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border: 1px solid #DDE0E2;
    border-radius: 12px;
    background: #FFFFFF;
    font-size: 16px;
} .multiselect-placeholder {
    flex: 1;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 2%;
    color: #849095;
} .multiselect-placeholder.has-selection {
        color: #374151;
    } .multiselect-arrow {
    padding: 4px;
    margin-top: -1px;
    margin-right: 5px;
    display: inline-block;
    border: solid #888888;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
} .multiselect-header.open .multiselect-arrow {
} .multiselect-dropdown {
    max-height: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    overflow-y: auto;
    display: none;
    border: 1px solid #DDE0E2;
    border-radius: 12px;
    border-top: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: #FFFFFF;
} .multiselect-dropdown.show {
        display: block;
    } .multiselect-option {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    gap: 8px;
    transition: background-color 0.2s;
    cursor: pointer;
    text-align: left;
} .multiselect-option:hover {
        background-color: #f3f4f6;
    } .multiselect-option input[type="checkbox"] {
        width: 16px;
        height: 16px;
        margin: 0;
        cursor: pointer;
    } .multiselect-option label {
        margin: 0;
        flex: 1;
        cursor: pointer;
        font-size: 14px;
        color: #374151;
    } .multiselect-header-item {
    padding: 8px 16px;
    background-color: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    font-weight: 600;
    color: #6b7280;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: default;
} .multiselect-header-item span {
        display: block;
        text-align: left;
    } .multiselect-search {
    border-radius: 0 !important;
}
/*Custom MultiSelect*/
/*Custom FileUpload*/
.uploadFile {
    width: 100%;
    height: auto;
    min-height: 36px;
    padding: 6px 4px;
    position: relative;
    overflow: hidden;
    resize: none;
    border-radius: 12px;
    border: 1px solid #DDE0E2;
    background-color: #FFFFFF;
} .uploadFile i {
        width: 100px;
        height: 33px;
        padding: 5px 10px;
        resize: none;
        border-radius: 10px;
        background-color: #004A69;
        text-align: center;
        font-size: 12px;
        font-weight: 700;
        font-style: normal;
        color: #FFFFFF;
    } .uploadFile [type=file] {
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 1;
        display: block;
        filter: alpha(opacity=0);
        opacity: 0;
        text-align: right;
        font-size: 999px;
    }
/*Custom FileUpload*/

/*Custom Modal*/
/*Custom Modal*/

/*Buttons*/
.primary-btn {
    width: auto;
    min-width: 100px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: none;
    background-color: #004A69;
    color: #FFFFFF;
} .btn-red {
    background-color: #FF4735;
} .btn-outline {
    border: 1px solid #004A69;
    background-color: #FFFFFF;
    color: #004A69;
} .btn-xs {
    width: 110px !important;
} .btn-small {
    width: 80px !important;
} .btn-sm {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    font-size: 13px !important;
}
/*Buttons*/

/*Headers - Titles*/
.page-title {
    width: 100% !important;
    text-align: left !important;
} .page-title h1 {
        line-height: 120% !important;
        font-size: 45px !important;
        letter-spacing: -2px !important;
        color: #004A69;
    } .page-subTitle {
    width: 100%;
    height: 40px;
    margin: 10px 0;
    display: block;
    line-height: 130%;
    letter-spacing: 2%;
    font-weight: 700;
    font-size: 20px;
    color: #004A69;
}
/*Headers - Titles*/

/*----Pages-----*/
/*Company Search Form*/
.company-card {
    padding: 0;
    margin: 0;
} .company-card-actions {
    width: 100%;
    float: left;
    display: block;
} .company-card p.description {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
    float: left;
    display: block;
    line-height: 140%;
    letter-spacing: 0%;
    font-size: 16px;
} .company-card-header {
    width: 100%;
    display: block;
} .company-card-header span {
        width: 20%;
        float: left;
        display: block;
    } .company-card-body .found-company-link, .company-card-body .found-company-address {
    font-size: 16px;
    font-weight: 600;
    color: #006F9E;
} .company-card-body .found-company-link {
    margin-right: 2px;
    float: left;
    display: block;
} .company-card-body .found-company-address {
    float: left;
    display: block;
} #CompanySearch {
    width: 400px !important;
    border: 1px solid #DDE0E2;
    border-radius: 12px;
    color: #2D2C35;
} #search-results {
    width: 400px;
    height: 160px;
    padding: 6px;
    margin-top: -3px;
    position: relative;
    overflow: auto;
    display: none;
    border: 1px solid #DDE0E2;
    border-radius: 12px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: #FFFFFF;
} #search-results .list-group-item {
        width: 100%;
        height: 40px;
        padding: 10px 5px;
        float: left;
        display: block;
        cursor: pointer;
        text-align: left;
        border-bottom: none;
        color: #849095;
    } #search-results .list-group-item:hover {
            background: #F4F7F8;
        } #search-results .list-group-item.selected {
            background: #E9F2FF;
            border-left: 4px solid #0D6EFD;
        } #search-results .badge-area {
        color: #6B6F72;
        font-size: 0.85rem;
    }
/*Company Search Form*/

/*Company Registration Form*/
.account-type-selection {
    width: 100%;
    margin-top: 40px;
    display: block;
    font-size: 16px;
    color: #232729;
} .account-type-selection span {
        border-bottom: 2px solid #006F9E;
        cursor: pointer;
        font-weight: 600;
        color: #006F9E;
    } .type-options {
    margin-top: 30px;
} .type-options div.option {
        margin-right: 5px;
    }
/*Company Registration Form*/

/*Company Brand Form*/
/*Company Brand Form*/

/*Customer Dashoard*/
.master-wrapper-content {
    background: #F5FCFF !important;
} .master-column-wrapper {
} 
  .page.account-page {
    width: 100% !important;
} .page.account-page .page-body {
        padding: 30px !important;
        margin: 0;
        background: #FFFFFF !important;
    } .dashboard-header h1, h1.section-title {
    margin-bottom: 40px !important;
    line-height: 120% !important;
    letter-spacing: -2% !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 45px;
    font-weight: 800 !important;
    color: #004A69 !important;
} h1.section-title {
    font-size: 20px !important;
} .ready-to-trade-section {
    width: 100%;
    height: 120px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: none;
    border: 1px solid #E8EAED;
    border-radius: 10px;
    background: #FFFFFF;
} .progress-header {
    width: 50%;
    margin-bottom: 0;
    float: left;
    display: block;
} .progress-header span.title {
        width: 100%;
        display: block;
        line-height: 30px;
        letter-spacing: 0px;
        font-size: 32px !important;
        font-weight: 500 !important;
        color: #004A69;
    } .progress-bar-container {
    width: 50%;
    padding: 30px 0;
    margin-top: -10px;
    margin-bottom: 0;
    float: left;
    display: block;
} .progress-bar-container .progress-bar {
        width: 90%;
        height: 10px;
        float: left;
        display: block;
        background: #E5F2FF;
        border-radius: 6px;
        overflow: hidden;
    } .progress-bar-container span.completion-percentage {
        width: 10%;
        height: 11px;
        float: right;
        display: block;
        line-height: 11px;
        letter-spacing: 0%;
        text-align: right;
        font-size: 14px;
        font-weight: 600;
        color: #151619;
    } .progress-fill {
    height: 100%;
    background: #0171F8;
    transition: width 0.3s ease;
} .ready-to-trade-section p {
    width: 100%;
    padding-bottom: 20px;
    margin-top: -15px;
    float: left;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #004A69;
} .dashboard-tabs {
    width: 100%;
    height: 60px;
    padding: 10px 15px;
    margin-bottom: 30px;
    display: flex;
    gap: 0;
    border: 1px solid #E8EAED;
    border-radius: 10px;
    background: #F5FCFF;
    overflow-x: auto;
    overflow-y: hidden;
} .dashboard-tab {
    height: 37px;
    padding: 5px 24px;
    margin-right: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: transparent;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #004A69;
} .dashboard-tab.active, .dashboard-tab:hover {
        background: #004A69;
        color: #FFFFFF;
    } #tab-content-area {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #FFFFFF !important;
} .dashboard-container {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
} .dashboard-container .accordion-section {
        width: 100% !important;
        margin-bottom: 10px;
        overflow: hidden;
        border: 1px solid #ECECEC;
        border-radius: 10px;
    } .dashboard-container .accordion-section .accordion-header {
            height: 62px;
            background: #FFFFFF;
        } .dashboard-container .accordion-section .accordion-header .section-title {
                margin: 0;
                line-height: 20px;
                letter-spacing: 0;
                font-weight: 500;
                font-size: 20px;
                color: #1A3353;
            } .dashboard-container .accordion-section .accordion-header .accordion-icon {
                padding: 4px;
                margin-top: -1px;
                margin-right: 5px;
                float: right;
                display: inline-block;
                border: solid #888888;
                border-width: 0 2px 2px 0;
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                font-size: 14px;
                color: #666;
                transition: transform 0.3s ease;
            } .dashboard-container .accordion-section .accordion-header.active .accordion-icon {
                transform: rotate(-135deg);
                -webkit-transform: rotate(-135deg);
            }
/*Customer Dashoard*/

/*Customer Dashoard Address*/
.addresses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
    margin-top: 20px;
} .address-card {
    background: #FFFFFF;
    border: 1px solid #F4F5F6;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: none;
    transition: none;
} .address-card:hover {
        transform: none;
        box-shadow: none;
    } .address-type-badge {
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 0;
    border-bottom: 1px solid #ECECEC;
    background: none;
    font-size: 16px;
    font-weight: 700;
    color: #040404;
} .address-type-badge.default {
        background: none;
    } .address-card-body {
    padding: 20px;
} .address-info-row {
    width: 100%;
    margin-bottom: 12px;
    float: left;
    display: block;
} .address-info-row.full-width {
        width: 100%;
    } .address-info-row .info-label {
        width: auto;
        max-width: 15%;
        margin-right: 5px;
        float: left;
        display: block;
        font-size: 14px;
        font-weight: 600 !important;
        color: #040404;
    } .address-info-row .info-value {
        width: auto;
        max-width: 85%;
        float: left;
        display: block;
        font-size: 15px;
        font-weight: 600 !important;
        color: #040404;
    } .address-actions {
    width: 100%;
    height: 40px;
    margin-top: 30px;
    margin-bottom: 20px;
    float: left;
    display: block;
} .action-btn {
    margin-right: 5px;
    float: left;
    display: block;
} .action-btn i {
        font-size: 14px;
    } .action-btn .btn-text {
    } .action-btn:hover {
        transform: none;
        box-shadow: none;
    } .edit-btn:hover {
} .delete-btn:hover {
} .add-new-card {
    height: auto;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #FFFFFF;
} .add-new-card:hover {
        transform: none;
        box-shadow: none;
    } .add-new-content {
    text-align: center;
} .add-new-content span {
        cursor: pointer;
        font-size: 20px;
        font-weight: 700;
        color: #004A69;
    } @@media (max-width: 768px) {
    .addresses-grid {
        grid-template-columns: 1fr;
    }
}

/*Adres Modal*/
.address-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    animation: fadeIn 0.3s ease;
} .address-modal.show {
        display: flex;
        align-items: center;
        justify-content: center;
    } .address-modal-content {
    width: 60%;
    max-width: 700px;
    max-height: 80vh;
    padding: 0 20px;
    overflow: hidden;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    animation: slideUp 0.3s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    background: #FFFFFF;
} .address-modal-header {
    width: 100%;
    padding: 24px 30px 0 30px;
    background: #FFFFFF;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
} .address-modal-header h2 {
        width: 100%;
        padding: 16px 8px 0 8px;
        margin: 0;
        display: block;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-size: 24px;
        font-weight: 800;
        color: #232729;
    } .close-modal {
    width: 36px;
    height: 36px;
    margin-top: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: none;
    transition: all 0.2s;
    background: transparent;
    text-transform: none;
    color: #849095;
} .close-modal::after {
        display: inline-block;
        content: "\00d7";
        font-size: 32px;
        font-weight: 800 !important;
    } .close-modal:hover {
        background: #F8F9FA;
        color: #212529;
    } .address-modal-body {
    width: 100%;
    height: auto;
    max-height: 80%;
    padding: 24px 20px 0 20px;
    overflow-y: auto;
    flex: 1;
    background: #FFFFFF;
} .loading-spinner {
    text-align: center;
    padding: 40px;
    color: #6c757d;
    font-size: 18px;
} .loading-spinner i {
        font-size: 32px;
        margin-bottom: 12px;
        display: block;
    } @@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
} @@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Modal form styles */
.address-modal-body .address-edit-page {
    max-width: 100%;
} .address-modal-body .edit-address {
    background: #FFFFFF;
} .address-modal-body .edit-address {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
} .address-modal-body .edit-address .required {
        float: left;
        display: block;
    } .address-modal-body .edit-address label {
        margin-left: 20px;
        float: left;
        display: block;
        color: #232729 !important;
    } .address-modal-body .edit-address .inputs-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    } .address-modal-body .edit-address .inputs {
        display: flex;
        flex-direction: column;
        gap: 6px;
    } .address-modal-body .edit-address .inputs.full-width, .address-modal-body .edit-address .inputs.half-width {
            width: 100%;
            padding: 0;
            margin: 0;
            display: block;
        } .address-modal-body .edit-address .phone-input-wrapper {
        display: flex;
        gap: 10px;
        align-items: stretch;
    } .address-modal-body .buttons {
    width: 100%;
    padding-top: 0;
    margin-top: 12px;
    border-top: none;
    text-align: center;
} .address-modal-body .edit-address .buttons .primary-btn {
    margin: 0 auto;
}
/*Butonlar buraya alınacak*/
.address-modal-footer {
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    border: 1px solid red;
}
/*Butonlar buraya alınacak*/
/* Hide original form styles that conflict */
.address-modal-body .address-edit-page > style {
    display: none !important;
} @@media (max-width: 768px) {
    .address-modal-content {
        width: 95%;
        max-height: 95vh;
    }

    .address-modal-header {
        padding: 20px;
    }

        .address-modal-header h2 {
            font-size: 20px;
        }

    .address-modal-body {
        padding: 20px;
    }
}
/*Adres Modal*/
/*Customer Dashoard Address*/

/*Customer Dashoard Staff Management*/
.staff-management-container {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
} .staff-header {
    margin-bottom: 24px;
} .staff-header .section-title {
        margin: 0;
        line-height: 24px;
        font-size: 20px;
        font-weight: 800;
        color: #004A69;
    } .staff-management-container .user-list-table .staff-table thead tr, .staff-management-container .user-list-table .staff-table thead th {
    border: none !important;
    background: #FFFFFF !important;
    letter-spacing: -1% !important;
    line-height: 16px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #33383F !important;
} .staff-management-container .user-list-table .staff-table thead th {
    padding: 16px !important;
    text-align: left !important;
} .staff-management-container .user-list-table .staff-table tbody tr {
    border: none !important;
    border-top: 1px solid #EFEFEF !important;
    background: #FFFFFF !important;
    letter-spacing: -1% !important;
    line-height: 24px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #6F767E !important;
} .staff-management-container .user-list-table .staff-table td {
    border: none !important;
    padding: 16px !important;
} .staff-management-container .user-list-table {
    margin-bottom: 24px;
} staff-management-container .user-list-table .staff-table {
    width: 100%;
    border-collapse: collapse;
} .user-row {
    transition: none;
} .user-row:hover {
        background: #F8F9FA;
    } .user-name {
    font-weight: 500;
    color: #003d5C;
} .user-role {
    color: #666666;
} .status-badge {
    padding: 6px 12px;
    display: inline-block;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
} .status-verified {
    background: #E8F5E9;
    color: #2E7D32;
} .status-not-verified {
    background: #FFF3E0;
    color: #E65100;
} .add-user-form-section {
    margin-bottom: 32px;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 24px;
} .invite-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 16px;
    align-items: end;
} .invite-form-wrapper .form-group {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    } .invite-form-wrapper .form-group label {
            margin-bottom: 8px;
            font-weight: 500;
            color: #333;
            font-size: 14px;
        } .legal-notice {
    padding: 20px !important;
    margin-bottom: 32px !important;
    display: flex !important;
    gap: 16px !important;
    border: 1px solid #FFEED3 !important;
    border-radius: 8px !important;
    background: #FEFFF4 !important;
} .notice-icon {
    color: #ffb300;
    font-size: 24px;
    flex-shrink: 0;
} .notice-content p {
    margin: 0 0 12px 0;
    color: #666;
    line-height: 1.6;
} .notice-content p:last-child {
        margin-bottom: 0;
    } .notice-regulation {
    font-weight: 500;
} .verification-section {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 24px;
} .verification-header {
    margin-bottom: 20px;
} .verification-status {
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
} .verification-status.not-verified {
        background: #fff3e0;
        color: #e65100;
    } .verification-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
} .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
} .form-group {
    display: flex;
    flex-direction: column;
} .form-group.full-width {
        grid-column: 1 / -1;
    } .form-group label {
        margin-bottom: 8px;
        font-weight: 500;
        color: #333;
        font-size: 14px;
    } .required {
    color: #ea4335;
} .form-control {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.2s ease;
} .form-control:focus {
        outline: none;
        border-color: #4285f4;
    } select.form-control {
    appearance: auto;
    background-color: white;
} select[multiple].form-control {
    min-height: 120px;
} .form-hint {
    font-size: 12px;
    color: #888;
    margin-top: 4px;
} .checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
} .checkbox-wrapper input[type="checkbox"] {
        width: 20px;
        height: 20px;
        margin-top: 2px;
        cursor: pointer;
    } .checkbox-wrapper label {
        cursor: pointer;
        margin-bottom: 0;
    } .checkbox-description {
    display: block;
    font-weight: 400;
    color: #666;
    font-size: 13px;
    margin-top: 4px;
} .legal-representative-checkbox {
    background: #f0f7ff;
    border-color: #4285f4;
} .form-actions {
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
} .no-users-message {
    text-align: center;
    padding: 60px 20px;
} .no-users-message p {
        color: #666;
        margin-bottom: 20px;
    } .add-user-form-section {
    padding: 24px;
    margin-bottom: 32px;
    background: #F9FDFF !important;
    border-radius: 8px;
} .invite-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 16px;
    align-items: end;
} .invite-form-wrapper .form-group {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    } .invite-form-wrapper .form-group label {
            margin-bottom: 8px;
            font-weight: 500;
            color: #333;
            font-size: 14px;
        } #verificationSection {
    border: 1px solid #80B7CF !important;
    border-radius: 8px !important;
    background: #F9FDFF !important;
}
/*Customer Dashoard Staff Management*/

/*Customer Dashoard Verification*/
.verifications-container {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
} .verification-info-banner {
    padding: 20px 30px;
    border: 1px solid #FFEED3;
    border-radius: 8px;
    background: #FEFFF4;
} .verification-info-banner .info-content h3 {
        line-height: 40px;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 700;
        color: #000000;
    } .verification-info-banner .info-content p {
        line-height: 40px;
        font-size: 16px;
        font-weight: 500;
        color: #1A1D1F;
    } ul.verification-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
} ul.verification-benefits li {
        padding-left: 20px;
        position: relative;
        line-height: 40px;
        font-size: 16px;
        font-weight: 500;
        color: #1A1D1F;
    } ul.verification-benefits li:before {
            width: 30px;
            height: 30px;
            position: absolute;
            top: 0;
            left: 0;
            line-height: 32px;
            content: "•";
            font-size: 18px;
            font-weight: 800;
            color: #1A1D1F;
        } .verification-section {
    background: #FFFFFF;
} .verification-section h2.section-title {
        margin: 0;
        margin-bottom: 20px;
        border: none;
        line-height: 24px;
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: 800;
        color: #004A69;
    } .verification-table-wrapper {
    overflow-x: auto;
} verification-table-wrapper .verification-table {
    width: 100%;
    border-collapse: collapse;
    background: #FFFFFF;
} .verification-table-wrapper .verification-table thead tr, .verification-table-wrapper .verification-table thead th {
    border: none;
    background: #FFFFFF;
    letter-spacing: -1%;
    line-height: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #33383F;
} .verification-table-wrapper .verification-table thead th {
    padding: 14px 16px;
    text-align: left;
} .verification-table-wrapper .verification-table tbody tr {
    border: none;
    border-top: 1px solid #EFEFEF;
    letter-spacing: -1%;
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
    color: #6F767E;
} .verification-table-wrapper .verification-table td {
    padding: 16px;
    vertical-align: middle;
} .page.account-page.verifications-page {
    width: 100%;
    height: auto;
    padding: 0 !important;
    margin: 0 !important;
} .page.account-page.verifications-page .page-body {
        width: 100%;
        height: auto;
        padding: 0 !important;
        margin: 0 !important;
    } .page.account-page.verifications-page .verifications-container {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        box-shadow: none;
        border-radius: 0;
        border: 0;
    } .page.account-page.verifications-page .verifications-container .verification-intro {
            width: 100%;
            padding: 20px 30px;
            margin-bottom: 20px;
            border: 1px solid #FFE2B3;
            border-radius: 10px;
            background: #FEFFF4;
        } .page.account-page.verifications-page .verifications-container .verification-intro span.title {
                width: 100%;
                display: block;
                padding: 0;
                margin-bottom: 20px;
                font-size: 18px;
                font-weight: 700;
                color: #000000;
            } .page.account-page.verifications-page .verifications-container .verification-intro p {
                width: 100%;
                display: block;
                line-height: 40px;
                letter-spacing: 0;
                font-size: 16px;
                font-weight: 600 !important;
                color: #1A1D1F;
            } .page.account-page.verifications-page .verifications-container .verification-intro ul {
                width: 100%;
                display: block;
            } .page.account-page.verifications-page .verifications-container .verification-intro ul li {
                    width: 100%;
                    padding-left: 5px;
                    display: block;
                    line-height: 40px;
                    font-size: 16px;
                    font-weight: 600 !important;
                    color: #1A1D1F;
                } .page.account-page.verifications-page .verifications-container .verification-intro ul li:before {
                        content: "•";
                        margin-right: 5px;
                        font-weight: 600;
                        color: #1A1D1F;
                    } .verification-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 30px;
} .verification-card {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 30px;
    border: 1px solid #e0e0e0;
} .verification-card h3 {
        font-size: 22px;
        font-weight: 700;
        color: #003d5c;
        margin: 0 0 20px 0;
    } .verification-status {
    margin-bottom: 20px;
    font-size: 14px;
} .verification-status strong {
        color: #333;
    } .status-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    margin-left: 8px;
} .status-in-progress {
    background: #fff3cd;
    color: #856404;
} .status-pending {
    background: #f8d7da;
    color: #721c24;
} .verification-cell {
    min-width: 200px;
} .verification-cell .verification-status-wrapper span.status-text {
        margin-right: 10px;
        background: none;
        font-size: 14px;
        font-weight: 800;
    } .verification-cell .verification-status-wrapper span.status-text.status-not-verified {
            color: #E18B00;
        } .verification-cell .verification-status-wrapperspan.status-text.status-verified {
        color: #21B500;
    } .verification-cell .verification-status-wrapperspan.status-text.status-pending {
        background: #F8D7DA;
        color: #721C24;
    } .btn-start-verification, .btn-start-verification:hover, .btn-verification {
    width: auto !important;
    min-width: 100px;
    padding: 6px 12px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: none;
    border-radius: 20px;
    border: 1px solid #004A69;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    color: #004A69;
} .btn-verification {
    width: 100%;
    max-width: 250px;
    margin-bottom: 25px;
    cursor: not-allowed;
    text-transform: lowercase;
} .btn-verification:not(:disabled) {
        cursor: pointer;
        background: #4285F4;
        color: #FFFFFF;
    } .btn-verification:not(:disabled):hover {
            background: #357AE8;
        } .verification-steps {
    margin-top: 25px;
} .verification-steps h4 {
        font-size: 16px;
        font-weight: 600;
        color: #003d5c;
        margin: 0 0 15px 0;
    } .verification-steps ul {
        list-style: none;
        padding: 0;
        margin: 0 0 15px 0;
    } .verification-steps li {
        font-size: 14px;
        line-height: 1.6;
        color: #555;
        margin-bottom: 12px;
        padding-left: 25px;
        position: relative;
    } .verification-steps li:before {
            content: "•";
            position: absolute;
            left: 10px;
            color: #4285f4;
            font-weight: bold;
        } .verification-steps strong {
        color: #003d5c;
        font-weight: 600;
    } .verification-note {
    font-size: 13px;
    color: #666;
    font-style: italic;
    margin-top: 15px;
} @@media (max-width: 992px) {
    .verification-cards {
        grid-template-columns: 1fr;
    }

    .verifications-container {
        padding: 25px;
    }
}
/*Customer Dashoard Verification*/

/*Customer Dashoard Service Provider*/
.service-providers-container {
    padding: 0px !important;
    margin: 0px !important;
    background: #FFFFFF;
    border-radius: 0px !important;
    box-shadow: none;
} .provider-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
} .provider-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 30px;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
} .provider-card:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,0.12);
        transform: translateY(-2px);
        border-color: #2C5F7C;
    } .card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
} .icon-wrapper {
    background: #F0F5F8;
    border-radius: 12px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
} .provider-icon {
    width: 40px;
    height: 40px;
} .selection-circle {
    width: 24px;
    height: 24px;
    border: 2px solid #cbd5e0;
    border-radius: 50%;
    background: white;
    transition: all 0.3s ease;
    flex-shrink: 0;
} .selection-circle.selected {
        border-color: #2C5F7C;
        background: #2C5F7C;
        position: relative;
    } .selection-circle.selected::after {
            content: '✓';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 14px;
            font-weight: bold;
        } .provider-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #2C5F7C;
    margin: 0 0 12px 0;
} .provider-description {
    font-size: 15px;
    line-height: 1.6;
    color: #4a5568;
    margin: 0;
} @@media (max-width: 992px) {
    .provider-cards-grid {
        grid-template-columns: 1fr;
    }

    .service-providers-container {
        padding: 25px;
    }
} @@media (min-width: 993px) and (max-width: 1200px) {
    .provider-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
/*Customer Dashoard Service Provider*/
/*Customer Dashoard Company Info*/
.dashboard-container {
    background: #FFFFFF !important;
    padding: 0 !important;
} .company-info-container {
    background: #FFFFFF !important;
    padding: 0 !important;
    max-width: 1200px;
} .company-info-page h1.page-title {
    margin-bottom: 40px !important;
    line-height: 120% !important;
    letter-spacing: -2% !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px;
    font-weight: 800 !important;
    color: #004A69 !important;
} .company-info-container .accordion-section {
    width: 100% !important;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #ECECEC;
    border-radius: 10px;
} .company-info-container .accordion-section .accordion-header {
        height: 62px;
        background: #FFFFFF;
    } .company-info-container .accordion-section .accordion-header .section-title {
            margin: 0;
            line-height: 20px;
            letter-spacing: 0;
            font-weight: 500;
            font-size: 20px;
            color: #1A3353;
        } .company-info-container .accordion-section .accordion-header .accordion-icon {
            padding: 4px;
            margin-top: -1px;
            margin-right: 5px;
            float: right;
            display: inline-block;
            border: solid #888888;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            font-size: 14px;
            color: #666;
            transition: transform 0.3s ease;
        } .company-info-container .accordion-section .accordion-header.active .accordion-icon {
            transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
        }
/*Customer Dashoard Company Info*/
/*Customer Dashoard Personal Info*/
.customer-info-page {
} .customer-info-page h1.page-title {
        margin-bottom: 40px !important;
        line-height: 120% !important;
        letter-spacing: -2% !important;
        font-family: 'Montserrat', sans-serif !important;
        font-size: 20px;
        font-weight: 800 !important;
        color: #004A69 !important;
    }
/*Customer Dashoard Personal Info*/
/*Customer Dashoard Documents*/
.page.account-page.company-info-page.documents .missing-documents-alert {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 20px;
    border: 1px solid #FFE2B3;
    border-radius: 10px;
    background: #FEFFF4;
} .page.account-page.company-info-page.documents .missing-documents-alert .alert-header {
        padding: 12px 20px;
        margin-top: -20px;
        display: flex;
        align-items: center;
        gap: 10px;
        border-bottom: 1px solid #FFEEBA;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: #FFF3CD;
        font-weight: 600;
        color: #856404;
    } .page.account-page.company-info-page.documents .missing-documents-alert .alert-header i {
            margin-top: -4px;
            text-transform: none !important;
            font-style: normal !important;
        } .page.account-page.company-info-page.documents .missing-documents-alert .alert-content {
        padding: 16px 20px;
        color: #856404;
    } .page.account-page.company-info-page.documents .missing-documents-alert .alert-content .missing-list {
            padding-left: 20px;
            margin: 10px 0 0 0;
        } .page.account-page.company-info-page.documents .missing-documents-alert .alert-content .missing-list li {
                margin: 8px 0;
                display: flex;
                align-items: center;
                gap: 8px;
            } .page.account-page.company-info-page.documents .upload-section {
    margin-bottom: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(32,201,151,0.08);
    background: #FFFFFF;
} .page.account-page.company-info-page.documents .upload-section .section-header {
        padding: 14px 22px;
        border-radius: 8px 8px 0 0;
        background: #20C997;
        color: #FFFFFF;
    } .page.account-page.company-info-page.documents .upload-section .section-header h3 {
            margin: 0;
            font-size: 16px;
            font-weight: 600;
        } .page.account-page.company-info-page.documents .upload-section .upload-content {
        padding: 22px;
    } .page.account-page.company-info-page.documents .upload-section .upload-content .upload-info {
            padding: 10px;
            text-align: center;
        } .page.account-page.company-info-page.documents .upload-section .upload-content .upload-info p {
                margin-bottom: 18px;
                font-size: 15px;
                color: #343A40;
            } .page.account-page.company-info-page.documents .btn-upload-prompt {
    padding: 10px 20px;
    margin-top: 18px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s;
    background: #20C997;
    font-weight: 600;
    color: #FFFFFF;
} .page.account-page.company-info-page.documents .btn-upload-prompt:hover {
        background: #17A2B8;
    } .page.account-page.company-info-page.documents .upload-section .upload-content .upload-info .btn-upload-modal {
    padding: 12px 28px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    background: #20C997;
    font-weight: 600;
    font-size: 15px;
    color: #FFFFFF;
} .page.account-page.company-info-page.documents .upload-section .upload-content .upload-info .btn-upload-modal:hover {
        background: #17A2B8;
    } .page.account-page.company-info-page.documents .section-header {
    padding: 14px 22px;
    border-radius: 8px 8px 0 0;
    background: #20c997;
    color: #fff;
} .page.account-page.company-info-page.documents .section-header h3 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
    } .page.account-page.company-info-page.documents .custom-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
} .page.account-page.company-info-page.documents .modal-backdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
} .page.account-page.company-info-page.documents .modal-dialog {
    width: 90%;
    max-width: 500px;
    margin: 5% auto;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    overflow: hidden;
    background: #FFFFFF;
} .page.account-page.company-info-page.documents .modal-content {
    display: flex;
    flex-direction: column;
} .page.account-page.company-info-page.documents .modal-header {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #20C997;
    color: #FFFFFF;
} .page.account-page.company-info-page.documents .close-btn {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 18px;
    color: #FFFFFF;
} .page.account-page.company-info-page.documents .close-btn::before, .page.account-page.company-info-page.documents .btn-secondary::before {
        content: "";
    } .page.account-page.company-info-page.documents .modal-body {
    padding: 20px;
    flex: 1;
} .page.account-page.company-info-page.documents .modal-footer {
    padding: 15px 20px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    border-top: 1px solid #E9ECEF;
    background-color: #F8F9FA;
} .page.account-page.company-info-page.documents .btn-modal {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
} .page.account-page.company-info-page.documents .btn-secondary {
    background: #6C757D;
    color: #FFFFFF;
} .page.account-page.company-info-page.documents .btn-success {
    background: #20C997;
    color: #FFFFFF;
} .page.account-page.company-info-page.documents .btn-success::before {
        content: "";
    } .page.account-page.company-info-page.documents .documents-list-container {
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 8px;
    box-shadow: none;
} .page.account-page.company-info-page.documents .documents-list-container .no-documents {
        padding: 50px 20px;
        text-align: center;
        color: #6C757D;
    } .page.account-page.company-info-page.documents .documents-list-container .no-documents-icon {
        margin-bottom: 18px;
        font-size: 54px;
        color: #E9ECEF;
    } .page.account-page.company-info-page.documents .documents-list-container .no-documents h3 {
        margin-bottom: 10px;
        color: #343a40;
    } .page.account-page.company-info-page.documents .upload-section {
    border: 1px solid #F2F2F2;
    border-radius: 8px;
    box-shadow: none;
} .page.account-page.company-info-page.documents .upload-fields {
    padding: 0;
}
/****CANLI GÖREMEDIK****/
.page.account-page.company-info-page.documents .search-section {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 22px;
    margin-bottom: 25px;
    border: 1px solid #e9ecef;
} .page.account-page.company-info-page.documents .search-row {
    display: flex;
    gap: 18px;
    align-items: end;
    flex-wrap: wrap;
} .page.account-page.company-info-page.documents .search-field {
    flex: 1;
    min-width: 180px;
} .page.account-page.company-info-page.documents .search-button-field {
    flex: 0 0 auto;
} .page.account-page.company-info-page.documents .field-label {
    display: block;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 8px;
    font-size: 14px;
} .page.account-page.company-info-page.documents .form-select {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    background-color: #fff;
    font-size: 14px;
} .page.account-page.company-info-page.documents .btn-search {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
} .page.account-page.company-info-page.documents .btn-search:hover {
        background: #0056b3;
    } .page.account-page.company-info-page.documents .documents-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 18px;
    padding: 22px;
} .page.account-page.company-info-page.documents .document-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(32,201,151,0.06);
    transition: box-shadow 0.2s;
} .page.account-page.company-info-page.documents .document-card:hover {
        box-shadow: 0 6px 18px rgba(32,201,151,0.12);
        border-color: #20c997;
    } .page.account-page.company-info-page.documents .document-header {
    background: #f8f9fa;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #e9ecef;
} .page.account-page.company-info-page.documents .document-icon {
    font-size: 30px;
    flex-shrink: 0;
} .page.account-page.company-info-page.documents .document-title {
    flex: 1;
    min-width: 0;
} .page.account-page.company-info-page.documents .document-title h4 {
        margin: 0 0 4px 0;
        font-size: 15px;
        font-weight: 600;
        color: #343a40;
    } .page.account-page.company-info-page.documents .document-filename {
    font-size: 12px;
    color: #6c757d;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} .page.account-page.company-info-page.documents .document-status {
    flex-shrink: 0;
} .page.account-page.company-info-page.documents .status-badge {
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
} .page.account-page.company-info-page.documents .status-approved {
    background: #e6fffa;
    color: #20c997;
    border: 1px solid #20c997;
} .page.account-page.company-info-page.documents .status-pending {
    background: #fffbe6;
    color: #ffc107;
    border: 1px solid #ffc107;
} .page.account-page.company-info-page.documents .status-rejected {
    background: #ffe6e6;
    color: #dc3545;
    border: 1px solid #dc3545;
} .page.account-page.company-info-page.documents .document-info {
    padding: 12px 18px;
    background: #fff;
} .page.account-page.company-info-page.documents .info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
} .page.account-page.company-info-page.documents .info-label {
    font-size: 13px;
    color: #6c757d;
    font-weight: 500;
} .page.account-page.company-info-page.documents .info-value {
    font-size: 13px;
    color: #343a40;
    font-weight: 600;
} .page.account-page.company-info-page.documents .document-actions {
    padding: 12px 18px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    display: flex;
    gap: 8px;
    justify-content: center;
} .page.account-page.company-info-page.documents .btn-action {
    padding: 7px 16px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.2s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
} .page.account-page.company-info-page.documents .btn-download {
    background: #20c997;
    color: #fff;
} .page.account-page.company-info-page.documents .btn-download:hover {
        background: #17a2b8;
    } .page.account-page.company-info-page.documents .btn-delete {
    background: #dc3545;
    color: #fff;
} .page.account-page.company-info-page.documents .btn-delete:hover {
        background: #c82333;
    } .page.account-page.company-info-page.documents .pagination-section {
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    padding: 16px 22px;
    text-align: center;
} .page.account-page.company-info-page.documents .pagination-info {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 12px;
} .page.account-page.company-info-page.documents .pagination-controls {
    display: flex;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
} .page.account-page.company-info-page.documents .btn-pagination {
    padding: 7px 14px;
    background: #fff;
    color: #343a40;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    transition: background 0.2s;
    display: inline-flex;
    align-items: center;
    min-width: 36px;
    justify-content: center;
} .page.account-page.company-info-page.documents .btn-pagination:hover {
        background: #007bff;
        color: #fff;
        border-color: #007bff;
    } .page.account-page.company-info-page.documents .btn-current {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
} .page.account-page.company-info-page.documents .form-group {
    margin-bottom: 18px;
} .page.account-page.company-info-page.documents .required {
    color: #dc3545;
} .page.account-page.company-info-page.documents .form-file {
    width: 100%;
    padding: 8px;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    background: #fff;
} .page.account-page.company-info-page.documents .file-hint {
    font-size: 12px;
    color: #6c757d;
    margin-top: 8px;
    line-height: 1.4;
} .page.account-page.company-info-page.documents .validation-error {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}
/****CANLI GÖREMEDIK****/
@@media (max-width: 768px) {
    .page.account-page.company-info-page.documents .search-row {
        flex-direction: column;
        gap: 12px;
    }

    .page.account-page.company-info-page.documents .search-field {
        min-width: 100%;
    }

    .page.account-page.company-info-page.documents .upload-content, .page.account-page.company-info-page.documents .search-section {
        padding: 14px 10px;
    }

    .page.account-page.company-info-page.documents .documents-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 12px;
    }

    .page.account-page.company-info-page.documents .document-header, .page.account-page.company-info-page.documents .document-info,
    .page.account-page.company-info-page.documents .document-actions {
        padding: 10px 12px;
    }

    .page.account-page.company-info-page.documents .pagination-section {
        padding: 10px;
    }

    .page.account-page.company-info-page.documents .modal-dialog {
        margin: 10% 5px;
        width: calc(100% - 10px);
    }
}
/*Customer Dashoard Documents*/
/*Customer Dashoard Company Address*/
.center-2 h1.page-title {
    margin-bottom: 40px !important;
    line-height: 120% !important;
    letter-spacing: -2% !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px;
    font-weight: 800 !important;
    color: #004A69 !important;
}
/*Customer Dashoard Company Address*/
/*Customer Dashoard Contracts*/
.page.account-page.customer-info-page {
} .contracts-section {
    box-shadow: none !important;
} .btn-icon, .btn-modal {
    position: relative;
}
/* Close icon */
.close-btn::before, .btn-secondary::before {
    content: "✕";
    font-weight: bold;
    margin-right: 5px;
}
/* Download icon */
#download-pdf-btn::before, .btn-primary::before {
    content: "⬇";
    font-weight: bold;
    margin-right: 5px;
}
/* New tab icon */
#open-new-tab-btn::before {
    content: "↗";
    font-weight: bold;
    margin-right: 5px;
}
/* Approve icon */
.btn-success::before {
    content: "✓";
    font-weight: bold;
    margin-right: 5px;
}
/* View icon (table da) */
.btn-view::before {
    content: "👁/✓";
    margin-right: 5px;
}
/* Download icon (table da) */
.btn-download::before {
    content: "⬇";
    margin-right: 5px;
}
/* Search icon */
.btn-search::before {
    content: "🔍";
    margin-right: 5px;
}
/* Contract icon */
#modal-title::before {
    content: "📄";
    margin-right: 8px;
}
/* Fallback - eğer ::before çalışmazsa */
.fas, .fa {
    display: none;
}
/* ✅ Loading State */
.loading-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    color: #666;
    font-size: 16px;
} .loading-state i {
        font-size: 32px;
        margin-bottom: 15px;
        color: #007bff;
    }
/* ✅ Error State */
.error-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    color: #d32f2f;
    background: #ffebee;
    margin: 20px;
    border-radius: 8px;
    border: 1px solid #ffcdd2;
} .error-state i {
        font-size: 32px;
        margin-bottom: 15px;
    }
/* ✅ Fallback Download Button */
.btn-download-fallback {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
} .btn-download-fallback:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
/* ✅ Page Layout - Footer Sorunu Çözümü */
.customer-info-page {
    /* Footer problemi için doğal layout */
} .page-body {
}
/* ✅ Search Section - Customer Info Stili */
.search-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
    border: 1px solid #dee2e6;
} .search-container {
    max-width: 100%;
} .search-row {
    display: flex;
    gap: 20px;
    align-items: end;
    flex-wrap: wrap;
} .search-field {
    flex: 1;
    min-width: 200px;
} .search-button-field {
    flex: 0 0 auto;
} .field-label {
    display: block;
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
    font-size: 14px;
} .form-select {
    width: 100%;
    padding: 10px 15px;
    border: 2px solid #e9ecef;
    border-radius: 6px;
    background-color: white;
    font-size: 14px;
    transition: all 0.3s ease;
} .form-select:focus {
        border-color: #007bff;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
        outline: none;
    } .btn-search {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
} .btn-search:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(220, 53, 69, 0.4);
    }
/* ✅ Contracts Section */
.contracts-section {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
} .section-header {
    background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
    color: white;
    padding: 15px 25px;
} .section-header h3 {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
    }
/* ✅ Table Styling */
.contracts-table-wrapper {
    overflow-x: auto;
} .contracts-table {
    width: 100%;
    border-collapse: collapse;
} .contracts-table thead {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    } .contracts-table th {
        padding: 15px 20px;
        text-align: left;
        font-weight: 600;
        color: #495057;
        border-bottom: 2px solid #dee2e6;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    } .contracts-table td {
        padding: 15px 20px;
        border-bottom: 1px solid #f1f3f4;
        vertical-align: middle;
    } .contract-row {
    transition: all 0.3s ease;
} .contract-row:hover {
        background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
        transform: translateY(-1px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    } .contract-name strong {
    color: #2c3e50;
    font-weight: 600;
} .contract-type {
    color: #6c757d;
    font-size: 14px;
} .assigned-date {
    color: #6c757d;
    font-size: 13px;
}
/* ✅ Status Badges */
.status-badge {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
} .status-badge::before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: currentColor;
    } .status-pendingapproval {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    color: #856404;
    border: 1px solid #ffeaa7;
} .status-approved {
    background: linear-gradient(135deg, #d1edff 0%, #b8e6b8 100%);
    color: #155724;
    border: 1px solid #b8e6b8;
} .status-rejected {
    background: linear-gradient(135deg, #f8d7da 0%, #f1b0b7 100%);
    color: #721c24;
    border: 1px solid #f1b0b7;
}
/* ✅ Action Buttons */
.action-buttons {
    display: flex;
    gap: 8px;
} .btn-action {
    padding: 6px 12px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 11px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    border: 2px solid transparent;
} .btn-action:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    } .btn-view {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
} .btn-download {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
}
/* ✅ No Contracts Section */
.no-contracts {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
} .no-contracts-icon {
    font-size: 64px;
    color: #dee2e6;
    margin-bottom: 20px;
} .no-contracts h3 {
    color: #495057;
    margin-bottom: 10px;
}
/* ✅ ENHANCED MODAL STYLES FOR PDF */
.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
} .modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
} .modal-dialog {
    position: relative;
    margin: 2% auto;
    max-width: 1200px; /* ✅ PDF için daha büyük */
    width: 95%;
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    animation: modalSlideIn 0.3s ease-out;
} .modal-lg {
    max-width: 1400px; /* ✅ Daha da büyük */
    width: 98%;
} @@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
} .modal-content {
    display: flex;
    flex-direction: column;
    max-height: 95vh; /* ✅ Yükseklik artırıldı */
} .modal-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
} .modal-header h3 {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
    } .modal-header-actions {
    display: flex;
    gap: 10px;
    align-items: center;
} .btn-icon {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    color: white;
    transition: all 0.2s;
    font-size: 14px;
} .btn-icon:hover {
        background: rgba(255, 255, 255, 0.2);
        transform: translateY(-1px);
    } .btn-icon i {
        margin-right: 4px;
    } .close-btn {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 4px;
    transition: all 0.2s;
} .close-btn:hover {
        background: rgba(255, 255, 255, 0.2);
    } .modal-body {
    flex: 1;
    padding: 0;
    overflow: hidden; /* ✅ PDF için scroll yönetimi */
    max-height: calc(95vh - 120px); /* Header ve footer için alan bırak */
}
/* ✅ PDF CONTENT STYLES */
#pdf-content {
    height: 100%;
    padding: 0;
} #pdf-iframe {
    width: 100%;
    height: 700px; /* ✅ Daha yüksek */
    border: none;
    border-radius: 0;
}
/* ✅ Loading Styles */
.loading {
    text-align: center;
    padding: 60px 20px;
    color: #666;
    font-size: 16px;
} .loading i {
        font-size: 32px;
        margin-bottom: 15px;
        color: #007bff;
    }
/* ✅ HTML Content (Fallback) */
.contract-content-wrapper {
    max-height: 650px;
    overflow-y: auto;
    padding: 20px;
    background: #fff;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
} .contract-content-wrapper table {
        width: 100%;
        border-collapse: collapse;
        margin: 15px 0;
    } .contract-content-wrapper th, .contract-content-wrapper td {
        padding: 8px 12px;
        border: 1px solid #ddd;
        text-align: left;
    } .contract-content-wrapper th {
        background-color: #f5f5f5;
        font-weight: bold;
    }
/* ✅ Error Content */
#error-content {
    padding: 40px 20px;
    text-align: center;
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    margin: 20px;
    border-radius: 4px;
} #error-content i {
        font-size: 32px;
        margin-bottom: 15px;
    } .modal-footer {
    background-color: #f8f9fa;
    padding: 15px 20px;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-shrink: 0; /* ✅ Footer sabit kalsın */
} .btn-modal {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
} .btn-modal:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    } .btn-secondary {
    background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
    color: white;
} .btn-primary {
    background: linear-gradient(135deg, #007bff 0%, #6f42c1 100%);
    color: white;
} .btn-success {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
}
/* ✅ Alerts */
.alert {
    padding: 15px 20px;
    border-radius: 6px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    gap: 10px;
} .alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
} .alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
/* ✅ Responsive Design for PDF Modal */
@@media (max-width: 1200px) {
    .modal-dialog {
        width: 98%;
        margin: 1% auto;
    }

    #pdf-iframe {
        height: 600px;
    }
} @@media (max-width: 768px) {
    .search-row {
        flex-direction: column;
        gap: 15px;
    }

    .search-field {
        min-width: 100%;
    }

    .action-buttons {
        flex-direction: column;
        gap: 4px;
    }

    .modal-dialog {
        margin: 2% 1%;
        max-width: none;
        width: 98%;
    }

    .modal-body {
        max-height: calc(90vh - 120px);
    }

    #pdf-iframe {
        height: 500px;
    }

    .contract-content-wrapper {
        padding: 15px;
        max-height: 500px;
    }

    .modal-footer {
        flex-direction: column;
        gap: 8px;
    }

    .modal-header-actions {
        gap: 5px;
    }

    .btn-icon {
        padding: 6px 8px;
        font-size: 12px;
    }

    .contracts-table-wrapper {
        overflow-x: scroll;
    }
} @media (max-width: 480px) {
    .search-section {
        padding: 15px;
    }

    .contracts-table th,
    .contracts-table td {
        padding: 10px 8px;
        font-size: 12px;
    }

    #pdf-iframe {
        height: 400px;
    }

    .modal-dialog {
        margin: 1% 2px;
    }
}
/*Customer Dashoard Contracts*/
/*Customer Dashoard RFQ*/
/* RFQ list */
.rfq-list-container .title, .rfp-list-container .title, .request-viewquotes-container .title {
    margin-bottom: 25px;
} .request-viewquotes-container .request-view-details {
    margin-bottom: 25px;
}
/* RFQ view quote */
.request-viewquotes-container .request-viewquotes-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
} .request-viewquotes-buttons p, .request-viewquotes-container .quotes-table-section p, .closing-rfq-popup p {
    font-size: 14px;
    color: #171A1F;
} .rfq-list-container .rfq-list, .rfp-list-container .rfp-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
} .quotes-list-detail-wrapper, .rfq-list-container .rfq-item, .rfp-list-container .rfp-item {
    background-color: #ffffff;
    padding: 24px;
    border-left: 12px solid var(--primery-blue);
    border-radius: 12px;
    box-shadow: 0 0 12px #0000001F;
    position: relative;
} .rfq-list-container .createExpiry-date-wrap, .rfp-list-container .createExpiry-date-wrap {
    display: flex;
} .rfq-list-container .rfq-details > div, .rfp-list-container .rfp-details > div {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
} .dropdown-icon {
    width: 20px;
    height: 20px;
    background: url(../img/three-dots.svg) no-repeat center;
    background-size: cover;
    display: inline-block;
    cursor: pointer;
} .quote-dropdown-content {
    max-width: 230px;
    position: absolute;
    right: 20px;
    top: 42px;
    box-shadow: 0 0 12px #0000001f;
    padding: 15px 20px;
    border-radius: 12px;
    background-color: #fff;
    display: none;
    flex-direction: column;
    gap: 10px;
} .rfq-list-container .rfq-details .id, .rfp-list-container .rfp-details .id {
    color: var(--gray5);
    font-weight: 600;
    margin-bottom: 8px;
} .rfq-right-side > div {
    margin-bottom: 8px;
    font-size: 12px;
    color: var(--gray5);
    line-height: 130%;
    letter-spacing: 0.25px;
} .rfq-list-container .rfq-details .name, .rfp-list-container .rfp-details .name {
    font-size: 18px;
    color: var(--primery-blue);
    font-weight: 700;
    line-height: 120%;
    font-family: var(--title-font);
} .rfq-list-container .rfq-details, .rfp-list-container .rfq-details, .order-item .order-left-side {
    width: 55%;
} .rfq-list-container .rfq-right-side, .rfp-list-container .rfq-right-side, .order-item .order-right-side {
    width: 40%;
    text-align: right;
} .rfq-actions > div:not(:last-child), .rfp-actions > div:not(:last-child) {
    margin-bottom: 5px;
} .rfq-actions .view-quote-link, .rfq-actions .rfq-link, .rfp-actions .view-quote-link, .rfp-actions .rfp-link {
    display: inline-block;
    vertical-align: middle;
} .rfq-list-container .rfq-details .qty {
    color: var(--primery-blue);
} .rfq-actions .view-quote-link, .rfp-actions .view-quote-link {
    padding-right: 12px;
} .rfq-list-warpper, .order-list .info {
    display: flex;
    justify-content: space-between;
} .rfq-right-side .proposal-approval-status {
    text-align: right;
} .rfq-date-wrapper {
    display: flex;
    gap: 16px;
} .rfq-date-wrapper > div {
        width: 49%;
    } .rfq-date-wrapper span {
        font-size: 12px;
        line-height: 130%;
        font-weight: 400;
        display: block;
    } .rfq-date-wrapper .label {
        color: var(--gray5);
        margin-bottom: 2px;
    } .rfq-actions p, .rfp-actions p {
    font-size: 16px;
    line-height: 22PX;
} .rfq-actions p, .rfp-actions p {
    color: #171A1F;
} .rfq-right-side .proposal-approval-status span, .rfq-right-side .proposal-approval-status span, .order-list .order-status {
    font-size: 13px;
    color: var(--white);
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-block;
} .proposal-approval-status.approved span {
    background-color: #00CC00;
} .proposal-approval-status.pending span, .order-list .order-status.pending {
    background-color: #FF9812;
} .rfq-item .rfq-actions {
    display: flex;
    gap: 10px;
} .request-form-wrap textarea, .popup-content textarea, .add-vendor-form textarea {
    resize: none;
} .view-quote-page .title, .view-quote-page .quote-proposal-title {
    color: var(--primery-dark-blue);
} .view-quote-page .card {
    background: transparent !important;
} .rfq-right-side > div {
    margin-bottom: 8px;
    font-size: 12px;
    color: var(--gray5);
    line-height: 130%;
    letter-spacing: 0.25px;
} .rfq-list-container .rfq-details .name, .rfp-list-container .rfp-details .name {
    font-size: 18px;
    color: var(--primery-blue);
    font-weight: 700;
    line-height: 120%;
    font-family: var(--title-font);
} .rfq-list-container .rfq-details, .rfp-list-container .rfq-details, .order-item .order-left-side {
    width: 55%;
} .rfq-list-container .rfq-right-side, .rfp-list-container .rfq-right-side, .order-item .order-right-side {
    width: 40%;
    text-align: right;
} .rfq-actions > div:not(:last-child), .rfp-actions > div:not(:last-child) {
    margin-bottom: 5px;
} .rfq-actions .view-quote-link, .rfq-actions .rfq-link, .rfp-actions .view-quote-link, .rfp-actions .rfp-link {
    display: inline-block;
    vertical-align: middle;
} .rfq-list-container .rfq-details .qty {
    color: var(--primery-blue);
} .rfq-actions .view-quote-link, .rfp-actions .view-quote-link {
    padding-right: 12px;
} .rfq-list-warpper, .order-list .info {
    display: flex;
    justify-content: space-between;
} .rfq-right-side .proposal-approval-status {
    text-align: right;
} .rfq-date-wrapper {
    display: flex;
    gap: 16px;
} .rfq-date-wrapper > div {
        width: 49%;
    } .rfq-date-wrapper span {
        font-size: 12px;
        line-height: 130%;
        font-weight: 400;
        display: block;
    } .rfq-date-wrapper .label {
        color: var(--gray5);
        margin-bottom: 2px;
    } .rfq-actions p, .rfp-actions p {
    font-size: 16px;
    line-height: 22PX;
} .rfq-actions p, .rfp-actions p {
    color: #171A1F;
} .rfq-right-side .proposal-approval-status span, .rfq-right-side .proposal-approval-status span, .order-list .order-status {
    font-size: 13px;
    color: var(--white);
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-block;
} .proposal-approval-status.approved span {
    background-color: #00CC00;
}
/*Customer Dashoard RFQ*/
/*Customer Dashoard Order List*/
#custom-order-tabs {
    display: flex;
    max-width: fit-content;
    overflow-y: hidden;
    overflow-x: auto;
    margin: 0 auto;
}
/* Tab Content Styles for Documents */
.custom-order-documents .section {
    margin-bottom: 25px;
} .custom-order-documents .document-upload-row {
    display: grid;
    grid-template-columns: 1fr 2fr auto;
    gap: 20px;
    align-items: end;
    margin-bottom: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #17a2b8;
} .custom-order-documents .file-upload-container {
    border: 2px dashed #ddd;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    background: #fafafa;
    transition: all 0.3s ease;
    position: relative;
    min-height: 80px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} .custom-order-documents .file-upload-container:hover {
        border-color: #97c300;
        background: #f8fff0;
    } .custom-order-documents .file-upload-container.disabled {
        cursor: not-allowed;
        background: #f5f5f5;
    } .custom-order-documents .file-upload-container input[type="file"] {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        top: 0;
        left: 0;
        z-index: 2;
    } .custom-order-documents .file-upload-container::before {
        content: "📎";
        font-size: 24px;
        display: block;
        margin-bottom: 8px;
    } .custom-order-documents .upload-text {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-bottom: 5px;
} .custom-order-documents .filename-display {
    font-size: 13px;
    color: #666;
    margin-top: 5px;
    display: block;
    font-style: italic;
    word-break: break-all;
} .custom-order-documents .validation-error {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
}
/* No Data Section */
.custom-order-documents .no-data {
    text-align: center;
    padding: 40px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    margin-bottom: 30px;
} .custom-order-documents .no-data .title {
        margin-bottom: 15px;
    } .custom-order-documents .no-data .title strong {
            color: #6c757d;
            font-size: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        } .custom-order-documents .no-data .title strong::before {
                content: "📄";
                font-size: 24px;
            }
/* Section Title */
.custom-order-documents .section .title {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 15px 20px;
    border-radius: 8px;
    border-left: 4px solid #97c300;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
} .custom-order-documents .section .title strong {
        color: #495057;
        font-size: 16px;
        display: flex;
        align-items: center;
        gap: 8px;
    } .custom-order-documents .upload-documents .title strong::before {
    content: "📤";
    font-size: 18px;
} .custom-order-documents .documents .title strong::before {
    content: "📋";
    font-size: 18px;
}
/* Hint Message */
.custom-order-documents .hint {
    background: #e3f2fd;
    border: 1px solid #bbdefb;
    border-radius: 6px;
    padding: 12px 16px;
    margin: 20px 0;
    color: #1565c0;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
} .custom-order-documents .hint::before {
        content: "ℹ️";
        font-size: 16px;
    }
/* Buttons */
.custom-order-documents .buttons {
    margin: 15px 0;
    display: flex;
    gap: 10px;
} .custom-order-documents .add-more-button {
    background: #17a2b8;
    border-color: #17a2b8;
    color: white;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
} .custom-order-documents .add-more-button:hover {
        background: #138496;
        border-color: #117a8b;
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(23, 162, 184, 0.3);
    } .custom-order-documents .add-more-button:disabled {
        background: #6c757d;
        border-color: #6c757d;
        cursor: not-allowed;
        opacity: 0.6;
    } .custom-order-documents .remove-row-button {
    background: #dc3545;
    border-color: #dc3545;
    color: white;
    transition: all 0.3s ease;
    padding: 8px 15px;
    white-space: nowrap;
    border-radius: 6px;
    cursor: pointer;
} .custom-order-documents .remove-row-button:hover {
        background: #c82333;
        border-color: #bd2130;
    } .custom-order-documents .btn-replace {
    background: #ffc107;
    border-color: #ffc107;
    color: #000;
    transition: all 0.3s ease;
    margin-right: 5px;
} .custom-order-documents .btn-replace:hover {
        background: #e0a800;
        border-color: #d39e00;
    } .custom-order-documents .btn-delete {
    background: #dc3545;
    border-color: #dc3545;
    color: white;
    transition: all 0.3s ease;
} .custom-order-documents .btn-delete:hover {
        background: #c82333;
        border-color: #bd2130;
    } .custom-order-documents .upload-all-button {
    background: #28a745;
    border-color: #28a745;
    color: white;
    font-weight: 600;
    padding: 12px 24px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
} .custom-order-documents .upload-all-button:hover {
        background: #218838;
        border-color: #1e7e34;
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(40, 167, 69, 0.3);
    }
/* Document Type Badge */
.document-type-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    background: #e9ecef;
    color: #495057;
}
/* Upload Rows Container */
.upload-rows-container {
    margin-bottom: 20px;
}
/* Label styling */
.custom-order-documents label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #495057;
    font-size: 14px;
} .custom-order-documents select.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    font-size: 14px;
} .custom-order-documents .readonly-type {
    width: 100%;
    padding: 10px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    background: #f8f9fa;
    font-size: 14px;
    color: #495057;
}
/* Responsive */
@@media (max-width: 768px) {
    .custom-order-documents .document-upload-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .custom-order-documents .no-data {
        padding: 30px 15px;
    }

    .custom-order-documents .section .title {
        padding: 12px 15px;
    }

    .custom-order-documents .hint {
        padding: 10px 12px;
        font-size: 12px;
    }

    .custom-order-documents .buttons {
        flex-direction: column;
    }
}
/*Customer Dashoard Order List*/
/*----Pages-----*/
/*Category Navigation*/
.category-navigation-title {
    font-size: 16px;
    font-weight: 700;
} .category-navigation-title:before {
        width: 22px;
        height: 22px;
        margin-top: -2px;
        margin-left: 1px;
    }
/*Category Navigation*/