.error {
    color: red !important;
}

.input-group-addon-signin i {
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 200;
    top: 259px;
    right: 55px;
    cursor: pointer;
}

.input-group-addon-one i {
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 200;
    top: 94px;
    right: 32px;
    cursor: pointer;
}

.input-group-addon-two i {
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 200;
    top: 172px;
    right: 32px;
    cursor: pointer;
}

.input-group-addon-three i {
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 200;
    top: 252px;
    right: 32px;
    cursor: pointer;
}

.ck-editor__editable_inline {
    min-height: 250px;
}

.btn-grad {
    background-image: linear-gradient(
        to right,
        #00c9ff 0%,
        #b2d233 51%,
        #00c9ff 100%
    );
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 5px;
    display: block;
}

.btn-grad:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked) > label:before {
    content: "★ ";
}

.rate > input:checked ~ label {
    color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked label:hover label,
.rate > label:hover input:checked label {
    color: #c59b08;
}

.typcn {
    font-size: 24px;
}
/* user accordion table css */
.accordion-content {
    display: none;
}
/* image preview multiple css */
.img-thumbs {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    margin: 1.5rem 0 0 0;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.img-thumbs-hidden {
    display: none;
}

.wrapper-thumb {
    position: relative;
    margin: 1rem 0;
    justify-content: space-around;
}

.img-preview-thumb {
    background: #fff;
    border: 1px solid none;
    border-radius: 0.25rem;
    box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.12);
    margin-right: 1rem;
    max-width: 140px;
    padding: 0.25rem;
}

.remove-btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
    top: -5px;
    left: 129px;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}

.remove-btn:hover {
    box-shadow: 0px 0px 3px grey;
    transition: all 0.3s ease-in-out;
}
.img-thumbs-landscape {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    margin: 1.5rem 0 0 0;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.img-thumbs-hidden-landscape {
    display: none;
}

.wrapper-thumb-landscape {
    position: relative;
    margin: 1rem 0;
    justify-content: space-around;
}

.img-preview-thumb-landscape {
    background: #fff;
    border: 1px solid none;
    border-radius: 0.25rem;
    box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.12);
    margin-right: 1rem;
    max-width: 140px;
    padding: 0.25rem;
}

.remove-btn-landscape {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
    top: -5px;
    left: 129px;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}

.remove-btn-landscape:hover {
    box-shadow: 0px 0px 3px grey;
    transition: all 0.3s ease-in-out;
}
.table tbody td .active,
.table tbody td .inactive,
.table tbody td .waiting {
    background-color: #b9f6ca;
    color: #388e3c;
    font-weight: 600;
    padding: 1px 10px;
    border-radius: 15px;
    font-size: 0.9rem;
}

.table tbody td .waiting {
    background-color: #FFFF00;
    color: #ffa000;
}
.table tbody td .inactive {
    background-color: #ffecb3;
    color: #ff0800;
}

.table tbody td .active .circle,
.table tbody td .waiting .circle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #388e3c;
}

.table tbody td .waiting .circle {
    background-color: #ffa000;
}

.table tbody td .fa-times {
    color: #d32f2f;
    font-size: 0.9rem;
}
.app-setting {
    margin-top: 1px !important;
    margin-bottom: 0rem !important;
}
.tabs-style-4 {
    width: 100%;    
}

.duration-text {
    position: absolute;
    left: 51%;
    color: #fff; /* Text color */
    background-color: rgba(0, 0, 0, 0.5); /* Background color with transparency */
    padding: 5px 10px;
    border-radius: 5px;
}
.button-setup {
    padding-top: 30px !important;
}
#coupon_code {
    text-transform: uppercase;
}

.box-size {
    width: 400px;
    height: 300px;
}