:root {
    --eshb-primary-color: #ab8965;
    --eshb-success-color: #1ec734;
    --eshb-danger-color: #e41749;
    --eshb-primary-color-rgb: 171, 137, 101;
    --eshb-dark-color: #181818;
    --eshb-white-color: #ffffff;
    --eshb-border-color: #ab8965;
}
.eshb-text-danger {
    color: var(--eshb-danger-color);
}
.eshb-text-success {
    color: var(--eshb-success-color);
}
.eshb_accomodation_page_easy-hotel-settings{
    .notice{
        display: none !important;
    }
    .csf-theme-light .csf-container{
        border:none !important;
        border-radius: 8px;
        -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, .05);
        box-shadow: 0 4px 40px rgba(0, 0, 0, .05);
        overflow: hidden;        
        .csf-header-left{
            background: url(../img/fav.svg);
            background-repeat: no-repeat;
            padding-left: 40px;
            padding-bottom: 10px;
        }
    }
}
.csf-field.hidden-metabox {
    display: none;
}
.csf-field.hide-add-new {
    .csf-repeater-add {
        display: none;
    }
    .csf-repeater-helper {
        display: none;
    }
}
.csf-field-repeater.has-inline-repeater-fields .csf-repeater-content {
    display: flex;
    gap: 16px;
    >.csf-field {
        display: flex;
        flex-direction: column;
        align-items: center;
        @media only screen and (max-width: 1024px){
            display: block;
        }
        .csf-title {
            width: 25%;
        }
        .csf-fieldset {
            width: 65%;
        }
    }
    @media only screen and (max-width: 1024px){
        display: block;
    }
}
.easy-hotel-plugin-settings.csf-theme-light {
    .csf-container{
        max-width: 1350px;
        margin:0 auto;
    }
    .csf-header-inner,
    .csf-nav-inline {        
        border-color: #f1f1f1;
        h1{
            color: #222;
            font-weight: 600;
        }
    }
    .csf-wrapper {
        overflow: hidden;
    }
    .csf-nav-inline{
        padding: 30px;
        background: #fff;
        ul{
            li{
                border-radius: 3px;
                overflow: hidden;
                margin-right: 10px;
                a{
                    color: #222;
                    background-color: #eaeaea;
                    padding:11px 30px;
                    border:none !important;
                    &:hover{
                        color: #fff;
                        background-color: #4360ef;
                    }
                }
                .csf-active{
                    color: #fff;
                    background-color: #4360ef;
                }
            }
        }
    }
    .csf-buttons .button{
        padding:6px 30px;
        border:none !important;
        &.csf-top-save{
            background:#4360ef ;
        }
    }    
}
.eshb-notice {
    padding: 10px;
    &.notice {
        border-left-color: #576AE3 !important;
        padding: 10px;
    }
    padding: 5px !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;    
}
.eshb-notice .notice-logo {
    padding: .8rem;
    max-width: 110px;
    max-height: 110px;
}
.eshb-notice .notice-right-container {
    margin: .7rem .8rem .8rem;
}
.eshb-notice-action-buttons {
    margin-top: 5px;
}
.eshb-notice-button {
    background-color: #576AE3;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    margin: 0;
    padding: 6px 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}
.eshb-notice-button:hover {
    color: #fff;
}
.eshb-notice-action-buttons {
    display: flex;
    align-items: center;
    gap: 5px;
}

.eshb-notice-widget-inner .feature-image {
    max-width: 100%;
}
.eshb-notice-widget-inner .eshb-notice-button {
    background-color: transparent;
}

#eshb-notice-emicon_pro_plugin_notice .eshb-notice-action-buttons{
    margin-top: 10px;
}
.easy_hotel_usage_callback {
    border: 1px solid #ededed;
    margin-bottom: 50px;
    padding: 30px;
}

.order-status {
    display: inline-flex;
    line-height: 2.5em;
    color: #454545;
    background: #e5e5e5;
    border-radius: 4px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    margin: -.25em 0;
    cursor: inherit!important;
    white-space: nowrap;
    max-width: 100%;
    text-transform: capitalize;
    span {
        margin: 0 1em;
        overflow: hidden;
        text-overflow: ellipsis
    }
    &.status-completed {
        background: #c8d7e1;
        color: #003d66
    }
    
    &.status-on-hold {
        background: #f8dda7;
        color: #573b00
    }
    
    &.status-failed {
        background: #eba3a3;
        color: #570000
    }
    
    &.status-processing {
        background: #c6e1c6;
        color: #2c4700
    }
    
    &.status-trash {
        background: #eba3a3;
        color: #550202
    }
}

.eshb-themes-addons-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
    margin-right: 20px;
    @media (max-width: 991px) {
        display: block;
    }
    .eshb-addons-action-button {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        margin-right: 10px;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 500;
        line-height: 40px;
        padding: 0 20px;
        text-decoration: none;
        border: none;
        background: #0039b6;
        color: #fff;
        &.view-all-btn {
            margin: auto;
            display: block;
            width: fit-content;
        }
        &.eshb-action-btn-primary {
            background-color: rgba(62, 98, 245, .1);
            color: #3e62f5;
            &:hover {
                color: #ff408c;
            }
        }
        &.eshb-action-btn-secondary {
            background-color: rgba(255, 64, 140, .1);
            color: #ff408c;
            &:hover {
                color: #0066bf;
            }
        }
    }
    .eshb-pro-addons-card-group {
        display: grid;
        gap: 1em;
        margin-bottom: 30px;
        .eshb-pro-addons-card {
            background-color: #fff;
            margin: 0;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            box-shadow: 0 5px 5px rgba(173, 180, 210, 0.05);
            border-radius: 5px;
            padding: 0;
            position: relative;
            overflow: hidden;
            span.eshb-pro-addons-base {
                background: #f9f9f9;
                display: block;
                font-size: 11px;
                position: absolute;
                left: -20px;
                top: 9px;
                transform: rotate(-45deg);
                width: 78px;
                span {
                    width: auto;
                    display: block;
                    padding: 2px 10px;
                    color: #fff;
                    text-align: center;
                    &.eshb-pro-base {
                        background: #93003f;
                    }
                    &.eshb-free-base {
                        background: #f59e0b;
                    }
                }
            }
            .eshb-pro-addons-body {
                display: flex;
                gap: 15px;
                padding: 1.5em;
                .eshb-pro-addons-thumbnail {
                    overflow: hidden;
                    width: 250px;
                    height: 150px;
                    display: block;
                    text-align: center;
                    border-radius: 4px;
                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                }
                .eshb-pro-addons-content {
                    width: calc(100% - 245px);
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                }
                .eshb-pro-addons-name {
                    margin: 0;
                }
            }
            .eshb-pro-addons-action {
                display: flex;
                align-items: center;
            }
            
        }
    }
}


#eshb-license-activator {
    .form-group {
        display: inline-flex;
        position: relative;
        align-items: center;
        button,
        input[name="licnese_key"] {
            max-width: 255px;
            width: 255px;
            border: 1px solid #c4c4c4;
            padding: 8px 20px;
        }
        button {
            max-width: unset;
            width: unset;
        }
        .ajax-loader {
            display: none;
            position: absolute;
            right: -45px;
            img {
                height: 50px;
            }
        }
    }
}