/* Forms */
.sam-link {
    color: #fff;
    text-decoration: none;
    transition: .5s;
}

.sam-link.sam-link-icon {
    background: #666;
    padding: 4px 2px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #666;
}

.sam-link.sam-link-icon:hover {
    color: #666;
    background: #fff;
}

/* Language Tabs */
.sam-lang-tabs {
    position: relative;
    margin: 16px 0 4px;
    min-height: 90px;
    min-width: 200px;
}

.sam-lang-tabs .sam-lang-tab {
    float: left;
}

.sam-lang-tabs .sam-lang-tab label {
    color: #222;
    font-size: 14px;
    font-weight: bold;
    background: #ddd;
    padding: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-left: -1px;
}

.sam-lang-tabs .sam-lang-tab:first-child label {
    margin-left: 0;
}

.sam-lang-tabs .sam-lang-tab input[type=radio] {
    display: none;
}

.sam-lang-tabs .sam-lang-tab .tab-content {
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    padding: 8px;
    border: 1px solid #ccc;
    display: none;
}

.sam-lang-tabs .sam-lang-tab input[type=radio]:checked ~ label {
    background: white;
    border-bottom: 1px solid white;
}

.sam-lang-tabs .sam-lang-tab input[type=radio]:checked ~ label ~ .tab-content {
    display: block;
}

/* Admin Settings */
.sam-core-pre {
    direction: ltr;
    color: #fff;
    text-align: left !important;
    background: #292929;
    padding: 16px;
    margin: 8px 16px;
    font-family: "Inconsolata", "Monaco", "Consolas", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
}

/* * * * * * * */
/* Grid System */
/* * * * * * * */

.sam-grid {
    display: flex;
    /*margin-top: 2em;*/
}

.sam-item {
    padding: 0 0 16px;
    font-size: 1.5em;
    color: #555;
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 20%);
    background: #fff;
    /*border: 2px solid;*/
    /*border-image-slice: 1;*/
    /*border-image-source: linear-gradient(135deg, #444 0%, #444 100%);*/
}

.sam-item h5 {
    margin: 0 0 16px 0;
    color: #fff;
    background: #444;
    padding: 16px;
}

.sam-inter-grid .sam-item h6 {
    margin: 0 0 8px 0;
    font-size: 16px;
    color: #fff;
    background: #666;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sam-item h6 .item-title {
    display: flex;
    align-items: center;
}

.sam-inter-grid .sam-item h6 span.dashicons {
    margin: 0 0px 0 4px;;
}

.sam-item .item-content {
    padding: 0 16px;
}

.sam-inter-grid .sam-item .item-content {
    font-size: 16px;
}

.sam-grid-1 {
    flex-wrap: wrap;
    justify-content: space-between;
}

.sam-grid-1 .sam-item {
    flex-basis: calc(100% / 3 - 10px);
    margin-bottom: 20px;
    /*background-color: lightCoral;*/
}

.sam-grid-2 {
    flex-wrap: wrap;
    /*justify-content: center;*/
    margin: 0 -10px;
    margin-top: 2em;
}

.sam-grid-2 .sam-item {
    /*flex: 0 0 200px;*/
    margin: 0 10px 20px 10px;
    /*background-color: cornflowerblue;*/
}

.sam-grid-3 {
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-top: 2em;
}

.sam-inter-grid.sam-grid-3 {
    margin-top: 0;
}

.sam-grid-3 .sam-item {
    flex: 1 0 200px;
    margin: 0 10px 20px 10px;
    /*background-color: tan;*/
}

.sam-inter-grid.sam-grid-3 .sam-item {
    flex: 1 0 200px;
    margin: 4px 8px;
    /*background-color: tan;*/
}

/* ****** */
/* Inputs */
/* ****** */

/* Form Inputs Style */
.sam-form-group .sam-label {
    font-size: 16px;
    font-weight: bold;
    color: #555;
    font-family: "cocon-light", sans-serif !important;
}

.sam-form-group .sam-input {
    transition: all 0.5s ease;
    padding: 0.30em;
    /*font-size: inherit;*/
    border-radius: 3px;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    background-color: #fff; /* E2E5E5 */
    border: 2px solid #E2E5E5;
    margin: 8px 0 !important;
    font-size: 14px;
    font-family: "cocon-light", sans-serif !important;
    display: block;
}

.sam-form-group .sam-checkbox {
    width: 100%;
    margin: 4px 0;
    font-size: 14px;
    display: block;
}

.sam-form-group .sam-select {
    max-width: 100%
}

.sam-form-group .sam-is-required {
    color: red;
}

#sam_phones_select_all_numbers_field {
    display: flex;
    align-items: center;
}

.sam-form-group .sam-input-checkbox {
    width: auto !important;
    margin: 8px !important;
}

.sam-form-group .sam-btn {
    background: linear-gradient( 135deg,#444 0%,#444 100% ) !important;
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient( 135deg,#444 0%,#444 100% );
    color: #fff;
    padding: 10px 32px;
    border-radius: 0;
    font-family: cocon-light,sans-serif!important;
    font-size: 16px;
    transition: .5s;
}

/********/
/* Tabs */
/********/
.sam-main-tabs {
    max-width: 99%;
    display: flex;
}

.sam-main-tabs > ul {
    list-style-type: none;
    padding: 0;
    min-width: 150px;
}

.sam-main-tabs > ul li {
    display: block;
    text-align: center;
}

.sam-main-tabs > ul li a {
    display: block;
    text-decoration: none;
    background: #11111a;
    padding: 1rem 1.5rem;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.sam-main-tabs > ul li a.active {
    background: #fff;
    color: #2c2c2c;
}

.sam-main-tabs > ul li a:hover:not(.active) {
    color: #fff;
}

.sam-main-tabs ul li .sam-tab-icon {
    display: block;
    margin: 0 auto 4px;
}

.sam-main-tabs section {
    background: #fff;
    padding: 1.5rem 2.5rem;
    display: none;
    width: 100%;
}

.sam-main-tabs section.active {
    display: block;
}

/* Sam Tables */
.sam-table {
    width: 100%;
}


/* Notifications */
.sam-input-error {
    border-color: #f05025 !important;
}

#sam-form-validation-massages {
    margin-bottom: 24px;
}

.alert-danger,
.sam-alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 16px;
    margin-top: 4px;
}

.alert-success,
.sam-alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 16px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.alert-info,
.sam-alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    padding: 16px;
    margin: 4px auto 16px;
    width: 100%;
    text-align: center;
}

.alert-warning,
.sam-alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    padding: 16px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.sam-alert-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    margin: auto;
    text-align: center;
    font-weight: bold;
}

.sam-d-flex {
    display: flex;
}
.sam-d-none {
    display: none !important;
}
.sam-dis-none {
    display: none;
}
.sam-d-block {
    display: block !important;
}
.sam-text-center {
    text-align: center;
}
.sam-text-start {
    text-align: start;
}
.sam-text-end {
    text-align: end;
}
.sam-align-center {
    align-items: center;
}
.sam-justify-center {
    justify-content: center;
}
.sam-justify-evenly {
    justify-content: space-evenly;
}
.sam-text-justify {
    text-align: justify;
}

.sam-mb-24 {
    margin-bottom: 24px;
}
.sam-w-100 {
    width: 100% !important;
}

.sam-input-number-btns {
    display: flex;
    align-items: center;
}

.sam-input-number-btns span.sam-btn {
    cursor:pointer;
}

.sam-input-number-btns .sam-minus, .sam-input-number-btns .sam-plus{
    width: 40px;
    height: 98%;
    background: #f2f2f2;
    border-radius: 4px;
    padding: inherit;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 8px;
    font-weight: bold;
    font-size: 16px;
}

.sam_accordion {
    display: grid;
    place-items: center;
}

.sam_accordion .woocommerce-ResetPassword {
    margin: auto;
    padding: 0;
}

.sam_accordion #user_login,
.sam_accordion button.woocommerce-Button {
    margin: 0 !important;
}

.sam_accordion__content {
    max-width: 570px;
    padding: 1rem;
    background: var(--white);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    position: relative;
}

.sam_accordion__title {
    font-size: var(--big-font);
    line-height: 150%;
    font-weight: 600;
    margin-bottom: 2rem;
}

.sam_accordion__item {
    border-radius: 6px;
    margin-bottom: 16px;
    background-color: #f3f3f3;
    border-left: 4px solid #c1bebb;
}

.sam_accordion .item__header {
    display: flex;
    column-gap: 8px;
    align-items: center;
    padding: 1rem;
    cursor: pointer;
}

.sam_accordion .item__icon {
    font-size: 1.2rem;
    transition: all 0.25s cubic-bezier(0.5, 0, 0.1, 1);
}

.sam_accordion .item__question {
    /*font-size: var(--medium-font);*/
    line-height: 150%;
    font-weight: 400;
    margin: 0;
    font-weight: bold;
}

.sam_accordion .active .item__icon {
    transform: rotate(180deg);
}

.sam_accordion .active .item__question {
    font-weight: 500;
}

/*=======> items color <=======*/
/*.sam_accordion__item:nth-of-type(1) {*/
/*    background: #fff8df;*/
/*    border-left-color: #ffc78f;*/
/*}*/

/*.sam_accordion__item:nth-of-type(2) {*/
/*    background: #f0faff;*/
/*    border-left-color: #b4b3f2;*/
/*}*/

/*.sam_accordion__item:nth-of-type(3) {*/
/*    background: #ffeaed;*/
/*    border-left-color: #f8b4bf;*/
/*}*/

/*.sam_accordion__item:nth-of-type(4) {*/
/*    background: #e5fae2;*/
/*    border-left-color: #b4e8ab;*/
/*}*/

.sam_accordion .item__content {
    max-height: 0;
    overflow: hidden;
    transition: all 300ms ease;
}

.sam_accordion .item__answer {
    line-height: 150%;
    padding: 0 24px;
}

.sam_accordion p ~ p {
    margin-top: 0.5rem;
}

.sam_accordion #sam-lp-send-code {
    width: 100%;
    border-radius: 4px;
}

/*.sam_accordion .item__content :last-child {*/
/*    margin-bottom: 1.25rem;*/
/*}*/

/*=======> MEDIAS QUERIES <=======*/
@media screen and (min-width: 992px) {

    /*.sam_accordion .item__header {*/
    /*    padding: 1.5rem;*/
    /*    column-gap: 1.5rem;*/
    /*}*/

    /*.sam_accordion .item__answer {*/
    /*    padding: 0 4.5rem;*/
    /*}*/
    .sam_accordion p ~ p {
        margin-top: 0.5rem;
    }

    /*.sam_accordion .item__content :last-child {*/
    /*    margin-bottom: 1.5rem;*/
    /*}*/
}


/* Lost Password Page */
@media screen and (max-width: 720px) {
    .sam_accordion .woocommerce-ResetPassword {
        margin: 0 16px;
        padding: 0;
    }
    .sam_accordion__content {
        padding: 8px;
    }
    .sam_accordion__item {
        margin-bottom: 8px;
    }
    #progressbar li strong {
        font-size: 12px
    }
    #progressbar #sms:before, #progressbar #phone:before, #progressbar #password:before, #progressbar #login:before {
        font-size: 30px;
    }
    #progressbar li:before {
        width: 40px;
        height: 40px;
        line-height: 35px;
    }
}