@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
body{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    background: transparent;
}
.card{
    border:none;
}
/*MENU AND HEADER*/
.sidebar .dropdown .dropdown-menu {
    top: -100%;
    height: 0;
    width:100%;
    margin: 0;
    position: relative;
    opacity: 0;
    overflow:hidden;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    z-index: 8;
    pointer-events:all;
}

.sidebar .dropdown-menu.show {
    background: #d0edf6;
    border: none;
    box-shadow: none;
    opacity: 1;
    overflow: visible;
    position: relative !important;
    transform: translateY(0) !important;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    height: 100% !important;
    top: 0px;
}
.sidebar a.dropdown-item > img {
    width: auto;
    height: auto;
    vertical-align: top;
    margin-left: 5px;
}
.sidebar #navbarDropdown {
    z-index: 9;
    position: relative;
}
.sidebar .nav-item .nav-link {
    transition: background 0.1s cubic-bezier(0.4, 0, 1, 1);
    color: #222;
    padding: 12px 23px;
    font-size: 16px;
}
.sidebar .nav-link.active, .sidebar .nav-link:hover {
    background: #D0EDF6;
    border-left:6px solid #00bcf7;
    color: #222;
    padding-left: 17px;
}

.sidebar-fixed .sidebar {
    width: 100%;
    max-width: 300px;
    background: #F2F4F6;
}

.sidebar > .sidebar-nav {
    width: 100%;
    max-width: 300px;
}
.sidebar .nav-item{
    overflow: hidden;
}
.sidebar .nav {
    width: 100%;
    max-width: 300px;
}

.sidebar .ps__rail-y {
    z-index: 10;
}

.sidebar .sidebar-minimizer {
    display: none;
}

.sidebar-fixed .app-header + .app-body .sidebar {
    height: calc(100vh - 116px);
}
.app-body .main {
    margin-left: 300px !important;
}
.sidebar .nav-item img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

.sidebar a.dropdown-item {
    padding: 12px 60px 14px 75px;
    border: none;
    transition: 0.2s;
    font-size: 16px;
}
.sidebar a.dropdown-item:hover {
    border-left: 6px solid #00bcf7;
    background: #d0edf6;
}
li.nav-item.dropdown.show .nav-link {
    background: #D0EDF6;
    border-left: 6px solid #00bcf7;
    color: #222;
    padding-left: 17px;
}
li.nav-item.dropdown.show .nav-link {
    background: #D0EDF6;
    border-left: 6px solid #00bcf7;
    color: #222;
    padding-left: 17px;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus {
    color: #222;
    font-weight: 500;
    background: #d0edf6;
}


.app-header.navbar {
    background: #7FDDFB;
    padding: 18px 32px;
    height: 116px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header-fixed .app-body {
    margin-top: 116px;
}
.app-header.navbar .navbar-brand img {
    width: 100%;
    height: 100%;
    max-width: 192px;
    max-height: 102px;
    width: 192px;
}

.app-header.navbar .navbar-brand {
    padding: 0px;
}
#header ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
a.header_notifications {
    padding: 21px 32px;
    background: #fff;
    border-radius: 50px;
    margin-right: 36px;
    color: #222;
    font-weight: 500;
    transition:0.2s;
}

a.header_notifications:hover {
    background:#f2f4f6;
    text-decoration:none;
}

a.header_notifications img {
    margin-left: 10px;
}
.header_change {
    color: #222;
    margin-right: 36px;
}
.header_change:hover {
    color: #222;
    margin-right: 36px;
}
.header_change img {
    margin-right: 10px;
    vertical-align: bottom;
}

.header_log_out img {
    margin-right: 10px;
    vertical-align: bottom;
}

.header_log_out {
    color: #222;
    margin-right: 40px;
}
.header_log_out:hover {
    color: #222;
    margin-right: 40px;
}
/*END OF MENU AND HEADER*/
/*Login blade*/
.login_app {
    background-color: #f5f8ff;
    background-image: url('/images/login_bg.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

img.login_logo {
    max-width: 355px;
    height: 155px;
}
 
.login_app .card {
    border-radius: 8px;
    border-color: #fff;
}

.login_app .auth-header {
    border: none;
    text-align: center;
    padding: 64px 50px 80px 50px;
}

.login_app .auth .auth-body {
    padding: 0 50px 64px 50px;
}

.login_app .auth .input-group .form-control {
    border: 1px solid #222222;
    border-radius: 8px;
    height: 75px;
    padding: 26px 30px;
    font-size: 16px;
    color: #222222;
    max-width: 100%;
}

.login_app .auth .input-group .form-control::placeholder {
  color: #959595;
  opacity: 1; /* Firefox */
}

.login_app >div >div > div {
    max-width: 640px !important;
    flex: 0 0 100%;
}

.login_app button.btn.btn-primary.btn-block.btn-spinner {
    font-weight: 600;
    color: #222;
    background: #FFF200;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    padding: 30px;
    line-height: 1;
    max-width: 100%;
}
.login_app button.btn.btn-primary.btn-block.btn-spinner:hover {
    background: #FFD70B;
}

.login_app a.auth-ghost-link {
    color: #222222;
}
.login_app .auth .auth-title {
    color: #222222;
    font-size: 32px;
}

.login_app p.auth-subtitle {
    color: #222222;
    font-size:16px;
}
/*End of Login blade*/
/*Change password blade*/
.change_password .alert {
    margin: 0 auto;
    margin-bottom: 15px;
}
.change_password .field.has-danger {
    position: relative;
}

.change_password .field.has-danger label {
    /* padding-bottom: 28px !important; */
}
.change_password button.btn.btn-primary.form_submit {
    max-width: 360px;
    background: #00BCF7;
    border: none;
    border-radius: 8px;
    padding: 20px;
    font-size: 16px;
    line-height: 1;
}

.change_password button.btn.btn-primary.form_submit img {
    margin-right: 10px;
}

.change_password input,input {
    border-radius: 8px;
    background-color: #F2F4F6;
    font-size: 16px;
    color: #222222;
    padding: 19px 32px;
    border: 1px solid #C1C7CC;
    width: 100%;
    max-width: 360px;
    margin-bottom: 38px !important;
    line-height: 1.5;
}

.change_password input::placeholder {
    color: #959595;
    font-size: 16px;
}

.change_password label, label {
    display: block;
    color: #222;
    font-size: 16px;
    margin-bottom: 10px !important;
    padding: 0px !important;
    line-height: 1 !important;
}

.change_password h1, h1.page_title {
    font-size: 34px;
    margin-bottom: 28px;
    margin-top: 18px;
}
.title_and_button {
    align-content: center;
    align-items: center;
    margin-bottom: 19px !important;
}

.title_and_button h1.page_title {
    margin-bottom: 0;
    margin-top: 0px;
}
.title_and_button .btn.btn-primary{
    margin-bottom: 0;
}
.change_password button.btn.btn-primary.form_submit:hover {
    background: #0095C8;
}
.change_password .form {
    max-width: 360px;
    margin: 0 auto;
}
/*End of change password blade*/

/*Users page and general style button, input and tables*/
.form-control {
    border: 1px solid #C1C7CC;
    border-radius: 8px;
    background-color: #FFF;
    padding: 19px 32px;
    font-size: 16px;
    height: auto;
    color: #222222;
    max-width: 360px;
    margin-bottom: 30px;
}
.form-control::placeholder {
color:#959595;
}

.btn.btn-primary.reset_form {
    padding: 20px 31px;
    width: 100%;
    max-width: 360px;
    font-size: 16px;
    color: #FF2C00;
    border: 1px solid #FF2C00;
    background: transparent;
    border-radius: 8px;
}

.btn.btn-primary.reset_form:hover, .btn.btn-primary.reset_form:focus {
    color: #FF2C00;
    border: 1px solid #FF2C00 !important;
    background: #fff !important;;
    box-shadow: 0 0 5px 0px #FF2C00;
}

button.btn.btn-primary, .btn.btn-primary {
    font-size: 16px;
    border: none;
    border-radius: 8px;
    padding: 21px 32px;
    width: 100%;
    max-width: 360px;
    background: #00BCF7;
    color: #fff;
}

button.btn.btn-primary:hover, .btn.btn-primary:hover {
    background: #0095C8;
}
.user_show {
    display: flex;
    align-items: center;
}

.user_show a {
    margin-right: 8px;
}

.user_show img {
    width: 24px;
}
table.table.table-hover.table-listing thead tr {border: none;background: #F2F4F6;}
table.table.table-hover.table-listing thead th:first-child{
  border-radius: 10px 0 0 0 !important;
}

table.table.table-hover.table-listing thead th:last-child{
  border-radius:0 10px 0 0;
}
table.table.table-hover.table-listing tr td:first-child,table.table.table-hover.table-listing tr th:first-child {padding-left: 30px;}
table.table.table-hover.table-listing tr td:last-child,table.table.table-hover.table-listing tr th:last-child {padding-right:30px}
.table-listing thead th {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    white-space:nowrap;
}

.table-listing thead th,.table-listing td {
    padding: 21px 16px;
}
.table-listing td{
    padding: 17px 16px;
}
.table-listing tr:nth-child(even) td {
    background: #F2F4F6;
}
.card-body {
    padding: 0;
}
.card-block {
    padding: 0;
}
.fa-sort-amount-asc:before, .fa-sort-amount-desc:before {
    content: "";
}

.table-listing td:last-of-type {
    display: table-cell;
    text-align: right;
}
.table-listing  a.view_icon_table {
    color: #00bcf7;
    margin-left: 10px;
    font-size: 14px;
    display: inline-block;
    top: -3px;
    position: relative;
}

table th a:not([href]) span.fa-sort-amount-asc:after,table th a:not([href]) span.fa-sort-amount-desc:after {
    content: "";
    background: url(/images/sort-icon.svg);
    width: 7px;
    height: 12px;
    position: relative;
    position: absolute;
    background-repeat: no-repeat;
    top: 3px;
    right: -14px;
    /* transform: rotate(180deg); */
}
table th a:not([href]) span.fa-sort-amount-desc:after {
    content: "";
    background: url(/images/sort-icon.svg);
    width: 7px;
    height: 12px;
    position: relative;
    position: absolute;
    background-repeat: no-repeat;
    top: 3px;
    right: -14px;
    transform: rotate(180deg);
}
a:not([href]):not([tabindex]) {
    display: inline-block;
    position: relative;
    height: auto;
    /* flex: 1 0 auto; */
}
.btn.reset_form img {
    vertical-align: bottom;
}

.table-listing tr:last-child td:last-child {
    border-radius: 0 0 8px 0;
}

.table-listing tr:last-child td:first-child {
    border-radius: 0 0 0 8px;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    background: #0095C8;
    border-color: #0095C8;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background: #0095C8;
    border-color: #0095C8;
}

.btn-primary, .btn-info {
    background: #00bcf7;
    border-color: #00bcf7;
}

.btn-primary:hover, .btn-info:hover {
    background: #0095C8;
    border-color: #0095C8;
}
.table-listing .btn-info i.fa.fa-edit::before {content: url('/images/white-edit-icon.svg');}
.table-listing .btn-info {
    border-radius: 50px;
    width: 36px;
    height: 36px;
    text-align: center;
    padding: 5px;
}
.table-hover tbody tr:hover, .table-hover tbody tr:hover td {
    background-color: #e8e8e8;
}
.table-listing {
    border-spacing: 0;
    border: 1px solid #c1c7cc;
    border-radius: 8px;
    -moz-border-radius:8px;
    -webkit-border-radius: 8px;
    border-collapse: separate;
    box-sizing: border-box;
    /* display: block; */
    /* width: 100%; */
    /* overflow-x: auto; */
    -webkit-overflow-scrolling: touch;
}
.table-listing 
td .Active, .table-listing 
td .login {
    display: inline-block;
    background: #CCFFE2;
    border-radius: 50px;
    padding: 8px 16px;
    color: #00DE61;
    /* margin-top: -2px; */
    /* margin-bottom: -2px; */
    text-transform: capitalize;
}

.table-listing 
td .Inactive, .table-listing 
td .logout {
    display: inline-block;
    background: #FFD5CC;
    border-radius: 50px;
    padding: 8px 16px;
    color: #FF2C00;
    text-transform: capitalize;
}
.btn.btn-primary.btn-border-radius {
    border-radius: 50px;
    width: 100%;
    max-width: 286px;
}
.card-header {
    border: none;
    color: #222;
    padding-bottom:0px;
}

.form_big .card-body, .form_big .card-footer {
    max-width: 828px;
    padding: 0;
}
.form_small .card-body, .form_small .card-footer{
    max-width: 360px;
    margin: 0 auto;
}
.card {
    width: auto;
}

.form-group {
    margin-bottom: 0px;
}

.form_big {
    border: 1px solid #C1C7CC;
    border-radius: 8px;
    max-width: 824px;
    padding: 32px;
}
button.btn.btn-primary.no-background {
    background: #fff;
    color: #00bcf7;
    border: 1px solid #00bcf7;
}

button.btn.btn-primary.no-background:hover {
    color: #00bcf7;
    border: 1px solid #00bcf7;
    background: #fff;
    box-shadow: 0 0 5px 0px #00bcf7;
}

input[type="file"] {
    background: #fff;
    border: none;
}
.table-listing td:last-of-type {
    text-align: left;
}
.card-header {
    padding: 0;
}

/*User edit page*/
.badges_user {
    display: flex;
    flex-wrap: wrap;
}

.badges_user img {
    width: 100%;
    max-width: 71px;
    margin-right: 21px;
    margin-bottom: 21px;
}

ul.certificates_user {
    list-style: none;
    padding: 0px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

ul.certificates_user li {
    margin-bottom: 22px;
    margin-right: 22px;
    margin-left: 30px;
}
.form_full .card-footer {
    padding: 0;
    margin-top: 10px;
}

.form_full {
    padding: 35px;
    border: 1px solid #C1C7CC;
    border-radius: 8px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("/images/angle-down-icon.svg");
    background-repeat: no-repeat;
    background-position: center right 32px !important;
}
.import_user {
    max-width: 360px;
    margin: 0 auto;
}
ul.pagination.sizeClass {
    text-align: center;
    margin: 0 auto;
    margin-top:64px;
    justify-content: center;

}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    line-height: 26px !important;
}

li.page-item {
    border-radius: 50px;
}

.page-item:first-child .page-link, .page-item:last-child .page-link,a.page-link {
    border-radius: 50px;
    margin: 0 5px;
    width: 35px;
    height: 35px;
    padding: 5px;
    line-height: 28px;
    border: none;
    color: #959595;
    font-size:18px;
    text-align:center;
}

.page-item.active .page-link {
    background-color: #00BCF7!important;
}

.page-link:hover {
    color: #fff !important;
    background-color: #00bcf7;
}
span.pagination-caption {
    display: flex;
    justify-content: center;
    margin-top: 11px;
    color: #959595;
}
.full_width {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 140px;
}

.create_module .dropzone {
    margin-bottom: 40px;
    border-radius: 8px;
}

.vue-dropzone.dropzone:hover, .vue-dropzone.dropzone.dz-drag-hover {
    border-color: #7fddfb !important;
}
.upload_image small {
    display: none;
}

.upload_image .card-header  {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    display: block;
    color: #222;
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: 400;
    font-size: 16px;
}
.dashboard_info_top {
    display: flex;
    justify-content: space-between;
    padding: 26px 36px;
    border: 1px solid #c1c7cc;
    border-radius: 8px;
    background-color: #F2F4F6;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
    max-width: 360px;
}

.dashboard_info_top h2 {font-size:35px;font-weight: 700;color: #222222;line-height: 1;}

.dashboard_info_top h3 {
    color: rgb(34 34 34 / 0.50);
    font-size: 16px;
    line-height: 1;
    margin: 0;
}
.dashboard_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.radio_custom input {
    position: relative;
    display: inline-block;
    max-width: auto;
    max-width: 15px;
    top: 0;
    left: 0px;
    margin: 0px !important;
}

.radio_custom {
    padding-left: 15px;
}

.radio_custom label.form-check-label {
    display: inline-block;
}
.push_not {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.push_not >  div:first-child {
    width: 100%;
    max-width: 435px;
}

.push_not > div:last-child {
    width: 100%;
    max-width: 1090px;
}
.learn_parts {
    /* margin-top: 22px; */
    display: flex;
    flex-direction: column;
}

.learn_parts .item {
    padding: 20px 32px;
    border: 1px solid #c1c7cc;
    background: #f2f4f6;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.edit_button_learn {
    color: #00bcf7 !important;
    font-size: 16px;
    padding: 8px 16px;
    border: 1px solid #00bcf7;
    border-radius: 50px;
    display: inline-block !important;
    /* width: auto; */
    flex: 0 0 auto !important;
}

.edit_button_learn img {
    vertical-align: bottom;
}

.delete_button_learn {
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid #ff2c00;
    color: #ff2c00;
    margin-left: 16px;
    /* line-height: 1; */
}

.delete_button_learn img {
    vertical-align: bottom;
}

.learn_parts .item .actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    min-width: 290px;
}

.delete_button_learn:hover,.delete_button_learn:focus {
    color: #FF2C00;
    border: 1px solid #FF2C00;
    background: #fff;
    box-shadow: 0 0 5px 0px #FF2C00;
    border-radius: 50px !important;
    outline: none;
}

.edit_button_learn:hover,.edit_button_learn:focus {
    color: #00bcf7 !important;
    border: 1px solid #00bcf7;
    background: #fff;
    box-shadow: 0 0 5px 0px #00bcf7;
    border-radius: 50px !important;
    outline: none;
    text-decoration: none !important;
    cursor: pointer;
}
div#multiple-choice > div > div, div#yes-no > div > div  {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div#multiple-choice > div > div input[type=radio],#yes-no > div > div input[type=radio] {
    width: 13px;
    margin-right: 20px;
}
.question_page .learn_parts {
    margin-top: 0px;
}
.vue-dropzone.dropzone .dz-message {
    margin: 10px;
}

form#gallery {padding: 10px;min-height: 120px !important;}

.vue-dropzone.dropzone .dz-message {
    margin: 10px;
}

form#gallery {padding: 10px;min-height: 120px !important;border-radius: 8px;border-color: #c1c7cc !important;}

.dropzone .dz-preview.dz-image-preview .dz-image {
    height: 150px !important;
    object-fit: contain;
    width: 150px !important;
    overflow: hidden;
}
.ql-container {
    font-size: 16px !important;
}
.switch-success .switch-input:checked + .switch-slider, .switch-success > .switch-input:checked ~ .switch-label {
    background: #7fddfb !important;
    border-color: #7fddfb;
}
/* width */
::-webkit-scrollbar {
    width: 7px;
    height:7px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #f2f4f6; 
    border:1px solid #c1c7cc;
    border-radius: 8px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #7fddfb; 
    border-radius: 8px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #00bcf7; 
  }
  .quill-editor * {
    border-color: #c1c7cc !important;
}

.ql-toolbar.ql-snow {
    border-radius: 8px 8px 0 0;
}

.ql-container.ql-snow {
    border-radius: 0 0 8px 8px;
}
footer.app-footer span.pull-right {
    display: none;
}
.no-items-found {
    display: none;
}
.form-control {
    position: relative;
}
.has-danger label {
    /* padding-bottom: 10px !important; */
}
.form-control-feedback {
    /* position: relative; */
    /* top: 10px; */
    margin-bottom: 10px !important;
    margin-top: 0px !important;
}
.form-group {
    position: relative;
}


@media screen and (max-width:1500px){
    .dashboard_info_top {
        padding: 20px 24px;
        max-width: 244px;
    }

    .dashboard_info_top h2 {
        font-size: 28px;
    }

    .dashboard_info_top h3 {
        font-size: 16px;
    }

    .dashboard_info_top img {
        max-width: 50px;
    }
}

@media screen and (max-width:1380px){
    .dashboard_info_top {
        padding: 16px 18px;
        max-width: 212px;
    }

    .dashboard_info_top h2 {
        font-size: 24px;
    }

    .dashboard_info_top h3 {
        font-size: 14px;
    }

    .dashboard_info_top img {
        max-width: 40px;
    }
}

div#the-count_comment {
    display: inline-block;
    width: auto;
    position: absolute;
    bottom: 40px;
    right: 20px;
    font-size: 13px;
    color:#999;
}
.push_not div#the-count_comment {
    bottom: 20px;
}
@media screen and (min-width:1440px){
    .push_not form.form-horizontal.form-create{
        width: 426px;
    }

    .push_not > div:first-child {
        width: 426px;
    }

    .push_not > div:last-child {
        width: calc(100% - 456px);
    }

}

@media screen and (max-width:1440px){
    .push_not > div:first-child {
        margin-bottom:30px
    }
    .push_not textarea.form-control {
        height: 160px;
    }
    .learn_parts .item {
        flex-direction: column;
    }
    
    .learn_parts .item .title {
        margin-bottom: 15px;
    }

}

