:root {
    --sam-main-color: #222;
}

.sam-core-pre {
    direction: ltr;
    color: #fff;
    background: #292929;
    padding: 16px;
    margin: 8px 16px;
    font-family: "Inconsolata", "Monaco", "Consolas", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
}

/* Notifications */
.sam-font-bold {
    font-weight: bold
}

.sam-text-start {
    text-align: start !important;
}

/* 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;
}

.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: 1px solid #E2E5E5;
    margin: 8px 0 !important;
    font-size: 14px;
    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-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;
    }
}


/* Overlay  */
.sam-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    z-index: 999;
    border-radius: 4px;
}

/* Loading */
.sam-loading,
.sam-loading::before,
.sam-loading::after {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left-color: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
}

.sam-loading {
    margin: -25px 0 0 -25px;
    height: 50px;
    width: 50px;
    -webkit-animation: animation-rotate 1000ms linear infinite;
    -moz-animation: animation-rotate 1000ms linear infinite;
    -o-animation: animation-rotate 1000ms linear infinite;
    animation: animation-rotate 1000ms linear infinite;
}

.sam-loading::before {
    content: "";
    margin: -23px 0 0 -23px;
    height: 44px;
    width: 44px;
    -webkit-animation: animation-rotate 1000ms linear infinite;
    -moz-animation: animation-rotate 1000ms linear infinite;
    -o-animation: animation-rotate 1000ms linear infinite;
    animation: animation-rotate 1000ms linear infinite;
}

.sam-loading::after {
    content: "";
    margin: -29px 0 0 -29px;
    height: 56px;
    width: 56px;
    -webkit-animation: animation-rotate 2000ms linear infinite;
    -moz-animation: animation-rotate 2000ms linear infinite;
    -o-animation: animation-rotate 2000ms linear infinite;
    animation: animation-rotate 2000ms linear infinite;
}

@-webkit-keyframes animation-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes animation-rotate {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes animation-rotate {
    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes animation-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/*Basic Grid Styles*/
.Grid {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

.u-textCenter {
    text-align: center;
}

.Grid-cell {
    flex: 1;
}

.Demo {
    padding: .8em 1em 0;
    margin-bottom: 1em;
    background: rgba(51, 153, 204, 0.2);
    transition: background-color 0.3s ease;
    border: 1px solid #33cccc;
    border-radius: 3px;
}

.Demo:after {
    content: "";
    display: block;
    margin-top: .8em;
    height: 1px;
}

.Demo:hover {
    background: rgba(51, 153, 204, 0.6);
}

.Demo.Holly {
    background: rgba(102, 51, 255, 0.1);
}

.Demo.Holly:hover {
    background: rgba(102, 51, 255, 0.25);
}

/* With gutters*/
.Grid--gutters {
    margin-left: -1em;
}

.Grid--gutters .Grid-cell {
    padding-left: 1em;
}

.Grid--gutters .Grid--nested .Grid-cell:first-of-type .Demo {
    margin-right: 1em;
}

/* Justify per row*/
.Grid--right {
    justify-content: flex-end;
}

.Grid--center {
    justify-content: center;
}

/* Alignment per row */
.Grid--top {
    align-items: flex-start;
}

.Grid--bottom {
    align-items: flex-end;
}

.Grid--center {
    align-items: center;
}

/* Alignment per cell */
.Grid-cell--top {
    align-self: flex-start;
}

.Grid-cell--bottom {
    align-self: flex-end;
}

.Grid-cell--center {
    align-self: center;
}

.navigation {
    list-style: none;
    /*background: deepskyblue;*/
    background: rgba(102, 51, 255, 0.1);
    margin: 0 0 1em;
    border: 1px solid #33cccc;
    border-radius: 3px;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: flex-end;
}

.navigation a {
    text-decoration: none;
    display: block;
    padding: 1em;
    color: #333;
}

.navigation a:hover {
    background: rgba(64, 0, 255, 0.1);
    border-radius: 3px;
}

.navigation:hover {
    background: rgba(102, 51, 255, 0.25);
}

@media all and (max-width: 800px) {
    .navigation {
        justify-content: space-around;
    }
}

@media all and (max-width: 600px) {
    .navigation {
        -webkit-flex-flow: column wrap;
        flex-flow: column wrap;
        padding: 0;
    }

    .navigation a {
        text-align: center;
        padding: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .navigation li:last-of-type a {
        border-bottom: none;
    }
}

/*===========================================*/
/* Base classes for all media - Mobile first */
.Grid--cols-2 > .Grid-cell {
    flex: 0 0 100%;
}

.Grid--cols-3 > .Grid-cell {
    flex: 0 0 100%;
}

.Grid--cols-4 > .Grid-cell {
    flex: 0 0 100%;
}

.Grid--cols-6 > .Grid-cell {
    flex: 0 0 calc(50% - 1em);
}

.Grid--cols-12 > .Grid-cell {
    flex: 0 0 calc(33.3333% - 1em);
}

.Grid--holly-grail .aside, .Grid--holly-grail .main {
    flex: 1 100%;
}

/* One of -- columns*/
.Grid--1of2 > .Grid-cell,
.Grid--1of4 > .Grid-cell:first-of-type,
.Grid--1of3 > .Grid-cell:first-of-type {
    flex: 0 0 100%;
}

.Grid--1of6 > .Grid-cell:first-of-type {
    flex: 0 0 50%;
}

.Grid--fit > .Grid-cell {
    flex: 1;
}

.Grid--full > .Grid-cell {
    flex: 0 0 100%;
}

/* Tablet (medium) screens */
@media (min-width: 30em) {
    .Grid--cols-4 > .Grid-cell {
        flex: 0 0 calc(50% - 1em);
    }

    .Grid--cols-6 > .Grid-cell {
        flex: 0 0 calc(33.3333% - 1em);
    }

    .Grid--cols-12 > .Grid-cell {
        flex: 0 0 calc(16.6666% - 1em);
    }

    .Grid--holly-grail .aside {
        flex: 1 calc(25% - 1em);
    }

    .Grid--1of2 > .Grid-cell {
        flex: 0 0 50%;
    }

    .Grid--1of6 > .Grid-cell:first-of-type {
        flex: 0 0 30%;
    }

    .Grid--1of4 > .Grid-cell:first-of-type {
        flex: 0 0 50%;
    }

    .Grid--1of3 > .Grid-cell:first-of-type {
        flex: 0 0 100%;
    }
}

/* Large screens */
@media (min-width: 48em) {
    .Grid--cols-2 > .Grid-cell,
    .Grid--cols-3 > .Grid-cell,
    .Grid--cols-4 > .Grid-cell,
    .Grid--cols-6 > .Grid-cell,
    .Grid--cols-12 > .Grid-cell {
        flex: 1;
    }

    .Grid--holly-grail .main {
        flex: 2;
    }

    .Grid--holly-grail .aside {
        flex: 1;
    }

    .Grid--holly-grail .aside-1 {
        order: 1;
    }

    .Grid--holly-grail .main {
        order: 2;
    }

    .Grid--holly-grail .aside-2 {
        order: 3;
    }

    .Grid--1of2 > .Grid-cell {
        flex: 0 0 50%;
    }

    .Grid--1of6 > .Grid-cell:first-of-type {
        flex: 0 0 16.6666%;
    }

    .Grid--1of4 > .Grid-cell:first-of-type {
        flex: 0 0 25%;
    }

    .Grid--1of3 > .Grid-cell:first-of-type {
        flex: 0 0 30%;
    }

    .Grid--gutters.Grid--nested .Grid-cell:first-of-type .Demo {
        margin-right: 0;
    }
}

.content-1of1::before {
    content: "1";
}

.content-1of2::before {
    content: "1/2";
}

.content-1of3::before {
    content: "1/3";
}

.content-1of4::before {
    content: "1/4";
}

.content-1of6::before {
    content: "1/6";
}

.content-1of12::before {
    content: "1/12";
}

/* sam-modal */
/* samsam-modalsPro */
.sam-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: flex-start;
    z-index: 1000;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.sam-modal.sam-modal-show {
    animation: fadeIn 0.1s ease-in-out forwards;
}

.sam-modal.sam-modal-hide {
    animation: fadeOut 0.1s ease-in-out 0.1s forwards;
}

.sam-modal-content {
    position: relative;
    background-color: #fff;
    margin: 2rem;
    padding: 2rem;
    border-radius: 0.25rem;
    width: 50%;
    max-height: 75%;
    overflow: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.sam-modal.sam-modal-show .sam-modal-content {
    animation: fadeInDown 0.3s ease-in-out forwards;
}

.sam-modal.sam-modal-hide .sam-modal-content {
    animation: fadeOutUp 0.2s ease-in-out forwards;
}

.sam-modal-content h1 {
    text-align: center;
    margin-bottom: 2rem;
}

.sam-modal-content p {
    margin: 1rem 0;
    line-height: 1.5rem;
}

.sam-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.75rem;
    font-weight: bold;
    /*padding: 0 0.75rem;*/
    padding: 21px;
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    user-select: none;
}

.sam-modal-close:hover, .sam-modal-close:focus {
    color: rgba(0, 0, 0, 0.5);
}

.sam-modal-2 {
    justify-content: initial;
    align-items: initial;
    background-color: transparent;
}

.sam-modal-2 .sam-modal-content {
    margin: 0;
    padding: 2rem 5rem;
    border-radius: 0;
    box-shadow: initial;
    width: 100%;
    height: 100%;
    max-height: 100%;
    text-align: justify;
}

.sam-modal-2 .sam-modal-close {
    font-size: 3rem;
    padding: 0;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sam-modal-2.sam-modal-show {
    animation: none;
}

.sam-modal-2.sam-modal-hide {
    animation: none;
}

.sam-modal-2.sam-modal-show .sam-modal-content {
    animation: zoomIn 0.3s ease-in-out forwards;
}

.sam-modal-2.sam-modal-hide .sam-modal-content {
    animation: zoomOut 0.2s ease-in-out forwards;
}

.sam-modal-3 {
    justify-content: flex-end;
    align-items: flex-end;
    background-color: transparent;
    overflow: hidden;
}

.sam-modal-3.sam-modal-show {
    animation: none;
}

.sam-modal-3.sam-modal-hide {
    animation: none;
}

.sam-modal-3.sam-modal-show .sam-modal-content {
    animation: fadeInLeft 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.sam-modal-3.sam-modal-hide .sam-modal-content {
    animation: fadeOutRight 0.2s ease-in-out forwards;
}

.sam-modal-4 .sam-modal-content {
    padding: 0;
}

.sam-modal-4 .sam-modal-header, .sam-modal-4 .sam-modal-footer {
    background-color: steelblue;
    padding: 1rem;
    color: #fff;
    text-align: center;
}

.sam-modal-4 .sam-modal-header h1 {
    margin: 0;
}

.sam-modal-4 .sam-modal-body {
    padding: 1.25rem;
}

.sam-modal-4 .sam-modal-close {
    color: rgba(255, 255, 255, 0.5);
}

.sam-modal-4 .sam-modal-close:hover, .sam-modal-4 .sam-modal-close:focus {
    color: rgba(255, 255, 255, 0.75);
}

.sam-modal-5 {
    justify-content: center;
    align-items: center;
}

.sam-modal-5 .sam-modal-content {
    padding: 0;
    height: 80%;
    max-height: 80%;
    width: auto;
    max-width: 80%;
    overflow: visible;
    border: 3px solid #fff;
}

.sam-modal-5 .sam-modal-content img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sam-modal-5 .sam-modal-close {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 3rem;
    height: 3rem;
    font-size: 3rem;
    top: -1.5rem;
    right: -1.5rem;
    border-radius: 50%;
    color: #111;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

.sam-modal-5 .sam-modal-close:hover, .sam-modal-5 .sam-modal-close:focus {
    color: #111; /* color: rgba(255,0,0,0.5); */
}

.sam-modal-5.sam-modal-show .sam-modal-content {
    animation: zoomIn 0.3s ease-in-out forwards;
}

.sam-modal-5.sam-modal-hide .sam-modal-content {
    animation: zoomOut 0.2s ease-in-out forwards;
}

/* Animations */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-3rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-3rem);
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.3);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

/* Responsiveness */
@media (max-width: 992px) {
    .sam-modal-content {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .sam-modal-content {
        padding: 2rem 1rem 1rem 1rem;
        width: 90%;
    }

    .sam-modal-content h1 {
        margin-bottom: 1.5rem;
    }

    .sam-modal-2 .sam-modal-content {
        padding: 2rem 3rem;
    }

    .sam-modal-3 {
        justify-content: center;
    }

    .sam-modal-3 .sam-modal-content {
        width: 80%;
    }

    .sam-modal-5 .sam-modal-content {
        max-width: 85%;
    }
}

.sam-media-images .sam-media-files {
    display: flex;
    overflow: auto;
}

.sam-media-images .sam-media-files .sam-image {
    display: flex;
    overflow: auto;
}

textarea[readonly],
input[readonly],
textarea[disabled],
input[disabled] {
    background: #efefef !important;
}

.sam-media-files .fa-window-close {
    position: absolute;
    left: 2px;
    top: 3px;
    z-index: 88;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/*.select2-container {*/
/*    z-index: 999999 !important;*/
/*}*/
/*.select2-dropdown {*/
/*    z-index: 999999 !important;*/
/*}*/
.modal {
    z-index: 1050 !important;
}