/* HEADER CSS */

.navbar {
    /*background-color: #4B5320; !* Dark green *!*/
    /*background-image: url('/MIS/assets/images/themes/founding/red-camouflage.jpg');*/
    /*background-size: cover;*/
    /*background-repeat: repeat;*/


    background-image: linear-gradient(to right, #db0202, #f81f1f, #fa9018);   /*THIS IS THE ORIGINAL BACKGROUND*/
    /*background-color: #db0202;*/
    /*border-bottom: 1px solid #d70738;*/
    min-height: 70px !important;
    box-shadow: rgba(0,0,0,0.15) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,0.15) 0 1px 0;
    -webkit-box-shadow: rgba(0,0,0,0.15) 0 1px 0;
    /*position: sticky;*/
    top: 0;
}

.navbar.theme_snow_flakes {
    background-image:
            url('../images/themes/december/snowflakes2.gif'),   /* TOP layer */
            linear-gradient(to right, #db0202, #f81f1f, #fa9018); /* BOTTOM layer */

    background-repeat: repeat;  /* repeats the GIF */
    background-size: auto, cover; /* GIF = auto | gradient = cover */
}

.navbar-hris {
    background-color: #fada05;
    border-bottom: 5px solid #10c1f6; /*fada05*/
    min-height: 70px !important;
}

.navbar > .nav > li > a {
    color: #fff;
    transition: transform 0.3s ease;
}

.navbar > .nav > li > a:hover {
    color: #814505;
    background-color: rgba(255, 255, 255, 0.3) !important;
    transform: scale(1.12);
}

.navbar-top-links {
    margin-top: 10px;
}

.navbar-brand {
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
    -webkit-box-shadow: rgba(0,0,0,0.5) 0 1px 2px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 70px;
    padding: 0 15px;
    background: #fff;
}

.navbar-brand .logo {
    position: relative;
    top: 25%;
    max-width: 225px;
    z-index: 2;
}

/*.navbar-brand .logo {*/
    /*position: relative;*/
    /*top: 25%;*/
    /*max-width: 225px;*/
    /*z-index: 2;*/
/*}*/

.navbar-brand .logo_true {
    position: relative;
    top: 25%;
    max-width: 225px;
    z-index: 2;
}

.navbar-brand .logo-bottom-curve {
    border-bottom: 1px solid #bfbfbf;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    -moz-box-shadow: rgba(0,0,0,0.1) 0 1px 0,rgba(0,0,0,0.05) 0 -1px 1px 0 inset;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 1px 0,rgba(0,0,0,0.05) 0 -1px 1px 0 inset;
    box-shadow: rgba(0,0,0,0.1) 0 1px 0,rgba(0,0,0,0.05) 0 -1px 1px 0 inset;
    position: absolute;
    right: 0;
    bottom: -14px;
    left: 0;
    height: 15px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background: #fff;
    z-index: 2;
}

a.navbar-brand:hover {
    background-color: #fff !important;
}

.sidebar {
    margin-top: 75px;
}

@media only screen and (max-width: 767px){
    .sidebar {
        margin-top: 0px;
    }
    .navbar-brand {
        -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
        -webkit-box-shadow: rgba(0,0,0,0.5) 0 1px 2px;
        box-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        height: 30px;
        padding: 0 15px;
        background: #fff;
    }
}

/* LOGIN CSS */
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    padding-top: 100px;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/*
 * Global add-ons
 */
.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
    border: 0;
}

/*
 * Main content
 */
.main {
    padding: 40px;
}

.main legend {
    color: royalblue;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 30px;
    display: flex;
}

.main-content {
    top: 100px;
}

@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.main .page-header {
    margin-top: 0;
}

/*
 * Placeholder dashboard ideas
 */
.placeholders {
    margin-bottom: 30px;
    text-align: center;
}

.placeholders h4 {
    margin-bottom: 0;
}

.placeholder {
    margin-bottom: 20px;
}

.placeholder img {
    display: inline-block;
    border-radius: 50%;
}

.required:after {
    color: red;
    content: "*";
    font-size: 16px;
}

/*
 * Table contents
 */
.link-details:hover {
    white-space: pre-wrap;
    text-decoration: none
}

#files td:not(.ex-css) {
    font-size: 12px;
    word-wrap: break-word;
    word-break: break-all;
}

.wrap {
    word-wrap: break-word;
    word-break: break-all;
    white-space: inherit;
}

td span.details-control {
    cursor: pointer;
}

.badge {
    background-color: #f7bc60 !important;
}

.badgeRed {
    background-color: #f51a09 !important;
}

.copyrighter {
    font-size: 12px;
    color: #808080;
    position: relative;
    text-align: center;
    width: 100%;
}
.w-0 {
    width: 0% !important;
}

.w-1 {
    width: 1% !important;
}

.w-2 {
    width: 2% !important;
}

.w-3 {
    width: 3% !important;
}

.w-4 {
    width: 4% !important;
}

.w-5 {
    width: 5% !important;
}

.w-6 {
    width: 6% !important;
}

.w-7 {
    width: 7% !important;
}

.w-8 {
    width: 8% !important;
}

.w-9 {
    width: 9% !important;
}

.w-10 {
    width: 10% !important;
}
.w-11 {
    width: 11% !important;
}
.w-12 {
    width: 12% !important;
}
.w-13 {
    width: 13% !important;
}
.w-14 {
    width: 14% !important;
}

.w-15 {
    width: 15% !important;
}
.w-16 {
    width: 16% !important;
}
.w-17 {
    width: 17% !important;
}
.w-18 {
    width: 18% !important;
}
.w-19 {
    width: 19% !important;
}

.w-20 {
    width: 20% !important;
}
.w-21 {
    width: 21% !important;
}
.w-22 {
    width: 22% !important;
}
.w-23 {
    width: 23% !important;
}
.w-24 {
    width: 24% !important;
}

.w-25 {
    width: 25% !important;
}
.w-26 {
    width: 26% !important;
}
.w-27 {
    width: 27% !important;
}
.w-28 {
    width: 28% !important;
}
.w-29 {
    width: 29% !important;
}

.w-30 {
    width: 30% !important;
}
.w-31 {
    width: 31% !important;
}
.w-32 {
    width: 32% !important;
}
.w-33 {
    width: 33% !important;
}
.w-34 {
    width: 34% !important;
}

.w-35 {
    width: 35% !important;
}
.w-36 {
    width: 36% !important;
}
.w-37 {
    width: 37% !important;
}
.w-38 {
    width: 38% !important;
}
.w-39 {
    width: 39% !important;
}

.w-40 {
    width: 40% !important;
}
.w-41 {
    width: 41% !important;
}
.w-42 {
    width: 42% !important;
}
.w-43 {
    width: 43% !important;
}
.w-44 {
    width: 44% !important;
}

.w-45 {
    width: 45% !important;
}
.w-46 {
    width: 46% !important;
}
.w-47 {
    width: 47% !important;
}
.w-48 {
    width: 48% !important;
}
.w-49 {
    width: 49% !important;
}

.w-50 {
    width: 50% !important;
}
.w-51 {
    width: 51% !important;
}
.w-52 {
    width: 52% !important;
}
.w-53 {
    width: 53% !important;
}
.w-54 {
    width: 54% !important;
}

.w-55 {
    width: 55% !important;
}
.w-56 {
    width: 56% !important;
}
.w-57 {
    width: 57% !important;
}
.w-58 {
    width: 58% !important;
}
.w-59 {
    width: 59% !important;
}

.w-60 {
    width: 60% !important;
}
.w-61 {
    width: 61% !important;
}
.w-62 {
    width: 62% !important;
}
.w-63 {
    width: 63% !important;
}
.w-64 {
    width: 64% !important;
}

.w-65 {
    width: 65% !important;
}
.w-66 {
    width: 66% !important;
}
.w-67 {
    width: 67% !important;
}
.w-68 {
    width: 68% !important;
}
.w-69 {
    width: 69% !important;
}

.w-70 {
    width: 70% !important;
}
.w-71 {
    width: 71% !important;
}
.w-72 {
    width: 72% !important;
}
.w-73 {
    width: 73% !important;
}
.w-74 {
    width: 74% !important;
}

.w-75 {
    width: 75% !important;
}
.w-76 {
    width: 76% !important;
}
.w-77 {
    width: 77% !important;
}
.w-78 {
    width: 78% !important;
}
.w-79 {
    width: 79% !important;
}

.w-80 {
    width: 80% !important;
}
.w-81 {
    width: 81% !important;
}
.w-82 {
    width: 82% !important;
}
.w-83 {
    width: 83% !important;
}
.w-84 {
    width: 84% !important;
}

.w-85 {
    width: 85% !important;
}
.w-86 {
    width: 86% !important;
}
.w-87 {
    width: 87% !important;
}
.w-88 {
    width: 88% !important;
}
.w-89 {
    width: 89% !important;
}
.w-90 {
    width: 90% !important;
}
.w-91 {
    width: 91% !important;
}
.w-92 {
    width: 92% !important;
}
.w-93 {
    width: 93% !important;
}
.w-94 {
    width: 94% !important;
}

.w-95 {
    width: 95% !important;
}
.w-96 {
    width: 96% !important;
}
.w-97 {
    width: 97% !important;
}
.w-98 {
    width: 98% !important;
}
.w-99 {
    width: 99% !important;
}
.w-100 {
    width: 100% !important;
}
.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}



.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.73em;
    margin-bottom: 0.125rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.73em;
}

.form-check-input {
    width: 1.23em;
    height: 1.23em;
    margin-top: 0.135em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    appearance: none;
    color-adjust: exact;
    transition: background-color 0.25s ease, border-color 0.25s ease, background-position 0.15s ease-in-out, opacity 0.15s ease-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-check-input {
        transition: none;
    }
}

.form-check-input[type="checkbox"] {
    border-radius: 0.35rem;
}

.form-check-input[type="radio"] {
    border-radius: 50%;
}

.form-check-input:active {
    filter: brightness(99%);
}

.form-check-input:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: transparent;
    border-color: transparent;
}

.form-check-input:checked[type="checkbox"] {
    background-image: linear-gradient(310deg, #141727 0%, #3A416F 100%);
}

.form-check-input:checked[type="radio"] {
    background-image: linear-gradient(310deg, #141727 0%, #3A416F 100%);
}

.form-check-input[type="checkbox"]:indeterminate {
    background-color: #cb0c9f;
    border-color: #cb0c9f;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    opacity: 0.5;
}

.form-switch {
    padding-left: 3rem;
}

.form-switch .form-check-input {
    width: 2.5rem;
    margin-left: -3rem;
    background-image: none;
    background-position: left center;
    border-radius: 2.5rem;
    transition: background-color 0.25s ease, border-color 0.25s ease, background-position 0.15s ease-in-out, opacity 0.15s ease-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}

.form-switch .form-check-input:focus {
    background-image: none;
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: none;
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}





.form-check:not(.form-switch) .form-check-input[type="checkbox"],
.form-check:not(.form-switch) .form-check-input[type="radio"] {
    border: 1px solid #cbd3da;
    margin-top: 0.25rem;
    position: relative;
}

.form-check:not(.form-switch) .form-check-input[type="checkbox"]:checked,
.form-check:not(.form-switch) .form-check-input[type="radio"]:checked {
    border: 0;
}

.form-check:not(.form-switch) .form-check-input[type="checkbox"]:after {
    transition: opacity 0.25s ease-in-out;
    font-family: "FontAwesome";
    content: "\f00c";
    width: 100%;
    height: 100%;
    color: #fff;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.67rem;
    opacity: 0;
}

.form-check:not(.form-switch) .form-check-input[type="checkbox"]:checked:after {
    opacity: 1;
}

.form-check:not(.form-switch) .form-check-input[type="radio"] {
    transition: border 0s;
}

.form-check:not(.form-switch) .form-check-input[type="radio"]:after {
    transition: opacity 0.25s ease-in-out;
    content: "";
    position: absolute;
    width: 0.4375rem;
    height: 0.4375rem;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
}

.form-check:not(.form-switch) .form-check-input[type="radio"]:checked {
    padding: 6px;
}

.form-check:not(.form-switch) .form-check-input[type="radio"]:checked:after {
    opacity: 1;
}

.form-check-label,
.form-check-input[type="checkbox"] {
    cursor: pointer;
}

.form-check-label {
    font-size: 1.2rem;
    font-weight: 400;
}

.form-check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-switch .form-check-input {
    border: 1px solid #e9ecef;
    position: relative;
    background-color: rgba(58, 65, 111, 0.1);
    height: 1.25em;
}

.form-switch .form-check-input:after {
    transition: transform 0.25s ease-in-out, background-color 0.25s ease-in-out;
    content: "";
    width: 1rem;
    height: 1.2rem;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    transform: translateX(1px);
    box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(20, 20, 20, 0.12), 0 0.125rem 0.25rem -0.0625rem rgba(20, 20, 20, 0.07);
    top: 1px;
}

.form-switch .form-check-input:checked:after {
    transform: translateX(11px);
}

.form-switch .form-check-input:checked {
    border-color: rgba(58, 65, 111, 0.95);
    background-color: rgba(58, 65, 111, 0.95);
}

.form-select {
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}



.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1820px;
    }
}



/*------------------------------------------------------*/
/*-------------- FOR FOUNDING ANNIVERSARY --------------*/
/*------------------------------------------------------*/

.cursor-tracker {
    position: fixed;
    top: 0;
    left: 0%;
    z-index: 9999;
    width: 50px;
    height: 50px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s;
}

.tilt-animation {
    animation-name: tilt;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes tilt {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


/*------------------------------------------------------*/
/*-------------------- MOBILE APP CARD -----------------*/
/*------------------------------------------------------*/
.app-card {
    max-width: 420px;
    background-color: #4158D0;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
    color: white;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 20px;
}

.app-card:hover {
    transform: rotateY(10deg) rotateX(10deg) scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.app-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.320, 1);
    z-index: 1;
}

.app-card:hover:before {
    transform: translateX(-100%);
}

.app-card:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.320, 1);
    z-index: 1;
}

.app-card:hover:after {
    transform: translateX(100%);
}

.small-text, .title,.desc {
    font-weight: 600;
}

.app-card-title,.desc {
    margin: 8px 0;
}

.small-text {
    color: rgb(117, 176, 236);
    font-size: 14px;
}

.app-card-title {
    color: #fff;
    font-size: 26px;
    line-height: 26px;
}

.desc {
    color: inherit;
    opacity: 0.8;
    font-size: 14px;
}

/* Existing CSS code */
.app-card-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.app-card-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 6px;
    text-decoration: none;
    /* Add the following lines for button styles */
    box-shadow: 0 3px 5px -1px #88c0ec, 0 2px 4px -1px #6dacec;
    background-color: #488aec;
    color: white; /* Add this line to set the text color to white */
}

/* Add this new rule to apply the hover effect */
.app-card-button:hover {
    background-color: #4dc9f7; /* Change the background color on hover */
    cursor: pointer; /* Change the cursor to a pointer on hover */
}


/*.icon {*/
/*    height: 25px;*/
/*    width: 25px;*/
/*}*/

/*.icon svg {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*.icon svg:last-child {*/
/*    fill: #000*/
/*}*/

.button-text {
    display: flex;
    flex-direction: column;
    margin-left: 8px;
}

.button-text span:first-child {
    font-size: 12px;
    font-weight: 600;
}

.google span:first-child {
    color: #ffffff;
}

.apple span:first-child {
    color: rgb(81 87 108);
}

.google span:last-child {
    color: #fff;
    font-weight: 800;
}

.apple span:last-child {
    color: #000;
    font-weight: 800;
}




/*------------------------------------------------------*/
/*------------- VEHICLE STICKER UATTACHMENT ------------*/
/*------------------------------------------------------*/

.custum-file-upload {
    height: 200px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: space-between;
    gap: 20px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: 2px dashed #cacaca;
    background-color: rgba(255, 255, 255, 1);
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0px 48px 35px -48px rgba(0,0,0,0.1);
}

.custum-file-upload .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custum-file-upload .icon svg {
    height: 80px;
    fill: rgba(75, 85, 99, 1);
}

.custum-file-upload .text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custum-file-upload .text span {
    font-weight: 400;
    color: rgba(75, 85, 99, 1);
}

.custum-file-upload input {
    display: none;
}




/*------------------------------------------------------*/
/*------------------------- MOCKUP ---------------------*/
/*------------------------------------------------------*/
/*.mockup-wrapper {*/
/*    display: flex;*/
/*    height: 90vh;*/
/*    width: 100%;*/
/*    min-height: 600px;*/
/*    max-height: 800px;*/
/*@media (max-width: screen-md) {*/
/*    justify-content: center;*/
/*}*/

/*@media (max-width: screen-sm) {*/
/*    min-height: 400px;*/
/*}*/

/*@media (orientation:landscape) {*/
/*    min-height: inherit;*/
/*}*/


/*}*/

/*.left {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    position: relative;*/
/*    width: 100%;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position: left center;*/
/*    border-bottom-left-radius: 4px;*/
/*    border-top-left-radius: 4px;*/
/*    will-change: width, background-position;*/
/*@media (max-width: $screen-md) {*/
/*    display: none;*/
/*}*/
/*}*/

/*.right {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    text-align: center;*/
/*    flex: 1;*/
/*    height: 100%;*/
/*    position: relative;*/
/*    will-change: width;*/
/*    min-height: 600px;*/
/*@media (max-width: $screen-sm) {*/
/*    min-height: 400px;*/
/*}*/

/*@media (orientation:landscape) {*/
/*    min-height: inherit;*/
/*}*/
/*}*/

/*.rightContent {*/
/*    padding: 50px 50px 25px;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    will-change: opacity, width;*/
/*@media (max-width: $screen-md) {*/
/*    padding: 30px 30px 25px;*/
/*}*/

/*@media (orientation:landscape) {*/
/*    height: auto;*/
/*}*/
/*}*/

/*.rightContentPlans {*/
/*@extend .rightContent;*/
/*    padding: 0;*/
/*@media (max-width: $screen-md) {*/
/*    padding: 30px 0;*/
/*}*/
/*}*/
/*.fullContentPlans {*/
/*@extend .rightContentPlans;*/
/*    width: 100%;*/
/*}*/
/*.imgWrapper {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*.imgOverlayWrapper {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    border-radius: 4px;*/
/*    z-index: 1;*/

/*    will-change: opacity, transform;*/
/*}*/

/*.imgOverlayRelative {*/
/*    position: relative;*/
/*}*/

/*.imgOverlayBadge {*/
/*    position: absolute;*/
/*    top: 5px;*/
/*    left: 5px;*/
/*    height: 20px;*/
/*    width: auto;*/
/*    display: block;*/
/*}*/

/*.imgOverlay {*/
/*    border-radius: 4px;*/
/*}*/



