
:root {
    --expcod-main-color: #1f67ed;
}
 
.checkbox-ios {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    user-select: none;
}

.checkbox-ios .checkbox-ios-switch {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 56px;   
    height: 28px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 25%/50%;
    vertical-align: top;
    background: #eee;
    transition: .2s;
}

.checkbox-ios .checkbox-ios-switch:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    transition: .15s;
}

.checkbox-ios input[type=checkbox] {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox-ios input[type=checkbox]:not(:disabled):active+.checkbox-ios-switch:before {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
}

.checkbox-ios input[type=checkbox]:checked+.checkbox-ios-switch {
    background: #2196F3;
}

.checkbox-ios input[type=checkbox]:checked+.checkbox-ios-switch:before {
    transform: translateX(28px);
}

.el-license-container {
    margin: 20px;
    padding: 35px;
    background: #fff;
    border-radius: 4px;
}
.el-license-container .el-license-field {
    display: block;
    margin-bottom: 15px;
}
.el-license-container .el-license-field input {
    font-size: 200%;
    padding: 8px 10px 10px;
}
.el-license-container .notice-error,
.el-license-container div.error {
    background: rgba(220, 50, 50, 0.11);
    margin: 0;
}
.el-license-container .el-license-title {
    margin-top: 0;
    font-size: 30px;
}
.el-license-container .el-license-info li {
    list-style: none;
    padding: 0;
    line-height: 25px;
}
.el-license-container .el-license-info-title {
    width: 150px;
    display: inline-block;
    position: relative;
    padding-right: 5px;
}
.el-license-container .el-license-info-title:after {
    content: ":";
    position: absolute;
    left: 2px;
}
.el-license-container .el-license-valid,
.el-license-container .el-license-invalid {
padding: 3px 15px;
  color: #fff;
  background-color: #64c140;
  border-radius: 2px;
}
.el-license-container .el-license-invalid {
    background-color: #f44336;
}
.el-license-container .el-license-key {
    font-weight: 700;
    opacity: 0.8;
}
.el-license-container .el-green-btn {
    padding: 0 5px 2px;
    color: #fff;
    background-color: #8fcc77;
    border-radius: 3px;
    text-decoration: none;
    -webkit-box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.38);
    box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.38);
}
.el-license-container .el-green-btn:hover {
    color: #fff;
    background-color: #84bc6c;
}
.el-license-container .el-blue-btn {
padding: 2px 15px;
  color: #fff;
  background-color: #0692e6;
  border-radius: 2px;
  text-decoration: none;
   font-size: 12px;
}
.el-license-container .el-blue-btn:hover {
    color: #fff;
    background-color: #0c6faa;
}
.el-license-container .el-license-field label {
    display: block;
    margin-bottom: 5px;
}
.el-license-container .el-license-active-btn {
    margin-top: 25px;
}


/* Hover */

.checkbox-ios input[type="checkbox"]:not(:disabled)+.checkbox-ios-switch {
    cursor: pointer;
    border-color: rgba(0, 0, 0, .3);
}


 
.checkbox-ios input[type=checkbox]:disabled+.checkbox-ios-switch {
    filter: grayscale(70%);
    border-color: rgba(0, 0, 0, .1);
}

.checkbox-ios input[type=checkbox]:disabled+.checkbox-ios-switch:before {
    background: #eee;
}
 
 
 .contact-info {
     padding: 20px;
  }

 .contact-info p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

 .contact-info a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.contact-info a:hover {
    text-decoration: underline;
}

/* إضافة أيقونات مع الروابط */
.contact-info p a {
    display: inline-flex;
    align-items: center;
}

.contact-info p a::before {
    content: url('https://upload.wikimedia.org/wikipedia/commons/0/0b/WhatsApp_icon.png');
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

/* تخصيص الأيقونات الخاصة بـ يوتيوب */
.contact-info p a[href*="youtube.com"]::before {
    content: url('https://upload.wikimedia.org/wikipedia/commons/2/26/YouTube_icon_%282013-2017%29.png');
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

/* تخصيص الأيقونات الخاصة بـ البريد الإلكتروني */
.contact-info p a[href*="mailto"]::before {
    content: url('https://upload.wikimedia.org/wikipedia/commons/0/01/Email_icon_%28blue%29.svg');
    width: 20px;
    height: 20px;
    margin-right: 10px;
}


/* Focus */

.checkbox-ios.focused .checkbox-ios-switch:before {
    box-shadow: inset 0px 0px 4px #ff5623;
}

.inside {}

.mycod-nav-list {
    margin: 0;
}

.mycod-nav-list li {
    padding: 10px 10px;
}

.mycod-nav-list li.active {
    background: #ffffff94;
    border-left: 7px solid #009688;
}

.mycod-nav-list span {
    margin: 0 5px;
}

.mycod-nav-list a {
    text-decoration: none;
    font-size: 15px;
}
 
 

body {
    background: #f8f8f8;
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 400;
    src: url(droidarabickufi/DroidKufi-Regular.ttf) format('truetype');
}

.mycod-custom-dash {
    margin-bottom: 50px;
    position: relative;
}

[dir=rtl] .mycod-custom-dash {
    font-family: 'Droid Arabic Kufi', sans-serif !important;
    font-weight: normal;
    /*! font-style: normal; */
}

.mycod-custom-dash .mycod-aside,
.mycod-custom-dash .mycod-content {
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 5%);
    border: 1px solid #e5e5e5;
}

.mycod-custom-dash .mycod-aside {
    position: sticky;
    top: 113px;
}

.mycod-custom-dash .mycod-aside ul li a {
    text-decoration: none;
    font-size: 17px;
    padding: 8px 17px;
    display: block;
    color: #a8a8a8;
}

.mycod-custom-dash .mycod-aside ul li a.active {
    color: #009688;
    border-right: 5px solid #009688;
    background: #00000003;
}

.mycod-custom-dash .mycod-aside ul {
    margin: 0;
    padding-top: 10px;
}

.mycod-custom-dash .mycod-content {}

.mycod-custom-dash .mycod-content .mycod-card {}

.mycod-custom-dash .mycod-content .mycod-card .mycod-card-heading {
    padding: 10px 20px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    font-weight: 400;
}

.mycod-custom-dash .mycod-content .mycod-card .mycod-card-body {
    padding: 20px;
}

.mycod-custom-dash .mycod-content .mycod-card .mycod-card-body .mycod-field {
    width: 100%;
    display: flex;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.mycod-custom-dash .mycod-content .mycod-card .mycod-card-body .mycod-field .field-toggle {
     display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    cursor: pointer;
}

[dir=rtl] .mycod-custom-dash .mycod-content .mycod-card .mycod-card-body .mycod-field .field-toggle {
    border-left: 1px solid #e5e5e5;
}

.mycod-custom-dash .mycod-content .mycod-card .mycod-card-body .mycod-field .field-toggle span {
    transition: transform .3s ease-in-out;
}

.mycod-custom-dash .mycod-content .mycod-card .mycod-card-body .mycod-field .field-toggle span.rolled {
    transform: rotate(-180deg);
}

.mycod-custom-dash .mycod-content .mycod-card .mycod-card-body .mycod-field .field-heading {
    width: 70%;
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    cursor: move;
}

.mycod-custom-dash .mycod-content .mycod-card .mycod-card-body .mycod-field .field-activate {
    width: 20%;
    padding: 20px;
}

.mycod-custom-dash .mycod-content .mycod-card .mycod-card-body .mycod-field-item .field-config-body {
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-top-color: transparent;
    border-radius: 0px 0px 3px 3px;
}

.mycod-custom-dash .mycod-content .mycod-card .mycod-card-body .mycod-field-item .field-config-body input[type=text] {
    display: block;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    padding: 10px 15px;
}

.mycod-custom-dash .mycod-content .mycod-card .mycod-card-body .mycod-field-item {
    background: #fff;
}

.mycod-custom-dash .mycod-content .mycod-card .mycod-card-body .mycod-field-item .field-config-body select {
    display: block;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    padding: 10px 5px;
    text-align: center;
    max-width: 100%;
}

.mycod-custom-dash .mycod-content .mycod-card .mycod-card-body .mycod-field-item .field-config-body label {
    margin-bottom: 20px;
    display: block;
    font-size: 15px;
    margin-top: 20px;
}

.mycod-custom-dash .mycod-content .mycod-card .mycod-card-body .mycod-field-item {
    margin-bottom: 10px;
}

.mycod-custom-dash .mycod-content .mycod-card .mycod-card-body .mycod-inputs-editor {
    padding: 0px;
 }

.mycod-card-footer {
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #e0e0e0;
    position: sticky;
    bottom: 0;
    background-color: white;
}

switch:before {
    content: '';
    position: absolute;
    top: -3px;
    left: -2px;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #2271b138;
    box-shadow: 0 0px 5px #0000004d;
    transition: .15s;
}

.checkbox-ios input[type=checkbox]:checked+.checkbox-ios-switch:before {
    transform: translateX(28px);
    background: #1f67ed;
}

.checkbox-ios .checkbox-ios-switch {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 48px;
    height: 21px;
    border-radius: 25%/50%;
    vertical-align: top;
    background: #eee;
    transition: .2s;
    border: none;
}

.checkbox-ios .checkbox-ios-switch:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 1px;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 0px 5px #0000004d;
    transition: .15s;
}

.checkbox-ios input[type=checkbox]:checked+.checkbox-ios-switch {
    background: #eee;
}

.button-hero.wooodkan-button-active {
background: #fff;
  color: #1f67ed;
  border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  font-weight: normal;
  border-bottom: 4px solid #1f67ed;
  font-size: 18px !important;
}

button,
input,
select,
textarea {
    font-weight: normal;
}

.button-hero.wooodkan-button-active:hover,
.button-hero.wooodkan-button-active:focus {
background: #fff;
  color: #333;
  border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  box-shadow: none;
  font-weight: normal;
  border-bottom: 4px solid #333;
}
.button-hero.wooodkan-button-not-active {
background: transparent;
  color: #4d4d4d;
  border: none;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
  font-weight: normal;
  font-size: 18px !important;
}

.button-hero.wooodkan-button-not-active:hover,
.button-hero.wooodkan-button-not-active:focus,
.button-hero.wooodkan-button-not-active:active {
    background: transparent;
    border: none;
    box-shadow: none;
    font-weight: normal;
}

.mycod-settings-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #ffffff8f;
    z-index: 100;
    text-align: center;
    /* display:flex; */
    justify-content: center;
    align-items: center;
    display: none;
}

.mycod-settings-overlay span {}

.alertify-notifier {
    color: white;
    text-align: center;
    background: green !important;
}

.styling-container {
}

.styling-container .styling-section-card {
    background: white;
    border: 1px solid #e5e5e5;
    background: white;
    margin-bottom: 10px;
}

.styling-container .styling-section-card .styling-section-card-header {
    padding: 20px 20px;
    border-bottom: 1px solid #e5e5e5;
    font-family: 'Droid Arabic Kufi', sans-serif !important;
}

.styling-container .styling-section-card .styling-section-card-header h4 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-family: 'Droid Arabic Kufi', sans-serif !important;
}

.styling-container .styling-section-card .styling-section-card-body {
    padding: 20px;
}

.styling-container .styling-section-card .styling-section-card-body .style-element {
    display: flex;
    justify-content: space-between;
}

.wd-p-10 {
    padding: 10px;
}

.wd-p-20 {
    padding: 20px;
}

.wd-title-1 {
    font-size: 16px;
    font-weight: 400;
}

.mycod-inner-dark-wrapper {
    background-color: #fff;
}

.mycod-card {
    background-color: white;
    border: 1px solid #e5e5e5;
}

.mycod-card .mycod-card-header {
    border-bottom: 1px solid #e5e5e5;
}

.wd-input-group label {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block
}

.wd-input-group input {
    padding: 5px 10px;
    width: 100%
}

.wd-checkbox-list .wd-checkbox {
    background-color: #f6f6f6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    margin-bottom: 10px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
}

.wd-checkbox-list .wd-checkbox>span {
    font-size: 16px;
}

.upgrade-mycod {
    text-align: center;
}

.upgrade-mycod p {
    margin-bottom: 40px;
    font-size: 16px;
}

.upgrade-mycod button {
    padding: 20px;
    border: none;
    outline: none;
    display: inline-block;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px #00000026;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.upgrade-mycod button:hover {
    box-shadow: 0px 0px 0px 0px #00000026;
}

.upgrade-mycod .upgrad-button-mycod {
    background-color: #0f50ca;
}

.upgrade-mycod .contact-support-btn-mycod {
    background: #0f50ca;
}