::selection {
    background-color: #1c5a72;
    color: #ffffff;
}
#main-container {
    min-height: 85vh;
}

.loading-text {
    margin-top: 20%;
    text-align: center;
}

.closebtnmodal {
    background: unset;
    border: 0;
}

.closebtnmodal span i {
    font-size: 23px;
}

.form-submail {
    display: flex;
    justify-content: space-between;
}

.pull-right {
    float: right;
}

label.error {
    color: red;
}

.form-control.error {
    border-color: red;
}

body.loading #main-content {
    display: none;
}

section.panel.panel-info {
    width: 75%;
}

/*.login-box, .register-box {*/
/*    width: 400px;*/
/*}*/

.profile-left .pro-quote {
    padding: 20px 15px 15px;

    color: #748f9e;
}

.pro-quote img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 1px solid #eee;
}

.pro-quote .author-name {
    margin: 10px 0 5px;
    font-weight: 500;
    color: #212529;
    font-size: 20px;
}

.pro-quote h4 {
    display: block;
    margin: 0 0 10px;
    font-size: 18px;
    color: #212529;
}

.pro-info {
    padding: 15px;
    color: #212529;
    font-weight: 700;
}

.edit-profile_wrapper label {
    font-weight: 500 !important;
}

.pro-info table {
    width: 100%;
}

.pro-info table tr td {
    text-align: left;
    font-size: 14px;
    padding: 7px 0;
    font-weight: 500;
}

.pro-info table tr td:last-child {
    text-align: right;
    font-weight: 500;
}

.profile-left {
    border-radius: 6px;
    background-color: #fff;
}

/*crop image*/
#image-crop {
    max-width: 100%;
}

.image-crop-box {
    width: 400px;
    margin: 20px auto;
}

.pad-lr {
    padding-left: 0px;
    padding-right: 0px;
}

.card-header.borderremove {
    border-bottom: 0;
}

.fa-camera {
    position: relative;
    right: 19px;
    top: -27px;
}

/*dropbox*/
.drop-file {
    width: 100%;
    height: 180px;
    border: 2px solid grey;
    border-radius: 4px;
}

.drop-text {
    margin-top: 65px;
    text-align: center;
    cursor: pointer;
}

.quest-rowline {
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
    padding: 0;
}

.quest-rowline .nav-link {
    padding: 0.5rem 4rem !important;
}

.btn-primary {
    color: #fff;
    background-color: #1c5a72;
    border-color: #1c5a72;
}

.btn-primary:hover {
    color: #fff;
    background-color: #13495f !important;
    border-color: #13495f !important;
}

.card-textitam .card-header {
    background: unset !important;
}

.card-textitam .card-header ul li a {
    color: unset !important;
}

.col-cardqust {
    padding-left: 10px;
    padding-right: 10px;
}

img.image-preview {
    width: 100%;
    max-width: 433px;
}

.video-preview {
    width: 100%;
    height: 100%;
    max-width: 333px;
}

.file-preview-item {
    position: relative;
}

.file-preview-item button {
    position: absolute;
    right: 3px;
    top: -9px;
}

.file-preview-item button .fa-xmark {
    font-size: 19px;
    /* background: black; */
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 46px;
}

.form.row {
    margin-top: 15px;
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred
    p {
    color: #000 !important;
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-focused
    p {
    color: #000 !important;
}

#template-customizer {
    display: none !important;
}

.breadcrumb-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkbox-block {
    margin-top: 10px;
}

.checkbox-block h4 {
    margin-left: 10px;
}

.checkbox-child {
    margin-right: 10px;
}

.cookies-use {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.experience h3,
.experience p {
    margin: 0;
    color: #fff !important;
}

.accept-btn a:not([href]) {
    color: #fff !important;
}

.fixed-cookies {
    position: fixed;
    bottom: 0;
    background: #2f3349;
    /* top: 0; */
    width: 100%;
    padding: 12px 35px;
}

.fixed-cookies-admin {
    position: fixed;
    bottom: 0;
    background: #2f3349;
    /* top: 0; */
    width: 77%;
    padding: 12px 35px;
}

/*.accept-btn .btn-primary{*/
/*    color: #fff !important;*/
/*}*/
a:not([href]) {
    /*color: #fff !important;*/
}

@media only screen and (max-width: 575px) {
    .cookies-use {
        display: block;
    }
}

/* button color change  */

.btn-primary,
.btn-secondary {
    transition: none;
    border: none;
    /* Remove any transition effect */
}

.btn-primary:hover,
.btn-secondary:hover {
    background-color: inherit;
    /* Prevent hover color changes */
    /* cursor: default; */
    /* Optional: Change cursor on hover */
}

a.btn-primary,
button.btn-primary,
button.btn-secondary {
    cursor: pointer !important;
}

.no-arrows::-webkit-inner-spin-button,
.no-arrows::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-arrows {
    -moz-appearance: textfield;
}

.app-brand-logo img {
    max-width: 100px;
    width: 100%;
}

.adm-settings .user-profile-header {
    align-items: center;
}
.card.mb-4.adm-settings {
    padding: 10px;
}

.settings-mail {
    display: flex;
    gap: 5px;
    align-items: center;
}
.adm-settings .cam-icn {
    cursor: pointer;
}

.payment-form .radio-item {
    display: flex;
    border-radius: 7px;
    position: relative;
    margin: 5px 0;
    display: block;
}
.payment-form .radio-item input {
    position: absolute;
    top: 14px;
    left: 19px;
}

.payment-form .radio-item label {
    display: flex;
    align-items: center;
    gap: 4px;
    border: 1px solid #dbdadea4;
    border-radius: 0.375rem;
    padding: 8px 40px;
    transition: all 680ms cubic-bezier(0.19, 1, 0.22, 1);
}
.payment-form .newcard-box {
    display: flex;
    gap: 4px;
    border: 1px solid #dbdade;
    border-radius: 0.375rem;
    padding: 7px 15px;
}
.payment-form input[type="radio"]:checked + label,
.payment-form input[type="radio"]:focus + label {
    box-shadow: 0 4px 28px -4px rgba(22, 45, 61, 0.2);
    border: 0.5px solid #1c5a72;
}

.payment-form .radio-item input[type="radio"] {
    accent-color: #1c5a72;
}

.success-page h1 {
    color: #28a745;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
}
.success-page p {
    color: #404f5e;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-size: 22px;
    margin: 0;
}
.success-page .checkmark {
    color: #28a745;
    font-size: 100px;
    margin-left: -15px;
}
.success-page .card {
    background: white;
    padding: 10px 40px 40px;
    border-radius: 4px;
    box-shadow: 0 2px 3px #c8d0d8;
    display: inline-block;
    margin: 0 auto;
    border-radius: 10px;
}
.success-page {
    text-align: center;
}
.common-inputs .input-group label {
    position: absolute;
    right: 0;
    top: 36px;
}
.common-logobox .input-group label {
    position: absolute;
    right: 0;
    bottom: -21px;
}
.thanyou-btn .btn {
    display: flex !important;
    gap: 10px;
    position: relative;
    transition: background-color 0.3s ease;
}
.thankyou-btn {
    display: inline-block;
}
.btn-primary .arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    position: relative;
    left: 0;
}
.btn-primary:hover .arrow {
    transform: translateX(5px);
}

.common-inputs .input-group-merge .form-control:not(:last-child),
.common-small-input .input-group-merge .form-control:not(:last-child),
.common-logobox .input-group-merge .form-control:not(:last-child) {
    border: 1px solid red !important;
}
.common-inputs
    .input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
        .form-floating
    ),
.common-small-input
    .input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
        .form-floating
    ),
.common-logobox
    .input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
        .form-floating
    ) {
    border-radius: 0.375rem !important;
}

.common-small-input .input-group label {
    position: absolute;
    right: -128px;
    top: 7px;
}
.logo-card {
    max-width: 100px;
    width: 100%;
    margin-top: 10px;
}

.logo-card img {
    padding: 5px;
}

button.swal2-confirm {
    background-color: #1c5a72 !important;
}
.check-box {
    margin: 0 auto;
}
.btn-stripe i{
    font-size: 22px;
    vertical-align: text-top;
    color: #6f6b7d !important;
}
@media screen and (max-width: 768px) {
    .logo-custom-row {
        gap: 20px;
    }
}
