body{
  margin: 0;           font-family: "Roboto", sans-serif;
    background: #f7f7f7 !important;
  padding: 0;
}
:before, :after {
font-family:FontAwesome;
}
p{         font-family: "Roboto", sans-serif;}
h1, h2, h3, h4, h5{         font-family: "Roboto", sans-serif;}
ul{list-style:none; padding:0px;         font-family: "Roboto", sans-serif;}
	a{            font-family: "Roboto", sans-serif;}
label {
    display: block;
	  font-family: "Roboto", sans-serif;
    margin: 0px;
}
a#change-lesson-video {
    background: #ccc;
    color: #000;
    padding: 5px 10px;
}
button.form-submit.primary-btn.loader-btn {
    width: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 5px;
    width: 20px;
}
a#google-login-btn img {
    width: 17px;
    margin-left: 5px;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px; margin-right:3px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #d9d9d9;
    color: #0a0a0a;
}

ul#course-chapters-menu {
    padding: 0px;
}
a#google-login-btn:hover {
    background: #202020; transition:ease-in-out 0.5s;
}
a#google-login-btn {  margin-bottom: 10px;transition:ease-in-out 0.5s;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
    background: rgb(0 0 0);
    border-radius: 50px;
    padding: 11px 15px;
    text-decoration: none;
}
.form-field-wrap a {
    margin-top: 10px;
}
.white-box.mb-4.usage-reports-overview-wrap {
    padding-bottom: 0px;
}
.question-box {
    border: 1px solid #2996af;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    color: #2da4c0;
}
.question-box h3 {
    font-size: 17px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0px;
}
button.primary-btn.filter-usage-reports-btn.loader-btn {
    border: 1px solid #2da4c0;
    width: 100%;
    margin-top: 23px;
    height: 40px;
}
button.primary-btn.filter-usage-reports-btn.loader-btn:hover {
    background: #216F81;
    transition: ease-in-out 0.5s;
    border-color: #216F81;
}
.signup-box img {
    max-width: 60%;
    margin: 0 auto 30px;
    display: block;
}
i.fa-solid.fa-trash {
    color: #2da4c0;
}
.form-outer.simpl .input-new input[type=text], .form-outer.simpl .input-new input[type=email], .form-outer.simpl .input-new input[type=password] {
   background:transparent !important;
}

.col-md-6.d-flex.align-items-center.justify-content-center.bg-light {
    background: #c7edef !important;
}
.delete-btn, .delete-btn > i {
    color: #216f81 !important;
}
a.new-item-link.two {
    position: absolute;right:190px !important;
    margin-top: 0px;
    margin-left: 0px;
}
table.table.table-striped.light-data.courses-table a {
    color: #000;
}
table.table.table-striped.light-data.quizes-table a {
    color: #000;
}

.primary-btn {
    background: #2da4c0;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 25px;
    font-weight: 600;
	transition:ease-in-out 0.5s;
    border-radius: 30px;
    font-size: 15px;
	cursor:pointer;
}
.primary-btn:hover {
    background: #216F81;
	transition:ease-in-out 0.5s;
}
.video-bx h2 {
    position: relative;
    padding-left: 45px;
    font-size: 25px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
}
.video-bx h2 i {
    color: #2da4c0;
    font-size: 28px;
    position: absolute;
    left: 0px;
    top: 1px;
}
.edit-btn, .delete-btn, .drag-icon {
    color: #000000;
    text-decoration: none !important;
    text-transform: capitalize;
        font-family: "Roboto", sans-serif;
    font-weight: 200;
	font-size:14px;
}
div#questions-accordion {
    margin-top: 10px;
}
h2.accordion-header .up-down {
    transform: rotate(90deg);
    color: #2da4c0;
    font-size: 17px;
    margin-right: 7px;
}
p.certificate-tpl-info.position-relative img {
    width: 100%;
}
a#change-certificate-template-btn {
    position: absolute;
    right: 20px;
    background: #18a8c9;
    padding: 10px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    width: 40px;
    height: 40px;
}
.video-bx img {
    position: absolute;
    right: 30px;
    top: 45px;
    transform: rotate(5deg);
    max-width: 240px;
    border-radius: 20px;
    border: 1px solid #eee;
    border-bottom-left-radius: 0px;
}
.video-bx {
	overflow:hidden;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #eee;
    position: relative;
}
a.new-item-link:hover {
    background: #216f81;
}
.logo-white.cvr a img {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 5px;
    padding: 2px;
    margin-right: 5px;
}
.logo-white.cvr {
    padding: 17px 24px;
    border-bottom: 1px solid #cdcdcd;
}
.input-new input:focus {
    outline: none !important;
}

::-webkit-scrollbar {
  width: 8px; border-radius:20px; background:transparent;
}
.white-box h1 {
    margin-bottom: 20px;
}

.signup-box input {
   
    padding-left: 15px;
}
.input-new label {
    color: #0D1138;
    font-size: 15px;
    position: absolute;
    top: -11px;
    left: 10px;
    background: #fff;
    padding: 0px 10px;
}
.input-new {
    position: relative;
    margin-bottom: 35px;
}
.input-new button:hover {
    background: #216F81;
}
.price-bx {
    background: #2da4c0;
    color: #0e1338;
    display: inline-block;
    padding: 5px 20px 0px 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
}
.plan-box-price h4 {
    padding: 20px 20px 5px;
    font-weight: 700;
    font-size: 19px;
    line-height: normal;
    color: #000000;
}
ul.check-list li:before {
    content: "\f00c";
    position: absolute;
    left: 0px;
}
ul.check-list{padding-left:20px;}
ul.check-list li {
    padding-bottom: 7px; padding-left:25px; position:relative;
}
.plan-box-price p {
    margin-top: 17px;
    padding: 0px 20px;
}
.price-bx i {
    font-size: 15px;
    font-weight: 400;    margin-left: -10px;
    font-style: normal;
}
.price-bx h5 {
    font-weight: 700;
    font-size: 32px;
    line-height: normal;
    color: #ffffff;
}
.price-bx span {
    position: absolute;
    left: 17px;
    color: #ffffff;
    font-weight: 700;
}
.form-check-input:focus {
    border-color: #0e1338; 
    outline: none !important;
    box-shadow: none !important;
}
.plan-box-price {
    border: 1px solid #fff;
    border-radius: 20px;    position: relative;
}
.form-outer {
    max-width: 350px;
}
.input-new button {
    color: #fff;
    width: 100%;
        font-family: "Roboto", sans-serif;
    border-radius: 80px;
    border: 1px solid #ffffff;
    transition: ease-in-out 0.5s;
    background: #2DA4C0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    transition: ease-in-out0 .5s;
    height: 50px;
}
.input-new input[type=text]:focus, .input-new input[type=email]:focus, .input-new input[type=password]:focus { background:transparent !important; outline:none; box-shadow:none !important;}
.input-new input[type=text], .input-new input[type=email], .input-new input[type=password] {
    width: 100%; color: #0e1338; padding-left:15px;
    height: 50px;     font-family: "Roboto", sans-serif;
    border-radius: 10px;  background:transparent;
    border: 1px solid #0e1338;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  
  transition: background-color 5000s ease-in-out 0s;
}
/*Change text in autofill textbox*/
input:-webkit-autofill{
    background:transparent !important;
}
a.claim-offer:hover {
    background: #000; border:1px solid #000;
}

a.claim-offer {
      font-family: "Roboto", sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: normal;
    color: #ffffff;
    border-radius: 10px;
    border: 1px solid #2da4c0;
    height: 50px;
    background: #2da4c0;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 14px 0px;
    width: 88%;
    margin: 0 auto 15px;
}
.plan-box.position-relative .container {
    max-width: 800px;
}
.input-new {
    position: relative;
}
.plan-box.position-relative {
    color: #fff;
    padding: 20px 50px 20px;
}
img.d-block.alpha-big.mx-auto {
    position: absolute;
    top: 90px;
    left: 0px;
    right: 0px;
}
.col-md-6.d-flex.align-items-center.justify-content-center.blue-bg {
    background: #0e1338;
}

body.bg-blue {
    background: #F9FAFA !important;
}
.form-outer.simpl {
    margin: 40px auto 0px;
}
.form-outer.simple {
    max-width: 520px;
    background: #fff;
    border: 1px solid #eee;
    padding: 40px 40px; margin:0 auto;
    margin-bottom: 20px;
    border-radius: 20px;
}
.form-outer.simpl label {
    background: #0D1138 !important; color:#fff !important
}
body.bg-blue .signup-box img {
    max-width: 200px;
	margin-bottom:0;
}
.signup-box {
    width: 100%;    background: #F9FAFA;
    padding: 5% 0px;
}
.btn:hover {
    border: 1px solid #ffffff !important;
}

.step-footer.clearfix {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}
label.btn.btn-secondary h4 {
    text-align: left;
    margin-top: 10px;
}

.signup-box .input-spc {
    margin-bottom: 30px;
}
button.step-btn.float-end {
    padding: 13px 31px !important;
    text-decoration: none;
    border-radius: 38px !important;
    border: none;
    font-weight: 600;
    width: 60%;      font-family: "Roboto", sans-serif;
    outline: 0;
    display: block;
    margin: 0 auto !important;
    cursor: pointer;
    background: #FFEA05 !important;
    color: #000 !important;
}

.step-app>.step-content {
    border: 0px solid #e5e5e5 !important;
    padding: 0px  !important;
    border-top: 0  !important;
}
ul.list.clearfix li {
    float: left;
    width: 50%;
    text-align: left;
    font-weight: 300;
}
ul.list.clearfix {
    padding-left: 0px;
}
label.btn {
    border: 1px solid #ffffff;
    color: #000;
}
.btn:hover{ border: 1px solid #000536 !important;}
 
    color: #000;}
.btn-check:checked+.btn {
    background:  #0d1138 !important;
    color: #fff;
}
.btn-check:checked+ label span {
    background: #fff;
    color:  #0d1138;
}
.signup-box h3 {
    margin-bottom: 20px; color:#0D1138;
}
label.btn h4 {
    text-align: left;
}
.thumb-icn {
    margin-bottom: 20px;
    margin-top: 20px;
}
label.btn {position:relative;}
label.btn span {
    position: absolute;
    top: 8px;
    right: 11px;
    background: #45cbfb;
    padding: 1px 10px;
    border-radius: 5px;
    color: #fff;
}
.signup-btn.mt-4 button {
    padding: 13px 31px !important;
    text-decoration: none;
    border-radius: 38px !important;
    border: none;
    font-weight: 600;
    width: 60% !important;
          font-family: "Roboto", sans-serif;
    outline: 0;
    display: block;
    margin: 0 auto !important;
    cursor: pointer;
    background: #FFEA05 !important;
    color: #000 !important;
}
.btn-check:checked+.btn h4 {
    color: #000;
}
.btn-check:checked+.btn ul li {
    color: #000;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #fff !important;
    background-color: #e7ce1c !important;
    border-color: #e7ce1c !important;
}
ul.list.clearfix li:nth-child(even) {   text-align: right;}
ul.list.clearfix li {
    float: left;
    width: 50%;
    text-align: left;
}
.signup-box button.w-100:hover {
    background: #070920;
    color: #ffffff;
}
.signup-box button.w-100{
    color: #ffffff;
    background: #273083;
}
p.bottom-line {
    text-align: center;
    color: #fff;
}
p.bottom-line a {
  
    color: #fff;
}
a.delete-btn {
    color: #2da4c0 !important;
}
.accordion-button:not(.collapsed) {
color: #000000;}
a.edit-btn {
    margin: 0px 10px;
}
a.new-item-link {
    background: #2da4c0;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
    margin-left: 10px;
    margin-bottom: 20px;
}

.signup-box iframe {
    border-radius: 15px;
    margin-bottom: 10px;
}
.plan-box h2 {
    color: #0d1138;
    margin-bottom: 20px;
    font-weight: 700;
}
a {
    color: #000;
}
.signup-box .input-spc {
    max-width: 400px;
    margin: 0 auto 25px;
}

.signup-box h2 {
    font-weight: 700;
	color: #000000;
    text-align: left;
    margin-bottom: 30px;
    font-size: 24px;
    margin-top: 10px;
	text-align:center;
}
.up-down {
    transform: rotate(90deg);
    color: #2da4c0;
    cursor: grab;
	display:inline-block;
}
.up-down-white {
    transform: rotate(90deg);
    color: #2da4c0;
    cursor: grab;
    display: inline-block;
    font-size: 16px;
}

.alert.alert-success {
    background: #17acce82;
    border-color: #17acce;
    padding: 6px 10px;
    color: #000000;
	transition: 0.5s all;
}
.alert.alert-info {
    background: #17acce82;
    border-color: #17acce;
    padding: 6px 10px;
    color: #000000;
	transition: 0.5s all;
}
.vh-100 {
      height: 100vh;
    }
.col-md-6.d-flex.align-items-center.justify-content-center.bg-blue {
    background: #02BBFE;
}
.form-check-input:checked {
    background-color: #2da4c0 !important;
    border-color: #2da4c0 !important;
    filter: grayscale(0) !important;
}
table.table.table-striped.light-data {
    margin-bottom: 0px;
}
button.btn.btn-primary {
    background: #0D1138 !important;
    border: 1px solid #0D1138 !important;
}
.modal-footer.text-center {
    justify-content: center;
}
span.preview-link a {
    color: #0d1138;
}
.modal-body.text-center i {
    font-size: 50px;
    margin: 40px 0px 20px;
    color: #0D1138;
}
span.preview-link {
    display: block;
    margin-top: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #0d1138;
}
.input-spc input[type=file]:hover::-webkit-file-upload-button{background: #216f81 !important;}
.input-spc input[type=file]::-webkit-file-upload-button {
    background: #2da4c0;
    color: #fff;
    padding: 9px 10px 10px 20px !important;
    margin-top: -8px !important;
    margin-left: -20px !important;
}
p.info {
    background: #d4eff5;
    padding: 4px 8px;
    border-radius: 5px;
}
h3.form-subtitle {
    margin: 0px;
    font-size: 25px;
    color: #000000;
    font-weight: 700;
}
label.form-label a {
    color: #2da4c0;
}
.form-check-input {
    border: 1px solid #cdcdcd !important;
}
.input-spc input[type=file] {
    padding: 8px 16px !important;
}
.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e);
    filter: grayscale(1);
}
hr.ext-spc {
    margin-top: 10px;
    margin-bottom: 30px;
}
.copy.position-relative button {
    display: block;
    position: absolute;
    top: 57px;
    right: 4px;
    transform: translateY(-50%);
    border: 0;
    outline: 0;
    width: 36px;
    height: 36px;
    color: #FFF;
    background: #2da4c0;
    font-family: "VT323", monospace;
    font-size: 15px;
    text-transform: uppercase;
    padding: 9px;
    cursor: pointer;
}
.copy.position-relative input {
    font-size: 14px;
}
.table {
    width: 100%;    font-size: 16px;
    margin-bottom: 1rem;
    color: #212529;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F7ECFE;    font-size: 16px;
}

ul.pagination {
    margin-top: 30px;
    justify-content: center;
}
li.page-item.disabled a {
    background: #ccc;
    color: #9b9b9b !important;
    border-color: #ccc !important;
}
.page-link:hover {
    background: #0d1138 !important;
    color: #fff !important;
}
ul.pagination li {
    padding: 0px 5px;
}
a.cancel-btn {
    background: #950900;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 7px 10px;
    border-radius: 10px;
}
.page-link {
    position: relative;
    display: block;
    color: #0d1138 !important;
    text-decoration: none;
    border-radius: 50px !important;
    background-color: #fff;
    border: 1px solid #0d1138 !important;
}
.table b {

    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 16px;
    display: flex
;
    align-items: center;
    letter-spacing: -0.006em;
    color:  #0d1138;
}
table.table.table-striped tr td b {
    color: #000;    font-size: 16px;
}
b.font-sz.d-inline {
    font-size: 13px;
    line-height: 19px;
}
.table td {
   
    border-top: 0px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color:  #0d1138;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: rgb(255 255 255 / 5%);
}
table.table.table-striped tr td {
    font-weight: 400;    font-size: 16px;
    vertical-align: middle;
    color: #000;
}
.table th {
    color: #2a2a2a !important;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;    padding-top: 0px;
    letter-spacing: -0.006em;
    color: #FFFFFF;
}
.white-box.mt-4 b {
    font-weight: 600;
}
.form-switch .form-check-input {
  
    width: 47px !important;
    margin-left: -2.5em;
    height: 21px;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}
.menu {
    list-style-type: none;
    max-width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}
.menu li {
    padding: 10px 15px;
    position: relative;
border: 1px solid #c1c1c1;
    border-radius: 10px;
    margin-bottom: 10px;
}

.menu li ul {
  list-style-type: none;
  padding-left: 20px;
  background: #f9f9f9;
  margin-top: 5px;
  display: none;
}
.chapter-menu ul ul {
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #c1c1c1;
    border-radius: 10px;
}
.secondary-btn { 
	transition:ease-in-out 0.5s;
    background: #fff;
    border: 1px solid #2da4c0;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    color: #2da4c0;
}
.secondary-btn:hover {
    background: #2da4c0;transition:ease-in-out 0.5s;
    color: #fff;
}
a.edit-chapter-btn {
    border: 1px solid #2da4c0;
    width: 20px;
    transition: ease-in-out 0.5s;
    height: 20px;
    color: #2da4c0;
    font-size: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    padding: 2px 0px 0px 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}
a.edit-chapter-btn:hover {
    background: #2da4c0;
    color: #fff;transition:ease-in-out 0.5s;
}
span.chapter-name {
    font-weight: 700;
    font-size: 15px;
    color: #525252;
    position: relative;
    padding-right: 30px;
}
.toggle {
    font-weight: bold;
    background: #2da4c0;
    cursor: pointer;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    display: flex
;
    position: absolute;
    right: 5px;
    justify-content: center;
    align-items: center;
        top: 14px;
}

span.lesson-name {
    position: relative;
    padding-right: 32px;
}
.chapter-menu ul ul li {
    padding: 5px 15px;
}
a.edit-lesson-btn {
    border: 1px solid #2da4c0;
    width: 20px;
    height: 20px;
    color: #2da4c0;
    font-size: 9px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    padding: 4px 0px 0px 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 9px;
}
ul.chapter-lesson-list{padding:0px;}
ul.chapter-lesson-list li {
    padding: 10px 20px 10px 17px;
    background: #2da4c0;
    color: #fff;
    border-radius: 10px;
    position: relative;
}
a.edit-ls-btn:hover {
background: #2da4c0;
    color: #fff;
}
a.edit-ls-btn {
    color: #2da4c0;
    font-size: 11px;
    width: 26px;
    height: 26px;
    border: 1px solid #2da4c0;
    display: block;
    border-radius: 50px;
    text-align: center;
    padding-top: 4px;
    position: absolute;
    right: 13px;
    top: 9px;
}
a.edit-lesson-btn:hover {
    background: #2da4c0;
    color: #fff;
}
.vertical-bar ul li a:hover {
    background: #f9f9f9;
}
.vertical-bar ul li.active a:hover {
	 color: #141414;
background: #d4eff5;    color: #216F81;
    display: block;
}
.vertical-bar ul li.active a {
    color: #216F81;
background: #d4eff5;
    display: block;
}
ul.menu ul li {
    background: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
    color: #000000;
}
.chapter-menu label {
    display: block;
    font-weight: 500;
    margin-bottom: 5px !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #0d1138;
}

ul.chapter-lesson-list li {
    padding: 10px 20px;
    background: #ffffff;
    color: #000000;
    border-radius: 10px;
    margin-bottom: 10px;
     border: 1px solid #ccc;
}
.input-spc button:hover {
    background: #216f81;
    transition: ease-in-out 0.5s;
    border-color: #216f81;
}
.logo-white.cvr a:focus-visible {
    outline: none;
}
.input-spc button { transition:ease-in-out 0.5s;
    background: #2da4c0;
    color: #fff;
    padding: 15px 70px;       font-family: "Roboto", sans-serif;
    border-radius: 40px;
    border: 1px solid #2da4c0;
	font-weight: 400;
font-size: 16px;
line-height: normal;
text-align: center;
color: #ffffff;
}
.input-spc input:focus {
    outline: none;
    box-shadow: none;
}
.input-spc {
    margin-bottom: 20px;
	position:relative;
}
.input-spc label {
    display: block;
    font-weight: 500;
    margin-bottom: 5px !important;

font-weight: 400;
font-size: 15px;
line-height: 30px;
    color: #787878;
}
.white-box {
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    margin-top: 50px;    box-shadow: 0 1px 3px #1a1a191a, 0 1px 2px #1a1a190f;
}
.input-spc select:focus{outline:none !important; box-shadow:none !important;}
.input-spc input[type=text],
.input-spc input[type=email],
.input-spc input[type=password],
.input-spc input[type=tel],
.input-spc input[type=file],
.input-spc select,
.input-spc input[type=number],
.input-spc textarea {
    width: 100%;
    height: 45px;
    border-radius: 10px;
	padding:10px 10px;
    border: 1px solid #d1d1d1;
}
a.new-question-btn:hover {
    background: #216f81;
    transition: ease-in-out 0.5s;
}
a.new-question-btn {
    background: #2da4c0;
    color: #fff;
    padding: 9px 16px;
    display: inline-block;
    border-radius: 40px;    transition: ease-in-out 0.5s;
    text-decoration: none;
}
button.close {
    background: #2da4c0;
    color: #fff;
    border: 1px solid #2da4c0;
    width: 30px;
    height: 30px;
    border-radius: 5px;
}
.input-spc textarea:focus {outline:none !important; box-shadow:none !important;}
.input-spc textarea {
    height: 100px;
    border-radius: 10px;
}
.content h1 {
    font-size: 25px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
}
.dropdown {
    position: absolute !important;
    right: 40px;
    top: 17px;
}

.dropdown button:after {
    font-size: 0px;
}
::-webkit-scrollbar-track {
  background:transparent;
}

::-webkit-scrollbar-thumb {
	background: #DDDDDD;
	border-radius: 24px;
}
.top-bg-cvr h1 {
    padding: 23px 40px 10px;
}
.dropdown button:after {
    font-size: 0px; margin:0px;
}
.dropdown button {
    background: #f3f3f3;
    border: 0px;
    font-size: 13px;
    color: #0d1138;
    border-radius: 7px;
    padding: 10px 15px 10px 45px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
button.btn-primary.dropdown-toggle i {
    width: 30px;
    height: 30px;
background: #fff;
    color: #2DA4C0;
    display: flex
;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
    margin-right: 9px;
}
/**/
.dsk-view {
    display: block !important;
}
.mob-view {
    display: none !important;
}

.vertical-bar {
	position: relative;
	margin: 0px;
	width: 100%;
}
.remove-attachment:hover,
.change-lesson-video {
    background: #216f81;
}
.white-box.icn.mt-5 button {
    width: 100%;
}
.white-box.icn.mt-5 i {
    background: #2da4c0;
    padding: 10px;
    font-size: 30px;
    color: #fff;
    border-radius: 30px;
}
li.ui-sortable-handle a.secondary-btn {
    padding: 5px 10px;
    border-radius: 50px;
    margin-left: 10px;
    font-size: 14px;
}
.white-box.icn.mt-5 {
    text-align: center;
}

.vertical-bar ul li.active a img{
	filter: brightness(5);
}
.inner-spc-cvr {
    padding: 40px 40px 0px;
    max-width: 1400px;
    margin: 0 auto;
    display: block;    position: relative;
}
.inner-spc-cvr a.new-item-link {
    position: absolute;
    right: 40px;
    top: 35px;
}
.vertical-bar ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}
.content.course-creator-dashboard-content.top-bg .white-box {
    margin-top: 0px;
}
.vertical-bar ul li {
    padding-left: 0px;
    padding: 0px 0px;
    position: relative;
}
.vertical-bar ul li img {
    position: absolute;
    left: 24px;
    top: 14px;
}
.content.course-creator-dashboard-content.top-bg {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.top-bg-cvr {
    background: #fff;
    min-height: 71px;
    border-bottom: 1px solid #ccc;
}

.vertical-bar ul li a:hover {
  color: #141414;
    background: #f9f9f9;
    display: block;
}
li.sub-menu.active a {
    color: #fff;
}
li.sub-menu.active a img {
    filter: brightness(5);
}
.vertical-bar ul li a {
    display: inline-block;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    color: #878787;
    width: auto;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.vertical-bar ul ul li {
    padding-left: 24px;
}

.vertical-bar  ul li a .fa {
	width: 16px;
	text-align: center;
	margin-right: 0px;
	float:right;
}
.vertical-bar ul ul {
    background-color: #05061a;
    margin-top: 10px;
    padding-left: 0px;
}
.vertical-bar ul ul {
    background-color: #05061a;
    margin-top: 10px;
}
.vertical-bar ul li a {
    font-weight: 400;
    font-size: 15px;
}
.vertical-bar ul li ul li a {
    background: transparent;
    border-left: 0px solid transparent;
    padding: 0px 0px !important;    color: #9395AC !important;
}
.vertical-bar ul li ul li a:hover {
    background: transparent;
    border-left: 0px solid;
    color: #ffffff !important;
}
.control-group {
    display: inline-block;
}
.control {
    display: block;
      font-family: 'HelveticaNeue';
font-style: normal;
font-weight: 400;
font-size: 12px;
color: #6C757D;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #464646;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    padding-top: 0px;
    cursor: pointer;
}

ul.options-list li a:hover img {
    filter: brightness(5);
}
ul.options-list li a:hover {
    border: 1px solid #d1ad91;
    border-radius: 50px;
    background: #c3a188;
    color: #fff;
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 1px solid #bda06a;
    border-radius: 4px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #fff;
}

.control input:checked ~ .control_indicator {
   background: #1A1F71;border-color:#1A1F71;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #1A1F71; border-color:#1A1F71;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
#toggle_pwd {
    cursor: pointer; 
    color: #969696;
}
.input-space.psd span.icn {
    position: absolute;
    top: 31px;
    right: 10px;
}
.input-space.psd {
    position: relative;
    margin-bottom: 15px;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 7px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

.left_area {
    float: left;
    width: 50%;
}
.right_area{
	 float: left;
    width: 80%;
}

header {
    z-index: 1;
    position: fixed;
    border: 1px solid #343A40;
    background: #101346;
    padding: 0px;
	    height: 60px;
    width: calc(100% - 0%);
    top: 0;
}

.logo-white a:hover {
    background: transparent;
}

.sidebar {
    z-index: 99999;
    top: 0;
    background: #ffffff;
border-right: 0px solid #ffffff;
    margin-top: 0px;
    padding-top: 30px;
    left: 0;
    width: 268px;
    padding: 0px 0px 24px 0px;
    height: 100%;
    position: fixed;
    transition: 0.5s;
    transition-property: left;
    overflow-y: auto;
}
.logo a {
    padding: 17px 15px;
    display: block;
}


.sidebar .profile_info h4{
  color: #ccc;
  margin-top: 0;
  margin-bottom: 20px;
}

.sidebar a {
    color: #fff;
    display: block;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    width: 100%;
    border-radius: 12px;
    text-decoration: none;
    padding-left: 0px;
    box-sizing: border-box;
    transition: 0.5s;
    transition-property: background;
}

.logo a {
    padding: 9px 24px;
    display: block;
}
.sidebar i{
  padding-right: 10px;
}
label #sidebar_btn {
    z-index: 1;
    color: #fff;
    position: fixed;
    cursor: pointer;
    right: 24px;
    font-size: 16px;
    margin: 19px 0;
    transition: 0.5s;
    transition-property: color;
}

label #sidebar_btn:hover{
  color: #19B3D3;
}

#check:checked ~ .sidebar {
    left: -268px;
}

#check:checked ~ .sidebar a span{
  display: none;
}

#check:checked ~ .sidebar a{
  font-size: 16px;
  margin-left: 0px;
  width: 100%;
}

.vertical-bar ul li a:hover {

    color: #2DA4C0;
}

.logo-white {
    margin-bottom: 20px;
}
li.sub-menu a:hover i.dwn {
    color: #a6abe1;
}

li.sub-menu a i.dwn {
    position: absolute;
    right: 0px;
    color: #fff;
    top: 22px;
    font-size: 14px;
}
.heading-left span {
       font-family: 'HelveticaNeue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #6C757D;
    margin-top: 0px;
    display: inline-block;
}
.logo-white.cvr a {
    background: #f3f3f3;
    color: #000;
    display: inline-block;
    font-size: 13px;
    margin: 0px !important;
    border-radius: 6px;
    width: auto;
    padding: 3px 15px 3px 3px;
}

.content {
    width: (100% - 268px);
    margin-top: 0px;
    padding: 30px;
    margin-left: 268px;

    background-position: center;
    background-size: cover;
    height: 100%;
    transition: 0.5s;
}

#check:checked ~ .content {
    margin-left: 0px;
}
#check:checked ~ .sidebar .profile_info{
  display: none;
}

#check{
  display: none;
}

.mobile_nav{
  display: none;
}
.featured-img-box > img {
    width: 100%;
    height: auto;
}

.loader-btn {
	position: relative;
}
.loader-btn.show-loader{ pointer-events: none; }
.loader-btn > span{ color:#fff !important }
.loader{
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	align-items: center;
	justify-content: center;
    background: #216f81;
	border-radius: 50px;
}
.spinner {
	display: flex;
	height: 100%;
	text-align: center;
	font-size: 10px;
	border: none !important;
	animation: none !important;
	align-items: center;
	justify-content: center;
}
.spinner>div {
	background: #fff;
	height: 100%;
	margin: 0 2px;
	width: 5px;
	animation: sk-stretchdelay 1.2s ease-in-out infinite;
	border-radius: 5px;
}
.spinner .rect2 {
	animation-delay: -1.1s;
}
.spinner .rect3 {
	animation-delay: -1s;
}
.spinner .rect4 {
	animation-delay: -.9s;
}
.spinner .rect5 {
	animation-delay: -.8s;
}
.loader-btn.show-loader span{
	opacity:0;
}
.loader-btn.show-loader .loader{
	display:block;
}
@-webkit-keyframes sk-stretchdelay {
	0%,40%,to {
		-webkit-transform: scaleY(.4)
	}

	20% {
		-webkit-transform: scaleY(1)
	}
}

@keyframes sk-stretchdelay {
	0%,40%,to {
		transform: scaleY(.4)
	}

	20% {
		transform: scaleY(1)
	}
}
.form-error {
    color: red;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #2da4c0 !important;
}
.subscription-plans .plan-box-price{
      background: #fff;
    color: #000000;
	background-image: url(alpha-dashboard/images/alpha-big-icon.svg);
}
.subscription-wrap {
    margin-top: 0px;
}
.wall-box.pymnt.w-100 img {
width: 216px;
    top: 0px;
}
.wallet-wrap h3 {
    color: #000;
    margin-bottom: 20px;
}
a.payment-link {
    color: #2da4c0;
    text-decoration: none;
    font-weight: 700;
    margin-top: 3px;
    display: inline-block;
    font-size: 20px;
}
.wall-box h1 {
    font-size: 15px;
    margin-bottom: 0px;
}
.wall-box img {
    position: absolute;
    right: 20px;
    width: 40px;
    top: 20px;
}
.wall-box {
    background: #fff;
    width: 35%;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
	    box-shadow: 0 1px 3px #1a1a191a, 0 1px 2px #1a1a190f;
}
.wall-box p {
    font-size: 30px;
    font-weight: 700;
    margin: 0px;
    line-height: 23px;
    margin-top: 10px;
    color: #2da4c0;
    font-family: "Roboto", sans-serif;
}
#learner-subscription-plan-form {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    position: relative;
}
#learner-subscription-plan-form .form-buttons{
	padding-top:30px;
	text-align:right;
}
#learner-subscription-plan-form > .form-title {
    display: inline-block;
    padding: 0 15px;
    position: absolute;
    top: -13px;
    background: #f3f4ff;
}
#learners-plan-accordion-header {
    position: relative;
    font-size: 18px;
    padding: 20px 15px;
}
#learners-plan-accordion-body.show,
#learners-plan-accordion-body.collapsing{
	padding: 0px 15px 15px;
}
#learners-plan-accordion-header button.accordion-button {
    display: inline-block;
    width: auto;
    position: absolute;
    right: 15px;
    top: 17px;
    background: #2da4c0;
    color: #fff;
    border-radius: 40px;
    transition: ease-in-out 0.5s;
    padding: 5px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    text-align: center;
}
#learners-plan-accordion-header button.accordion-button:focus{
	box-shadow:none;
}
.box-onee {
    padding-left: 40px;
    position: relative;
}
.box-onee span {
    background: #17acce;
    width: 28px;
    height: 28px;
    top: 1px;
    left: 0px;
    position: absolute;
    color: #fff;
    font-size: 17px;
    text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
.logo-white img {
    height: auto;
    width: 100%;
}
.verify-email-form .description {
    font-size: 14px;
    color: #0d1138;
    font-weight: bold;
}
.back-to-login-btn {
    display: inline-block;
    color: #0d1138;
    margin-top: 10px;
    text-decoration: none;
    font-size: 14px;
    transition: ease-in-out 0.5s;
    display: block;
    text-align: left;
    margin: 15px 0px 0px;
    color: #545454;
    text-decoration: none;
    font-weight: 600;
}
.progress-container {
    background: #ddd;
	display:none;
	margin-top: 15px;
    border-radius: 13px;
    position: relative;
}
.progress-bar {
	width:0px;
    height: 20px;
    background: #2da4c0;
	border-radius: 13px;
}
.progress-text {
    position: absolute;
    width: 100%;
    text-align: center;
}

a#upload-to-vimeo {
    background: #2da4c0;
    width: 14%;
    display: inline-block;
    text-align: center;
    border-radius: 40px;
    color: #fff;
    text-decoration: none;
    padding: 8px 0;
}
.accordion-body {
    border: 1px solid #dee2e6cf;
}
a#change-file-btn {
    position: absolute;
    left: 35px;
    top: -36px;
    background: #18adcf;
    color: #fff;
    width: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    border-radius: 30px;
}
#new-question-modal, #edit-question-modal{
	z-index: 99999;
}
#questions-accordion .accordion-item{
	margin-bottom:10px;
}
#questions-accordion .accordion-header{
	display:flex;
background: #fff;border-top: 1px solid #dee2e6;
	padding: 15px;
	align-items:center;
}
#questions-accordion .accordion-button{
	padding: 0;    box-shadow: none;
	background: #fff;
}
#questions-accordion .accordion-button:focus{
	box-shadow:none;
	border-color:transaparent;
}

.wp-editor-tools .wp-switch-editor{
	width:auto;
	border-radius:0;
	padding:5px 10px;
	background:#ccc;
	color:#000;
	font-size:14px;
	font-weight:normal
}
.wp-editor-tools .wp-switch-editor[aria-pressed="true"]{
	background:#f6f7f7;
}
.wp-editor-wrap button{
	background:transparent;
	border:0;
}
.wp-editor-container textarea.wp-editor-area{
	border-radius:0;
}
.mce-ico::before,
.mce-ico::after{
	font-family:unset;
}
.ui-sortable-handle{
	cursor:move;
}
tr.deleting > td{
 /*background: #ff6c00;*/
}
.back-btn {float: right;}
.form-submit{ width: 100%; }
.featured-img-box{ position:relative; }

.video-preview{
    position:relative;
	padding: 15px;
}
.video-preview iframe {
    width: 100%;
    min-height: 350px;
}
.remove-attachment {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    line-height: 30px;
	border-radius: 40px;
}
#change-lesson-video{
	vertical-align: middle;
}
.alert .close-alert {
    float: right;
    width:25px;
    height:25px;
    padding:0;
    line-height:25px;
    text-align:center;
}

.alert::after {
    content: '';
    display: block;
    clear: both;
}
.height-auto{
	height: auto;
}
#course-chapters-menu li .add-lesson-btn {
    display:none;
    margin-top:10px;
}
#course-chapters-menu li.menu-opened .add-lesson-btn {
    display:inline-block;
}
.question-option{
    padding:5px;
}
.question-option.answer {
    background: #2da4c0;
    color: #fff;
}
#questions-accordion .accordion-item .accordion-header a{
    cursor:pointer;
}
.percent-input-sign {
    line-height: 45px;
    right: 0px;
    position: absolute;
    bottom: 0px;
    background: #ccc;
    width: 45px;
    display: inline-block;
    text-align: center;
    height: 45px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.lesson-files{
	display:flex;
	row-gap: 5px;
    column-gap: 5px;
}
.lesson-file{
	position: relative;
    width: 20%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.lesson-file-url {
	width:100%;
    display: inline-block;
    font-size: 35px;
    font-weight: normal;
}
.delete-lesson-file {
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 23px;
}
.upload-avatar-box {
    text-align: center;
}

.avatar-box {
	position:relative;
    text-align: center;
    width: 105px;
    margin: 0 auto;
    height: 105px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 100%;
}
.avatar-box.have-avatar{
	padding: 5px;
}
.upload-avatar-box i{
    margin: 0;   
}

.avatar-img {
    width: 25px;
    height: auto;
    border-radius: 100%;
    position: absolute;
    left: 10px;
}

.upload-avatar-box .avatar-img{
	width: 100%;
}
.upload-avatar-box .avatar-placeholder {
    display: inline-block;
    width: 75px;
    height: 75px;
    font-size: 75px;
	line-height:75px;
}

input#avatar-uploader {
    display: none;
}

.avatar-box .upload-avatar-btn {
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 60px;
    right: -10px;
    cursor: pointer;
	line-height:25px;
}
.avatar-box .upload-avatar-btn i{ color: #fff;}

.upload-avatar-box .progress-container {
    position: absolute;
    top: 24px;
    z-index: 99999;
    width: 100%;
    left: 0;
}

.upload-avatar-box .progress-text {
    background-color:#fff;
}
.radio-box {
    padding-left: 0;
    display: flex;
}

.radio-box label {
    display: inline-block;
    padding-right: 2.5rem;
}

.radio-box .form-check-input {
    margin-left: 0;
}
.course-type-box > label,
.course-price-box > label{
	margin-bottom: 5px;
}
#courses-table .course-title,
#courses-table .course-meta-info{
    margin:0;
}
#courses-table .course-meta-info{
    margin-top:15px;
}
#courses-table .course-meta{
    padding: 5px;
    background:#eee;
    border-radius:5px;
    font-size:13px;
}
.select2-container .select2-selection--single{
	height: auto;
	border-radius: 10px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	overflow: auto;
    text-overflow: unset;
    white-space: normal;
	padding: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height:45px;
}
ul.gallery-images {
    display: flex;
    column-gap: 5px;
}
li.gallery-image {
    position: relative;
    width: 150px;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
}
.upload-box-wrap{
	margin-bottom:15px;
}
/* Responsive CSS */
@media (min-width: 1500px) and (max-width: 2200px) {
	
}
@media (min-width: 1200px) and (max-width: 1300px) {

.plan-box.position-relative {
    color: #fff;
padding: 20px 0px 0px;}
}
@media (min-width: 992px) and (max-width: 1199px) {

.plan-box.position-relative {
    color: #fff;
    padding: 20px 0px 20px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
	ul.check-list li {
    padding-bottom: 7px;
    padding-left: 25px;
    position: relative;
    font-size: 12px;
}
	.plan-box-price p {
    margin-top: 17px;
    padding: 0px 20px;
    font-size: 13px;
}
	.price-bx h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    color: #0d1138;
}
	.logo a {
    padding: 9px 12px;
    display: block;
}
	header.d-none {
    display: block !important;    z-index: 9999;
}

#check:checked ~ .sidebar {
    left: 0px;
}
.sidebar {
    display: block;
    left: -268px;
}

  #sidebar_btn{
    display:block;
  }

.content {
    margin-left: 0;
    margin-top: 0;
    padding: 0px 0px;
    transition: 0s;
}

  #check:checked ~ .content{
    margin-left: 0;
  }
  .plan-box.position-relative {
    color: #fff;
    padding: 20px 0px 20px;
}
}
@media screen and (max-width: 780px){
	body.bg-blue .signup-box img {
    max-width: 229px !important;
    margin-top: 30px;
}
	    .plan-box.position-relative {
        color: #fff;
        padding: 30px 0px 20px;
    }
	.plan-box.position-relative {
    color: #fff;
    padding: 20px 0px 20px;
}
	.silver-plans {
    margin-top: 10px;
    margin-bottom: 10px;
}
	.col-md-6.d-flex.align-items-center.justify-content-center.bg-light {
    display: none !important;
}

	.dropdown {
    position: absolute !important;
    right: 20px;
    top: 76px;
    z-index: unset;
}
	.logo-white a {
    font-size: 22px !important;
    margin-bottom: 0px !important;
}
.logo-white {
    margin-bottom: 30px;
}
	
	
	.right-sec {
    display: none;
}
	#check:checked ~ .sidebar {
    left: 0px;padding-top: 15px;
}
.sidebar {
    height: 100%;
    position: fixed;
    display: block;
    left: -268px;
}

  #sidebar_btn{
    display:block;
  }

    .content {
        margin-left: 0;
        margin-top: 0;
        padding: 90px 15px 30px;
        transition: 0s;
    }

  #check:checked ~ .content{
    margin-left: 0;
  }

  .mobile_nav{
    display: block;
    width: calc(100% - 0%);
  }

  .nav_bar{
    background: #222;
    width: (100% - 0px);
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }

  .nav_bar .mobile_profile_image{
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }

  .nav_bar .nav_btn{
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    transition: 0.5s;
    transition-property: color;
  }

  .nav_bar .nav_btn:hover{
    color: #19B3D3;
  }

  .mobile_nav_items{
    background: #2F323A;
    display: none;
  }

  .mobile_nav_items a{
    color: #fff;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    line-height: 60px;
    text-decoration: none;
    box-sizing: border-box;
    transition: 0.5s;
    transition-property: background;
  }

  .mobile_nav_items a:hover{
    background: #19B3D3;
  }

  .mobile_nav_items i{
    padding-right: 10px;
  }

  .active{
    display: block;
  }

	label #sidebar_btn {
    z-index: 1;
    color: #fff;
    position: fixed;
    cursor: pointer;
    right: 12px;
    font-size: 16px;
    margin: 19px 0;
    transition: 0.5s;
    transition-property: color;
}
.logo a {
        padding: 14px 12px;
        display: block;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
		font-weight: 600;
    }
	header.d-none {
    display: block !important;    z-index: 999;
}

}
