
/* @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */
.instructor-form-container {
    background: #f9f9f9;
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
}
.dynamic-form-group {
    margin-bottom: 15px;
    display: flex;
    justify-content: start;
    align-items: flex-start;
}
.duc-form-section {
    width: 70%;
}
.duc-name {
    display: flex;
    flex-direction: column;
}

.duc-instractor-info-section {
  
    width: 20%;
}
.dynamic-form-group>label {
   
    font-weight: bold;
    width: 200px;
}
.radio-group {
    display: flex;
    justify-content: center;
    width: 80%;
    max-width: 500px;
    gap: 20px;
}
.dynamic-form-group input[type="text"],.dynamic-form-group input[type="password"], .dynamic-form-group select, .dynamic-form-group textarea {
    border: 1px solid #000 !important;
    width: 80%;
    background-color: #f9f9f9 !important;
    border-radius: 5px !important;
    max-width: 500px;
}

.dynamic-form-group textarea {
    min-height: 100px;
}

#form-message {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
}

#form-message.success {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
}

#form-message.error {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
}

div#phone-numbers-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}

span#add-phone {
    cursor: pointer;
    font-size: 30px;
    border: 1px solid #000;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin-left: 5px;
    user-select: none ;
}

.phone-number-group {
    position: relative;
    width: 100%;
    display: flex;
    gap: 13px;
}
span.remove-phone {
    font-size: 25px;
    position: absolute;
    top: -19px;
    left: -6px;
    transform: rotate(85deg);
    color: #fb1515;
    cursor: pointer;
}

.phone-number-group input {
    width: 33% !important;
}

.number-group-wraper {
    display: flex;
    width: 80%;
    justify-content: center;
    max-width: 500px;
}
.phone-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    color: #fff;
}

.phone-number i {
    color: #fff !important;
    font-size: 25px;
    margin-right: 6px;
}

.instructor-fullname h3 {
    color: #fff;
  
}

.duc-form-section h2 {
    font-size: 30px;
    font-weight: 700;
}


.password-wrapper {
    position: relative;
}
.passFieldWraper {
    width: 80%;
    display: flex;
    gap: 15px;
    max-width: 500px;
}
.password-wrapper {
    position: relative;
    width: 50%;
    max-width: 241px;
}
.password-wrapper input {
    width: 100% !important;
}
.toggle-password {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 16px;
    color: #666;
}

.instructor-about h3 {
    margin-bottom: .7em;
    font-size: 1.25rem;
}
.instructor-about p {
    margin-bottom: 1.75em !important;
    color: #4d5e6f;
}

[dir="rtl"] .phone-number i {
    margin-left: 6px;
}

.radio-group input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 15px;
    border: 2px solid #ccc;
    border-radius: 50%;
    outline: none;
    margin-right: 6px;
    margin-top: 0;
}

    /* Style for checked radio button */
    .radio-group input[type="radio"]:checked {
        border-color: #005A3D; /* Green border */
        background-color: #005A3D; /* Green fill */
        box-shadow: inset 0 0 0 2px white; /* Create a white dot */
    }

    /* Optional: Style for hover state */
    .radio-group input[type="radio"]:hover {
        border-color: #005A3D;
    }

    /* Style for the labels */
    .radio-group label {
        display: inline-flex;
        align-items: center;
        margin-right: 15px;
        cursor: pointer;
        gap: 5px;
    }


.dynamic-form-button-group {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    margin-left: 200px;
    gap: 10px;
}
.profile-image-section {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}



a.custom-logout-button {
    align-self: end;
    width: 200px;
    text-align: center;
    background-color: #9d0202;
    color: #fff;
    padding: 10px 12px;
    border-radius: 5px;
}
button.remove-link {
    background-color: #9d0202;
}
button.remove-link:hover {
    background-color: #9d0202;
}
button.remove-link:focus {
    background-color: #9d0202 !important;
}
.profile-image-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: transparent;
}
span.deleteIcon {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 9;
    color: #9d0202;
    cursor: pointer;
}

.profile-image-container {
    position: relative;
}

span.deleteIcon i {
    color: #9d0202;
    font-size: 26px;
}
img#profile-image-preview {
    background: transparent;
}

    .image-action-btn {
        padding:  15px;
        margin: 0 5px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.3s;
    }
    #change-image-btn {
        background: #005A3D;
        color: #fff;
    }
    #remove-image-btn {
       
        color: #fff;
    }
    .image-action-btn:hover {
        opacity: 0.8;
    }

    [dir="rtl"] .dynamic-form-button-group { 
    margin-left: unset;
    margin-right: 200px;  
}

[dir="rtl"] .toggle-password {
    left: 5px;
    right: unset;
}


.masterstudy-single-course-instructor__title {
    display: none !important;
}

@media (max-width: 768px) {
   .instructor-form-container {
    flex-direction: column-reverse;
}

.duc-form-section {
    width: 100% !important;
}

.profile-image-section {
    width: 100% !important;
}

.dynamic-form-button-group {
    margin-left: 0 !important;
}

.phone-number-group {
    flex-direction: column;
}

.phone-number-group input[type="text"] {
    width: 100% !important;
}

.passFieldWraper {
    flex-direction: column !important;
}

.password-wrapper {
    width: 100%   !important;
}
 .instructor-form-container button,  .instructor-form-container a {
    font-size: 12px !important;
    font-weight: 400 !important;
}
}
#social_media_links{
        padding:  15px;
        margin: 0 5px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.3s;
        background-color: #005A3D;
    }

div#socialMediaModal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    z-index: 999;
    background: #000000bd;
    backdrop-filter: blur(2px);
}

.sm_form_group {
    display: flex;
    margin-bottom: 5px;
    width: 100%;
}

.sm_form_group label {
    width: 30%;
}

.sm_form_group input {
    width: 65%;
    border: 1px solid #000 !important;
    border-radius: 5px !important;
    outline: none !important;
}

span#closeModal {
    position: absolute;
    top: -13px;
    right: 10px;
    font-size: 40px;
    transform: rotate(45deg);
    color: #000;
    cursor: pointer;
}

.instractor_gender h3 {
    font-family: "Cairo", Sans-serif;
    font-size: 68px;
    font-weight: 800;
    color: #000;
    margin: 0;
    text-align: center;
}
.instructor-name h3 {
    font-family: "Cairo", Sans-serif;
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    margin: 0;
    text-align: center;
}



/* Tablet only */
@media (max-width: 1024px) {
  .instractor_gender h3
 {
    font-size: 48px;
  }
   
  .instructor-name h3 {
    font-size: 38.4px;
  }
}
@media (max-width: 768px) {
   .instractor_gender h3
  { font-size: 48px;
}

  .instructor-name h3{ font-size: 38.4px;
}
}



/* Form layout */
.social-link-item {
    padding: 10px;
}

/* Icon Picker */
.icon-picker button {
    margin-left: 10px;
}

/* Modal */
.icon-library-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 70%;
    max-height: 70%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
}

.icon-library-header {
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
}

.icon-search {
    width: 80%;
    padding: 5px;
}

.icon-library-grid {
    flex: 1;
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
    gap: 10px;
    padding: 10px;
}

.icon-library-grid i {
    font-size: 24px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 8px;
    text-align: center;
    transition: 0.2s;
}


/* Frontend display */
.my-social-links {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
    display: inline-flex;
    justify-content: center;
}

.my-social-links li a {
    font-size: 24px;
    color: #333;
    transition: 0.2s;
}



form#social-links-form {
    width: 100%;
}

.social-link-item {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    align-items: center;
}

.social-link-item input {
    width: 50%;
    border: 1px solid #000 !important;
    border-radius: 5px !important;
    outline: none;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}
.formbuttonGroup {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.formbuttonGroup button {
    width: 150px;
    padding: 10px;
}

span.close-icon-library {
    cursor: pointer;
    font-size: 26px;
    transform: rotate(45deg);
    line-height: 25px;
    margin: 0;
    padding: 0;
}
span.close-icon-library {
    font-size: 37px;
    transform: rotate(45deg);
    color: #000;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0;
}
h3.platformNumber {
    font-size: 20px;
    font-weight: 700;
}

:dir(rtl) .radio-group {
    display: flex;
    justify-content: center; /* Correct value instead of 'right' */
    width: 80%;
    max-width: 500px;
    gap: 50px;
}
:dir(rtl) .icon-library-header {  
    justify-content: end;
}

*[dir=rtl] table.dataTable thead th, *[dir=rtl] table.dataTable thead td, *[dir=rtl] table.dataTable tfoot th, *[dir=rtl] table.dataTable tfoot td {
    text-align: center !important;
}

.dcp_main_wraper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.dcp_instractor_data_section {
    width: 100%;
    max-width: 1140px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px;
}
.dcp_section {
    width: 100%;
    background-color: #005a3d;
}

.mchd-rating-section {
  text-align: center;
}

.mchd-stars {
  display: inline-flex;
  gap: 8px;
  padding: 10px;
}

.mchd-star {
  width: 50px;
  height: 50px;
  fill: #f0ad4e; /* gold color */
  transition: transform 0.2s ease;
}

.dhp_devider {
    height: 2px;
    width: 30%;
    background-color: #f0ad4e;
    margin: auto;
}

.dhp_section_2 {
    width: 100%;
}


.dhp_inner_section_2 {
    width: 100%;
    max-width: 1140px;
    margin: auto;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.dhp_inner_section_2 h2 {
      font-family: "Cairo", sans-serif;
    font-size: 48px;
    color: #000;
    text-align: center;
    margin-bottom: 0 !important;
    font-weight: bold;
    font-optical-sizing: auto;
}
p.dhp_s2_sub_heading {
    text-align: center;
    color: #4D5E6F;
    font-size: 20px;
    margin: 0;
}
.sec2_seperator {
    width: 150px;
    height: 12px;
    margin: 0 auto;
    /* background-repeat: no-repeat; */
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid meet' overflow='visible' height='100%' viewBox='0 0 126 26' fill='%234D5E6F' stroke='none'%3E%3Cpath d='M3,10.2c2.6,0,2.6,2,2.6,3.2S4.4,16.5,3,16.5s-3-1.4-3-3.2S0.4,10.2,3,10.2z M18.8,10.2c1.7,0,3.2,1.4,3.2,3.2s-1.4,3.2-3.2,3.2c-1.7,0-3.2-1.4-3.2-3.2S17,10.2,18.8,10.2z M34.6,10.2c1.5,0,2.6,1.4,2.6,3.2s-0.5,3.2-1.9,3.2c-1.5,0-3.4-1.4-3.4-3.2S33.1,10.2,34.6,10.2z M50.5,10.2c1.7,0,3.2,1.4,3.2,3.2s-1.4,3.2-3.2,3.2c-1.7,0-3.3-0.9-3.3-2.6S48.7,10.2,50.5,10.2z M66.2,10.2c1.5,0,3.4,1.4,3.4,3.2s-1.9,3.2-3.4,3.2c-1.5,0-2.6-0.4-2.6-2.1S64.8,10.2,66.2,10.2z M82.2,10.2c1.7,0.8,2.6,1.4,2.6,3.2s-0.1,3.2-1.6,3.2c-1.5,0-3.7-1.4-3.7-3.2S80.5,9.4,82.2,10.2z M98.6,10.2c1.5,0,2.6,0.4,2.6,2.1s-1.2,4.2-2.6,4.2c-1.5,0-3.7-0.4-3.7-2.1S97.1,10.2,98.6,10.2z M113.4,10.2c1.2,0,2.2,0.9,2.2,3.2s-0.1,3.2-1.3,3.2s-3.1-1.4-3.1-3.2S112.2,10.2,113.4,10.2z'/%3E%3C/svg%3E");
}
.sec2_grouped_page {
    display: flex;
    width: 100%;
}
.mj-grouped-pages-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
}


.mchd-cards-wrap {
    display: flex;
    width: 100%;
}

.mchd-cards {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 5px;
}

.mchd-card {
    width: 30%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #005a3d;
    text-align: center;
    box-shadow: 0px 0px 20px 0px #FFFFFF inset;
}
h3.mchd-card-title {
    color: #f9f9f9;
    border-bottom: 2px solid #F0AD4E;
    padding-bottom: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 48px;
    font-weight: bolder;
}
p.mchd-card-text {
    font-size: 20px;
    color: #f9f9f9;
    margin-bottom: 32px;
    text-align: center;
}
.dhp_section_3 {
    width: 100%;
    padding: 150px 0px 150px 0px;
    max-width: 1140px;
    margin: auto;
    display: flex;
    justify-content: center;
    color: #f9f9f9;
}
.sec3_inner {
    display: flex;
    justify-content: center;
    gap: 5px;
    width: 100%;
}
.inner_sec {
    width: 50%;
    background-color: #005a3d;
    box-shadow: 0px 0px 20px 0px #FFFFFF inset;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 5px 5px 5px 0px;
    padding: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

 .ff-el-group .ff-btn-submit {
    width: 30%;
    background-color:#fff !important;
    color: #000000 !important;
    border-style: none;
    border-radius: 8px 8px 8px 8px;
    font-family: "Cairo", Sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.ff-default .ff-el-input--label label {
  color: #fff !important;
}
.ff-el-group input {
    border-radius: 8px !important;
}
.ff_submit_btn_wrapper {
    display: flex !important;
}
.ff-btn-submit {
    margin: auto !important;
}
@media (max-width: 768px) {
  .mchd-cards {
    flex-direction: column;
    padding: 0px 35px;
}

.mchd-card {
    width: 100%;
}

.sec3_inner {
    flex-direction: column;
    padding: 0px 35px;
}

.inner_sec {
    width: 100%;
}
h3.mchd-card-title {
    font-size: 33.6px;
}
h3.sec3_title {
    font-size: 38px;
}
.sec2_grouped_page {
    padding: 35px;
}
.dhp_inner_section_2 h2 {
    font-size: 38.4px;   
}
}