/* global */

:root {
    --main-color: #ccc;
    --white-color: #fff;
    --sec-color: #002335;
    overflow-x: hidden;
}

[hidden] {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    -webkit-overflow-scrolling: auto;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none !important;
}

.btn:hover {
    color: inherit;
}

a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #002435;
}

a:hover,
a:focus {
    color: var(--main-color);
}

html,
body,
main {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    overflow-x: hidden;
    /* min-height: 100vh; */
    height: 100%;
    /* overflow: hidden; */
    -webkit-overflow-scrolling: auto;
    font-family: 'Lato';
    font-weight: normal;
}

body {
    /* overflow: auto; */
}

.container-fluid {
    max-width: 1800px;
}

.close-button{
    width: 30px;
}

main {
    padding: 0px !important;
    margin: 0px !important;
    font-size: .9rem;
    line-height: 1rem;
    /* min-height: 100vh; */
    color: var(--main-color);
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    font-family: open sans condensed, sans-serif;
    /* font-family: 'Cairo', sans-serif;
    font-family: 'Lato', sans-serif; */
    font-family: 'Lato';
}

.error-validate {
    color: red;
    font-size: 13px;
    line-height: .71rem;
    position: absolute;
    left: 0;
    top: calc(100% + .1rem);
}

.back-validation {
    color: red;
    /*font-size: .8rem;*/
    line-height: .81rem;
    position: absolute;
    left: 0;
    top: calc(100% + .1rem);
    display: none;
}

#addScenario-form .back-validation {
    color: red;
    /*font-size: .8rem;*/
    line-height: .81rem;
    position: relative;
    left: 0;
    top: calc(100% + .1rem);
    display: none;
}

.form-group {
    position: relative;
}

.form-label {
    color: var(--sec-color);
    font-size: 1rem;
}

.input-bg {
    background-color: #B6C4CC !important;
    color: var(--sec-color);
    padding-left: 35px;
}

.login-icon {
    top: 65%;
    left: 12px;
    transform: translateY(-35%);
}

.register-icon {
    /* top: 37px; */
    left: 22px;
    width: 18px;
    top: 50%;
    transform: translateY(10%);
}

.register-select-icon {
    /* top: 37px; */
    top: 60%;
    left: 22px;
    width: 18px;
    transform: translateY(-40%);
}

.hereby-sec {
    color: #002435;
    font-size: 15px;
    font-weight: 700;
}

.right-section {
    background-image: url(../images/login_bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
}

.w-fit {
    width: fit-content !important;
}

.login-circle {
    /*top: 32px;*/
    /*right: 4vw;*/
    margin-left: 80px;
    margin-bottom: 54px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--sec-color);
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--sec-color);
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--sec-color);
}

.reset-text-box {
    margin-top: 35px;
}

.reset-title,
.reset-desc {
    color: var(--white-color) !important;
}

.reset-desc {
    font-size: 18px;
    margin-top: 10px;
}

.email_reset_icon {
    top: 65%;
    left: 12px;
    width: 20px;
    transform: translateY(-35%);
}

.close_reset_icon {
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.btn-submit {
    color: var(--sec-color);
    background-color: #FEC652;
    text-align: center;
    /* font-family: 'Poppins-SemiBold'; */
    font-family: 'Lato';
    font-weight: bold;
}

a:link {
    text-decoration: none;
}

.btn-submit:hover {
    color: #FFF;
}

.rounded-borded {
    border-radius: 5px;
}

.leaf {
    max-width: 200px;
}

.sub-title {
    color: #002435;
    font-size: 1.1rem;
    line-height: 1.2rem;
    font-weight: 600;
    display: block;
}


/* scrollbar */


/* Track */

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #c5c5c5;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #002435;
}

html {
    scrollbar-color: #002435 #c5c5c5;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #002435;
}

.form-control {
    font-size: .9rem;
    height: 45px;

    background-color: #B6C4CC;
}

.main-title {
    color: #002435;
    font-size: 1.7rem;
    line-height: 1.8rem;
    margin-bottom: 0;
    font-family: 'Lato';
    font-weight: bold;
}

.main-btn,
.main-btn:focus,
.main-btn:hover {
    background: #FEC652;
    color: #002435 !important;
    border-radius: 5px;
    outline: 0;
    text-align: center;
    text-decoration: none;
    font-family: 'Lato-Regular';
    width: 110px !important;
    border: none;
    /* margin-bottom: 1rem; */
}

/*.main-btn:focus,*/
/*.main-btn:hover {*/
/*    background: #FEC652;*/
/*    color: #002435;*/
/*    border: 1.5px solid #FEC652;*/
/*    border-radius: 5px;*/
/*    outline: 0;*/
/*    text-align: center;*/
/*    text-decoration: none;*/
/*     font-family: 'Lato-Regular';*/
/*    width: 120px !important;*/
/*    box-shadow: none;*/
/*}*/

.pad-left {
    /*padding-left: calc(120px + 2rem);*/
    /*padding-left: 12px;*/
}

.badge-notify {
    background: red;
    position: relative;
    left: 11px;
}

.badge {
    display: inline-block;
    padding: 0.3em .5em;
    font-size: .6em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1.25rem;
}

.btn .badge {
    position: absolute;
    top: 0px;
    left: 16px;
}


/* notifications */

.notification {
    height: 40px;
    position: relative;
}

.notigication_dropdown {
    position: absolute;
    right: 22px;
    top: 45px;
    width: 450px;
    background-color: #fcfcfc;
    color: #333;
    /*border-radius: 2rem;*/
    box-shadow: 1px 1px 9px 0px #ccc;
    display: none;
    z-index: 99999;
    /*border-top-right-radius: 0;*/
    /*border-bottom-left-radius: 0;*/
}

.notification .not-head h3 {
    font-size: 1.1rem;
    line-height: 1.2rem;
    text-align: center;
    padding: 1rem;
    margin-bottom: 0;
    border-bottom: 1px solid #e8e8e8;
}

.notification .notification-time {
    width: 110px;
    text-align: right;
    font-size: .7rem;
    line-height: .7rem;
}

.notification h4 {
    font-size: .9rem;
    line-height: 1rem;
}

.notification ul {
    list-style: none;
    max-height: 250px;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    background: #EBF4F8;
}

.notification ul li a {
    display: flex;
    text-decoration: none;
    justify-content: space-between;
    padding: .7rem;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    font-size: .7rem;
    line-height: .7rem;
}

.notification ul li a.not_read {
    background-color: #E8E8E8;
    border-bottom: 1px solid #e0e0e0;
}

.notification ul li a:hover {
    background-color: #E8E8E8;
}


.notification ul li a .notification-description {
    color: #8d8d8d;
    /*font-size: .8rem;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
}

.notification .see_all {
    padding: 1.3rem .7rem;
    box-shadow: 0px 0px 5px -1px #ccc;
    background: #ffffff;
    color: #333;
    border-bottom-left-radius: 0;
    /*border-bottom-right-radius: 2rem;*/
}

.notification .see_all a {
    color: #333;
    font-size: 15px;
}


/* modal style */

.modal-content {
    background: #154351;
    border: 0;
    border-radius: 7px;
    padding: .5rem 1rem;
}

.modal-footer {
    border-top: 0;
    margin-top: -20px;
}

.select2-container--default .select2-selection--multiple {
    background-color: #B6C4CC !important;
    height: 45px !important;
    border: 1px solid #ced4da !important;
    padding-top: 5px;
    padding-left: 32px;
}


.modal-header {
    border-bottom: 2px solid #577589;
    margin-bottom: 1rem;
    padding: 1rem 1rem;
}

.modal-content .btn {
    max-width: 150px;
    width: 100%;
}

.modal-content .close-btn {
    background: #646464;
}

.modal-title {
    color: #0F4185;
    font-family: 'Lato';
    font-weight: bold;
}

.modal.pushed_message .message-description {
    overflow-y: auto;
    max-height: 180px;
}

.alert-info {
    position: fixed;
    right: 0;
    top: 15%;
    /* bottom: 0; */
    max-width: 360px;
    height: fit-content;
    transform: translateX(0);
    animation: trnsalteBottom 1.2s;
    color: #FFF;
    background: #002435;
    border: #CCC;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999999;
}

.close__custom_alertpopup {
    display: none;
}

.alert-info p {
    text-align: center;
    margin-bottom: 0;
}

.alert-info .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: 1;

}


@keyframes trnsalteBottom {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

/*end global styles*/


/* header  */

header {
    padding: 1rem;
    padding-top: 2rem;
}


/* login page  */

#login,
#register,
#resetPassword {
    background-image: url(../media/images/login-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
}

#login-form .form-control,
#login-form .btn-submit,
#resetPassword .form-control,
#resetPassword .btn-submit,
#register .form-control,
#register .btn-submit,
.Competition-actions .form-control {
    border-radius: .3rem;
}

#register .chosen-container-multi .chosen-choices {
    border-radius: .3rem;
}

.login-page,
.resetPassword-page {
    color: var(--white-color);
    height: 100%;
}
.login-container{
    height: 100%;
}
.login-page .right-sec,
.resetPassword-page .right-sec {
    max-width: 580px;
    margin: 0 auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.login-page .left-sec,
.resetPassword-page .left-sec {
    /*padding-right: 1rem;*/
    padding-top: 6rem;
    margin-left: 4rem;

}

.login-page .forget-pass {
    background: transparent;
}

.login-page .or-register {
    color: var(--sec-color);
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    /*font-size: .8rem;*/

}

.register-color {
    color: #ED3367 !important;
    margin-left: 6px;
}

.img-fit {
    object-fit: cover;

}

.full-h {
    height: 100%;
}

.login-page h2 {
    color: #002335;
    margin: .5rem auto;
    width: 200px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Lato-Bold';
}

.resetPassword-page h2 {
    color: var(--sec-color);
    margin: .5rem auto;
    width: 280px;
    text-align: center;
}

.login-page h2:after {
    content: '';
    width: calc(50% - 110px);
    position: absolute;
    right: 0;
    top: 50%;
    height: 2px;
    background-color: var(--sec-color);
}

.resetPassword-page h2:after {
    content: '';
    width: calc(50% - 145px);
    position: absolute;
    right: 0;
    top: 50%;
    height: 2px;
    background-color: #002335;
}

.login-page h2:before {
    content: '';
    width: calc(50% - 110px);
    position: absolute;
    left: 0;
    top: 50%;
    height: 2px;
    background-color: #002335;
}

.registeration-page h2:before {
    width: calc(50% - 145px);
}

.registeration-page h2:after {
    width: calc(50% - 145px);
}

.resetPassword-page h2:before {
    content: '';
    width: calc(50% - 145px);
    position: absolute;
    left: 0;
    top: 50%;
    height: 2px;
    background-color: var(--sec-color);
}

.login-page .forgetPass-btn {
    color: #002335;
    background: none;
    outline: none;
    border: none;
    box-shadow: none;
    padding: 0;
    /*font-size: .8rem;*/
}


.login-page .forgetPass-btn:focus,
.login-page .forgetPass-btn:hover {
    color: #002335;
    outline: 0;
    border: none;
    box-shadow: none;
    background: none;
}

.btn-submit {
    width: 100%;
    margin-top: .3rem;
    padding-top: .4rem;
    padding-bottom: .3rem;
    height: 40px;
}

/* start-page */

.start-page {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../media/images/start-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    display: block;
}

.start-page .start-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.start-page .start-container .iplan-text {
    margin-left: 14%;
    margin-bottom: auto;
    max-width: 480px;
    width: 34%;
}


/* Register Page */

#register {
    justify-content: flex-start;
}

.register-page {
    padding-top: 3rem;
}

.register-page .or-login {
    color: #FFF;
}

.register-page h2 {
    color: var(--sec-color);
    margin: .5rem auto;
    text-align: left;
}

.chosen-container {
    max-width: 100%;
}

.chosen-container-multi .chosen-choices {
    width: 100%;
    padding: .1rem .75rem;
    /*font-size: .8rem;*/
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 2.2rem;
    overflow-x: hidden;
    overflow-y: auto;

    height: 45px;
    background: #B6C4CC !important;
    display: flex;
    justify-content: start;
    align-items: center;
}

.chosen-container-multi .chosen-choices li.search-choice {
    border: 1px solid #ced4da;
    border-radius: 10px;
}

.register-page .iplan-txt {
    max-width: 600px;
    width: 60%;
}

.as_manager .form-check-input:checked {
    background-color: #bdbe3e;
    border-color: #bdbe3e;
}

.register-page .reg-form .left-sec,
.register-page .reg-form .right-sec {
    max-width: 650px;
    width: 90%;
}

.register-page .reg-form .right-sec {
    margin-left: auto;
    padding-right: 1rem;
}

.register-page .reg-form {
    position: relative;
}

.register-page .reg-form label {
    color: #FFF;
    font-size: .9rem;
    line-height: 1rem;
    padding-top: .1rem;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    color: #6c757d;
}

.register-page .reg-form select,
option {
    -webkit-appearance: none;
    color: #6c757d;
}

.selectBox {
    position: relative;
    display: block;
}

.selectBox select {
    padding-right: 15px;
}

/* .selectBox:after {
    content: '>';
    color: #495057;
    transform: rotate(90deg);
    right: 0;
    top: 0;
    height: 26px;
    font-weight: bold;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
    font-family: 'Nexa';
    font-size: 20px;
} */

.register-page .reg-form:after {
    content: '';
    position: absolute;
    right: 0;
    top: -70px;
    width: calc(100% - 150px);
    height: 1px;
    border-top: 1px solid #FFF;
}

.register-page .reg-form:before {
    content: '';
    position: absolute;
    right: 0;
    top: -70px;
    width: 1px;
    height: calc(100% + 70px);
    border-right: 1px solid #FFF;
}

.register-page .register-btn {
    font-weight: bold;
    font-size: .9rem;
}


/* Sidebar */

.main-page {
    height: calc(100% - 75px);
    width: 100%;
}

.main-page>section.tab-pane {
    /* padding-right: 2rem; */
    overflow-y: auto;
    position: relative;
    overflow-x: hidden;
}

.main-page .side-bar {
    /*position: fixed;*/
    left: 0;
    top: 0;
    /* min-height: 100vh; */
    height: 100%;
    /* width: 120px; */
    width: 220px;
    /*background-image: linear-gradient(180deg, #031850, #0999bd);*/
    background: #002435;
    /*padding-top: 1.5rem;*/
    /* padding-bottom: 1rem; */
    /*border-top-right-radius: 30px;*/
    /*border-bottom-right-radius: 30px;*/
}

.main-page .side-bar .role-title {
    color: #bdbe3e !important;
    font-weight: bold;
    display: block;
    font-size: 11px;
    margin-top: 5px;
}

.main-page .scenarios {
    height: 100%;
    /*padding-left: calc(120px + 2rem);*/
    /*background-image: url(../../assets/images/admin_bg.svg);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    width: 100%;
    /* min-height: 100vh; */
    /* padding-bottom: .5rem; */
}

.main-page .Competition {
    height: 100%;
    /*padding-left: calc(120px + 2rem);*/
    background-image: url(../../assets/images/admin_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: 100%;
    /* min-height: 100vh; */
    padding-bottom: .5rem;
}

.main-page .user-training {
    /*background-image: linear-gradient(#FFF, #91c7d6) !important;*/
}

.main-page .side-bar .nav-link {
    text-align: center;
    color: #FFF;
    font-size: .8rem;
    line-height: 2.7rem;
}

.side-bar .nav-link:focus {
    border: none;
    outline: none;
}

.main-page .side-bar .profile-name {
    margin-bottom: 1.6rem;
    display: flex;
    justify-content: center;
    background: white;
    height: 76px;
}

.main-page .side-bar .nav-link .tab-icon {
    margin-bottom: .4rem;
}

.main-page .side-bar .nav-link .icon-active {
    display: none;
}

.main-page .side-bar .nav-link.active img,
.main-page .side-bar .show>.nav-link img {
    display: none;
}

.main-page .side-bar .nav-link.active .icon-active,
.main-page .side-bar .show>.nav-link .icon-active {
    display: block;
    margin: 0 auto;
}

.main-page .side-bar .nav-link.active,
.main-page .side-bar .show>.nav-link {
    background: transparent;
    color: #bdbe3e;
}

.leftSide-tabs {
    /* height: calc(100% - 125px); */
    overflow-y: auto;
    padding: 0 5px;
}

.modal-body {
    color: #fff;
    overflow: auto;
    max-height: 60vh;
    padding-left: 1rem;
    padding-top: 0;
}


/* Start scenarios and competition section */

.head button {
    padding-top: 2px;
    padding-left: 8px;
    font-size: 1.2rem;
    height: 35px;
    margin: 0px 5px;
    text-align: center;
    width: 50px;
}

.fa-bell {
    font-size: 27px;
}

#notification {
    color: #002435;
}

#notification:focus {
    outline: 0;
    box-shadow: none !important;
}

.top-settings {
    background: #ffffff;
    height: 75px;
    font-size: 16px;
    box-shadow: 6px -2px 3px 1px #6a6a6a !important;
}

.role-text {
    color: #002435;
    margin-left: 7px;
}


.search button {
    border: none;
    margin-top: 17px;
    background: transparent;
}

input.form-control {
    background: #B6C4CC !important;
}

input.form-control:focus {
    color: #212529;
    background-color: #B6C4CC !important;
    border-color: #B6C4CC;
    outline: 0;
    box-shadow: none;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.search button:hover {
    color: #fff;
}

.top-settings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
}

.Competition .inner-nav,
.scenarios .inner-nav {
    overflow-y: auto;
    min-height: 85vh;
    height: 85vh;
}

.Competition .Competition-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    height: 18vh;
}

.Competition .card,
.scenarios .card {
    background-clip: border-box;
    border: none;
    border-radius: 5px;
    height: 100%;
    background-color: #0036558c;
    /* background-color: #577589; */
}

.Competition .card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
}

.Competition .card-title,
.scenarios .card-title {
    color: #ffffff;
    font-size: 15px;
    line-height: 21px;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: .3rem;
    font-weight: 600;
}

.Competition .type,
.scenarios .date {
    color: #0F4682;
    /*font-weight: bold;*/
    font-size: 14px;
}

.Competition .team-count,
.scenarios .team-count {
    color: #0F4682;
    font-size: 14px;
}

.Competition .card-body button,
.scenarios .card-body button,
.Competition .card-body a.btn,
.scenarios .card-body a.btn {
    padding: 2px 5px;
    border-radius: 50%;
    color: #fff;
    font-size: .8em;
    padding-top: 4px;
    text-decoration: none;
    cursor: pointer;
}

.Competition .card-body button.btn.disabled,
.scenarios .card-body button.btn.disabled {
    background-color: #CCC;
    display: none;
}

.Competition .view-btn,
.Competition .view-btn:hover,
.Competition .view-btn:active,
.scenarios .view-btn,
.scenarios .view-btn:hover,
.scenarios .view-btn:active,
.training-list .view-btn,
.training-list .view-btn:hover,
.training-list .view-btn:active {
    background-color: #E9EEEF;
    color: #002435 !important;
}

.edit-btn,
.edit-btn:hover,
.edit-btn:active,
.edit-btn:focus {
    /*background-color: #FEC652 !important;*/
    color: #ffffff !important;
}

.delete-btn,
.delete-btn:hover,
.delete-btn:active,
.delete-btn:focus {
    /*background-color: #002435 !important;*/
    color: #ffffff !important;
}

.send-request-btn {
    background-color: #0F4185;
    position: relative;
}

.pending-btn {
    background-color: #ccc;
    position: relative;
}

#sendEmail {
    padding-left: 40px;
}


.btn-tooltip .tooltiptext {
    visibility: hidden;
    width: 90px;
    background-color: rgba(15, 65, 133, .83);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -45px;
    opacity: 0;
    transition: opacity .3s;
    font-size: .55rem;
}

.btn-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(15, 65, 133, .83) transparent transparent transparent;
}

.btn-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.Competition .right-doc,
.training-list .right-doc,
.scenarios .right-doc {
    width: 218px;
    max-width: 15%;
    position: absolute;
    bottom: 0px;
    max-height: 80vh;
}

.Competition .Competition-list,
.scenarios .scenarios-list {
    padding: 1rem 0 0;
    /* max-height: 65vh; */
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.Competition .add-Competition-btn,
.scenarios .add-scenario-btn,
.add-brand-btn {
    width: 225px;
    border-radius: 5px;
    outline: 0;
    color: #002435;
    text-align: center;
    text-decoration: none;
    background: #FEC652;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
    border: none;
}

.Competition .Competition-actions>div,
.scenarios .scenario-actions>div {
    /*padding-top: .2rem;*/
    /*padding-bottom: .2rem;*/
    /*width: calc(105% / 6);*/
}

.Competition .Competition-actions>div.search,
.scenarios .scenario-actions>div.search {
    /* width: 5%; */
}

.scenarios .scenarios-list .scenario-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 18vh;
}

/* End secnarios */


/* Start add-secnarios */

.add-scenarios,
.main-page .view-competition,
.main-page .user-view {
    height: 100%;
    /*background-image: linear-gradient(#FFF, #91c7d6);*/
    width: 100%;
    /* min-height: 100vh; */
    padding-bottom: 1.5rem;
    /*padding-right: 2rem;*/
    overflow: hidden;
    overflow-y: auto;
}

.main-page .view-competition #img-result,
.main-page .user-view #img-result {
    max-height: 70vh;
    overflow-y: auto;
    direction: rtl;
    padding-left: 1rem;
}

.add-scenarios .error-message {
    padding: .4rem 0;
    padding-left: 30px;
}

.lg-outer .lg-inner {
    background-color: #0c0c0c;
}

.add-scenarios .add-scenario-head {
    display: flex;
    align-items: center;
    padding: 0 0 .5rem 0;
    padding-right: 1rem;
}

.add-scenarios .add-scenario-head .line {
    height: 2px;
    width: 100%;
    background-color: #CCC;
}

.head-line {
    height: 1px;
    background-color: #333;
    width: calc(100% - 440px);
}

.add-scenarios .main-btn {
    width: 200px;
    position: relative;
    z-index: 2;
}

.add-scenarios .next-step {
    display: block;
}

.add-scenarios .back-step {
    display: none;
    margin-bottom: .5rem;
    background: #ffedc8;
    border: 1px solid #fec652;
}

.add-scenarios .save-scenario {
    margin-left: .5rem;
    margin-bottom: .5rem;
    /*width: 190px !important;*/
    background: #FEC652;
    color: white;
}

.add-scenarios .preview-scenario,
.add-scenarios .preview-scenario:hover {
    background: none;
    border: none;
    margin-bottom: .5rem;
    position: absolute;
    top: -2rem;
    right: 20rem;
    width: fit-content !important;
    cursor: pointer;
    height: 52px;
}


/*start  previewScenario-popup*/

.previewScenario-popup .scenario_type {
    max-width: 100%;
    width: 95%;
    overflow: hidden;
    overflow-x: auto;
    display: flex;
    justify-content: flex-start;
    scrollbar-width: thin;
}

.previewScenario-popup .scenario_type>div {
    min-width: calc(100% / 5);
    width: calc(100% / 5);
    padding: 0 .5rem;
    padding-left: 0;
}

.previewScenario-popup .img-body {
    background-color: #FFF;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: .6rem;
    border-radius: .6rem;
    overflow: hidden;
}

.previewScenario-popup .img-body img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/*end  previewScenario-popup*/

.add-scenarios .scenario-step {
    display: none;
}

.add-scenarios .scenario-step .left-side-con {
    width: 100%;
    overflow-y: auto;
    /* direction: rtl; */
    height: 50vh;
    margin-left: 15px;
    position: absolute;
    scrollbar-width: thin;
    overflow-x: hidden;
}

.add-scenarios .scenario-step .left-side-con #img-result {
    width: 100%;
    margin-right: auto;
    overflow: visible;
    flex: 0 0 auto;
    width: 14.666667%;
    direction: ltr;
    height: 100%;
}

.add-scenarios .scenario-step .left-side-con #lightgallery {
    height: 100%;
}

/* user start training */
.user-view .left-side-con {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    /* direction: rtl; */
    height: 70vh;
    /* margin-left: 15px; */
    scrollbar-width: thin;
    position: absolute;
}

.user-view .left-side-con #img-result {
    width: 100%;
    margin-right: auto;
    overflow: visible;
    flex: 0 0 auto;
    /* width: 16.6666666667%; */
    direction: ltr;
    height: 100%;
}

.user-view .left-side-con #lightgallery {
    height: 100%;
    overflow-x: hidden;
}


.add-scenarios .scenario-step.active {
    display: block;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
}

.select2-results__option--selectable {
    width: 100%;
    text-align: left;
}

.scrollBtn {
    display: none;
    color: #0F4185;
}

.scrollBtn:focus {
    box-shadow: none !important;
    outline: 0;
    color: #BDBE3E !important;
}

.add-scenarios .content {
    /* overflow-y: auto; */
    padding-top: 1rem;
    padding-bottom: 1rem;
    scrollbar-width: thin;
}

.add-scenarios .content .left-sec,
.add-scenarios .content .right-sec {
    padding-top: .6rem;
}

.add-scenarios .sub-title {
    color: #002435;
    ;
    font-size: 1.1rem;
    line-height: 1.2rem;
    font-weight: 500;
}

.add-scenarios .addScenario-name,
.add-scenarios .addBrand-name {
    /*max-width: 300px;*/
}

#slides-container {
    padding: 0;
    /* max-height: 360px;
    overflow-y: auto;
    scrollbar-width: thin; */
}

#slides-container li img {
    /*border: 0 !important;*/
    border: 2px solid #c1c1c1 !important;
    margin: 3px;
    width: 84px;
}

#slides-container .delete-slide-btn {
    background: none;
    border: 0;
    outline: 0;

}

#slides-container .delete-slide-btn i {
    color: #ff0000;
    /*background: #FFF;*/
    border-radius: 50%;
}

.view-scenario .row p:not(.sub-title) {
    color: #212529;
}

.main-page .Competition .select2-selection__rendered {
    display: flex !important;
    overflow: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 0;
    scrollbar-width: thin;
}

.main-page .Competition .select2-container--default.select2-container--focus .select2-selection--multiple {
    display: flex;
}


/*
.add-scenarios .dropify-wrapper {
border-radius: 20px;
} */
.add-scenarios .dropify-wrapper.touch-fallback {
    min-height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.add-scenarios .dropify-wrapper .dropify-message img {
    width: 40%;
    min-width: 100px;
}

.add-scenarios .mce-tinymce {
    height: 310px;
}


/* End add-secnarios */


/* start settings */

.main-page .settings {
    height: 100%;
    /*padding-left: calc(120px + 2rem);*/
    /*background-image: linear-gradient(#FFF, #91c7d6);*/
    background-image: none;
    width: 100%;
    /* min-height: 100vh; */
    padding-bottom: .5rem;
}

.settings .list-group-item {
    position: relative;
    display: block;
    padding: 1.2rem 1rem;
    text-decoration: none;
    background-color: transparent;
    border-bottom: 1px solid #d4d4d4;
    color: #0F4185;
    font-size: 20px;
    font-weight: bold;
}

.settings .list-group-item a {
    color: #577589;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    display: block;
    cursor: default;
    border-left: 3px solid #002435;
    padding-left: 9px;
    padding-top: 5px;
    height: 25px;
}


/* end settings */


/* start notification-page */

.main-page .notification-page {
    height: 100%;
    /*padding-left: calc(120px + 2rem);*/
    background-image: linear-gradient(#FFF, #91c7d6);
    width: 100%;
    /* min-height: 100vh; */
    padding-bottom: .5rem;
}

.notification-page h4 {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 600;
}

.notification-page .sub-title {
    font-size: 1rem;
    line-height: 1.1rem;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.notification-page .sub-title span.line {
    height: 2px;
    width: 100%;
    background-color: #CCC;
    margin-left: 1rem;
}

.notification-page .old.sub-title span:first-child {
    width: 100px;
}

.notification-page ul.new-notifications {
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 70vh;
    overflow-y: auto;
    scrollbar-width: thin;
}

.notification-page ul li {
    padding: 0;
    padding-left: .5rem;
}

.notification-page ul li a {
    display: flex;
    text-decoration: none;
    justify-content: space-between;
    padding: .5rem 1rem;
    color: #002435;
    border-bottom: 1px solid #e9e9e9;
    opacity: .8;
    background: #eef5f8;
}

.new-notifications::-webkit-scrollbar {
    width: 3px !important;
    height: 0;
    -webkit-overflow-scrolling: auto;
    scrollbar-width: thin;
}


/*.notification-page ul li a:hover {*/
/*    opacity: 1;*/
/*    background: rgba(255, 255, 255, .3);*/
/*}*/

.notification-page ul li a.unseen {
    background: #EBF4F8;
    color: #002435;
    font-weight: bolder;
}

.notification-page ul li a .notification-description {
    color: #8d8d8d;
    /*font-size: .8rem;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    scrollbar-width: thin;
}

.notification-page .not-head h3 {
    font-size: 1.1rem;
    line-height: 1.2rem;
    text-align: center;
    padding: 1rem;
    margin-bottom: 0;
    border-bottom: 1px solid #CCC;
}

.notification-page .notification-time {
    width: 110px;
    text-align: right;
    font-size: .7rem;
    line-height: .7rem;
}


/* end notification-page */


/* start users-list */


.users-list img.doc-right {
    position: absolute;
    bottom: 0;
}

.users-list .users-list-table {
    height: calc(100vh - 300px);
    background: rgba(255, 255, 255, .5);
    border-radius: 25px;
    /* margin-top: 1rem; */
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.users-list .users-list-table .users-list-container {
    position: absolute;
    top: 0;
    bottom: 0;
    /*margin: auto;*/
    /*height: calc(100% - 3rem);*/
    /*overflow: hidden;*/
    /*overflow-y: auto;*/
    /*width: 100%;*/
    /*padding: 1rem;*/
    /*padding-left: 2rem;*/
}

.users-list .table button {
    padding: 2px 5px;
    border-radius: 50px;
    color: #fff;
    font-size: .8em;
}

.users-list .table thead th {
    border: 0;
    color: #0F4185;
}

.users-list .add-user-btn {
    width: 200px;
    margin-left: auto;
}

.users-list .download-btn {
    width: 100%;
    max-width: 200px;
}

/* end users-list */


/* start brands-list */


.brands-list img.doc-right {
    position: absolute;
    bottom: 0;
}

.brands-list .brands-list-table {
    height: calc(100vh - 300px);
    width: 100%;
    background: rgb(255 255 255 / 50%);
    border-radius: 6px;
    margin-top: 1rem;
    position: relative;
}

.brands-list .brands-list-table .brands-list-container {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    /*height: calc(100% - 3rem);*/
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    /*padding: 0 1rem;*/
    /*padding-left: 2rem;*/
    scrollbar-width: thin;
}

.brands-list .table button {
    /*padding: 2px 5px;*/
    /*border-radius: 50px;*/
    /*color: #fff;*/
    /*font-size: .8em;*/

    background: none;
}

.brands-list .table thead th {
    border: 0;
    color: #0F4185;
}

.brands-list .add-brand-btn {
    width: 200px !important;
    margin-left: auto;
}

.brands-list .add-brand-btn:focus,
.brands-list .add-brand-btn:hover {
    background-color: #FEC652;
    text-shadow: none;
    box-shadow: none;
    border: none;
    color: #002435;
}


/* end brands-list */


/*permission-request*/

.permission-request .inner-form {
    /*max-height: 60vh;*/
    /*min-height: 60vh;*/
    /*overflow-y: auto;*/
}

.traning-permission-request .inner-form {
    max-height: none;
    min-height: auto;
}

.permission-request .table>thead {
    color: #0F4185;
    font-weight: bold;
    vertical-align: bottom;
    border-bottom: 5px solid #7b7b7b57;
}

th {
    font-weight: bold;
}

.permission-request .table> :not(caption)>*>* {
    border-bottom: 1px solid #D5D5D5;
}

.permission-request .modal-body {
    color: #fff;
}

.permission-request .Accept-btn,
.permission-request .Accept-btn:active,
.permission-request .Accept-btn:hover {
    width: 150px;
    background: #24CC18;
    border: 1.5px solid #fff;
    border-radius: 5px;
    outline: 0;
    color: #FFF;
    text-align: center;
    text-decoration: none;
}

.permission-request .Reject-btn,
.permission-request .Reject-btn:hover,
.permission-request .Reject-btn:active {
    width: 150px;
    background-color: #ED3367;
    border: 1.5px solid #fff;
    border-radius: 5px;
    outline: 0;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    margin-right: 5px;
    padding: 10px;
}

.permission-request .form-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    position: relative;
}

.permission-request .form-btn .error-validate {
    left: 0;
    top: 0;
}


.alertModal .modal-body {
    /* background-color: #fff; */
    color: #0f4483;
    font-weight: bold;
    border-radius: 6px;
    font-family: 'Lato';
    font-weight: bold;
}

.alertModal .alert_img {
    max-width: 85px;
    margin: .5rem auto;
    margin-bottom: 1rem;
}

#Accept-popup .alert_img,
#Accept-popup .alert_img {
    max-width: 100% !important;
}

.alertModal .modal-body p {
    margin-bottom: .2rem;
}

#mobile-popup {
    background-image: url(../../assets/images/responsive_bg.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9999999999999999;
}

#mobile-popup .modal-body {
    /*background: -webkit-gradient(linear, left top, left bottom, from(#103F87), to(#0E6B6E));*/
    /*background: -o-linear-gradient(top, #103F87, #0E6B6E);*/
    /*background: linear-gradient(180deg, #103F87, #0E6B6E);*/
    /*background: -webkit-linear-gradient(180deg, #103F87, #0E6B6E);*/

    color: #FFF;
}

#mobile-popup .modal-body .modal-title {
    color: #FFF !important;
}

#mobile-popup .modal-body p {
    margin-bottom: 1rem;
}

.permission-request .form-check-input:checked {
    background-color: #ffffff;
    border-color: #002435;
}

.training-permission-request .nurse img {
    position: absolute;
    bottom: 0;
    max-height: 80vh;
}

.training-permission-request .table-left .table {
    padding: 0 1rem;
    margin-bottom: 0;
}

.training-permission-request .table-left tr {
    overflow-x: hidden;
    margin: 0;
}

.training-permission-request .table-left .table2 {
    height: 41vh;
    max-height: 800px;
    overflow-y: auto;
    scrollbar-width: thin;
}


/*permission-request*/


/*  start create competition */

.create-competition {
    height: 100%;
    /*padding-left: calc(120px + 2rem);*/
    background-image: linear-gradient(#FFF, #91c7d6);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    /* min-height: 100vh; */
    padding-bottom: .5rem;
}

.create-competition form .form-group {
    /*max-width: 600px;*/
    width: 100%;
    /*padding-right: .5rem;*/
}

.create-competition .date {
    /*max-width: 600px;*/
}

.create-competition .date .form-group {
    max-width: 100%;
}

.create-competition .sub-title {
    color: #0F4185;
    font-size: 1.1rem;
    line-height: 1.2rem;
    font-weight: 500;
    display: block;
}

.create-competition .data {
    color: #333;
}

.create-competition .data-scenarios {
    max-width: 100%;
    overflow-x: auto;
    display: flex;
    padding: .3rem 0;
    scrollbar-width: thin;
}


.create-competition .data .scenario {
    background-color: #FFF;
    padding: .2rem .5rem;
    border-radius: 5px;
    display: block;
    min-width: 23%;
    margin: 0 .2rem;
}

.create-competition .create-team-btn {
    background: transparent;
    padding: 10px 0;
    border: 1px solid #ffc107 !important;
    margin-top: 9px;
    width: 16rem !important;
    margin-bottom: .5rem;
    font-size: .9rem;
    font-family: 'Lato';
    font-weight: bold;
}

.create-competition .create-team-btn:hover {
    background: #ffc107;

}

/* single select2 */

.select2-container--default .select2-selection--single {
    border-radius: 1rem;
    border: 0 !important;
    height: 2.3rem;
    border-top-right-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
    outline: 0 !important;
    height: 2.25rem;

}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 0 !important;
    height: 2.25rem;
    background-color: #fff !important;
    border-color: #86b7fe !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 1rem;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: .1rem;
    line-height: 2.1rem !important;
    scrollbar-width: thin;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    border: 0 !important;
    height: 2rem;
    background-color: #fff !important;
    border-color: #86b7fe !important;
    outline: 0 !important;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 25%);
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    height: 2.25rem;
    scrollbar-width: thin;
}

#create-team-form .select2-container .select2-selection--single .select2-selection__rendered {
    border-radius: 8px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.25rem !important;
    outline: 0 !important;
    right: 5px !important;
    border: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: 0 !important;
}


.create-competition .competition-teams-container {
    display: none;
}

.create-competition .chosen-container,
#create_team_popup .chosen-container {
    min-width: 100%;
}

#create_team_popup .chosen-choices {
    border-radius: 1.2rem;
}

.select2-container {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.create-competition .select2-container {
    min-width: 100%;
    max-width: 100%;
}

.select2-container--default .select2-selection--multiple {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 2.375rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 0rem !important;
    font-size: .9rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee)) !important;
    background: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%) !important;
    background: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%) !important;
    background: transparent !important;
    border: none !important;
    flex: 1 0 auto;
}

.Competition .select2-container--default .select2-selection--multiple .select2-selection__choice {
    text-overflow: initial;
    padding-left: 15px;
    scrollbar-width: thin;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 0 !important;
}

.add-user .select2-container--default .select2-selection--multiple,
.reg-form .select2-container--default .select2-selection--multiple,
.Competition-actions .select2-container--default .select2-selection--multiple,
.scenario-actions .select2-container--default .select2-selection--multiple {
    border-radius: .3rem;
    padding-left: 6px;
    /*padding-left: .6rem;*/
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: .4rem !important;
    height: 22px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #fff !important;
    height: 2.375rem;
    background-color: #B6C4CC !important;
    border-color: #86b7fe !important;
    outline: 0;
    box-shadow: none;
    /* overflow: auto; */
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #134c9a !important;
    color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #0f4185;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #FFF;
}

.Competition .Competition-actions>div.min-width {
    min-width: 50% !important;
    padding-right: 0;

}

/* end create competition */


/*  start add-user */

.add-user {
    height: 100%;
    /*padding-left: calc(120px + 2rem);*/
    background-image: linear-gradient(#FFF, #91c7d6);
    width: 100%;
    /* min-height: 100vh; */
    padding-bottom: .5rem;
}

.add-user form .form-group {
    max-width: 600px;
    width: 100%;
}

.add-user .sub-title {
    color: #002435;
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 500;
    display: block;
}

.add-user .selectBox select,
option {
    -webkit-appearance: none;
    color: #6c757d;
}

.add-user .chosen-container-multi .chosen-choices {
    border-radius: .5rem;
}

.select2-container--default .select2-results__option--selected {
    background-color: transparent;
    opacity: .5;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0f4484 !important;
}

/* end add-user */


/* drag and drop */

.drop-effect {
    width: 100%;
}

.drop-effect .right-side {
    /* margin-right: 5%; */
    margin-top: 30px;
}


.scrollbar {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.horizontal-scroll {
    overflow: hidden;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: thin;
}

.left-side .scrollbar {
    max-height: 75vh;
    overflow: hidden;
    scrollbar-width: thin;
}

.drop-effect .item-content {
    width: 100%;
    overflow: visible;
    width: 13%;
    margin-right: auto;
    position: relative;
    margin-bottom: 10px;
    scrollbar-width: thin;
}

.drop-effect .item-content .show-btn {
    text-align: center;
    position: absolute;
    right: 5px;
    /* top: 5px; */
    bottom: 5px;
    z-index: 1000;
    width: 55px;
}

.drop-effect .item-content .show-btn .button-view {
    color: #000;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
    background: #FEC652;
    border-radius: 5px;
    max-width: 130px;
    /* margin: .4rem auto; */
    cursor: pointer;
    padding: 2px;
}

/*
#selectedFiles .img-content {
    display: none;
} */

.drop-effect .item-content .img-body {
    width: 100%;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
    border: 1px solid #bdbe3e;
    border-radius: 5px;
}

.drop-effect .item-content .img-body img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 300px;
    z-index: 333;
}

.drop-effect .item-content .img-body img.ui-draggable-dragging {
    position: absolute;
    z-index: 9999999999999999;
}


.row-drop {
    width: 100%;
}

.row-drop.invalid-feedback {
    margin: 0;
    transform: translateY(-.2rem);
}

.box-drop {
    max-width: 17%;
    min-width: 16%;
    height: 100%;
    /* background: #fff; */
    display: inline-block;
    margin-right: 15px;
    box-shadow: 0px 1px 5px 2px rgb(191 191 191 / 46%);
    border: 1px solid rgb(191 191 191 / 0%);
    position: relative;
    /* z-index: 2; */
    overflow: hidden;
    /* margin-bottom: 5px; */
}

.imgDrop-content {
    background-color: #FFF;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.imgDrop-content img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.row-drop {
    margin-bottom: .6rem;
}

.row-drop.core_message {
    color: #4B4B4B;
    /*display: flex;*/
    max-width: 100%;
    overflow: hidden;
    /* max-height: 115px; */
    overflow-x: auto;
    scrollbar-width: thin;
}


.box-drop>img {
    max-width: 100%;
}

.drop .reset-button {
    display: none;
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 14px;
    color: hsl(0deg 100% 50%);
    cursor: pointer;
}

.correct .reset-button {
    display: block;
}


/* view scenario */

.view-scenario {
    height: 100%;
    background-image: linear-gradient(#FFF, #91c7d6);
    width: 100%;
    /* min-height: 100vh; */
    padding-bottom: 1.5rem;
    /* padding-top: 2.5rem;
padding-right: 2.5rem; */
}

.view-scenario .edit-scenario-link,
.view-competition .edit-scenario-link,
.create-competition .edit-scenario-link {
    margin-left: .3rem;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 11px;
    line-height: 17px;
    position: relative;
    border-radius: 50%;
    border: 1px solid #c2c65f;
    padding: 1px 3px;
    text-align: center;
    color: #a2ae32;
    margin-top: 5px;
}

.view-scenario .view-scenario-head {
    /*border-bottom: 1px solid #CCC;*/
    margin-bottom: 1rem;
}

.view-scenario .assignTraining-btn,
.view-scenario .assignTraining-btn:hover {
    background: #EDDDBD;
    min-width: 170px;
    color: #002435;
}

.view-scenario .case_description_value {
    /* min-height: 100px; */
    /* max-height: 150px; */
    /* overflow-y: auto; */
    /*padding: .6rem;*/
    /* border: 1px solid #CCC; */
    color: #333;
    margin-bottom: .4rem;
}

.view-scenario .custom-color {
    color: #333;
    max-width: 100%;
}

.view-scenario .brand_name_value {
    color: #333;
}

.view-scenario .sub-title {
    color: #002435;
    font-size: 1.1rem;
    line-height: 1.2rem;
    font-weight: 500;
    margin-bottom: 0;
    padding-top: .4rem;
    padding-bottom: .6rem;
}

#assignTraining-popup .chosen-container {
    min-width: 100%;
}

#assignTraining-popup .select2-container,
#create_team_popup .select2-container {
    min-width: 100%;
}

#assignTraining-popup .select2-container--default .select2-selection--multiple,
#create_team_popup .select2-container--default .select2-selection--multiple {
    border-radius: 8px;
    /*overflow-y: auto;*/
    overflow: hidden;
}

.select2-container--default .select2-selection--multiple {
    overflow: hidden;
}


.modal .private_users {
    display: none;
}

.modal .priv_pub {
    color: #FFF;
}

.view-scenario .img-body {
    background-color: #FFF;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: .6rem;
    border-radius: 6px !important;
}

.view-scenario .img-body img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.view-scenario .scenario-actions {
    text-align: right;
}

.view-scenario .scenario_type {
    max-width: 100%;
    width: 95%;
    overflow: hidden;
    overflow-x: auto;
    display: flex;
    justify-content: flex-start;
    scrollbar-width: thin;
}

.view-scenario .scenario_type>div {
    /* min-width: calc(100% / 5); */
    width: calc(100% / 5);
    padding: 0 .5rem;
    padding-left: 0;
    width: 14%;
}


/* end view-scenario */


/* push-message */

.push-message-form {
    padding-right: 1rem;

    width: 70%;
}

.push-message-form .push-message-btn {
    width: 100%;
    max-width: 150px;
}

.push-message-btn:hover,
.preview-message-btn:hover {
    background: #fec652 !important;
    color: #002435 !important;
}

/* view-competition */

.view-competition .sub-title+div {
    color: #4b4b4b;
}

.view-competition .sub-title+div.countries {
    max-height: 150px;
    overflow-y: auto;
    height: 100%;
    scrollbar-width: thin;
}

.view-competition .sub-title+div.countries span {
    background-color: #fcfcfc;
    border-radius: 1rem;
    padding: .5rem;
    display: inline-block;
    margin: .3rem .2rem;
    text-align: center;
}

.view-competition .headphone {
    width: 100%;
    position: absolute;
    height: 25vh;
    bottom: 0;
}

.view-competition .headphone img {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    height: 100%;
}

.view-competition .table-right {
    border-radius: 5px;
    /*padding: 1rem;*/
    position: relative;
    z-index: 1;
}

.view-competition .table-right .table2 {
    height: 32vh;
    max-height: 400px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.view-competition .table-right .table {
    /*padding: 0 1rem;*/
    margin-bottom: 0;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    border: 0;
}

.view-competition .table-right th {
    color: #fff;
    border-bottom: 0;
}

.view-competition .table-right tr {
    background-color: #fff;
    overflow-x: hidden;
    margin: 0;
    margin-bottom: 5px;
    border-radius: .7rem;
}

.view-competition .table-right thead tr {
    background-color: #0f4185;
    margin-bottom: 0;
}

.view-competition .table-right td {
    color: #202020;
}

.view-competition .table-right td a {
    color: #202020;
    text-decoration: none;
}

.con-of-count {
    position: relative;
    max-width: 450px;
}

.con-of-count>div {
    margin: 1rem;
}

.con-of-count .wrapper {
    position: relative;
    margin: auto;
    max-width: 165px;
    height: 70px;
    width: 70px;
    text-align: center;
    background: #fec652;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: .4rem;
}

.con-of-count .wrapper .number {
    position: absolute;
    left: 0;
    display: block;
    color: #fff;
    font-size: 2rem;
    font-family: 'Lato';
    right: 0;
    font-weight: bold;
}

.con-of-count .text {
    font-family: 'Lato';
    color: #0f4185;
    font-size: 1.2rem;
    text-align: center;
    /* text-transform: uppercase; */
    /* font-weight: bold; */
}

/* admin-scores */
.admin-scores .green_color {
    color: #bdbe3e !important;
}

.admin-scores .head-title thead th {
    font-size: 1.05rem;
    margin-bottom: .6rem;
    color: #fff;
}

.admin-scores .table-right tr {
    background: rgba(255, 255, 255, .5);
    color: #fff;
}

.admin-scores .table-right td {
    color: #fff;
    border-bottom: 0;
    border: none;
}

.img-content {
    display: none;
}

.admin-scores .individual-table .table-right {
    background-color: #fff;
}

.admin-scores .individual-table .table-right .table,
.admin-scores .individual-table .table-right thead tr {
    background-color: #fff;
}

.admin-scores .individual-table .head-title thead th {
    color: #0f4185;
    background-color: #fff;
}

.admin-scores .individual-table .table-right td {
    color: #202020;
    background-color: #eaeaea;
}

.admin-scores .best-links {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.admin-scores .best-card {
    border-radius: 5px;
    background-color: #577589;
    padding: 1rem;
    margin: 1rem .5rem;
    margin-left: 0;
    text-decoration: none;
    min-width: 23%;
    margin-top: 0;
    display: flex;
    flex-direction: column;
}

.admin-scores .best-card span {
    color: #fff;
    /*font-size: .8rem;*/
    line-height: 1.1rem;
    font-family: 'Lato';
    display: block;
}

.admin-scores .best-card .best-title {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.1rem;
    font-family: 'Lato';
    font-weight: 900;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    scrollbar-width: thin;
}

.admin-scores .best-card .best-name {
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.1rem;
    font-family: 'Lato-BoldItalic';
    font-style: italic;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    scrollbar-width: thin;
}

.admin-scores .best-card .numbers {
    color: #fff;
    font-size: 1rem;
    line-height: 1.1rem;
    font-family: 'Lato';
    font-style: italic;
    font-style: italic;
    text-align: right;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    scrollbar-width: thin;
}

.card2 {
    opacity: .85;
}

.card3 {
    opacity: .65;
}

.card4 {
    opacity: .55;
}

.admin-scores .teams-table {
    max-width: 83.3333333333%;
}

.best-score-page .best-score-table th,
.best-score-page .best-score-table td {
    text-align: center;
}


.best-score-page .table-right .table2 {
    max-height: initial;
    height: 55vh;
}


/* start view user */

.view-user .scenario-name {
    font-size: 1.5rem;
    line-height: 1.6rem;
}

.view-user .view-scenario-head {
    border-bottom: none;
    padding: 1rem 0 0 1.8rem;
}

.view-user .model-answers-btn {
    max-width: 180px;
    width: 100%;
}

.view-user .score-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    font-family: 'Lato-Bold';
    /* margin-right: 2rem; */
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(14, 103, 111, 1)), to(rgba(15, 67, 132, 1)));
    background: -o-linear-gradient(bottom, rgba(14, 103, 111, 1) 0%, rgba(15, 67, 132, 1) 100%);
    background: linear-gradient(0deg, rgba(14, 103, 111, 1) 0%, rgba(15, 67, 132, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(14, 103, 111, 1) 0%, rgba(15, 67, 132, 1) 100%);
    border-radius: 50%;
    padding: 1rem;
    position: absolute;
    right: 2.2rem;
    top: 1rem;
    width: 6rem;
    height: 6rem;
    background: linear-gradient(#ed3367, #f7ba1e);
}

.view-user .score-box .score-num {
    color: #fff;
    font-size: 1.1rem;
}

.view-user .user-scenario-con {
    /* background: -webkit-gradient(linear, left bottom, left top, from(#2296BA), to(#C4C638)); */
    /*background: -o-linear-gradient(bottom, #2296BA 0%, #C4C638 100%);*/
    /* background: linear-gradient(0deg, #2296BA 0%, #C4C638 100%); */
    background: #b6c4cc61;
    padding: 1rem 1.2rem;
    border-radius: 1.2rem;
    max-width: 97%;
    margin: auto;
    /* margin-right: 2rem; */
    position: relative;
}

.view-user .sub-title {
    color: #002435;
}


/* end view user */


/* training list */

.main-page .training-list {
    height: 100%;
    /*padding-left: calc(120px + 2rem);*/
    background-image: url(../../assets/images/admin_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    /* min-height: 100vh; */
    padding-bottom: .5rem;
}

.training-list .training-list-table {
    height: calc(100vh - 300px);
    width: 98%;
    background: rgba(255, 255, 255, .5);
    border-radius: 25px;
    position: relative;
    max-width: 1200px;
    margin: auto;
    margin-top: 1rem;
}

.training-list .training-list-table .training-list-container {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: calc(100% - 3rem);
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    padding: 1rem;
    padding-left: 2rem;
    scrollbar-width: thin;
}

.training-list .table button {
    padding: 2px 5px;
    border-radius: 50px;
    color: #fff;
    font-size: .8em;
}

.training-list .table thead th {
    border: 0;
    color: #0f4185;
}

/* win and time_out popups */

.win_popup .modal-dialog {
    min-width: 651px;
    height: 376px;
}

.win_popup .modal-content {
    /*background-image: url(../media/images/win-popup-bg.png);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
    min-height: 376px;
    padding: .5rem;
    border-radius: 1.3rem;
}

.win_popup .modal-header {
    border-bottom: 0;
    padding: .5rem;
}

.win_popup .modal-content .text {
    color: #0f4185;
    max-width: 50%;
    overflow-y: auto;
    max-height: 240px;
    height: 70vh;
    padding: .5rem;
    scrollbar-width: thin;
}

.win_popup .modal-content p {
    color: #0f4185;
    margin: 0;
}

#forgetPass-popup .modal-header {
    border-bottom: 0;
}

#forgetPass-popup .modal-content {
    border-radius: 1rem;
    padding: 1rem;

}


#forgetPass-popup .form-control {
    border-radius: .5rem;
    height: 45px;
}

.modal-header .btn-close {
    /* background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; */
    background-color: #fff;
    opacity: 1;
    border-radius: 1rem;
}

.reset-btn {
    background: #fec652 !important;
    color: #002435 !important;
    border-radius: 4px !important;
    height: 45px !important;
}

.modal .main-btn {
    background: #fff;
    color: #0f4185;
    font-family: 'Lato-Regular';
    /* padding-bottom: .2rem; */
}

/* time out */

.time_out_popup .modal-dialog {
    min-width: 651px;
    height: 376px;
}

.time_out_popup .modal-content {
    background-image: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
    min-height: 376px;
    padding: .5rem;
    border-radius: .3rem;
}

.message-img {
    background-image: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.comp-bg {
    background-image: url(../images/comp.webp);
}

.winner-bg {
    background-image: url(../images/winner.webp);
}


.time_out_popup .modal-header {
    border-bottom: 0;
    padding: .5rem;
}

.time_out_popup .modal-content .modal-body {
    height: 376px;
}

.time_out_popup .modal-content .text {
    color: #0f4185;
    max-width: 53%;
    overflow-y: auto;
    max-height: 240px;
    height: 100%;
    scrollbar-width: thin;

}

.time_out_popup .modal-content p {
    color: #0f4185;
    margin: 0;
}

/* End time out */


/* start user-view */

.user-view .sub-title+div {
    color: #4B4B4B;
    display: flex;
    max-width: 100%;
    overflow: hidden;
    /* max-height: 115px; */
}

.user-view .sub-title+div.core_message {
    overflow-x: auto;
    scrollbar-width: thin;
}

.user-view .headphone {
    width: 100%;
    position: absolute;
    height: 25vh;
    bottom: 0;
}

.user-view .headphone img {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    height: 100%;
}

.user-view .table-right {
    /* background-color: #0F4185; */
    border-radius: 1rem;
    /* padding: 1rem; */
    flex-direction: column;
    max-height: initial !important;
}

.user-view .table-right .table2 {
    height: 41vh;
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.user-view .table-right .table {
    /* background-color: #0F4185; */
    padding: 0 1rem;
    margin-bottom: 0;
}

.user-view .table-right th {
    color: #FFF;
}

.user-view .table-right tr {
    background-color: #FFF;
    overflow-x: hidden;
    margin: 0;
    border-radius: .7rem;
    margin-bottom: 6px;
}

.user-view .table-right thead tr {
    background-color: #0F4185;
    margin-bottom: 0;
}

.user-view .table-right td {
    color: #202020;
}

.user-view .table-right td a {
    color: #202020;
    text-decoration: none;
}

.user-view .start-traning-btn,
.user-view .start-competition-btn,
.user-view .save-changes-btn {
    /* width: 180px; */
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: 1rem;
}

.user-view .case-description {
    padding-left: .4rem;
    /* border-left: 1px solid #CCC; */
    /* max-height: 30vh; */
    height: 100%;
    overflow-y: auto;
    max-width: 650px;
    scrollbar-width: thin;
}


/* end user-view */


/* cards */

.card-body {
    padding-left: .1rem;
    padding-right: .1rem;
    font-family: 'Lato-Regular';
    padding: .2rem 1rem !important;
}

.card-body .card-title {
    padding-right: .3rem;
    font-size: 1rem;
    line-height: 1.4rem;
    font-family: 'Lato-Regular';
    overflow-y: hidden;
    max-width: 100%;
    /*overflow: hidden;*/
    /*display: inline-block;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    word-break: break-word;
}


.card-body .date,
.card-body .brand-name,
.card-body .type,
.card-body .team-count {
    color: #ffffff;
    margin-bottom: 2px;
    /*font-size: .8rem;*/
    line-height: 1rem;
}

.card-body .data {
    color: #ffffff;
}

.card-body .team-number {
    font-family: 'Lato-Regular';
    width: -webkit-fill-available;
    /*font-size: .8rem;*/
}

.card-body .country-numbers {
    font-family: 'Lato-Regular';
    color: #ffffff;
    /*font-size: .8rem;*/
}

.card-body .score-number {

border-radius: 5px;

padding: 0.3rem 0.4rem;

text-align: center;

display: inline-block;

margin-top: 0.3rem;

background: #B6C4CC;

color: #000000;

font-size: 13px;

font-weight: 600;

position: absolute;

right: 2%;

bottom: 5%;
}

.country-name {
    color: #ffffff;
}


/* cards*/


/* .user-view */

.selectBox select {
    padding-right: 30px;
}

.user-view .time-left {
    color: #031850;
}

.user-view .competiton-time {
    color: #FFF;
    padding: .3rem 1rem;
    background-image: linear-gradient(180deg, #c0c53a, #2597b8);
    border-radius: 1.2rem;
}

/* for tinymce */
.mce-menu {
    transition: all 0s ease-in-out;
}


.form-check-label {
    padding-top: 3px;
}


/* error404 and not-authorized-page */
.error404,
.not-authorized {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 0 2rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#91c7d6)) !important;
    background: -o-linear-gradient(#FFF, #91c7d6) !important;
    background: linear-gradient(#FFF, #91c7d6) !important;
    background: -webkit-linear-gradient(#FFF, #91c7d6) !important;

    overflow: hidden;
}

.error404 .error404-img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.not-authorized .not-authorized-img {
    position: absolute;
    right: 3%;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 50%;
    max-height: 96%;
    opacity: .9;
}


.error404 .error-content,
.not-authorized .not-authorized-content {
    width: 100%;
    position: relative;
    z-index: 2;
    height: calc(100vh - 415px);
    margin-left: 3rem;
}

.error404 .error-content p.error-text,
.not-authorized .not-authorized-content p.not-authorized-text {
    color: #0F0F0F;
    font-size: .9rem;
    line-height: 1rem;
    max-width: 450px;
}

.error404 .back-home-btn,
.not-authorized .back-home-btn {
    max-width: 150px;
}

/* end error404 */


#reg_popup_message .modal-body {
    min-height: 19vh;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1.4rem;
}


/* footer  */

footer {
    padding: .5rem 1rem;
}


/* start style of the spin  */

.loading-overlay {
    background: rgb(0 0 0 / 60%);
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.reverse-spinner {
    position: relative;
    height: 150px;
    width: 150px;
    border: 6px solid transparent;
    border-top-color: #bdbe3e;
    border-left-color: #bdbe3e;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.overlay-hidden {
    display: none !important;
}

.reverse-spinner::before {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    content: "";
    border: 6px solid transparent;
    border-top-color: #031850;
    border-left-color: #031850;
    border-radius: 50%;
    -webkit-animation: spinBack 1s linear infinite;
    animation: spinBack 1s linear infinite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinBack {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg)
    }
}

@keyframes spinBack {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg)
    }
}

/* assignedUsers */
.modal .assigned-users {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.modal .assigned-users>span {
    padding: .5rem;
}

.modal .training-name.sub-title {
    /* padding-left: 1rem; */
    font-weight: bold;
}

.modal .assigned-users .table-right {
    background-color: transparent;
    position: relative;
    z-index: 1;
    padding: .4rem 0rem .4rem 1rem;
    width: 100%;
}

.modal .assigned-users .table {
    background: transparent;
    margin-bottom: .2rem;
}

.modal .assigned-users .table-right .table2 tr {
    background: rgba(255, 255, 255, .4);
    margin-bottom: .3rem;
}

.modal .assigned-users .table-right tr {
    width: 100%;
    margin: 0;
}

.modal .assigned-users .table-right th {
    color: #0F4185;
    border: 0;
}

.modal .assigned-users .table-right td {
    color: #202020;
    border-bottom: 0;
}

.modal .assigned-users .table-right .table2 {
    height: 32vh;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
}


/* .modal .assigned-users >div{
    background-color: #FFF;
    border-radius: 10px;
    color: #333;
    margin: .2rem .3rem;
    padding: .1rem .4rem;
} */


.modal .scenario-type {
    color: #FFF !important;
}

/* pagination */
.pagination {
    justify-content: center;
    margin-bottom: 0;
    /* padding: .5rem; */
}

.page-item.active .page-link {
    background-color: #0f4f7d;
    border-color: #0f4c7f;
}

.page-link {
    color: #0f4583;
    font-family: 'Lato-Regular';
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    font-size: 1.5rem;
}

/* custom height */
.custom-height {
    min-height: 67vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.hide {
    display: none;
}

.show {
    display: block;
}

/* media */

@media (min-height: 800px) {
    .scenarios .scenarios-list {
        max-height: 71vh;
    }
}

@media (max-width: 1367px) and (orientation: portrait) {
    .scrollBtn {
        display: block;
    }

    .member__view {
        font-size: 14px;
    }
}

@media (width: 1366px) and (height: 1024px) {
    .scrollBtn {
        display: block;
    }
}

@media (max-width: 1366px) {
    .login-page .left-sec {
        /*max-width: 80%;*/
        /*text-align: center;*/
        /* margin: 0 auto; */
    }

    .card-body .card-title {

        /* width: 100px; */
    }

    .scenarios .scenario-head img {
        max-width: 200px;
    }

    .scenario-actions .title-top {
        width: 100%;
    }

    .Competition-actions .title-top {
        width: 100%;
    }

    .view-scenario .sub-title {
        font-size: .95em !important;
    }


}

@media (max-width: 1366px) and (max-height: 700px) {
    .add-scenarios .scenario-step .left-side-con {
        height: 57vh;
    }
}


@media (max-width: 1050px) {
    :root {
        font-size: 15px;
    }

    .scenario-actions .title-top {
        width: 100%;
    }

    .Competition-actions .title-top {
        width: 100%;
    }

    .Competition-actions .form-control {
        /* max-width: 130px; */
        font-size: 0.9rem;


    }

    .main-title {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }

    .card-body {
        padding: 1rem 1.5rem;
    }

    .custom-height {
        min-height: 65vh;
    }

    .con-of-count .wrapper {
        width: 50px;
        height: 50px;
    }


}

@media (max-width: 992px) {
    .footer-logo {
        max-width: 230px;
    }

    .main-title {
        font-size: 2rem;
        line-height: 2.2rem;
    }
}

@media (max-width: 860px) and (orientation: landscape) {
    .scenarios .scenario-head {
        display: none;
    }

    .main-page .scenarios {
        padding-top: 1.5rem !important;
    }

    .scenarios .scenarios-list {
        max-height: 59vh;
    }

    .main-page .side-bar {
        width: 95px;
    }

    .main-page .side-bar .nav-link {
        padding: .5rem;
    }

    .alertModal .alert_img {
        max-width: 50px;
        margin: 0 auto;
    }

}

@media (max-width: 768px) and (orientation: landscape) {
    /* .login-page .left-sec {
        max-width: 55%;
        padding: 0;
    } */

    .login-page .right-sec {
        padding-top: 0;
    }
}

@media (max-width: 1024px) and (orientation: landscape) {
    .box-drop {
        max-width: 16%;
    }

    .add-scenarios .scenario-step .left-side-con {
        height: 58vh;
    }

    .scrollBtn {
        display: block !important;
    }

    .view-competition .table-right .table {
        font-size: 0.75rem;
    }

    .view-competition .table> :not(caption)>*>* {
        padding: .3rem .3rem;
    }

}

@media (max-width: 1024px) and (orientation: portrait) {
    .custom-height {
        min-height: 72vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .box-drop {
        max-width: 16%;
    }

    .card-body .card-title {

        /* width: 100px; */
    }

}

@media (max-width: 768px) and (orientation: portrait) {
    .admin-scores .teams-table {
        max-width: 100%;
    }
}

@media (max-width: 767px) {

    .register-page .reg-form .left-sec,
    .register-page .reg-form .right-sec {
        margin: 0 auto;
        padding-right: 0;
    }

    .register-page .reg-form:before,
    .register-page .reg-form:after {
        content: none;
    }

    .register-page h2 {
        text-align: center;
    }

    .scenarios .scenario-head {
        display: none;
    }

    .main-page .scenarios {
        padding-top: 1.5rem !important;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    .add-scenarios .add-scenario-head .line {
        display: none;
    }

    .main-title {
        font-size: 1.5rem;
        line-height: 1.7rem;
    }

    .register-page {
        padding-top: 1rem;
    }
}

@media (max-height: 767px) {
    .main-page .side-bar .nav-link .tab-icon {
        /*max-width: 90px;*/
        /*margin: .1rem auto;*/
    }

    .scenarios .scenario-head img {
        max-width: 120px;
    }

    .main-page .side-bar {
        /*padding-top: 2.5rem;*/
    }

    .register-page {
        padding-top: .5rem;
    }

    header {
        padding: .9rem;
    }

    .add-scenarios {
        /*padding-top: 1rem;*/
        padding-bottom: 1rem;
    }

    /* .main-btn {
        font-size: .9rem;
        line-height: 1rem;
        padding: .275rem .75rem;
    } */
    a.main-btn {
        padding: .475rem .75rem;
    }

    .Competition .Competition-list,
    .scenarios .scenarios-list {
        /* max-height: 54vh; */
    }

    .simulation__homepage .scenarios-list {
        /* overflow-y: auto; */
    }

    .pagination {
        /* margin-bottom: 20px; */
    }

    .view-competition .sub-title+div.countries {
        max-height: 88px;
    }
}

@media (max-width: 500px) {
    .main-page .side-bar {
        width: 70px;
    }

    .main-page .pad-left {
        padding-left: calc(70px + 1rem);
    }

    .main-page .side-bar .nav-link span {
        display: none;
    }
}

@media (max-width: 400px) {

    .login-page h2:after,
    .login-page h2:before,
    .resetPassword-page h2:after,
    .resetPassword-page h2:before {
        content: none;
    }
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: #c1bfbf;
}


/* handle scroll in ipad */
div.scroll::-webkit-scrollbar {
    width: 7px;
    height: 0;
    -webkit-overflow-scrolling: auto;
    scrollbar-width: thin;
}

div.scroll::-webkit-scrollbar-track {
    margin: 54px 0 53px
}

div.scroll::-webkit-scrollbar-thumb {
    background: #f1f1f1;
}


div.scroll:hover::-webkit-scrollbar-thumb {
    background: #bdbe3e
}

div.scroll::-webkit-scrollbar-thumb:hover {
    background: #9a9a08
}


@media screen and (max-width: 480px) {
    div.scroll {
        right: 3px;
    }

    div.scroll::-webkit-scrollbar {
        width: 5px;
    }
}

/*.hidden {*/
/*    display: none !important;*/
/*}*/

/*div.phpdebugbar-widgets-sqlqueries li.phpdebugbar-widgets-list-item.phpdebugbar-widgets-sql-duplicate {*/
/*    background-color: yellow !important;*/
/*}*/


/* view_popup */

.view_popup {}

.view_popup .scenario_type {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    display: flex;
    justify-content: flex-start;
    scrollbar-width: thin;
}

.view_popup .scenario_type>div {
    min-width: calc(100% / 5);
    width: calc(100% / 5);
    padding: 0 .5rem;
    padding-left: 0;
}

.view_popup .img-body {
    background-color: #FFF;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: .6rem;
    /* border-radius: 10px; */
}

.view_popup .img-body img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    /* border-radius: 10px; */
}

.main-back-btn {
    position: absolute;
    left: 1rem;
    bottom: 3rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 5;
    cursor: pointer;
}

.main-back-btn button {
    padding-left: 0;
    width: 30px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    background: linear-gradient(180deg, rgba(183, 186, 59, 1) 0%, rgba(112, 146, 29, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(183, 186, 59, 1) 0%, rgba(112, 146, 29, 1) 100%);
    height: 30px;
    text-align: center;
    border: 1px solid rgb(183, 186, 59);
    cursor: pointer;
}

.main-back-btn span {
    font-size: 14px;
    color: #FFF;
    margin-left: 6px;
    height: 24px;
}

.view-popup-btn {
    width: 100px;
}


.users-list .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    max-height: 100%;
    overflow-x: auto;
    position: absolute;
    left: 10px;
    max-width: 100%;
    scrollbar-width: thin;
}

.users-list .head-line {
    flex-grow: 1;
    margin: auto 15px;
}

.users-list .main-title {
    min-width: 135px;
}


#iplanApp-scenario .sub-title+div {
    overflow: auto;
    text-align: left;
    padding: 5px;
    /* max-height: 142px; */
    /* border-radius: 5px !important; */
    display: block;
    scrollbar-width: thin;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    position: relative;
    top: 8px;
}

.borderLine {
    display: flex;
    border: 1px solid #0F4F7D;
    margin-top: 10px;
    width: calc(100vw - 800px);
}

.cardBackgroundColor {
    background: linear-gradient(#577589, #153749);
    padding: 25px;
    border-radius: 7px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.changeWidths {
    flex-wrap: wrap;

    display: flex;
    justify-content: center;
    gap: 1%;
}

.changeWidths>div {
    width: 19%;
    height: 26rem;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
}

.textOfCard {
    color: #ffffff;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.textResult {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

.growthResultBrand {
    color: #0F4F7D;
    font-weight: bold;
}

.growthResultScenario {
    color: #A9AA38;
    font-weight: bold;
}

.growthResultUser {
    color: #1B6AD5;
    font-weight: bold;
}

.growthResultTraining {
    color: #829C24;
    font-weight: bold;
}

.growthResultCompetation {
    color: #C59613;
    font-weight: bold;
}


.invalid-feedback {
    margin-top: 0.75rem;
}


/*for checkbox of registration*/
.checkbox {
    position: relative;
    overflow: hidden;
}

.checkbox__input {
    position: absolute;
    top: -100px;
    left: -100px;
}

.checkbox__inner {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #626262;
    background: transparent no-repeat center;
}

.checkbox__input:checked+.checkbox__inner,
.form-check-input:checked[type=radio] {
    background-image: url(../images/is_admin_icon.svg);
    background-size: 25px 25px;
}

/*end of checkbox of registeration*/

/*sidebar style*/
.tap-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 18px !important;
    color: #fff !important;
    border-top: #64697E 2px solid;
}

.tap-link:not(:first-child):focus {
    border-top: #64697E 2px solid !important;
}

/*end of sidebar style*/


/*row customize*/
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/*search label*/
.search-label {
    color: #002435;
    padding-bottom: 5px;
    font-size: .9rem !important;
}

.search_icon {
    height: 45px;
}


.search-line {
    background: #002435;
    width: 94.666667%;
    margin-left: 12px;
}

.form-select {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    background: #B6C4CC !important;
    color: #002435 !important;
}


.form-select:focus {
    border-color: #b6c4cc;
    outline: 0;
    box-shadow: none;
}

.form-control:focus {
    /*background-color: #b6c4cc;*/
}

/*placeholder color*/
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #002435;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #002435;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #002435;
}


::-webkit-input-placeholder {
    color: #002435 !important;
}


/*select2 font size*/
.select2-container .select2-search--inline .select2-search__field {
    font-size: 14px !important;
}


.Competition .select2-container--default .select2-selection--multiple .select2-selection__choice {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 1.2em !important;
}


.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #b6c4cc !important;
    overflow-y: auto;
    scrollbar-width: thin;
}

/*for pagination*/
.page-link {
    /* padding: 0.375rem 0.75rem; */
    background: #6A8FA3;
    margin-left: 13px !important;
    border-radius: 50px;
    color: white !important;
    height: 30px;
    border: none !important;
    width: 30px;
    text-align: center;
    padding: 0;
    padding-top: 8px;
}


.page-item.active .page-link {
    background-color: #ED3367 !important;
    border-color: #ED3367 !important;
}

.page-item.disabled .page-link {
    background-color: none !important;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 50px !important;
    font-size: 24px;
    background: none;
    padding-top: 8px;
    color: #002435 !important;
}

.page-link:focus,
.page-link:hover {
    background-color: #6A8FA3 !important;
    box-shadow: none !important;
}


tbody,
td,
tfoot,
th,
thead,
tr {
    /* border-color: #c1bfbf; */
    background: #E9EEEF !important;
    height: 48px !important;
    padding-top: 15px !important;
    /* border-right: 1px solid #c1bfbf; */
    /* border-left: 1px solid #c1bfbf; */
}

.table thead th {
    border: 0;
    color: white !important;
    width: 100%;
    background: #002435 !important;
    padding-top: 0 !important;
}

.table {
    display: block;
    /* height: 721px; */
    /* overflow-y: auto; */
    scrollbar-width: thin;
}


.wrapper {
    display: table;
    height: 100%;
    width: 100%;
}

.container {
    display: table-cell;
    padding: 1em;
    text-align: center;
    vertical-align: middle;
}

.fostrap-logo {
    width: 100px;
    margin-bottom: 15px
}

h1.heading {
    color: #666;
    font-size: 1.15em;
    font-weight: 900;
    margin: 0 0 0.5em;
}

@media (min-width: 450px) {
    h1.heading {
        font-size: 1.55em;
    }
}

@media (min-width: 760px) {
    h1.heading {
        font-size: 3.05em;
    }
}

@media (min-width: 900px) {
    h1.heading {
        font-size: 3.25em;
        margin: 0 0 0.3em;
    }
}


@media (min-width: 1900px) {
    .changeWidths>div {
        height: 34rem;
    }
}

.costum-table-dark .table th {
    padding: 15px 10px !important;
    background-color: #212121;
    color: #EC7149;
    border-top: 0 !important;
    border-bottom: 2px solid #505050 !important;
}

.costum-table-dark .table tr:hover {
    background-color: #3A3A3A;
}

.costum-table-dark .table {
    background: #434242;
    color: #FFF;
}

.costum-table-dark {
    border: 0;
}

.actions {
    display: flex;
    gap: 15px;
    width: 80px;
}

.actions>button {
    display: contents;

}

.actions>.delete-btn>img {
    width: 27px;
}

.actions-box {
    border-top-right-radius: 6px !important;
    padding-bottom: 15px !important;
    padding-left: 10px !important;
}

.name-box {
    border-top-left-radius: 6px !important;
    padding-bottom: 15px !important;
    padding-left: 16px !important;
}

.brand-name {
    padding-left: 16px !important;
    width: 105px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    scrollbar-width: thin;
}

.card-top-part {
    /*border-bottom: 1px #9d9d9d solid;*/
    /*padding-bottom: 15px;*/
}


.search {
    display: flex;
    justify-content: end;
}

.scenario-actions {
    padding: 0 10px;
}


/*select2*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 45px !important;
    padding-top: 6px;
}

.select2-search {
    background-color: #B6C4CC;
    /*padding-left: 25px;*/
}

.select2-search input {
    background-color: #ced4da;
}

.select2-results {
    background-color: #B6C4CC;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    background-color: #B6C4CC !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #002435 !important;
    padding-left: .5rem !important;
    padding-top: 0.3rem !important;
}

input.form-control {
    background: #B6C4CC !important;
    color: #002435 !important;
}


.save-scenario-btn {
    position: absolute !important;
    margin-right: 100px !important;
}


.subtitle {
    color: #577589 !important;
    font-weight: bold !important
}


.createCompetition-btn {
    width: 225px !important;
}

.createCompetition-btn:hover,
.createCompetition-btn:focus {
    width: 225px !important;
    background: #FEC652 !important;
}


.create-bg {
    background-image: url(../../assets/images/create_bg.svg) !important;
}

.error-bg {
    background-image: url(../../assets/images/error_bg.svg) !important;
}

.admin-bg {
    background-image: url(../../assets/images/admin_bg.svg) !important;
}

.show-bg {
    background-image: url(../../assets/images/show_bg.svg) !important;
}


.tab-pane {
    height: 100%;
    /* padding-left: calc(120px + 2rem); */
    background-image: url(../../assets/images/admin_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    width: 100%;
    /* min-height: 100vh; */
    padding-bottom: 0;
}


.admin-scores {
    background: none !important;
}


.team-competition {
    color: #002435;
}


.p-15 {
    padding-bottom: 15px !important;
    min-width: 13vw !important;
}
.p-cust-design {
    padding-bottom: 15px !important;
}
.p-cust-design:first-of-type {
    width: 50px !important;
}
.p-cust-design:nth-of-type(2n + 2) {
    width: 190px !important;
}
.p-cust-design:nth-of-type(2n + 3), .p-cust-design:nth-of-type(2n + 4){
    width: calc(50vw - 240px) !important;
}

/* ---------------------------- */

/* .p-cust-design-user {
    padding-bottom: 15px !important;
}
.p-cust-design-user:first-of-type {
    width: 50px !important;
}
.p-cust-design-user:nth-of-type(2n + 2) {
    width: 190px !important;
}
.p-cust-design-user:nth-of-type(2n + 3), .p-cust-design-user:nth-of-type(2n + 4){
    width: calc(50vw - 740px) !important;
} */
.p-10 {
    padding-bottom: 15px !important;
    min-width: 10vw !important;

}


.score-table tbody tr td {
    color: #002435 !important;
}

.f-bold {
    font-weight: bolder;
}

.module-card {
    border-bottom: none;
    padding-bottom: 1px;
}

.module-card-body {
    padding: .2rem .1rem !important
}


.modal-content {
    background: #002435;
    background: #f3f1f1;
}
#thank_you_popup .modal-content{
    background: #002435;
}
.modal-title {
    color: #ffffff;
}

.modal .main-btn {
    color: #002435;
    background: #FEC652;
}
.modal .logout-close-btn {
    color: #fff !important;
    border: solid 1px #FEC652;
    background: transparent !important;
}


.close-btn {
    background: #EDDDBD !important;
}


.scenario-preview,
.scenario-step {
    /* overflow-y: auto; */
    /* height: 800px; */
    scrollbar-width: thin;
}

.orange-text {
    color: #FEC652 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.scenario-preview-header {
    border-bottom: 2px solid #3e575c;
}

.scenario-preview-box {
    border-left: 3px solid white;
}

.scenario-preview-body {
    overflow-y: auto;
    height: 800px;
    scrollbar-width: thin;

}

.scenario-preview-body::-webkit-scrollbar-track {
    background: #3e575c;
}


/* Handle */

.scenario-preview-body::-webkit-scrollbar-thumb {
    background: #FEC652;
}


.next-scenario-btn {
    background: #EDDDBD;
    border: 1.5px solid #FEC652;
}


.side-title {
    color: #002435;
    font-size: 21px;
    padding-left: 19px;
}

#img-result {
    /* border: 1px solid lightgrey; */
    padding: 6px;
}

.row-drop {
    width: 68vw;
}


.btns-box-scenario {
    margin-right: 4.2vw;
    width: 76%;
}

.btns-box-scenario div .back-step {
    background: #f5e2ba;
    border: 1px solid #fec652;
}


.slides-container-box {
    margin-top: 45px;
}

.modal-open .modal {
    z-index: 10000000;
}


.select2-container .select2-selection--multiple {
    /* padding-left: 8px; */
}

.update-competition-btn,
.update-competition-btn:hover,
.update-competition-btn:focus {
    width: fit-content !important;
    padding: 10px;

    background: #FEC652;
    color: #002435;
    border: 1.5px solid #FEC652;
    border-radius: 5px;
    outline: 0;
    text-align: center;
    text-decoration: none;
    font-family: 'Lato-Regular';
}

.p-20 {
    padding-bottom: 15px !important;
    min-width: 20vw !important;
}

.settings-box {
    background: #E9EEEF;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
}


.register-requests {
    /* height: 600px; */
    overflow: hidden;
    height: calc(96vh - 300px);
}


.form-check-input:checked[type=checkbox] {
    background-image: url(../../assets/images/checked_icon.svg);
}


.check-input {
    width: 17px;
    height: 17px;
}


.brands-box {
    /* height: 686px; */
    overflow-y: auto;
    scrollbar-width: thin;
    height: calc(100vh - 250px);
}

.form-check-input[type="radio"] {
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.form-check-input:checked {
    background-color: #959595;
    border-color: #848484;
}

.preview-message-btn,
.push-message-btn,
.preview-message-btn:hover,
.push-message-btn:hover {
    background: #fec652;
    color: #002435;
    border-radius: 5px;
    outline: 0;
    text-align: center;
    text-decoration: none;
    width: 120px !important;
    border: none;
}

.preview-message-btn,
.preview-message-btn:hover {
    background: #fadea3;
}

.download-btn-new,
.download-btn-new:hover,
.download-btn-new:focus {
    background: none;
    width: fit-content !important;
    border: none;
}

.add-user-btn,
.edit-user-btn {
    width: auto;
}


.analysis-img {
    width: 12rem;
}


.border-analysis-bottom {
    border-bottom: 2px solid #b6c4cc;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.analysis-num {
    font-size: 65px;
    color: #ffffff;
    font-weight: 700;
}


.show-competition-item {
    display: flex !important;
    justify-content: start !important;
    align-items: start !important;
    flex-direction: column !important;
    gap: 8px !important;
    height: 100% !important;
}

.item-title {
    color: #577589;
    font-weight: bold;
}

.item-data {
    color: #002435;
}

/* simulation slides gehad add */
.box-drop2 {
    /* max-width: 30%;
    min-width: 29%; */
    height: 100%;
    /* background: #fff; */
    display: inline-block;
    margin-right: 20px;
    box-shadow: 0px 1px 5px 2px rgba(191, 191, 191, .46);
    border: 1px solid rgba(191, 191, 191, .46);
    position: relative;
    /* z-index: 2; */
    overflow: hidden;
    margin-bottom: 5px;
    border-radius: 5px;
}


#iplanApp-simulation .sub-title+div {
    overflow: auto;
    text-align: left;
    padding: 5px;
    max-height: 142px;
    display: block;
    scrollbar-width: thin;
}

/* slider */
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 1.875em;
    height: 1.875em;
    border-radius: 50%;
    color: #000;
    text-indent: 1px;
}

.submit_simulation {
    outline: none;
    border: none;
    height: 3em;
    width: 9em;
    background-color: #577589;
    color: #fff;
    border-radius: 10px;
}
.submit_simulation_condition {
    outline: none;
    border: none;
    height: 3em;
    width: 9em;
    background-color: #FEC652;
    color: #154351;
    border-radius: 10px;
}

.simulation-preview-body {
    overflow-y: hidden;
    height: max-content;
}

.carousel__width {
    width: 6%;
    opacity: 1;
}

.control__prev__icon {
    background-image: url("../images/simulation/back_slider.png");
    background-position: 50%;
    background-size: 41% 55%;
    background-color: #707070;
    border-radius: 50%;
}

.control__next__icon {
    background-image: url("../images/simulation/next_slider.png");
    background-position: 50%;
    background-size: 41% 55%;
    background-color: #707070;
    border-radius: 50%;
}

.carousel__indicators__position {
    position: relative;
    margin-bottom: 0;
}

.carousel__indicators__position [data-bs-target] {
    color: #fff;
    width: 19.9px;
    height: 19.9px;
    margin: 0 3.9px;
    padding: .1px 1.9px .7px 1.8px;
    opacity: .4;
    background-color: #6a8fa3;
}

.carousel__indicators__position .active {
    background-color: #ed3367 !important;
    opacity: 1 !important;
}

.preview-simulation,.preview-answer {
    width: 3.1%;
}

.delete_slide_btn {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 100%;
}

.drop-effect .item-content .delete_slide_btn img {
    width: 3%;
    width: 5%;
    height: auto;
    max-width: 100%;
    right: 0;
    left: auto;
}

.drop-effect .item-content .show__btn {
    text-align: center;
    position: absolute;
    right: 5px;
    bottom: 5px;
    /* bottom: 5px; */
    z-index: 1000;
    width: 55px;
}

.drop-effect .item-content .show__btn .button-view {
    color: #000;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
    background: #fec652;
    border-radius: 5px;
    max-width: 130px;
    /*margin: .4rem auto;*/
    cursor: pointer;
    padding: 2px;
}

.search__name {
    width: 21.3125em;
}

.search__line {
    background: #002435;

    /* margin-left: 12px; */
}

.name__table tbody,
.name__table td,
.name__table tfoot,
.name__table th,
.name__table thead,
.name__table tr {
    border: none;
    /* background: transparent !important; */
    padding-top: 0;
}

.name__table__header th {
    width: 35%;
}

.name__table__header th {
    width: 35%;
}

.name__table__header th {
    width: 27%;
}

.name__table__header {
    border-radius: 8px 8px 0 0;
    border: none;
}

.name__table .name__table__header tr th {
    margin: 15.8px 0 0 .1px;
    padding: 14px 10px 13px 31px;
    /* border: solid 1px #577589; */
    border: none;
    background: #002435 !important;
}

.name__table tr {
    font-size: 1.3em;
    font-weight: 600;
}

.name__table__body tr {
    background-color: #b6c4cc !important;
    /* opacity: .15; */

    border: none;
    border-bottom: solid 1px #d8dde0;
    color: #002435;
}

.name__table__body tr td {
    padding: 14px 10px 13px 31px;
    border: none;
}

.name__col {
    border-radius: 8px 0 0 0;
}

.show__icon__col {
    border-radius: 0px 8px 0 0px;
}

.main-page,
#iplanApp-scenario {
    overflow-x: hidden;
}

.search__name__body {
    min-height: 50vh;
    max-height: 60vh;
    overflow-y: auto;
    scrollbar-width: thin;
}

@media (max-width: 1300px) {
    .search__name__body {
        font-size: 14px;
    }
}

@media (max-width: 1050px) {
    .search__name__body {
        font-size: 12px;
    }
}


/* tabs customization*/
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active:focus-visible {
    color: #577589;
    background-color: #fff;
    border-color: snow;
    font-weight: bold;
    font-size: 20px;
    padding: 16px;
    outline: none;
}


.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid #ebebeb;
    border-top-left-radius: .25rem;
    background: #fff;
    border-top-right-radius: .25rem;
    font-weight: bold;
    font-size: 20px;
    padding: 16px;
    color: #002435;
}

.bg-white {
    background: #ffffff !important;
}

.assign-scenario-desc {
    height: 145px;
}

.text-right {
    text-align: right !important;
}


.table thead th.modal-th {
    background: #051720 !important;
    border: 1px solid #051720 !important;
}


.notification-row-content {
    padding-left: 15px !important;
}


.notify-arrow {
    position: absolute;
    right: 0;
    top: -8px;
}


.w-8 {
    width: 8% !important;
}


.close-modal-btn {
    top: 10px;
    right: 10px;
    position: absolute;
}


.message-box {
    display: flex;
    justify-content: start;
    width: 100%;
    word-break: break-all;
    height: 18rem;
    overflow-y: auto;
    scrollbar-width: thin;
}


.error-box {
    margin-top: 22vh;
    color: #002435;
}

.error-title {
    font-weight: bold;
    margin: 0;
}


.error-desc {
    font-size: 18px;
    font-weight: bold;
    color: grey;
}

.bg_white {
    background: white !important;
}

.add-brand-btn:hover,
.add-brand-btn:focus,
.edit-brand-btn:hover,
.edit-brand-btn:focus,
.yes-delete:hover,
.yes-delete:focus {
    color: #002435 !important;
    background: #FEC652 !important;
}


.yes-create-team {
    padding: 13px 0 !important;
}


.first-link {
    border-top: none;
}

.delete-slide-btn {
    background: none;
}

.add-slide-btn {
    padding: 11px;
    margin-bottom: 30px;
    background: #fec652;
    border-radius: 7px;
    border: 1px solid #fec652;
    /* float: left; */
    /* margin-top: 7px; */
    width: 14%;
    position: absolute;
    /* bottom: 0; */
    top: 67vh;
}


.w-68 {
    width: 58vw;
    position: absolute;
}


.start-traning-btn,
.start-traning-btn:hover,
.start-traning-btn:focus {
    width: 150px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}


.main-color {
    color: #002435 !important;
}

.score-history {
    overflow: inherit !important;
    margin: 0 10px;
    scrollbar-width: thin;
}


.overflow-auto {
    /* overflow: auto; */
    scrollbar-width: thin;
}

.view-custom {
    background: transparent !important;
}

.submit-button {
    background-color: #FEC652;
    color: #154351;
}


.Competition .card:active,
.scenarios .card:active {
    background-color: #ED3367;
    /* background-color: #0000; */
    opacity: 1 !important;
}
.Competition .card:hover,
.scenarios .card:hover {
    background-color: #ED3367;
    opacity: 1 !important;
}

.line-1 {
    height: 2px;
    background: #cdcdcd;
    margin-top: 15px;
}

.w-30 {
    width: 30%;
}

.message-header {
    display: flex;
    justify-content: end;
    padding: 5px 0;
}

.message-description {
    font-size: 16px;
    line-height: 1.3rem;
}

.reset-title {
    font-size: 1.3rem;
}


.sanofi-logo {
    margin-bottom: 1.2rem;
}

.modal .main-btn:hover {
    color: #002435;
    background: #FEC652;
}

.validation-msg {
    top: 389px !important;
    padding-left: 28px;
}

.add-scenarios .preview-scenario,
.add-scenarios .preview-scenario:hover {
    z-index: 100000;
}

.module-card-body__size {
    /* height: 9em; */
    justify-content: space-around;
}

.comp-box {
    /* overflow-y: auto; */
    /* height: 28rem; */
    scrollbar-width: thin;
}

.user-scenario-con {
    /* overflow-y: auto; */
    /* height: 30rem; */
    scrollbar-width: thin;
}

#create_compet_form {
    /* overflow-y: auto; */
    /* height: 30rem; */
}



@media (max-width: 1920px) and (max-height: 947px) {

    #create_compet_form,
    #update_compet_form {
        height: 45rem;
    }

    .user-scenario-con {
        /* height: 40rem; */
    }

    .comp-box {
        /* height: 38rem; */
    }

    .add-scenarios .preview-scenario,
    .add-scenarios .preview-scenario:hover {
        right: 19rem;
    }

    .add-scenarios .back-step {
        top: -148px !important;
    }

    .register-requests {
        /* height: 48em; */
        overflow-y: auto;
        scrollbar-width: thin;
    }

    .comp-brand-width {
        /* width: 28rem; */
    }

    .line-2 {
        width: 100%;
        max-width: 450px;
    }

    .add-scenarios .back-step {
        top: 0 !important;
    }


}

@media (max-width: 1536px) and (max-height: 722px) {

    #create_compet_form,
    #update_compet_form {
        height: 33rem;
    }

    #add_user_form {
        overflow-y: auto;
        height: 33rem;
    }

    .login-page .left-sec,
    .resetPassword-page .left-sec {
        /* margin-left: 2rem;
        width: 82% !important; */
    }

    .comp-box,
    .user-scenario-con {
        /* height: 33rem; */
    }

    .add-scenarios .preview-scenario,
    .add-scenarios .preview-scenario:hover {
        right: 12.4rem;
    }

    .w-68 {
        width: 68.85vw;
    }

    .row-drop {
        width: 75vw;
    }

    .box-drop {
        max-width: 15.66%;
        min-width: 14%;
    }

    .add-scenarios .scenario-step.active {
        /* height: 545px; */
    }

    .custom-height {
        overflow-y: auto;
        scrollbar-width: thin;
    }

    .settings .list-group-item {
        padding: .8rem 1rem;
    }

    .table {
        /* height: 530px; */
        max-height: 49vh;
    }

    .register-requests {
        /* height: 444px; */
        overflow-y: auto;
        scrollbar-width: thin;
    }

    .comp-brand-width {
        /* width: 20.7rem; */
    }

    .line-2 {
        /* width: 64.7%; */
    }

    .add-scenarios .back-step {
        top: 0 !important;
    }


}

@media (max-width: 1440px) and (max-height: 800px) {

    .login-page .left-sec,
    .resetPassword-page .left-sec {
        /* padding-top: 1rem;
        margin-left: 2rem; */
    }

    .user-scenario-con {
        /* height: 33rem; */
    }

    .comp-box {
        /* height: 39rem; */
    }
}

@media (max-width: 1440px) and (max-height: 700px),
(max-width: 1440px) and (max-height: 800px) {

    #add_user_form {
        overflow-y: auto;
        height: 28rem;
    }

    .login-page .left-sec,
    .resetPassword-page .left-sec {
        /* padding-top: 0; */
    }

    .mt-2 {
        margin-top: 0 !important;
    }

    .user-scenario-con {
        /* height: 30rem; */
    }

    .comp-box {
        /* height: 28rem; */
    }

    .add-scenarios .scenario-step.active {
        height: 100%;
    }

    .row-drop {
        width: 73.8vw;
    }

    .w-68 {
        width: 63.35vw;
    }

    .box-drop {
        max-width: 16%;
        min-width: 15%;
    }

    .add-scenarios .preview-scenario,
    .add-scenarios .preview-scenario:hover {
        right: 11.9rem;
    }


    .custom-height {
        overflow-y: auto;
        scrollbar-width: thin;
    }

    .settings .list-group-item {
        padding: .75rem 1rem;
    }

    .table {
        /* height: 525px; */
    }

    .register-requests {
        /* height: 444px; */
        overflow-y: auto;
        scrollbar-width: thin;
    }

    .comp-brand-width {
        /* width: 19rem; */
    }

    .line-2 {
        /* width: 70%; */
    }

    .add-scenarios .back-step {
        top: 0 !important;
    }

}

@media (max-width: 1050px) and (max-height: 625px) {

    #create_compet_form,
    #update_compet_form {
        height: 30rem;
    }

    #add_user_form {
        overflow-y: auto;
        height: 30rem;
    }

    /* .logo-box {
        max-width: 70%;
    } */

    /* .login-page .left-sec {
        max-width: 75% !important;
    } */

    /* .login-page .left-sec,
    .resetPassword-page .left-sec {
        padding-top: 1rem;
    } */

    .validation-msg {
        top: 378px !important;
    }

    .add-scenarios .preview-scenario,
    .add-scenarios .preview-scenario:hover {
        right: 12.4rem;
        top: -35px;
        z-index: 100000;
    }

    .w-68 {
        width: 63.7vw;
    }

    .add-scenarios .scenario-step.active {
        height: 450px;
    }

    .box-drop {
        max-width: 16.8%;
        min-width: 14.9%;
    }

    .Competition .Competition-list,
    .scenarios .scenarios-list {
        /* max-height: 54vh; */
        overflow-y: auto;
        scrollbar-width: thin;
    }

    .add-scenarios .back-step {
        top: 0 !important;
    }

    .add-scenarios .content {
        overflow-y: initial;
        padding-top: 1rem;
        padding-bottom: 1rem;
        height: inherit;
        scrollbar-width: thin;
    }

    .search {
        margin-top: 1.3rem !important;
    }

    .p-10 {
        min-width: 7vw !important;
    }

    .settings .list-group-item {
        padding: .75rem 1rem;
    }

    .table {
        height: 450px;
    }

    .register-requests {
        height: 369px;
        overflow-y: auto;
        scrollbar-width: thin;
    }

    .comp-brand-width {
        width: 12.6rem;
    }

    .line-2 {
        border-top: 10px solid #002435;
        width: 87%;
    }

    .settings .list-group-item a {
        font-size: .88rem;
    }

}

.word-wrap {
    overflow-wrap: break-word;
}

.ms-9 {
    margin-right: 9rem !important;
}

#assignTraining-popup .select2-container--default .select2-selection--multiple,
#create_team_popup .select2-container--default .select2-selection--multiple {
    overflow-y: auto;
    scrollbar-width: thin;
}

.opacity-8 {
    opacity: .8;
}

.opacity-7 {
    opacity: .7;
}

.opacity-6 {
    opacity: .6;
}

.countdown-box {
    margin-left: 1rem;
    color: #002435;
    letter-spacing: 1px;
    font-size: 1rem;
}

.line-2 {
    border-top: 10px solid #002435;
}

.w-10 {
    width: 10% !important;
}

.w-49 {
    width: 49rem;
}

.scenario-text {
    color: #002435;
    font-size: 1.1rem;
    padding: 15px 0px;
}

.model-answers-btn,
.model-answers-btn:hover,
.model-answers-btn:focus {
    width: fit-content !important;
    padding: 10px 25px;
    background: #EDDDBD !important;
    border: 2px solid #FEC652 !important;
}

.user-box {
    /* background: #E9EEEF; */
    border-radius: 7px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.user-score-label {
    font-size: 1.3rem;
}

.bg-none {
    /* background: none; */
}

.count-down-title {
    font-size: 1.3rem;
    color: #002435;
}

.action-cell {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
}

.add-user-btn:hover,
.add-user-btn:active,
.edit-user-btn:hover,
.edit-user-btn:active {
    color: var(--sec-color) !important;
    background-color: #FEC652 !important;
    border-color: #ffffff !important;
}

.stop-a-link {
    pointer-events: none;
    /* color: #808080 !important; */
}

.tablet__icons__size {
    width: 25px;
    height: 25px;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;

}

#addScenario-form {
    /* height: 34rem; */
}

.main-btn .back-step {
    top: -155px;
}

.main-btn .next-step {
    top: -54px;
}

.simulation .drop-effect .item-content{
    width: 100%;
}

.dropable-sec{
    margin-left: 20%;
    /* position: relative; */
    /* z-index: 11111111111111111111; */
}