@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
 

@keyframes pageFadeInColorShift { from { opacity: 0; background-color: #e1e0e6; } to { opacity: 1; background-color: #ffffff; } }
body { animation: pageFadeInColorShift 1s ease-in-out; }
 

/*body {
  overflow: hidden;
}*/

label.chk-bx input[type=checkbox].checked + i.fa {
    color: #009900;
}

/* new design css */
.content.inner-page-loading .loading {
    background: rgba(0, 0, 0, 0.5) !important;
    height: 100%;
    width: 100%;
}

.content.inner-page-loading .loading {
    background: rgba(0, 0, 0, 0.5) !important;
    height: 100%;
    width: 100%;
}

    .prf-tx-icn {
      width: 30px !important;
      height: 30px !important;
      border-radius: 100% !important;
    }
    
.content.inner-page-loading .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 11px;
    width: .9em;
    height: .9em;
    margin-top: 0em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    margin: auto;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
}





.PosBillHeading { text-align: center; margin: 20px 0; } 
.PosAddProductBtn { padding: 10px 13px; background: #2196F3; color: white; border: none; border-radius: 4px; cursor: pointer; margin: 15px; transition: all 0.3s ease; }
.PosAddProductBtn:disabled { background: #cccccc; cursor: not-allowed; }
.PosSubmitOrdrBtn { padding: 15px 25px; background: #4CAF50; color: white; border: none; border-radius: 4px; cursor: pointer; margin: 10px; display: block; margin-left: auto; margin-right: auto; font-size: 16px; transition: all 0.3s ease; }
.PosSubmitOrdrBtn:disabled { background: #cccccc; cursor: not-allowed; }
.PosDellProductBtn { padding: 4px; background: #dc3545; color: white; border: none; border-radius: 50%; cursor: pointer; font-size: 12px; }
.PosCloseBtn { position: absolute; top: 20px; right: 23px; background: #dc3545; color: white; border: none; border-radius: 50%; width: 25px; height: 25px; font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
#PosPopup { display: none; position: fixed; top: 5px; left: 50%; transform: translateX(-50%); width: 95%; background: white; border-radius: 4px; padding: 15px; box-shadow: 0 8px 30px rgba(0,0,0,0.2); z-index: 9999; max-height: 98%; min-height: 96%; overflow-y: auto; }
#PosPopupOverlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 9998; }
#PosPopup::-webkit-scrollbar { display: none; }
table { width: 100%; border-collapse: collapse; margin-top: 20px; font-size: 14px; }
table td { border: 1px solid #e8e8e8; }
table th, table td { padding: 0px; text-align: center; }
table th { background-color: #9e9e9e; color: white; font-weight: bold; font-size: 13px; border-radius: 6px 6px 0px 0px; }
.PosFieldInput { width: 100%; padding: 6px; border: 0px solid #ccc; border-radius: 4px; box-sizing: border-box; font-size: 14px; }
.PosBillingTotal { text-align: right; margin-top: 10px; font-size: 16px; padding: 10px; background: #f8f9fa; border-radius: 4px; } 
.PosDropdownWrapper { position: relative; }
.PosDropdownList { position: absolute; background: white; border: 1px solid #ccc; border-radius: 4px; max-height: 200px; overflow-y: auto; width: 250%; left: 0; top: 100%; display: none; z-index: 10000; -ms-overflow-style: none; scrollbar-width: none; }
.PosDropdownList div { padding: 6px; cursor: pointer; text-align: left; border-bottom: 1px solid #eee; background: #fff06f; display: flex; align-items: center; }
.PosDropdownList div:hover { background: #f0f0f0; } 
.PosDropdownList img { width: 100px; margin-right: 5px; object-fit: cover; border-radius: 3px; }
.PosSubTotal { font-weight: bold; color: #007bff; }
.PosVatAmount { font-weight: bold; color: #28a745; }
.PosTotal { font-weight: bold; color: #dc3545; }
.PosHiddenSnap { display: none; }
.PosScannerActiveAlrt { background-color: #fffde7; border: 2px solid #ffd600; }
.PosVatDisplay { padding: 6px; }
.PosSscannerStatus { position: fixed; bottom: 20px; right: 20px; padding: 8px 12px; background: #4CAF50; color: white; border-radius: 4px; font-size: 14px; z-index: 10000; display: none; }
@media (max-width: 768px) { 
  table th, table td { padding: 0; font-size: 10px; } 
  .PosFieldInput { padding: 4px 1px; font-size: 10px; } 
  .PosBillingTotal { font-size: 14px; } 
  .PosDropdownList img { width: 20px; height: 20px; margin-right: 5px; }
  .PosMobileHide { display: none; }
  #productTable th:not(.PosMobileHide), #productTable td:not(.PosMobileHide) { width: auto !important; } 
}





.RcrdBillHeading { text-align: center; margin: 20px 0; } 
.RcrdAddRecordBtn { padding: 10px 13px; background: #2196F3; color: white; border: none; border-radius: 4px; cursor: pointer; margin: 15px; transition: all 0.3s ease; }
.RcrdAddRecordBtn:disabled { background: #cccccc; cursor: not-allowed; }
.RcrdSubmitRecordBtn { padding: 15px 25px; background: #4CAF50; color: white; border: none; border-radius: 4px; cursor: pointer; margin: 10px; display: block; margin-left: auto; margin-right: auto; font-size: 16px; transition: all 0.3s ease; }
.RcrdSubmitRecordBtn:disabled { background: #cccccc; cursor: not-allowed; }
.RcrdDellRecordBtn { padding: 4px; background: #dc3545; color: white; border: none; border-radius: 50%; cursor: pointer; font-size: 12px; }
.RcrdCloseBtn { position: absolute; top: 20px; right: 23px; background: #dc3545; color: white; border: none; border-radius: 50%; width: 25px; height: 25px; font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
#RcrdPopup { display: none; position: fixed; top: 5px; left: 50%; transform: translateX(-50%); width: 95%; background: white; border-radius: 4px; padding: 15px; box-shadow: 0 8px 30px rgba(0,0,0,0.2); z-index: 9999; max-height: 98%; min-height: 96%; overflow-y: auto; }
#RcrdPopupOverlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 9998; }
#RcrdPopup::-webkit-scrollbar { display: none; }
.RcrdFieldInput { width: 100%; padding: 6px; border: 0px solid #ccc; border-radius: 4px; box-sizing: border-box; font-size: 14px; }
.RcrdBillingTotal { text-align: right; margin-top: 10px; font-size: 14px; padding: 10px; background: #f8f9fa; border-radius: 4px; } 
.RcrdSubTotal { font-weight: bold; color: #007bff; }
.RcrdVatAmount { font-weight: bold; color: #28a745; }
.RcrdTotal { font-weight: bold; color: #dc3545; }
.RcrdVatDisplay { padding: 6px; }
@media (max-width: 768px) { 
  .RcrdMobileHide { display: none; }
  .RcrdFieldInput { padding: 4px 1px; font-size: 12px; } 
  .RcrdBillingTotal { font-size: 16px; } 
  #recordTable th:not(.RcrdMobileHide), #recordTable td:not(.RcrdMobileHide) { width: auto !important; } 
}





.zeePayHeader { text-align: center; margin: 20px 0; } 
.zeePayOpenBtn { padding: 10px 13px; background: #2196F3; color: white; border: none; border-radius: 4px; cursor: pointer; margin: 15px; transition: all 0.3s ease; }
.zeePayOpenBtn:disabled { background: #cccccc; cursor: not-allowed; }
.zeePaySaveBtn { padding: 15px 25px; background: #4CAF50; color: white; border: none; border-radius: 4px; cursor: pointer; margin: 10px; display: block; margin-left: auto; margin-right: auto; font-size: 16px; transition: all 0.3s ease; }
.zeePaySaveBtn:disabled { background: #cccccc; cursor: not-allowed; }
.zeePayDellBtn { padding: 4px; background: #dc3545; color: white; border: none; border-radius: 50%; cursor: pointer; font-size: 12px; }
.zeePayCloseBtn { position: absolute; top: 15px; right: 35px; background: #dc3545; color: white; border: none; border-radius: 50%; width: 30px; height: 30px; font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
#zeePayPopup { display: none; position: fixed; top: 5px; left: 50%; transform: translateX(-50%); width: 95%; background: white; border-radius: 4px; padding: 15px; box-shadow: 0 8px 30px rgba(0,0,0,0.2); z-index: 9999; max-height: 98%; min-height: 96%; overflow-y: auto; }
#zeePayPopupOverlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 9998; }
#zeePayPopup::-webkit-scrollbar { display: none; }
.zeePayTable { width: 100%; border-collapse: collapse; margin-top: 20px; font-size: 14px; }
.zeePayTable td { border: 1px solid #e8e8e8; }
.zeePayTable th, .zeePayTable td { padding: 4px; text-align: center; }
.zeePayTable th { background-color: #9e9e9e; color: white; font-weight: lighter; font-size: 13px; border-radius: 6px 6px 0px 0px; }
.zeePayInput { width: 100%; padding: 4px; border: 0px solid #ccc; border-radius: 4px; box-sizing: border-box; font-size: 14px; }
.zeePaySummary { text-align: right; margin-top: 10px; font-size: 16px; padding: 10px; background: #f8f9fa; border-radius: 4px; display: flex; justify-content: right; gap: 20px; flex-wrap: wrap; } 
.zeePayReceiptThumbnail { max-width: 100px; max-height: 60px; cursor: pointer; }
.zeePayReceiptThumbnail:hover { transform: scale(1.5); transition: transform 0.3s ease; }
.zeePayDellReceiptBtn { color: #dc3545; cursor: pointer; font-size: 18px; margin-left: 5px; }
.zeePayUploadReceiptBtn { color: #2196F3; cursor: pointer; font-size: 18px; }
.zeePayAmountInputWrapper { position: relative; display: inline-block; width: 100%; }
.zeePayAmountInputWrapper i { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); color: #666; cursor: pointer; }
.zeePayAmountField { padding-right: 25px !important; }
.zeePayFigureSummary { display: flex; align-items: left; gap: 5px; }  
@media (max-width: 768px) { 
    .zeePayTable th, .zeePayTable td { padding: 0px; font-size: 10px; } 
    .zeePayInput { padding: 6px 3px; font-size: 10px; }  
}
 
 
  
 
.PhoneInputdropdownWrapper { position: relative; margin-bottom: 15px; }
.PhoneInputdropdownList { position: absolute; background: #fff5f5; border: 0 solid #ccc; border-radius: 4px; max-height: 200px; overflow-y: auto; width: 100%; left: 0; top: 100%; display: none; z-index: 10000; text-align: left; }  
.PhoneInputdropdownList div { padding: 12px; cursor: pointer; border-bottom: 2px solid #eee; display: flex; align-items: flex-start; }  
.PhoneInputdropdownList div:hover { background: #f1f1f1; }  
.PhoneInputdropdownList img { width: 70px; height: 70px; object-fit: cover; margin-right: 15px; border-radius: 3px; }  
.PhoneInputdropdownInfo { display: flex; flex-direction: column; justify-content: flex-start; padding-top: 2px; }  
.PhoneInputdropdownName { font-weight: bold; margin-bottom: 4px; text-align: left; }  
.PhoneInputdropdownPhone { color: #666; font-size: 0.9em; margin-bottom: 2px; text-align: left; }  
.PhoneInputdropdownEmail { color: #666; font-size: 0.8em; text-align: left; }  



.log-body.background-img-login {

    box-shadow: inset 0 0 0 1000px rgba(0,0,0,0);
    background-image: url(../BackgroundImage/background.png);
    /*background-position: center center; */
    background-position: left; 
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 1;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
}

.log-body.background-img-login:hover {
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,0);
    text-decoration: none;
    /*background-image: url(../BackgroundImage/backgroundHover.png); */

} 


.prf-dt-pic.full-hdr {
    width: 100%;
}

.prf-for-usr.login-hdr {
    border: none;
}

.prf-dt-pic.full-hdr p span {
    color: #fcaf84;
    font-weight: 300;
}

.prf-dt-pic.full-hdr p {
    color: #777777;
    font-weight: 600;
    font-size: 13px;
    margin-top: 5px;
}

    .form-usr-option > ul > li {
        float: left;
        width: 33.33%;
        position: relative;
    }

    .form-usr-option > ul > li > a {
        display: block;
        width: 100%;
    }

    .lb-chk-bxx {
        padding: 0 !important;
    }

    .lb-chk-bxx.lnkg-hdd {
        border-bottom: 0.05px solid;
    }

    .lb-chk-bxx label img {
        width: 26px;
        height: 20px;
        border-radius: 2px;
        display: block;
        float: left;
        background: #ffffff;
        margin-right: 4px;
        margin-top: 0px;
        margin-left: -8px;
    }

    .lb-chk-bxx label input[type=radio] {
        display: none;
    }

    .lb-chk-bxx label {
        display: block;
        padding: 4px 5px;
    }

    .lb-chk-bxx label input[type=radio] + .fa {
        float: right;
        font-size: 20px;
    }

    .lng-foot {
        padding: 5px 10px;
        border-top: 1px solid #ffffff;
        margin: 5px -10px 0 -10px;
        text-align: center;
    }

    a.lng-done {
        display: block;
        padding: 5px;
        background: #ffde59;
        border-radius: 5px;
        color: #000000;
    }

    .lb-chk-bxx label input[type=radio] + .fa {
        float: right;
        font-size: 20px;
        color: #dddddd;
        /*border: 1px solid #777777;*/
        height: 17px;
        width: 17px;
        border-radius: 2px;
        padding: 2px;
    }

    .lb-chk-bxx label input[type=radio]:checked + .fa {
        color: #00B98E;
    }

    .lang-sel-pp:before, .lang-sel-rc:before {
        content: "";
        border-bottom: 10px solid #071b4d;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        bottom: 100%;
        left: 95px;
    }

    .lang-sel-rc:before {
        left: 125px;
    }

    .error {
        color: red;
    }

    .form-usr-option a {
        color: #fff !important;
    }

    .modal-small {
      background-color:#fefefe;
      margin: auto;
      padding: 20px 20px 10px 22px;
      border: 0px solid #888;
      border-radius: 7px;
    }

    @media (max-width:400px) {
      .modal-small {
        width: 90%;
      }
      .modal-small h2 {
        font-size: 14px;
      }
      #close_arrow {
        font-size: 17px;
      }
    }

    @media (max-width:700px) and (min-width:401px) {
      .modal-small {
        width: 85%;
      }
      .modal-small h2 {
        font-size: 14px;
      }
      #close_arrow {
        font-size: 17px;
      }
    }

    @media (max-width:1000px) and (min-width:701px) {
      .modal-small {
        width: 70%;
      }
    }

    @media (min-width:1001px) {
      .modal-small {
        width: 40%;
      }
      #close_arrow {
        font-size: 22px;
      }
    }
    .se:hover {
      background-color: #163961;
    }

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

      .form-fl .t-b-one input[type="text"] {
        width: 57% !important;
      }

    }

    .btn_new {
      display: inline-block;
      line-height: 28px !important;
      border-radius: 4px;
      padding: 0 20px;
      cursor: pointer;
      color: #fff;
      border: none;
      font-size: 13px;
      text-align: center;
    }

    a.btn_new:active {
      color: #fff;
    }

    .f-left {
      float: left;
    }
    .f-right {
      float: right;
    }
 

  #close_arrow {
    color: dimgray;
    font-family: 'aealarabiya', 'Arial', sans-serif;
    font-weight: bold;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
  }

  #account_language_modal .lb-chk-bxx {
    padding-left: 0 !important;
  }
  
  .lb-chk-bxx:hover {
      background: #f1f1f1;               
      border-radius: 5px;         
      }

 .lb-chk-bxx {
        padding: 0 !important;
    }

    .lb-chk-bxx.lnkg-hdd {
        border-bottom: 0.05px solid;
    }

    .lb-chk-bxx label img {
        width: 26px;
        height: 20px;
        border-radius: 2px;
        display: block;
        float: left;
        background: #ffffff;
        margin-right: 4px;
        margin-top: 0px;
        margin-left: -8px;
    }

    .lb-chk-bxx label input[type=radio] {
        display: none;
    }

    .lb-chk-bxx label {
        display: block;
        padding: 9px 11px 10px 13px;
        background: #f1f1f126;
        border-radius: 4px;
        margin: 4px 0px 4px 0px;
    }

    .lb-chk-bxx label input[type=radio] + .fa {
        float: right;
        font-size: 20px;
    }

.closeAll {
    background-color: rgb(249, 87, 87);
    color: #fff;
    text-align: center;
    padding: 5px 50px;
    margin: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    width: 120px;
    margin-top: 10px;
}

  .hidden_messages {
    height: 0px;
    color: #fff;
    display: block;
    width: 0px;
    opacity: 0;
    position:absolute;
    bottom:0px;
    left:0;
    right:0;
  }

  .modal-small {
    background-color:#fefefe;
    margin: auto;
    padding: 20px;
    border: 0px solid #888;
    border-radius: 7px;
  }

  @media (max-width:400px) {
    .modal-small {
      width: 90%;
    }
    .modal-small h2 {
      font-size: 14px;
    }
  }

  @media (max-width:800px) {
    input[type="text"], input[type="number"], input[type="email"], textarea, select {
      padding: 10px !important;
    }
  }

  @media (max-width:700px) and (min-width:401px) {
    .modal-small {
      width: 85%;
    }
    .modal-small h2 {
      font-size: 14px;
    }
  }

  @media (max-width:1000px) and (min-width:701px) {
    .modal-small {
      width: 70%;
    }
  }

  @media (min-width:1001px) {
    .modal-small {
      width: 40%;
    }
  }

  .btn_full {
    border-radius: 4px;
    padding: 12px 4px;
    width: 100%;
    cursor: pointer;
    background-color: #cdcd65;
    color: #fff;
    border: none;
    font-size: 13px;
    text-align: center;
  }



  .RightSubBtn {
      display: inline-block;
      line-height: 28px !important;
      border-radius: 4px;
      padding: 0 20px;
      cursor: pointer;
      color: #fff;
      border: none;
      font-size: 13px;
      float: right;
      background-color: #00B98E;
  }

  .LeftCloseBtn {
      display: inline-block;
      line-height: 28px !important;
      border-radius: 4px;
      padding: 0 20px;
      cursor: pointer;
      color: #fff;
      border: none;
      font-size: 13px;
      float: left;
      background: #f95757;
  }
  
  .CentrlCloseBtn {
      display: inline-block;
      line-height: 28px !important;
      border-radius: 4px;
      padding: 0 20px;
      cursor: pointer;
      color: #fff;
      border: none;
      font-size: 13px;
      float: center;
      background: #f95757;
  }
  
  .text_model {
    width: 100%;
    padding: 10px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 5px 5px 5px 5px;
    background: #f1f1f1;
    color: dimgray;
  }
  .close-all {
      background-color: rgb(249, 87, 87);
      color: #fff;
      text-align: center;
      padding: 5px 50px;
      margin: 5px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: 15px;
      width: 120px;
      margin-top: 10px;
  }

  .modal-small {
    background-color:#fefefe;
    margin: auto;
    padding: 20px 20px 10px 22px;
    border: 0px solid #888;
    border-radius: 7px;
  }

  @media (max-width:450px) {
    .modal-small {
      width: 90%;
    }
    .modal-small h2 {
      font-size: 14px;
    }

    .signup_link ul li {
      width: 100%;
    }

  }

  @media (max-width:700px) and (min-width:401px) {
    .modal-small {
      width: 85%;
    }
    .modal-small h2 {
      font-size: 14px;
    }
  }

  @media (max-width:1000px) and (min-width:701px) {
    .modal-small {
      width: 70%;
    }
  }

  @media (min-width:1001px) {
    .modal-small {
      width: 40%;
    }
  }

.dates-section {
    margin: 4px 0 0 0;
}

div#acc-panel.tab-hdr {
    border-bottom: 1px solid #e1e0e6;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.dates-section span {
    color: #64b781;
    margin: 0 4px 0 0;
}

.dates-section p {
    color: #cecece !important;
    font-weight: 300 !important;
    display: inline-block;
    margin: 0 3px 0 0 !important;
    line-height: 14px;
}

body.log-body.background-img-login .lang-selection {
    top: 0 !important;
    z-index: 99999 !important;
}

.background-img-login .social-links a {
    margin: 0 3px;
}

.AppLink ul li {
    margin-bottom: 10px;
}
 
.log-body.background-img-login.lang-selection {
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    overflow: auto;
    border-top: 1px solid #eeeeee;
    display: none;
    z-index: 999 !important;
}

.logo-welcome {

    padding: 20px 20px;
    display: inline-block;
    width: 100%;

}

.background-img-login .social-links a i {
    font-size: 18px !important;
}

body.background-img-login .bottom-log p {

    text-align: left;
    font-size: 15px;
    margin-top: 8px;
    color: #79200b;

}

body.background-img-login .bottom-log p a {

    color: #38b6ff !important;

}

body.background-img-login .log-btn button {
    height: 45px !important;
    background: #1dcdd4 !important;
    font-size: 18px !important;
    letter-spacing: 1px;
    margin-top: 6px;
}

.AppLink h3 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 10px 0;
}

.AppLink ul li i {
    float: left;
    margin: 9px 9px 9px 6px;
    font-size: 20px;
}
 

.AppLink {
    margin-top: 30px;
    padding: 0 20px;
    margin-bottom: 30px;
}


.background-img-login .or-div::after {
    background: #c3d5d8;
    top: 12px;
    height: 2px;
}

.AppLink ul li a {
    color: #47425d;
    text-decoration: none;
}

.AppLink ul li a p {
    font-size: 14px;
    overflow: hidden;
}

.AppLink ul li a p span {
    font-size: 13px;
    width: auto;
    display: inline-block;
    line-height: 18px;
}

.AppLink ul li {
    height: 50px;
    background: #ffc107;
    display: inline-block;
    padding: 6px 0 8px 10px;
    margin-right: 5px;
    /*border-radius: 25px 25px 25px 0;*/
    border-radius: 7px 7px 7px 7px;
    width: 290px;
}

.background-img-login .or-div {

    margin: 0;
    margin-bottom: 0px;
    color: #838c8d;
    font-size: 18px;
    margin-bottom: 20px;

}

.background-img-login .or-div::before {
    background: #c3d5d8;
    height: 2px;
    top: 12px;
}

.log-body.background-img-login .social-links {

    height: auto;
    text-align: center;
    margin-top: 0px;

}

.AppLink h3 {
    font-weight: 300;
}

.background-img-login .social-links a {
    width: 35px;
    display: inline-block !important;
    height: 35px !important; 
    text-align: center !important;
    padding: 8px 3px !important;
    line-height: 50px !important;
}

p.text-center.text-danger b {
    margin-bottom: 10px;
    font-weight: normal;
    display: inline-block;
}

.logo-welcome h5 {
    color: #d43b57;
    font-size: 30px;
    font-family: 'Dancing Script', cursive;
    margin-top: 5px;

    font-weight: normal;
}

.logo-welcome img {
    float: left;
    width: 50px;
    margin: 0px 15px 0 0;
}

.field.password-field {
    position: relative;
}

.background-img-login .field.password-field i {
    position: absolute;
    right: 13px;
    top: 15px;
    color: #9b9e9e;
    font-size: 19px;
}

.txt-lnk a {
    color: #79200b;
    font-size: 15px;
}

.background-img-login .bottom-log .field input {
    width: 100%;
    padding: 9px 13px;
    margin-bottom: 10px;
    border: 0;
    border-radius: 5px;
    height: 45px;
    font-size: 15px;
    background:#f1f1f1;
    border: 0px solid #eae8f1;
    color: #a2a2a2;
}

.background-img-login .login-form .otr-log-otn {

    padding: 0;

}

.background-img-login .top-log {
    background: none;
}

.background-img-login.log-body::before {
    display: none !important;
}

.background-img-login .login-form .bottom-log {

    margin: 0;
    font-size: 11px;
    padding: 0;
    background: none;
    border-top: none;

}

.background-img-login .login-form {

    position: relative;
    top: 0;
    left: 0;
    right: 0;
    max-width: 400px;
    margin: 0;
    background: none;
    padding: 35px 20px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-top: 15px;
    padding-bottom: 0;
    border-radius: 5px;
    overflow: hidden;
    z-index: 11;
    box-shadow: none;
    border: none;
    width: 100%;

}
 

html > body.log-body.background-img-login {
    /*position: static;*/

}
 
 
 
/* new design css */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: 0;
}

ul, li {
    list-style-type: none;
}

html {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: auto !important;
}

html > body {
    height: 100%;
    width: 100%;
    position: absolute;
}

body {
    font-family: "aealarabiya Neue", aealarabiya, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #7c7b7b;
    background-color: #fff;
    min-width: 320px;
    /*display: none;*/
}
 
body.overflow-n {
    overflow: hidden;
}

body input::placeholder {
    opacity: 0.5;
}

header {
    display: block;
    height: 120px;
    position: relative;
    z-index: 9999;
}

body.hdr-tp-scnd header {
    height: 110px;
}

/****Upper heaer strip colour******/

header > .header-top {
    height: 70px; 
    background-image: linear-gradient(#4b82e8, #3f51b5);    
    padding: 5px 10px;
}

body.hdr-tp-scnd header > .header-top {
    height: 55px;
}

header > .header-bottom {
    height: 50px;
    background-image: linear-gradient(#000000c2, #000000c2);
    padding: 3px 12px;
    position: relative;
}

.header-bottom > a.compose-link {
    position: absolute;
    right: 15px;
    top: 10px;
    height: 30px;
    text-decoration: none;
    color: #ffffff;
    background: #fd7d00;
    padding: 4px 15px;
    font-size: 16px;
    border-radius: 7px;
    box-shadow: 0 1px 1px #163961;
    letter-spacing: 1px;
}

.header-bottom > a.compose-link:hover {
    background: #0785d1;
}
/********School heaer name and credit****/
.school-info {
    float: left;
    width: 22%;
    overflow: hidden;
    height: 100%;
    padding: 10px 0;
    text-transform: cappashize;
}

body.hdr-tp-scnd .school-info {
    padding: 3px 0;
}

body.hdr-tp-scnd .sub-menu {
    margin-top: 3px;
    float: right;
}

.school-info > .profile-pic {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 7%;
    overflow: hidden;
    background: #00000000;
    margin-top: -1px;
}

.school-info > .profile-pic img {
    width: 100%;
}

.school-info > .school-name {
    color: #ffffff;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 45px);
    margin-left: 5px;
}

.school-info > .school-name > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.in-form > .tx-box {
    padding: 6px;
    font-size: 10px;
    border: 0;
    float: left;
    width: 75%;
    background: #f1f1f1;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 2px;
    border-radius: 4px 0 0 4px;
    outline: 0;
    height: 28px;
}

.datepickers-container {
    z-index: 999999 !important;
}

.in-form > .tx-btn {
    float: left;
    width: 25%;
    padding: 7px;
    background: #00B98E;
    color: white;
    font-size: 10px;
    border: none;
    border-left: none;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 28px;
}

.in-form > .tx-btn:hover {
    background: #163961;
}

.header-form {
    float: left;
    width: 22%;
}
/*menu Hide show dp plus name*/
header .main-menu {
    float: left;
   width: calc(100% - (22% + 18%));
    width: calc(100% - (22% + 2%));
   /* width: calc(100%);*/
    padding-top: 8px;
}

body.hdr-tp-scnd header .main-menu {
    width: calc(100%);
    padding-top: 4px;
}

body.hdr-tp-scnd header > .header-bottom {
    height: 55px;
}

.menu-block:after {
    content: "";
    clear: both;
    display: block;
}

.menu-block {
    float: left;
    width: calc(100% - 50px);
}

body.hdr-tp-scnd .menu-block {
    width: 100%;
}

.user-block {
    float: right;
    width: 50px;
    position: relative;
    padding: 5px;
    z-index: 9999;
}

.user-block > a {
    width: 25px;
    height: 25px;
    overflow: hidden;
    display: block;
    border-radius: 50%;
    background-color: #ffffff;
    margin-top: 15px;
}

.user-block > a > img {
    width: 100%;
    height: 100%;
}

.user-log {
    position: absolute;
    right: 0;
    background: #ffffff;
    top: 100%;
    width: 150px;
    display: none;
    box-shadow: 0 1px 3px 1px #ababab;
    border-radius: 5px;
    overflow: hidden;
}

/*.user-block:hover > a + .user-log {
	display: block;
}*/
.user-log > a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #777777;
    font-size: 12px;
}

.user-log > a:hover {
    color: #00B98E;
}


/************Submenu pading etc**********/
/***********************************/
ul.sub-menu > li > a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    align-items: center;
    border: 1px solid transparent;
    padding: 0 1px;
    text-align: center;
    text-transform: cappashize;
    margin-right: 25px;
}

ul.sub-menu > li > a:hover {
    color: #00B98E;
}

ul.sub-menu > li {
    float: left;
}

ul.sub-menu > li > a > i {
    font-size: 15px;
    padding-bottom: 6px;
    padding-top: 4px;
    display: block;
    height: 25px;
    width: 20px;
    margin: auto;
}

body > main {
    position: absolute;
    width: 100%;
    height: calc(100% - 120px);
}

body.hdr-tp-scnd > main {
    height: calc(100% - 110px);
}

section.side-bar {
    position: absolute;
    width: 25%;
    height: 100%;
    padding: 5px;
}

div.content {
    position: absolute;
    width: 75%;
    height: 100%;
    padding: 0;
    right: 0;
}

.side-bar > .side-bar-content {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    background: #e1e0e6;
    border: 1px solid #d6d5d5cc;
    border-radius: 4px;
    padding: 0 10px 10px 10px;
    overflow: auto;
}

.content > .content-data {
    position: absolute;
    left: 0;
    right: 5px;
    bottom: 5px;
    top: 4px;
    border: 1px solid #e1e0e6;
    border-radius: 4px;
    overflow-y: auto;
}

.search-list-item {
    position: absolute;
    top: 0;
    z-index: 99;
    background: #e1e0e6;
    margin: 0;
    margin-bottom: 15px;
    padding: 5px;
    left: 0;
    right: 0;
}

.lft-side-sort .sort-option {
    margin: auto;
    float: none;
    text-align: center;
    margin-bottom: 5px;
}

.search-list-item .sort-option > ul > li {
    width: 33.33%;
    margin-right: 0px;
    float: left;
}

.search-list-item .sort-option.option-sort-2 > ul > li {
    width: 50%;
    min-width: 50%;
}

ul.lk-mn-list > li > a {
    display: block;
    padding: 8px 0;
    text-decoration: none;
    font-size: 12px;
    color: #666666;
    position: relative;
    padding-left: 30px
}

ul.lk-mn-list > li > a:hover {
    color: #00B98E;
}

ul.lk-mn-list > li > a:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #cccccc;
    right: 0;
    left: 30px;
    top: 100%;
}

ul.lk-mn-list > li:last-child > a:after {
    display: none;
}

ul.lk-mn-list > li > a strong {
    font-weight: normal;
}

ul.lk-mn-list > li > a div.icon-r {
    float: left;
    width: 25px;
    height: 25px;
    overflow: hidden;
    margin-right: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
}

.set-sectn .set-sctn-row {
    clear: both;
    padding: 3px 0;
    border-bottom: 1px dotted #dddddd;
}

.set-sectn .set-sctn-row:last-child {
    border: 0;
    padding-bottom: 0;
}

.set-sctn-row .set-scn-lbl {
    float: left;
    width: calc(100% - 40px);
}

.set-sctn-row .set-scn-lbl strong {
    font-size: 11px;
    color: #fd7d00;
    font-weight: normal;
}

.set-sctn-row .set-action {
    float: right;
    margin-top: -5px;
}

.set-sctn-row .set-action .sidebtn > ul > li {
    width: 40px;
}

.set-sectn:after, .set-sctn-row:after {
    content: "";
    clear: both;
    display: block;
}

.acc-set-tog {
    padding: 10px;
    font-size: 12px;
    padding-top: 0;
}

.acc-set-tog h4, .result-flag {
    text-align: center;
    color: #00B98E;
    font-weight: normal;
    font-size: 11px;
}

.set-sectn a {
    color: #fd7d00;
    text-decoration: none;
    cursor: pointer;
}

.set-sectn .set-cnt-code {
    float: right;
}

.set-sctn-row.set-bold-txt {
    font-size: 15px;
    color: #990000;
    border: 0;
}

.filter-form .table-pagging {
    float: right;
    padding: 7px;
    width: 115px;
}

.set-sctn-row-cntr {
    text-align: center;
    padding: 5px;
    padding-bottom: 0;
}

.set-sectn {
    border-radius: 5px;
    background: #f1f1f1;
    padding: 6px;
}

ul.lk-mn-list > li > a div.icon-r img {
    width: 100%;
    min-height: 100%;
}

.lft-side-sort .sort-option {
    clear: both;
    display: block !important;
}

.lft-side-sort .sort-option:after {
    content: "";
    clear: both;
    display: block;
}

.search-list-item .sort-option > ul > li > button {
    padding: 5px;
    display: block;
    width: 100%;
}

.search-list-item > input[type=text] {
    border: none;
    padding: 5px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    outline: none;
    height: 28px;
}

.search-list-item > input.chat-srch-blc {
    margin-bottom: 4px;
}

ul.fa-ul > li > a {
    display: block;
    text-decoration: none;
    color: #666666;
    font-size: 14px; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 3px;
    padding: 10px;
    border-radius: 4px;
    /*background: #dcdcdc; */
}

ul.fa-ul > li + li > a {
    border-top: 0px solid #d1d0d7;
}

/*ul.fa-ul > li > a{
    border-top: 1px solid #d1d0d7;
	}*/
ul.fa-ul > li > a:hover, ul.fa-ul > li > a.active {
    color: #00B98E !important;
}

ul.fa-ul > li > a > span.fa-li {
    width: 30px;
    height: 30px;
    display: block;
    overflow: hidden;
    float: left;
    /* margin-right: 10px; */
    margin-top: 2px;
}

ul.fa-ul > li > a > span.fa-li > img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin-right: 10px;
    display: block;
}

.content-in .content-fix-head h1 {
    background: #e1e0e6;
    text-align: center;
    color: #696464cc;
    font-size: 19px;
    padding: 6px 7px 6px 7px;
    font-weight: normal;
    text-overflow: ellipsis;
    /* position: sticky; */
    /* top: 0; */
}

.content-in .content-fix-head h1 span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 600px;
  display: inline-block;
}

#tog-more-all {
    position: absolute;
    top: 12px;
    left: 5px;
    background: transparent;
    border: 0;
    font-size: 11px;
    padding: 0;
    color: #235a9a;
    cursor: pointer;
}
     
     
     
.Prntbutton {
  border: None;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
  width: 100%;
  
}   
.ApNowbutton {
  border: None;
  color: white;
  padding: 11px 4px 11px 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
  width: 50%;
  
}

.PrntBtn1 {background-color: #4b82e8;} 
.PrntBtn2 {background-color: #4CAF50;} 
.PrntBtn3 {background: #e28a09;} 
.PrntBtn4 {background-color: #cfcfcf;} 
.PrntBtn5 {background-color: #795548;} 
.PrntBtn6 {background-color: #34434a;} 
.PrntBtn7 {background-color: #e0cb15;} 
.PrntBtn8 {background-color: #990000;} 
.PrntBtn9 {background-color: #189583;} 
.PrntBtn10 {background-color: #1e617094;} 
.PrntBtnGren {background-color:#00b190;} 
.PrntBtnRed {background-color: #ff0000;} 
.PrntBtnDrkRed {background-color: #bd0000;}
.PrntBtnGrayy {background-color: #bbbaba;} 
.PrntBtnGradient {background: linear-gradient(to right, #4b82e8 0%, #3f51b5 51%, #4b82e8 100%);} 




.WalletBox {
  color: #ffffff;
  background: linear-gradient(#4b82e8, #3f51b5);
  border: 0px solid #f1f1f1; 
  border-radius: 12px;
  padding: 9px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  width: 100%;
  box-shadow: 2px 6px 10px rgb(0 0 0 / 30%); 
}


.IconWiseBtn {
    color: #ffffff;
    background: #025587;
    padding: 4px 11px 4px 11px;
    margin-left: 3px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    font-weight: lighter;
} 

.RightStickyBtn {
    color: #ffffff;
    background: #4b82e8;
    padding: 5px 15px 5px 15px;
    margin-left: 3px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 10px;
} 

.rStickyClassPrice {
    color: #4b82e8;
    text-decoration: none;
    display: inline-block;  
    position: absolute;
    top: 3px;
    right: 8px;
    margin-left: 6px;  
} 

.RightjoinNowBtn {
    color: #ffffff;
    background: #2d2f30;
    padding: 4px 10px 4px 10px; 
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 2px;
    margin-left: 6px;  
}  

.rSticky2ndBtn {
    color: #ffffff;
    background: #009688;
    padding: 4px 10px 4px 10px; 
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    top: 57px;
    right: 2px;
    margin-left: 6px;  
}  

.LowerRightBtn {
    color: #ffffff;
    background: #4b82e8;
    padding: 4px 8px 4px 8px; 
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    top: 84px;
    right: 2px;
    margin-left: 6px;  
}  



.ActivatSlotBtn {
    color: #ffffff;
    background: #118915;
    padding: 4px 13px 4px 12px; 
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 5px;
    margin-left: 6px;  
}  

.rMenuBtn1 {
    color: #ffffff;
    background: #3f70b5;
    padding: 4px 13px 4px 12px; 
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 5px;
    margin-left: 6px;  
}  


.rMenuBtn2 {
    color: #ffffff;
    background: #87029e;
    padding: 4px 13px 4px 12px; 
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 5px;
    margin-left: 6px;  
}  



.rMenuBtn3 {
    color: #ffffff;
    background: #4b82e8;
    padding: 4px 13px 4px 12px; 
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    top: 70px;
    right: 5px;
    margin-left: 6px;  
}  

.zeeBtn {
  border-radius: 6px;
  color: #ffffff;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px; 
  cursor: pointer;
  width: 100%; 
  transition: 0.3s;
    position: relative;
    background-position: center;
    background-size: cover;
    margin-bottom: 7px;
    
} 



.HomeIcon{
    color: #fff; 
    background: linear-gradient(135deg, #4b82e8 0%, #3f51b5 100%); 
    padding: 16px; 
    border-radius: 8%;
}

.zeeBtnlogin-Background {
    border: 0px solid #f1f1f1;
    background: linear-gradient(135deg, #4b82e8 0%, #3f51b5 100%); 
}


.zeeBtnRegistr-Background {
    border: 0px solid #f1f1f1;
    background: linear-gradient(135deg, #4b82e8 0%, #3f51b5 100%); 
}


.zeeBtnlogin-Background:hover {
    border: 0px solid #dedede;
    background: linear-gradient(177deg, #3f51b5, #163961); 
}



.zeeBtnRegistr-Background:hover {
    border: 0px solid #dedede;
    background: linear-gradient(177deg, #3f51b5, #163961); 
}
 


.PaymntBtn {
  background: #f1f1f1;
  border-radius: 6px;
  color: #083355;
  padding: 12px 5px 12px 5px;
  text-align: left;
  display: flex; 
  font-size: 17px;  
  width: 100%;  
}  

.PaymntBtn:hover { 
  background: #00B98E;
}

.paymnt-img {
  margin-right: 15px;
  width: 25%;
  height: 25%;
  border-radius: 10px
}

.paymnt-text {
  display: inline-block;
  line-height: 1.5; 
} 





















.content-fix-head {
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
}

.usr-mail-tool {
    position: absolute;
    right: 6px;
    top: 6px;
}

.usr-mail-tool.usr-mail-tool-fr-lft {
    left: 0;
    right: auto;
}

.usr-mail-tool > ul > li > a:hover {
    color: #ffa04f;
}

.usr-mail-tool > ul > li {
    float: left;
}

.usr-mail-tool > ul > li.ml-tl-lnk {
    font-size: 10px;
    color: #fd7d00;
}

.usr-mail-tool > ul > li.ml-tl-lnk > a {
    background: transparent;
    margin-right: 8px;
}

.usr-mail-tool > ul > li.ml-tl-lnk > a .switch {
    margin: 0 2px 0 0
}

.usr-mail-tool > ul > li.ml-tl-lnk > label {
    display: block;
    margin-right: 4px;
    margin-top: 2px;
}

.usr-mail-tool > ul > li > a {
    display: block;
    margin-left: 2px;
    background: #ffffff;
    border-radius: 12%;
    width: 25px;
    height: 25px;
    color: #ccc;
    font-size: 12px;
    padding: 5px 5px;
    text-align: center;
}

.card-body.noticeboard {
    width: 100%;
    float: left;
}

.noticeboard {
    padding: 10px;
}

.message {
    width: 100%;
    float: left;
    padding: 1px 0px 0px 3px;
}

.btnwap {
    background: #f1f1f1;
    padding: 7px 10px;
    border-radius: 7px !important;
    position: relative;
}

.btnwap {
    margin-bottom: 10px;
}

.btnwap span.mintext {
    font-size: 12px;
    color: #0c6e9e9e;
    font-family: sans-serif;
    font-weight: normal;
}

.main-content:after {
    content: "";
    clear: both;
    display: block;
}

.switch {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 16px;
    margin-top: 3px;
    margin-left: -5px;
}

.charge-table .switch {
    margin-top: 5px;
}

.charge-table.country-charge .switch {
    margin-top: 5px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 1px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}

.switch input:checked + .slider {
    background-color: #00B98E;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #888;
    -webkit-transition: .4s;
    transition: .4s;
}

.card-body.noticeboard .card-message {
    float: left;
    width: 100%;
}

.sidebtn > ul > li > a img {
    width: 100%;
    height: 100%;


}

.sidebtn > ul > li {
    float: left;
    width: 33.33%;
    text-align: right;
    padding: 0 0px;
}

.ins-prf-lbl > div.set-action ul li {
    width: auto;
}

.sidebtn > ul > li a {
    text-decoration: none;
    display: block;
    color: #00B98E;
    font-size: 12px;
    text-transform: cappashize;
}

.sidebtn > ul > li a.refresh, .sidebtn > ul > li a.edit-btn, .sidebtn > ul > li a.view-btn, .sidebtn > ul > li a.add-btn {
    height: 23px;
    width: 23px;
    border-radius: 50%;
    padding: 2px;
    margin: 0 1px 0 1px;
    float: right;
}

.pnl-tool-ed .sidebtn > ul > li a.refresh, .pnl-tool-ed .sidebtn > ul > li a.edit-btn, .pnl-tool-ed .sidebtn > ul > li a.view-btn, .pnl-tool-ed .sidebtn > ul > li a.add-btn {
    width: 22px;
    height: 22px;
    font-size: 10px;
    padding: -1px;
}

.sidebtn > ul > li a.add-btn {
    background: #08bf58;
    color: #ffffff;
    text-align: center;
}

.prf-tl-row.prf-tl-row-drk {
    padding: 9px 5px;
    background: #f1f1f1;
    border-radius: 5px;
    margin: 4px -5px;
}

.prf-tl-row a.fr-expnd {
    margin-left: 4px;
    margin-top: 0;
}

.prf-tl-row .row-list > ul > li {
    clear: both;
    padding: 4px 0 4px 4px;
    border-bottom: 1px dotted #feffff;
}

.prf-tl-row .row-list > ul > li:last-child {
    border: 0;
}

.prf-tl-row .row-list > ul > li .sidebtn {
    float: right;
}

.prf-tl-row.prf-tl-row-drk .switch {
    margin-top: 10px;
}

.prf-tl-row .row-list > ul > li > span {
    float: left;
    display: block;
    padding: 5px;
    color: #666666;
    width: fit-content;
}

.prf-tl-row .row-list > ul > li:after {
    content: "";
    clear: both;
    display: block;
}

.sidebtn > ul > li a.view-btn {
    font-size: 14px;
    background: #eeeeee;
    color: #999999;
    text-align: center;
    padding: 3px 4.5px;
}

.sidebtn > ul > li a.refresh {
    background: #489af1;
}

.sidebtn > ul > li a.edit-btn {
    background: #af961f;
}

.btnwap:after {
    content: "";
    clear: both;
    display: block;
}

.card-body.noticeboard .card-option {
    width: 20%;
    float: right;
    text-align: right;
    max-width: 85px;
    position: absolute;
    right: 10px;
    top: 5px;
}

.cvr-lgo {
    position: absolute;
    background: #ffffff;
    height: 58%;
    width: 8%;
    left: 1%;
    top: 0;
    border-radius: 0 0 50% 50%;
}
.cvr-lgo:before{
	content:"";
	position: absolute;
	height: 10px;
	top: -10px;
	left: 0;
	right: 0;
	background: #ffffff;
	display: none;
	}
.cvr-lgo > img{
	position: absolute;
	display: block;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: 12%;
	border-radius: 50%;
	border: 3px solid #ffffff;
	width: 100% !important;
	}
	
.cvr-lgo {
    top: 0;
}
	
.cvr-lgo:before{
	height: 5px;
	top: -5px;
	}
	

.cover-picture {
    height: auto;
    max-height: 200px;
	position: relative;
}

.cover-picture > img {
    width: 100%;
    height: auto;
    max-height: 215px;
    min-height: 100%;
    display: block;
}
.PizzCoverPic { 
    position: relative;
    overflow: hidden; 
}

.PizzCoverPic > img {
    width: 100%;
    height: auto; 
    object-fit: cover; 
    display: block;
    border-radius: 4px;
    margin: 3px 0px 3px 0px;
}

.display-picture {
    margin-top: 5px;
}

.uzr_crnt_dp > img {
    width: 95px;
    border-radius:4px;
    margin-right: 4px;
    
}
.SiteIconPreview > img {
    width: 80px;
    border-radius:4px;
    margin-right: 4px;
    
}
.RoundMonoDp > img {
    width: 35px;
    border-radius:4px;
    margin-right: 6px;
    
}
.mt_admn_dp > img {
    width: 110px;
    border-radius: 4px;
    margin-right: 6px;
}
.BillUzrIcon > img {
    width: 90px;
    border-radius: 4px;
    margin-right: 6px;
}

.Prodct_dpLogoIcon > img {
    width: 130px;
    border-radius: 4px;
    margin-right: 6px;
}

@media (max-width: 768px) { 
    .mt_admn_dp > img {
        width: 75px;
        border-radius: 4px;
        margin-right: 7px;
    }
}
.docPsp_show > img {
    width: 100%; 
    border-radius:6px;
    margin-right: 6px;
}
.dp_4view > img {
    width: 107px;
    border-radius:6px;
    margin-right: 6px;
    
}

.srch_cntr_dp > img {
    width: 110px;
    border-radius:6px;
    margin-right: 6px;
    
}

.testImgsize > img {
    width: 100%;
    max-width: 600px;
    border-radius:6px;
    margin-right: 6px;
}

.clssView_dp > img {
    width: 130px;
    border-radius:6px;
    margin-right: 6px;
    
}

.uzrPrint_ReportDp > img {
    width: 100px;
    border-radius:6px;
    margin-right: 6px;
   margin-top: -11%
    
}

.fourView_dp > img {
    width: 109px;
    border-radius:6px;
    margin-right: 6px;
    
}

.uzr_imj_viiew > img {
    width: 100%;
    border-radius: 8px;
    padding:3px;
    
}
.ReceptView > img {
    width: 100%;
    border-radius: 8px;
    padding:3px;
    
}

.feeRecptView > img {
    width: 100%;
    border-radius: 8px;
    padding:3px;
    
}

.jb_sndr_dp > img {
    width: 130px; 
    border-radius:8px;
    margin-right: 6px;
    
}

.cls_rqsndr_dp > img {
    width: 90px; 
    border-radius:5px;
    margin-right: 6px;
}


.card-wrap:after, .optn-list:after, .mail-count:after {
    content: "";
    clear: both;
    display: block;
}

.mail-count > span {
    width: 50%;
    display: block;
    float: left;
}

ul.mail-list > li, ul.chat-list > li {
    position: relative;
    padding: 10px 10px 10px 20px;
    padding-left: 5px;
    margin-left: 0px;
}

ul.chat-list > li {
    padding: 0;
}

ul.mail-list label.chk-bx input[type=checkbox] + i.fa, ul.chat-list label.chk-bx input[type=checkbox] + i.fa {
    color: #ffffff;
}

ul.mail-list label.chk-bx input[type=checkbox]:checked + i.fa, ul.chat-list label.chk-bx input[type=checkbox]:checked + i.fa {
    color: #009900;
}

.optn-list > ul > li {
    float: left;
    width: 20%;
    text-align: center;
}

.optn-list > ul > li > a#mail-edit {
    width: auto;
    height: auto;
    background: transparent;
    color: #fd7d00;
    text-decoration: none;
    font-size: 12px;
    padding: 8px 0;
    height: 30px;
}

.mail-count {
    clear: both;
    padding: 2px;
    text-align: center;
    background: #d9d8e1;
    margin-top: 5px;
}

.optn-list > ul > li > a {
    width: 30px;
    height: 30px;
    display: block;
    margin: auto;
    background: #ffffff;
    color: #999999;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
}

.optn-list > ul > li > a:hover {
    color: #333333;
}

.mail-option {
    margin-bottom: 0px;
}

ul.mail-list > li > p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #529807;
    font-size: 11px;
}

ul.mail-list > li > input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 15px;
}

ul.mail-list > li > a {
    display: block;
    color: #333333;
    text-decoration: none;
}

ul.mail-list > li > a strong.tm-stmp {
    float: right;
    width: 70px;
    font-size: 10px;
    color: #555555;
    text-align: right;
    font-weight: normal;
    background: #e1e0e6;
    white-space: nowrap;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}

ul.mail-list > li + li {
    /*border-top: 1px solid #d8d7d8;*/
}

ul.mail-list > li {
    border-top: 1px solid #d8d7d8;
}

ul.mail-list > li:first-child {
    border-top: 0;
}

form.new-mail input[type=text], form.new-mail textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 0px solid #ccc;
    background: #eeeeee;
    font-family: "aealarabiya Neue", aealarabiya, Arial, sans-serif;
}

form.new-mail textarea {
    height: 200px;
}

.conpose-form {
    padding: 20px;
}

.form-submit {
    text-align: right;
    padding: 20px 0 0 0;
}

.attachment > a {
    margin-right: 10px;
    color: #999999;
    text-decoration: none;
}

.attachment > span {
    float: right;
}

.form-submit input[type=button] {
    background: #00B98E;
    color: white;
    font-size: 14px;
    border: none;
    border-left: none;
    cursor: pointer;
    height: 34px;
    padding: 5px 20px;
    border-radius: 4px;
}

.form-submit input[type=button]:hover {
    background: #163961
}

.sidebar-list {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px;
    overflow: auto;
}

.sidebar-list > ul {
    margin: 0 0 0 30px;
}

.sidebar-list > ul.mail-list, .sidebar-list > ul.lk-mn-list {
    margin: 0;
}

ul.mail-list .chk-bx, ul.chat-list .chk-bx {
    position: absolute;
    right: 100%;
    display: none;
}

ul.chat-list .chk-bx {
    top: 10px;
}

ul.mail-list.active .chk-bx, ul.chat-list.active .chk-bx {
    display: block;
}

ul.mail-list.active > li, ul.chat-list.active > li {
    margin-left: 22px;
}

.optn-list {
    margin-top: 4px;
}

.main-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: auto;
}

.content-in {
    min-height: 100%;
    position: relative;
}

.mail-body pre {
    display: block;
    max-width: 100%;
    white-space: pre-line;
    font-family: "aealarabiya Neue", aealarabiya, Arial, sans-serif;
}

.mail-head {
    margin-bottom: 18px;
    padding-bottom: 10px;
    position: relative;
}

.mail-head > span.mail-date {
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff;
    color: #999999;
}

.mail-read {
    padding: 20px;
}

.mail-head > h4 {
    font-size: 18px;
    font-weight: normal;
}

ul.fa-ul > li > a > span.fa-li > i {
    background: #ffffff;
    height: 100%;
    width: 100%;
    font-size: 14px;
    padding: 8px;
    text-align: center;
    border-radius: 50%;
    color: #999999;
    display: block;
}

a.add-opn, a.rew-opn, a.del-opn {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    font-size: 8px;
    padding: 7px 2px 8px 2px;
    height: 25px;
}

a.add-opn {
    background-color: #5cb85c;
    border-color: #4cae4c;
    border-radius: 4px 0 0 4px;
}

a.add-opn:hover {
    background-color: #398439;
    border-color: #255625;
}

a.rew-opn {
    background-color: #00B98E;
    border-color: #2e6da4;
}

a.rew-opn:hover {
    background-color: #204d74;
    border-color: #122b40;
}

a.del-opn {
    background-color: #d9534f;
    border-color: #d43f3a;
    border-radius: 0 4px 4px 0;
}

a.del-opn:hover {
    background-color: #ac2925;
    border-color: #761c19;


}

.form-fl {
    float: left;
    padding: 5px;
    background: transparent;
    width: calc(100% - 225px);
}

.filter-form.wth-paggng .form-fl {
    width: calc(100% - 115px);
}

.form-usr-option {
    float: right;
    width: 225px;
    padding: 5px;
    background: #ffffff;
}

.form-fl > div {
    float: left;
    padding: 0 3px;
}

.form-fl.form-3 > div {
    width: 33.33%;
}

.form-fl.form-4 > div {
    width: 25%;
}

.form-fl.form-5 > div {
    width: 20%;
}

.form-fl input[type=text] {
    padding: 6px;
    font-size: 10px;
    border: 1px solid #ffffff00;
    float: left;
    background: #f1f1f1;
    border-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    text-align: center;
    border: 0px solid #ccc !important;
    height: 25px;
}

.form-fl input[type=button], .form-fl button, .form-fl .btns {
    float: left;
    padding: 7px;
    background: #00B98E;
    color: white;
    font-size: 10px;
    border: none;
    border-left: none;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-fl select {
    padding: 6px;
    font-size: 10px;
    border: 1px solid #ffffff00;
    float: left;
    background: #f1f1f1;
    border-radius: 4px;
    text-align: center;
    border: 0px solid #ccc !important;
    height: 25px;
    line-height: 1;
}

.form-usr-option > a {
    float: left;
    width: 33.33%;
}

.form-fl .t-b-one input[type=text] {
    width: 75%;
}

input#srch-tog-2 {
    display: none;
    text-align: left;
}

.t-b-one.dt-range input[type=text]:first-child {
    border-radius: 4px 0 0 4px;
}

.t-b-one.dt-range input[type=text]:second-child {
}

.t-b-one.dt-range input[type=text] {
    width: 37.5%;
    border-radius: 0 0 0 0;
}

.form-fl .tbtn-t button {
    width: 45% !important;
    margin: 0 2.5%;
    border-radius: 15px;
    font-size: 15px;
    padding: 0px;
    font-size: 13px;
}

.form-fl .tbtn-t button.ovrall-bt {
    background: #25a2b8;
}

.form-fl .o-b-one.wth-dwn select {
    width: 80%;
}

.form-fl .o-b-one.wth-dwn button.dwln-bt {
    width: 20%;
    background: transparent;
    color: #25a2b8;
    font-size: 17px;
    padding: 0;
}

.form-fl .t-b-one input[type=button], .form-fl .t-b-one button, .form-fl .t-b-one .btns {
    width: 25%;
}

.form-fl .o-b-one select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background-image: url(../imagab/downArrow.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: right 7px center;
    padding-right: 25px;
}

.fr-selct {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background-image: url(../imagab/downArrow.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: right 7px center;
    padding-right: 25px;
}

.table-options {
    clear: both;
    padding: 5px;
    border-bottom: 0px solid #cbcbc8;
    background: transparent;
}

.table-options:after {
    content: "";
    clear: both;
    display: none;
}

.table-options > .all-sel {
    color: #00B98E;
    margin-right: 0;
    margin-top: 3px;
    /*width: 86px;*/
}

.table-options > div {
    float: left;
    padding: 0 3px;
    text-align: center;
}

.table-options > .sort-option {
    width: calc(97% - 186px);
}

.table-options.acnt-inline > .sort-option {
    width: calc(100% - 412px);
}

.sort-option > button {
    /* float: left; */
    padding: 2px 8px;
    border: 1px solid #e1e0e6;
    background: #ffffff;
    font-size: 12px;
    margin-left: -1px;
    /* width: 33.33%; */
    background: linear-gradient(to right, #163a62, #235997);
    background: #ffffff;
    color: #000000;
    min-width: 40px;
    font-size: 10px;
    padding: 4px 7px 8px 7px;
    height: 22px;
    margin-left: 0;
    letter-spacing: 1px;
    margin-right: 2px;
    border-radius: 15px !important;
}

.table-options > .table-pagging {

    text-align: right;
    float: right;
    margin-top: 2px;
    width: 122px;
    padding-right: 0;
}

.table-pagging > a {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #dddddd;
    color: #00B98E;
    font-size: 11px;
    padding: 2px 0px;
    /* float: left; */
    margin-left: -1px;
    width: 18px;
    float: left;
    text-align: center;
}

.sort-option > button.sort-button.active {
    background: linear-gradient(to right, #00B98E, #00B98E);
    color: #ffffff;
    border: 1px solid #127b53;
}

.row-list {
    position: relative;
}

.row-list > ul > li {
    display: block;
    width: auto;
    padding: 0px 10px 0 0;
    font-size: 14px;
    color: #aba8a8;
    padding-top: 5px;
}

.row-list .row-option {
    position: absolute;
    bottom: 0;
    right: 5px;
}

.row-list > ul > li > img {
    margin-right: 2px;
    margin-top: -3px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.table-options:after {
    content: "";
    clear: both;
    display: block;
}

.table-list {
    padding: 5px;
}

.country-name .cntrFlag {
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    margin-top: -2px;
}

.cnt-top > div {
    float: left;
}

.cnt-top > div.cnt-flag {
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-right: 5px;
}

.cnt-top > div.cnt-flag img {
    width: 100%;
    height: 100%;
}

.cnt-top > div.row-option {
    float: right;
}

.cnt-btom {
    clear: both;
    width: 100%;
}

.table-list .table-row {
    padding: 9px 3px;
    border-bottom: 0px solid #dddddd;
    position: relative;
    background: #fff;
    margin-top: 9px;
    margin-bottom: 9px;
    margin-left: 0;
    padding-left: 5px;
    border-radius: 6px;
    box-shadow: 0px 2px 6px #eeeeee, 0px -2px 6px #eeeeee;
}

.table-list .table-row:hover {
    background-color: #fdf3fe;
}



.table-options > .all-sel > a#edit-mod {
    cursor: pointer;
    text-align: left;
    float: left;
}

.table-list .table-row > input[type="checkbox"] {
    position: absolute;
    left: 3px;
    display: none;
}

.table-options > .all-sel > input[type="checkbox"] {
    display: none;
}

.table-options > .all-sel.edit-show input[type=checkbox] {
    display: block;
}

.table-list .table-row.edit-show {
    margin-left: 20px;
}

.table-list .table-row.edit-show > input[type="checkbox"] {
    display: block;
    left: -17px;
}

.filter-form > .mob-filt-btn {
    display: none;
    width: 10%;
    float: left;
    padding: 5px;
}

.form-fl > div.mob-filter-head {
    display: none;
    width: 100%;
    padding: 0px 3px;
    padding-bottom: 0;
    border-bottom: 1px solid #dddddd;
    margin: 0 0px 10px 0px;
}

.form-fl > div.mob-filter-head > button {
    background: #ffffff;
    border-radius: 0;
    color: #000000;
    font-size: 20px;
    padding: 0;
    width: 40px;
    height: 40px;
}

.mob-filter-head > p {
    font-size: 20px;
    padding: 6px 0;
}

button#filter-open {
    width: 30px;
    height: 25px;
    background: #ffffff;
    border: 1px solid #dddddd;
    color: #777777;
    border-radius: 3px;
}

div.row-option > a {
    text-decoration: none;
    color: #00B98E;
    font-weight: bold;
}

.form-fl.form-fl-full {
    width: 100%;
}

.setting-table {
    padding: 10px;
    color: #777777;
}

.table-part {
    margin-bottom: 0;
    padding: 0px 15px;
    border-radius: 0;
    clear: both;
}

.table-part:first-child {
    padding-top: 10px;
}

.part-row {
    margin-bottom: 0px;
    padding: 6px 0;
}

.part-row > div strong {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #999999;
}

.table-part > .part-heading {
    /* font-weight: bold; */
    color: #fd7d00;
    padding: 5px 0;
    font-size: 13px;
}


.part-row + .part-row {
    border-top: 1px dotted #eeeeee;
}

.charge-table.country-charge .part-row > div:first-child {
    width: 47%;
}
.part-row > div {
    float: left;
    width: 70%;
    font-size: 14px;
    padding: 4px;
}

.part-row:hover {
    background-color: #e3e3e3;
    color: white;
    border-radius: 2px;
}

.part-row > div.set-action {
    float: right;
    width: 10%;
    text-align: right;
    margin-top: -5px;
}

.part-row:after {
    content: "";
    clear: both;
    display: block;
}

/* Custom Scroll - start */

.custom_scroll {
  overflow: auto;
}

.custom_scroll::-webkit-scrollbar, .sidebar-list::-webkit-scrollbar, .main-content > .chat-boat > .chat-bot-cnt .chat-bot-cnt-inner::-webkit-scrollbar {
    width: 4px;
}

.custom_scrol::-webkit-scrollbar-track, .sidebar-list::-webkit-scrollbar-track, .main-content > .chat-boat > .chat-bot-cnt .chat-bot-cnt-inner::-webkit-scrollbar-track {
    -webkit-box-shadow: ! transparent;
}

.custom_scrol::-webkit-scrollbar-thumb, .sidebar-list::-webkit-scrollbar-thumb, .main-content > .chat-boat > .chat-bot-cnt .chat-bot-cnt-inner::-webkit-scrollbar-thumb {
    background-color: transparent;
    outline: 0;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    border-radius: 20px;
}

.custom_scrol:hover::-webkit-scrollbar-thumb, .sidebar-list:hover::-webkit-scrollbar-thumb, .main-content > .chat-boat > .chat-bot-cnt .chat-bot-cnt-inner::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
}

/* Custom Scroll - end */



.main-content::-webkit-scrollbar, .sidebar-list::-webkit-scrollbar, .main-content > .chat-boat > .chat-bot-cnt .chat-bot-cnt-inner::-webkit-scrollbar {
    width: 4px;
}

.main-content-page::-webkit-scrollbar, .sidebar-list::-webkit-scrollbar, .main-content-page > .chat-boat > .chat-bot-cnt .chat-bot-cnt-inner::-webkit-scrollbar {
    width: 4px;
}


.main-content::-webkit-scrollbar-track, .sidebar-list::-webkit-scrollbar-track, .main-content > .chat-boat > .chat-bot-cnt .chat-bot-cnt-inner::-webkit-scrollbar-track {
    -webkit-box-shadow: ! transparent;
}

.main-content-page::-webkit-scrollbar-track, .sidebar-list::-webkit-scrollbar-track, .main-content-page > .chat-boat > .chat-bot-cnt .chat-bot-cnt-inner::-webkit-scrollbar-track {
    -webkit-box-shadow: ! transparent;
}

.main-content::-webkit-scrollbar-thumb, .sidebar-list::-webkit-scrollbar-thumb, .main-content > .chat-boat > .chat-bot-cnt .chat-bot-cnt-inner::-webkit-scrollbar-thumb {
    background-color: transparent;
    outline: 0;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    border-radius: 20px;
}

.main-content-page::-webkit-scrollbar-thumb, .sidebar-list::-webkit-scrollbar-thumb, .main-content-page > .chat-boat > .chat-bot-cnt .chat-bot-cnt-inner::-webkit-scrollbar-thumb {
    background-color: transparent;
    outline: 0;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    border-radius: 20px;
}

.main-content:hover::-webkit-scrollbar-thumb, .sidebar-list:hover::-webkit-scrollbar-thumb, .main-content > .chat-boat > .chat-bot-cnt .chat-bot-cnt-inner::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
}

.main-content-page:hover::-webkit-scrollbar-thumb, .sidebar-list:hover::-webkit-scrollbar-thumb, .main-content-page > .chat-boat > .chat-bot-cnt .chat-bot-cnt-inner::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
}

.select-box {
    position: relative;
}

.select-box > label {


    width: 100%;
    /* -webkit-appearance: none; */
    -moz-appearance: none;
    position: relative;
    background-image: url(../imagab/downArrow.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: right 7px center;
    padding-right: 25px;
    display: block;
    padding: 6px;
    font-size: 10px;
    border: 1px solid #ffffff00;
    float: left;
    background-color: #f1f1f1;
    border-radius: 4px;

    text-align: left;
    border: 1px solid #ccc !important;
    height: 25px;
    position: relative;
    z-index: 1;
}

.select-box select {
    position: absolute !important;
    top: 0;
    left: 0;
}

.table-list .table-row:before {
    content: "";
    left: -20px;
    top: 0;
    bottom: 0;
    width: 20px;
    background: transparent;
    position: absolute;
}

.cnt-top input[type=checkbox] {
    position: absolute;
    z-index: 1;
    left: -17px;
    top: 6px;
}

.table-options > .all-sel input[type=checkbox] {
    float: left;
    margin: 4px 8px 0 0;
}

.sort-option > button:first-child, .table-pagging > a:first-child {
    border-radius: 4px 0 0 4px;
}

.sort-option > button:last-child, .table-pagging > a:last-child, .table-pagging > a.last-btn-pg {
    border-radius: 0 4px 4px 0;
}

.sort-option > button:hover {
    background: #f1f1f1;
}

.usr-mail-tool:after {
    content: "";
    clear: both;
    display: block;
}

.mail-foot {
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px solid #e1e0e6;
}

.mail-foot:after {
    content: "";
    clear: both;
    display: block;
}

ul.mail-attach-files > li {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.mail-foot > p {
    margin-bottom: 15px;
    font-size: 12px;
}

.mail-foot > p a {
    color: #fd7d00;
    text-decoration: none;
}

ul.mail-attach-files > li > a {
    display: block;
    border: 1px solid #e1e0e6;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #dddddd;
    border-radius: 4px;
    overflow: hidden;
}

ul.mail-attach-files > li > a > img {
    width: 100%;
    min-height: 100%;
}

.mail-foot > p strong {
    color: #999999;
    font-weight: normal;
}

.table-part .set-action .sidebtn > ul > li {
    float: right;
    width: 30px;
}

.table-part > .part-heading .set-action {
    float: right;
    margin-top: -4px;
}

.charge-table {
    border-radius: 5px;
    background: #f1f1f1;
}

.mob-page-tool > ul > li {
    display: inline-block;
}

.mob-page-tool > ul > li > button {

    padding: 3px !important;

    width: 30px !important;

    height: 30px !important;

    background: #ffffff !important;

    border: 1px solid #e1e0e6 !important;

    border-radius: 50% !important;

    margin: 0 1px !important;

    color: #999999 !important;
}

.sort-option > button.sort-button.roll-filter {
    min-width: auto;
    color: #999999;
    padding: 7px 5px;
    font-size: 13px;
    margin-top: 0px;
    border: 1px solid #cfcfcf;
    text-align: center;
    height: 25px;
    width: 25px;
}

.sort-option > button.sort-button.roll-filter i {
    float: left;
    margin-top: -1px;
    line-height: 1;
    margin-left: 1px;
}

.mob-page-tool {
    display: none;
    width: calc(100% - 240px);
}

.table-options.sing-tb-Mob-op .mob-page-tool {
    width: 100%;
}

.filter-bt-bl {
    display: none;
    position: fixed;
    top: 100%;
    /* height: 200px; */
    background: #e1e0e6;
    /* width: 100%; */
    left: 5px;
    right: 5px;
    z-index: 9;
    bottom: 5px;
    border-radius: 0 0 5px 5px;
    top: 138px;
}

a.fr-expnd {
    display: none;
}

.main-head-sctn {
    font-size: 15px;
    text-align: center;
    color: #c33803;
}

.part-row.roll-head-part > div {
    width: 20%;
    color: #c33803 !important;
    font-size: 14px;
}

.part-row.roll-head-part > div.main-head-sctn {
    width: 60%;
    font-size: 15px;
}

.part-row:hover > div {
    color: #333333;
}

.charge-table.country-charge {
    background: #ffffff;
}

.charge-table.country-charge > .table-part {
    background: #f1f1f1;
    margin-bottom: 5px;
    padding: 3px 10px;
    border-radius: 5px;
}

.slide-picture > img {
    width: 240px;
    height: 135px;
}

.slide-picture {
    margin-top: 5px;
}

a.fr-expnd {
    font-size: 12px;
    color: #00B98E;
    cursor: pointer;
    display: block;
    margin: 4px 0;
    display: inline-block;
    margin-bottom: 0;
}

.tog-expand > .row-list {
    display: none;
}

.tog-expand > .row-list.open {
    display: block;
}

.table-list.country-table.for-usr-wt-img.open .tog-expand > .row-list {
    display: block;
}

.sort-option > * {
    display: inline;
}

.sort-option > ul > li, .roll-tab > ul > li {
    display: inline-block;
    margin-right: -5px;
    max-width: 30%;
}

.sort-option > ul > li > button, .roll-tab > ul > li > button {
    background: #f1f1f1;
    padding: 4px 12px;
    display: block;
    border: 1px solid #cccccc;
    font-size: 12px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /*max-width: 15ch;*/
}

.sort-option > ul > li > button:hover, .roll-tab > ul > li > button:hover {
    background: #e1e0e6;
}

.sort-option > ul > li > button.active, .roll-tab > ul > li > button.active {
    background: #ccc;
    color: #ffffff;
    border-color: #cccccc;
}

.sort-option > ul > li:first-child > button, .roll-tab > ul > li:first-child > button {
    border-radius: 12px 0 0 0px;
}


.sort-option > ul > li:last-child > button, .roll-tab > ul > li:last-child > button {
    border-radius: 0 12px 0px 0;
}

a.orde-rev-bt {
    position: absolute;
    top: 10px;
    right: 6px;
    font-size: 12px;
    color: #fd7d00;
    cursor: pointer;
    text-decoration: none;
}

.usr-mail-tool > ul > li > a.orde-rev-bt {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    background: transparent;
    color: #fd7d00;
}

.acc-bages-wrp {
    float: left;
    width: 33.33%;
    padding: 10px;
}

.acc-bages-wrp .acc-bages .bgs-acc {
    padding: 10px;
    border: 3px solid #dddddd;
    border-radius: 5px;
}

.acc-bages-wrp .acc-bages .bgs-icon {
    float: left;
    width: 80px;
    height: 80px;
    display: block;
    font-size: 40px;
    color: #e4f7fb;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin-right: 5px;
}

.bgs-detais h2 {
    font-weight: normal;
    font-size: 17px;
    color: #6f72ce;
}

.bgs-detais > p {
    font-size: 11px;
    color: #00B98E;
    letter-spacing: 2px;
}

.bgs-detais > p span {
    float: right;
    min-width: 50%;
    text-align: center;
    color: #61aaff;
}

.bgs-detais > p strong {
    font-weight: normal;
}

.acc-bages-wrp .acc-bages .bgs-detais {
    float: left;
    width: calc(100% - 85px);
    line-height: 1.3;
}

.acc-bages-wrp .acc-bages .bgs-acc:after {
    content: "";
    clear: both;
    display: block;
}

.acc-bages > a {
    color: #990000;
    font-size: 13px;
    cursor: pointer;

}

.mn-ed-ins-pr > .ins-pic {
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    background: #fd7d00;
    margin-right: 10px;
    margin-top: -5px;
}

.ins-prf-lbl {
    padding: 10px 10px 5px 5px;
    background: #f1f1f1;
    border-radius: 5px;
}

.ins-prf-lbl > div.set-action {
    float: right;
    margin-top: 8px;
}

.ins-prf-lbl:after {
    content: "";
    clear: both;
    display: block;
}

.ins-prf-lbl > div {
    float: left;
    color: #990000;
    font-size: 14px;
    line-height: 1.5;
}

.ins-prf-lbl > div.mn-ed-ins-pr {
    min-width: calc(100% - 50px);
}

.ins-prf-lbl > div.set-action {
    float: right;
}

.setting-table > h4 {
    text-align: center;
    clear: both;
    color: #09F;
}

.mn-ed-ins-pr > .ins-pic img {
    width: 100%;
}

.acc-activity {
    padding: 10px;
    font-size: 14px;
}

.prf-tl-row .prf-txt {
    float: left;
    width: calc(100% - 100px);
}

.prf-tl-row .set-action {
    float: right;
    max-width: 100px;
    margin-top: -5px;
}

.prf-tl-row .prf-txt .prf-tx-icn {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    overflow: hidden;
    margin-top: -3px;
}

.prf-tl-row .sidebtn > ul > li {
    width: auto;
}

.prf-tl-row {
    clear: both;
    padding: 5px 0;
}

.prf-tl-row .usr-set-exp {
    width: 100%;
}

.usr-lbl-exp .roll-icn {
    float: left;
    margin-right: 5px;
    margin-top: -3px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 50%;
    background: #ffffff;
}

.prf-tl-row .sidebtn > ul > li > strong {
    padding: 3px 3px;
    display: block;
}

.usr-lbl-exp .roll-icn img {
    width: 100%;
    min-height: 100%;
}

.prf-tl-row .usr-set-exp .usr-lbl-exp {
    width: calc(100% - 100px);
    float: left;
    padding: 0 0 0 6px;
}

.prf-tl-row:after {
    content: "";
    clear: both;
    display: block;
}

.prf-tl-row .prf-txt .prf-tx-icn > img {
    Max-width: 100%;
    min-height: 100%;
}

div.roll-tab {
    text-align: center;
}

.prf-for-usr {
    overflow: hidden;
    border-bottom: 1px solid #e1e0e6;
    padding: 10px 0 2px 0;
    position: relative;
    display: table;
    width: 100%;
    color: #990000;
    margin: 0 0 5px 0;
}

.prf-dt-pic .usr-pic-rl {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    border: 1px solid #e1e0e6;
    margin-top: 5px;
}

.prf-dt-pic .usr-pic-rl img {
    width: 100%;
    min-height: 100%;
}

.prf-for-usr > div.prf-dt.dt-lf {
    text-align: left;
    color: #fd7d00;
}

.prf-for-usr > div.prf-dt.dt-rt {
    text-align: right;

    color: #00B98E;
}

.prf-for-usr:after {
    content: "";
    clear: both;
    display: block;
}

.prf-for-usr > div {
    /* float: left; */
    width: 33.33%;
}

.prf-for-usr > div {
    vertical-align: bottom;
    text-align: center;
    height: 100%;
    min-height: 100%;
    position: relative;
    display: table-cell;
}

.pnl-tool-ed {
    clear: both;
    display: none;
}

.pnl-tool-ed.active {
    display: block;
}

.top-log > div {
    float: left;
    width: 33.33%;
}

.top-log > div.log-pg-hds {
    text-align: center;
    font-size: 20px;
    color: #080808;
    margin-top: 5px;
}

.top-log > div.log-pg-optn {
    text-align: right;
}

.top-log:after {
    content: "";
    clear: both;
    display: block;
}

.top-log {
    /* background-image: linear-gradient(#163961, #245c9c); */
    /* background: #00000099; */
}

.top-log {
    /* background-image: linear-gradient(#2f2f2f7a, #3f63b3); */
    background: #ffffff;
    padding: 10px;
    position: relative;
    z-index: 99999;
    border-bottom: 1px solid #f2f0f9;
    /* box-shadow: 0 1px 20px rgba(212, 206, 234, 0.42); */
    position: fixed;
    left: 0;
    right: 0;
}

body.log-body .top-log {
    border: 0;
}

.top-log > div.lang > a {
    font-size: 12px;
    margin-right: 5px;
    color: #999999;
    text-decoration: none;
    margin-top: 10px;

    float: left;
}

.top-log > div.log-pg-optn a {
    display: block;
    float: right;
    color: #999999;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
}

.top-log > div.log-pg-optn a strong {
    display: block;
    font-weight: normal;
}

.top-log > div.log-pg-optn a i.fa {
    width: 20px;
    display: block;
    height: 20px;
    margin: auto;
    background: #3ad369;
    padding: 5px;
    border-radius: 50%;
    color: #ffffff;
}

.login-form {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    width: 400px;
    margin: auto;
    background: rgb(255, 255, 255);
    padding: 35px 5px;
    padding-top: 15px;
    padding-bottom: 0;
    border-radius: 5px;
    overflow: hidden;
    z-index: 11;
    box-shadow: 0 1px 20px rgb(230, 241, 255);
    border: 1px solid #f3f8ff;
}

.login-form .otr-log-otn {
    padding: 0 15px;
}

.scan-qr-wrap {
    position: fixed;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
 
.login-form .social-links {
    /*display: none;*/
    height: 220px;
    padding: 10px 0;
}

/*.login-form .social-links.active,.login-form .scan-qr.active{
	display: block;
	}*/
.scan-qr a.reload-qr {
    position: absolute;
    width: 160px;
    height: 160px;
    background: #21ce57;
    color: #ffffff;
    text-decoration: none;
    padding: 30px;
    font-size: 15px;
    text-align: center;
    border-radius: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: none;
    z-index: 11;
}

a.oth-log-pnl {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 120px;
    height: 120px;
    background: #000000;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    overflow: hidden;
}

.scan-qr:hover:after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    border-radius: 5px;
}

.scan-qr:hover a.reload-qr {
    display: block;
}

.scan-qr a.reload-qr i.fa {
    display: block;
    margin: auto;
    margin-bottom: 18px;
    font-size: 35px;
}

.for-logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    overflow: hidden;
}

.log-body {
    /*background: url(../imagab/WrningAlrt.png);*/
    background-size: cover;
    background-attachment: fixed;
}

.log-body:before {
    content: "";
    background: rgba(255, 255, 255, .9);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.login-form .social-links > a {
    display: block;
    margin-bottom: 6px;
    padding: 9px 15px 10px 0px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 13px;
    text-align: center;
    height: 36px;
}

.login-form .social-links > a i.fa, .login-form .social-links > a i.fab {
    float: left;
    font-size: 17px;
    width: 30px;
    text-align: center;
    height: 30px;
    display: block;
    margin-top: -8px;
    padding: 7px 0;
}

.bottom-log .field input {

    width: 100%;

    padding: 4px 10px;

    margin-bottom: 10px;

    border: 0;

    border-radius: 5px;

    height: 34px;

    font-size: 16px;

    background: #f2f0f9;

    border: 0px solid #eae8f1;
}

/*.login-form .txt-lnk > a {
    float: left;
}*/
/*.login-form .txt-lnk > a:last-child {
    float: right;
}*/
a.fl-r-lnk {
    float: right;
}

.txt-lnk {
    margin: 5px 0;
}

.login-form .log-btn {
    clear: both;
    padding: 5px 0;
}

.login-form .log-btn .btn, .btn_roll {
    display: block;
    width: 100%;
    height: 34px;
    border: 0;
    background: #21c6ce;
    color: #ffffff;
    border-radius: 3px;
    font-size: 17px;
    border: 0px solid #18b749;
}

.btn_roll {
    display: inline-block;
    width: auto;
    padding: 0 15px;
    min-width: 90px;
}

.login-form .log-btn .btn:hover, .btn_roll:hover {
    background: #225794;
    border-color: #143d6b;
}

.bottom-log p {
    text-align: right;
}

.login-form .bottom-log {
    margin: 1px -10px 0 -7px;
    font-size: 11px;
    padding: 20px;
    background: #ffffff;
    border-top: 0px solid #e9e6f1;
}

.login-form .bottom-log a {
    color: #c70024;
    text-decoration: none;
}

.login-form .bottom-log a:hover {
    color: #225794;
}

.social-links > a.gPlus {
    background: #c7300e;
}

.social-links > a.fBook {
    background: #13378b;
}

.social-links > a.wChat {
    background: #3fa531;
}

.social-links > a.lIn {
    background: #38b6ff;
}

.social-links > a.qrLog {
    background: #737373;
}

.or-div {
    position: relative;
    margin: 15px -35px -10px -35px;

    font-size: 12px;
    text-align: center;
    /* display: none; */
    color: #d6d6d8;
    /* background: #000000; */
}

.or-div:after {
    content: "";
    position: absolute;
    left: 0;
    width: 45%;
    background: #f2f0f9;
    margin: auto;
    top: 7px;
    text-align: center;
    font-size: 12px;
    height: 1px;
}

.or-div:before {
    content: "";
    position: absolute;
    right: 0;
    width: 45%;
    background: #f2f0f9;
    margin: auto;
    top: 7px;
    text-align: center;
    font-size: 12px;
    height: 1px;
}

a.oth-log-pnl span {
    display: block;
    background-image: url(../imagab/HelpQRcode.png);
    height: 100%;
    width: 100%;

    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

a.oth-log-pnl.active span {
    background-image: url(../imagab/postWrningAlrt.png);
    background-repeat: no-repeat;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-position: bottom 7px left 8px;
    background-size: 60px;
}

.scan-qr img {
    width: 100%;
}

.login-form .for-mobile-mod, .login-form .for-email-mod {
    display: none;
}

.login-form .for-mobile-mod.active, .login-form .for-email-mod.active {
    display: block;
}

.usr-sign-up {
    max-width: 1000px;
    margin: auto;
    margin-top: 40px;
}

.usr-sign-up:after, .sign-up-sectn:after {
    content: "";
    clear: both;
    display: block;
}

.sign-up-sectn {
    border: 2px solid #eaeaea;
    border-radius: 10px;
    font-size: 16px;
    padding: 10px;
    /*box-shadow: 0 1px 20px #bddfd4;*/
    margin-bottom: 26px;
    
}

.usr-sign-up > div {
    float: left;
    width: 100%;
    padding: 10px 15px;
}

.sign-up-sectn .log-fr-cnts h2 {
    font-size: 17px;
    font-weight: normal;
    color: #225896;
    margin-bottom: 10px;
}

.sign-up-sectn .log-fr-cnts h2 .fa {

    margin-right: 10px;

    font-size: 28px;

    float: left;
}

.sign-up-sectn .log-fr-cnts p {
    color: #00B98E;
    font-size: 16px;
}

.sign-up-sectn a {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
}

.sign-up-wrp > p {
    text-align: right;
    font-size: 12px;
}

.sign-up-wrp > p a {
    text-decoration: none;
    letter-spacing: 1px;
    color: #009900;
}

.sign-up-sectn .log-fr-cnts ul li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 0px;
    line-height: 1.5;
}

.sign-up-sectn .log-fr-cnts ul {
    margin: 15px 10px;
}

.log-fr-cnts .roll-bt {
    display: block;
    text-align: center;
    width: 100%;
}

.log-fr-cnts .roll-bt {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 4px;
    padding: 9px;
    background: #1e617094;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 20px;
    height: 40px;
}

.log-fr-cnts .roll-bt:hover {

    background: #424242;
}

.log-fr-cnts label.roll-chkbx {
    float: left;
    margin-right: 5px;
}

.sign-up-sectn .log-fr-cnts p strong {
    color: #009900;
    /* font-weight: normal; */
}

.sign-up-sectn .roll-fr-log {
    float: left;
    width: 120px;
    height: 120px;
    font-size: 60px;
    text-align: center;
    border-radius: 10px;
    background: #eeeeee;
    margin: 10px 0;
    padding: 18px 0;
    margin-right: 10px;
    color: #eeeeee;
    display: none;
}

.sign-up-sectn .log-fr-cnts {
    float: left;
    width: calc(100% - 0px);
}

.general-form {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    width: 380px;
    margin: auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 1px 20px rgb(230, 241, 255);
}

.general-form > p {
    text-align: right;
    font-size: 12px;
}

.general-form > p a {
    color: #990000;
    text-decoration: none;
}

.general-form > p a:hover {
    color: #225794;
}

.form-field input, .form-field button {
    width: 100%;
    height: 34px;
    border: 0;
    border-radius: 5px;
    margin-bottom: 25px;
    background-color: #eee;
    padding: 0 10px;
}

.form-field .field-75 input {
    border-radius: 5px 0 0 5px;
}

.form-field input.field-25, .form-field button.field-25 {
    border-radius: 0 5px 5px 0;
    font-size: 12px;
    padding: 0;
    text-align: center;
}

.form-field .field-75 {
    width: 75%;
    float: left;
}

.form-field .field-25 {
    width: 25%;
    float: left;
}

.form-field .roll-btn {
    background: #3ad369;
    color: #ffffff;
    font-size: 17px;
}

.form-field .roll-btn:hover {
    background: #225794;
}

.general-form > p.lnk-two {
    margin-bottom: 5px;
}

.general-form > p.lnk-two:after {
    content: "";
    clear: both;
    display: block;
}

.general-form > p.lnk-two a {
    float: left;
}

.general-form > p.lnk-two a:nth-of-type(2) {
    float: right;
}

.general-form .for-mobile-mod, .general-form .for-email-mod {
    display: none;
}

.general-form .for-mobile-mod.active, .general-form .for-email-mod.active {
    display: block;
}

a.send-btn-fl {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    height: 34px;
    color: #ffffff;
    text-decoration: none;
    background-color: #215692;
    font-size: 16px;
    border-radius: 5px;
    padding: 5px 20px;
}

a.send-btn-fl:hover {
    background-color: #163b64;
}

a.send-btn-fl .fa {
    float: left;
    font-size: 20px;
    margin-top: 2px;
}

.general-form > p.sim-pera {
    font-size: 11px;
    text-align: left;
    color: #017916;
    margin-bottom: 4px;
}

label.chk-bx {
    float: left;
}

label.chk-bx input[type=checkbox] {
    display: none !important;
}

label.chk-bx input[type=checkbox] + i.fa {
    color: #dddddd;
    font-size: 17px;
    margin-right: 5px;
}

label.chk-bx input[type=checkbox]:checked + i.fa {
    color: #009900;
}

.table-list .table-row label.chk-bx {
    display: none;
    position: absolute;
    left: -17px;

}

.table-list .table-row.edit-show label.chk-bx {
    display: block;
}

.table-options > .all-sel label.chk-bx {
    display: none;
}

.table-options > .all-sel.edit-show label.chk-bx {
    display: block;
}

ul.chat-list > li > a {
    text-decoration: none;
    position: relative;
    display: block;
    padding: 0;
}

ul.chat-list a > .chat-list-frm {
    float: left;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
    background: #fd7d00;
    margin-top: 5px;
}

ul.chat-list a > .chat-list-info {
    float: left;
    width: calc(100% - 35px);
    padding: 5px 0;
    border-bottom: 1px solid #d8d7d8;
}

ul.chat-list a .chat-msg-sender .chat-nms {
    font-size: 12px;
    color: #555555;
    width: calc(100% - 70px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}

ul.chat-list a:hover .chat-msg-sender .chat-nms {
    color: #00B98E;
}

ul.chat-list a .chat-msg-sender .chat-dts {
    float: left;
    width: 70px;
    font-size: 10px;
    color: #555555;
    text-align: right;
}

ul.chat-list a > .chat-list-info .chat-msg-cont {
    clear: both;
    font-size: 10px;
    color: #999999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 50px);
}

ul.chat-list a > .chat-list-frm > img {
    width: 100%;
    max-height: 100%;
}

ul.chat-list a > .chat-option {
    width: 30px;
    position: absolute;
    right: 0;
    bottom: 2px;
    text-align: right;
    display: none;
}

ul.chat-list a:hover > .chat-option {
    display: block;
}

ul.chat-list a > .chat-option button {
    background: transparent;
    border: 0;
    width: 25px;
    text-align: right;
    color: #999999;
    font-size: 16px;
}

ul.chat-list a > strong.chat-count {
    position: absolute;
    top: 2px;
    left: 15px;
    background: #e74c3c;
    color: #ffffff;
    font-size: 8px;
    width: 16px;
    height: 16px;
    padding: 3px 0;
    text-align: center;
    border-radius: 50%;
}

ul.chat-list > li > a:after {
    content: "";
    display: block;
    clear: both;
}

ul.chat-list a > .chat-option .chat-option-list {
    position: absolute;
    right: 15px;
    display: none;
    z-index: 9;
    top: 0;
}

ul.chat-list a > .chat-option .chat-option-list > ul > li > button.chat-opt-action {
    font-size: 8px;
    text-align: center;
    display: block;
    padding: 4px 1px;
    background: #e7dfc6;
    width: 75px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #777777;
}

ul.chat-list a > .chat-option .chat-option-list > ul > li > button.chat-opt-action:hover {
    color: #000000;
    background: #d8d1bb;
}

.main-content > .chat-boat {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.main-content > .chat-boat > .chat-bot-top {
    position: absolute;
    min-height: 20px;
    top: 0;
    background: #daf3ff;
    left: 0;
    right: 0;
    font-size: 13px;
    color: #00B98E;
    padding: 2px 5px;
}

.main-content > .chat-boat > .chat-bot-send {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #eee;
    min-height: 35px;
}

.main-content > .chat-boat > .chat-bot-cnt {
    position: absolute;
    left: 0;
    right: 0;
    background: #ffffff;
}

.chat-row {
    width: 100%;
    position: relative;
    padding: 10px;
    padding-left: 45px;
    margin: 0;
    font-size: 15px;
}

.chat-msg-by-usr {
    position: absolute;
    left: 4px;
    top: 10px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #1f4f87;
    overflow: hidden;
}

.main-content > .chat-boat > .chat-bot-cnt .chat-bot-cnt-inner {
    overflow: auto;
    height: 100%;
}

.cht-bot-in-scrl:after {
    content: "";
    clear: both;
    display: block;
}

.chat-msg-by-usr > img {
    width: 100%;
    max-height: 100%;
}

.chat-row.recieved {
    float: left;
}

.chat-row.sended {
    float: right;
    padding: 0;
    margin: 5px;
}

.chat-doc-img {
    width: 100%;
    height: 100px;
    overflow: hidden;
    border: 1px solid #dddddd;
    margin-bottom: 0;
}

.chat-row .cht-txt pre {
    max-width: 100%;
    white-space: pre-line;
    font-family: inherit;
}

.chat-opt-list > ul > li {
    float: left;
    width: 10%;
    text-align: center;
    margin-bottom: 10px;
}

.cht-dt-mark > p {
    font-size: 11px;
    text-align: center;
    color: #fd7d00;
}

.chat-opt-list > ul > li a {
    font-size: 10px;
    text-decoration: none;
    color: #999999;
    cursor: pointer;
    display: block;
}

.chat-opt-list > ul > li a:hover {
    color: #555555;
}

.chat-opt-list > ul > li a .fa {
    display: block;

    margin-bottom: 5px;
    font-size: 20px;
}

.chat-fields > div {
    float: left;
}

.chat-opt-list {
    clear: both;
    padding: 7px;
    width: calc(100% - 130px);
    margin: auto;
    display: none;
}

.chat-opt-list:after {
    content: "";
    clear: both;
    display: block;
}

.chat-fields > div.chat-left-field, .chat-fields > div.chat-right-field {
    width: 90px;
}

.chat-fields > div.chat-text-field {
    width: calc(100% - 180px);
    padding: 8px 0;
}

.chat-fields > div.chat-text-field input[type="text"] {
    width: 100%;
    height: 36px;
    border: 0;
    border-radius: 5px;
    padding: 10px;
}

.chat-fields > div.chat-text-field button#click-to-record {
    display: none;
    width: 100%;
    height: 36px;
    border-radius: 5px;
    border: 0;
    color: #999999;
    background: #ffffff;
}

.chat-fields > div {
    float: left;
    padding: 8px;
    overflow: hidden;
}

a.cht-lnk-optn {
    float: left;
    width: 35px;
    overflow: hidden;
    margin: 0 1px;
    height: 35px;
    text-align: center;
    font-size: 22px;
    color: #00B98E;
    padding: 1px;
    border-radius: 50%;
   /*background: #daf3ff;
    border: 0px solid #c2e3f3;*/
}

a.cht-lnk-optn#chat-roll-send, a.cht-lnk-optn#chat-keypad-open, #chat-roll-rec {
    display: none;
}

.chat-right-field a.cht-lnk-optn.send-aud-del {
    display: none;
    color: #f14a4a;
}

.chat-text-field .chat-audio-msg {
    height: 36px;
    padding: 9px;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #999999;
    display: none;
    line-height: 1.4;
}

.chat-text-field .chat-audio-msg .fa {
    color: #00B98E;
    margin-right: 7px;
}

.chat-text-field .chat-audio-msg a#cancel-record {
    float: left;
    cursor: pointer;
    color: #b57c14;
    letter-spacing: normal;
}

a.cht-lnk-optn img {
    width: 80%;
    margin: 0px auto;
    margin-top: 3px;
}

a.cht-lnk-optn .fa {
    margin: 0;
    font-size: 24px;
    float: left;
    margin: 5px;
}

.msg-chat-by-dt {
    bottom: 3px;
    right: 5px;
    position: absolute;
    color: #93c9ea;
}

.msg-chat-by-dt .fa.fa-check {
    width: 7px;
    margin-right: 2px;
    color: #cccccc;
}

.chat-row .chat-msg:after, .chat-doc-downld:after {
    content: "";
    clear: both;
    display: block;
}

.chat-doc-downld {
    padding: 3px;
}

.chat-wrp {
    max-width: 70%;
}

.chat-row.recieved .chat-wrp {
    float: left;
}

.chat-row.sended .chat-wrp {
    float: right;
}

.chat-row.sended .chat-msg {
    background: #fff8f3;
}

.chat-row.recieved .chat-msg {
    background: #f1f1f1;
    border: 1px solid #dedede;
}

.chat-row.recieved .chat-msg, .chat-row.sended .chat-msg {
    padding: 5px;
    border-radius: 5px;
    padding-bottom: 25px;
    position: relative;
    min-width: 200px;
    border: 1px solid #dedede;
    
}

.chat-msg:hover .chat-optn-lst-usr {
    display: block;
}

.chat-row.recieved .chat-msg.chat-type-audio, .chat-row.sended .chat-msg.chat-type-audio {
    min-width: 300px;
    padding-bottom: 5px;
}

.chat-aud-file .fa.fa-play {
    border: 3px solid #fd7d00;
    color: #fd7d00;
    width: 34px;
    height: 34px;
    padding: 9px 10px;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    display: block;
}

button.aud-button {
    float: left;
    margin-right: 5px;
    border: 0;
    background: transparent;
    font-size: 25px;
}

.aud-info > div {
    float: left;
}

.aud-info > div.aud-length {
    width: calc(100% - 72px);
    float: left;

    height: 3px;
    background: #7bccf3;
    margin: 5px 0 5px 5px;
}

.chat-msg.chat-type-doc {
    width: 200px !important;
}

.aud-info {
    padding: 10px 0;
    height: 34px;
}

.chat-doc-downld .fa {
    float: right;
    display: block;
    height: 20px;
    width: 20px;
    padding: 2px;

    border-radius: 50%;
    border: 0px solid #dddddd;
    color: #00B98E;
    margin: 3px 0 0 0 ;
}

.chat-doc-downld strong {
    float: left;
    width: calc(100% - 30px);
    display: block;
    font-weight: normal;
    padding: 2px 0;
}

.cht-doc:after {
    content: "";
    clear: both;
    display: block;
}

.chat-optn-lst-usr {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    /* background-image: linear-gradient(#d4d4d43b, #ffffff69); */
    display: none;
}

.chat-optn-lst-usr > ul {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 0;
    border-radius: 5px;
    overflow: hidden;
    padding: 5px 0;
    background: #eef8fc;
    display: none;
}

.trans-copy {
    text-align: center;
    background: #dddddd;
    height: 1px;
    margin: 15px auto;
    width: 80%;
    position: relative;
}

.trans-copy > a {
    position: absolute;
    top: -15px;
    height: 30px;
    width: 30px;
    text-align: center;
    background: #f4f4f3;
    font-size: 19px;
    color: #999999;
}

.cht-doc {
    background: #ffffff;
    padding: 0;
}

.chat-doc-img > img {
    width: 100%;
    min-height: 100%;
}

.chat-row.sended .chat-optn-lst-usr > ul {
    left: auto;
    right: 100%;
    width: 75px;
}

.chat-optn-lst-usr > button {
    padding: 1px;
    height: 18px;

    width: 20px;
    color: #888888;
    font-size: 16px;
}

.chat-optn-lst-usr > ul > li > button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 3px 12px;
    font-size: 14px;
    background: #eef8fc;
    color: #888888;
}

.chat-optn-lst-usr > ul > li > button:hover {
    background: #e0e8ec;
    color: #555555;
}

.chat-optn-lst-usr button {
    background: transparent;
    border: 0;
    cursor: pointer;
    color: #00B98E;
}

.chat-tit-opt {
    float: right;
}

.chat-bot-ext-cnts {
    position: relative;
    clear: both;
    background: #daf3ff;
    height: 50px;
    display: none;
}

.chat-tit-opt > a {
    float: left;
    height: 17px;
    display: block;
    overflow: hidden;
    color: #00B98E;
    margin-left: 8px;
    text-decoration: none;
    font-size: 12px;
    float: left;
}

.chat-tit-opt > a > b {
    font-weight: normal;
}

.chat-tit-opt > a > i.fa {
    margin-right: 3px;
}

.chat-hds-opt {
    position: absolute;
    top: 8px;
    right: 6px;
}

.chat-hds-opt > a {
    float: left;
    padding: 0px 2px;
    font-size: 12px;
    margin-left: 1px;
    color: #999999;
    width: 20px;
    height: 20px;
    border: 1px solid #888888;
    padding: 1px;
    text-align: center;
}

.chat-hds-opt > a.chat-hds-rund {
    border-radius: 50%;
}

.chat-hds-opt > a.chat-hds-tog {
    border: 0;
    padding: 0;
    margin-right: 2px;
    margin-top: -3px;
}

.chat-hds-opt > a.chat-hds-chks {
    background: #76f380;
    border: 2px solid #57d661;
    padding: 0;
    font-size: 12px;
    color: #57d661;
}

.chat-hds-opt > a.chat-hds-trsh {
    border: 0;
    font-size: 15px;
    padding: 0;
    color: #ff0000;
}

.chat-hds-opt > a:hover {
    color: #000000;
}

.chat-tit-opt > a img {
    width: 20px;
    float: left;
    margin-top: -2px;
}

.chat-title {
    float: left;
}

.fix-tog-top {
    position: absolute;
    top: 6px;
    right: 10px;
    overflow: hidden;
    font-size: 10px;
    white-space: nowrap;
    width: 90px;
    padding-left: 5px;
    color: #00B98E;
    padding-top: 0px;
    text-align: right;
}

.fix-tog-top .switch {

}

.for-lbl {
    font-size: 9px;
    color: #225794;
    height: 14px;
    text-align: center;
}

.for-lbl.lft-txt-fr {
    text-align: left;
}

.for-lbl input[type=radio] {
    float: left;
    margin-right: 2px;
    display: none;
}

.for-lbl > label > input[type=radio] + i.roll-chk-show {
    width: 8px;
    height: 8px;
    display: block;
    float: left;


    background: #cacaca;
    border-radius: 50%;
    margin: 2px 2px 0 0;
}

.for-lbl > label > input[type=radio]:checked + i.roll-chk-show {
    background: #0e74df;
}

span.unv-usrNm > img {

    float: left;

    width: 20px;

    height: 20px;

    border-radius: 50%;

    /* background: #215693; */

    margin-right: 5px;
}

span.unv-usrNm {
    font-size: 12px;
    color: #fd7d00;
}

.for-usr-wt-img .table-row {
    padding-left: 90px;
    min-height: 90px;
}

.usr-img-unvr {
    width: 80px;
    height: 80px;
    left: 5px;
    position: absolute;
    background: #e1e0e6;
    top: 5px;
    border-radius: 5px;
}

.usr-img-unvr img {
    width: 100%;
    height: 100%;
}

.for-usr-wt-img.open .table-row .usr-img-unvr {
    width: 145px;
    height: 145px;
}

.for-usr-wt-img.open .table-row {
    padding-left: 225px;
}

.for-lbl > label {
    /* clear: both; */
    display: inline-block;
    margin-right: 2px;
    max-width: 45%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* float: left; */
}

.row-fix-optn {
    position: absolute;
    top: 5px;
    right: 5px;
}

.row-fix-optn ul li a {
    display: block;
    width: 23px;
    height: 23px;
    overflow: hidden;
    margin: auto;
    text-decoration: none;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    margin: 0 1px;
}

.row-fix-optn ul li a.p-icn {
    /* background: #b96e2b; */
    color: #ffffff;
}

.row-fix-optn ul li a.imgs-icn {
    /* background: #e74c3c; */
}

.row-fix-optn ul li a.imgs-icn {
    /* background: #e74c3c; */
}

.row-fix-optn ul li a.chk-icn, a.chk-icn {
    font-size: 18px;
    /* background: #1cbb9d; */
    padding: 0px;
    /* color: #3ce73e; */
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.pagging-opt > a > img {
    display: block;
    width: 100%;
    height: 100%;
}

.pagging-opt > a {
    display: block;
    float: left;
    margin: 0 1px;
    border: 0 !important;
    border-radius: 50%;
    overflow: hidden;
    width: 20px !important;
    height: 20px !important;
}

.row-fix-optn ul li a.rmv-icn, a.rmv-icn {
    /* background: #e64b3b; */
    border: 0px solid #000000;
    padding: 0;
    color: #000000;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.table-options.opt-wth-chks > .table-pagging {
    width: auto;
    max-width: 154px;
}

.pagging-opt {
    display: none;
    float: right;
}

.row-fix-optn ul li a.n-icn {
    /* background: #3363db; */
    color: #ffffff;
}

.table-options.opt-wth-chks > .sort-option {
    width: calc(100% - 240px);
}

.row-fix-optn ul li {
    float: left;
    overflow: hidden;
}

.row-fix-optn ul li a img {
    width: 100%;
    height: 100%;
    margin: auto;
}

.result-number {
    font-size: 8px;
    text-align: center;
    color: #0e74df;
    letter-spacing: 1px;
}

.lang-selection, .sup-sectn {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    overflow: auto;
    border-top: 1px solid #eeeeee;
    display: none;
}

.sup-sectn > form {
    max-width: 350px;
    margin: auto;
    padding: 25px;
}

.sup-sectn > form input, .sup-sectn > form button, .sup-sectn > form select, .sup-sectn > form textarea {
    width: 100%;
    padding: 5px 5px;
    font-size: 16px;
    margin-bottom: 6px;
    border-radius: 5px;
    border: 1px solid #dddddd;
}

.sup-sectn > form textarea {
    height: 80px;
    resize: none;
}

.sup-sectn > form input, .sup-sectn > form select {
    height: 36px;
}

.sup-sectn > form button {
    background: #21ce57;
    border: 0;
    height: 36px;
}

.lang-selection > ul > li {
    float: left;
    width: 33.33%;
}

.lang-selection > ul > li > label {
    display: block;
    padding: 10px;
    cursor: pointer;
    color: #999999;
}

.lang-selection > ul > li > label:hover {
    color: #000000;
}

.lang-selection > ul > li > label input[type=radio] {
    display: none;
}

/*For New School web*/
.school-web .banner {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.school-web .banner img {
    width: 100%;
    min-height: 100%;
}

.content.expand .school-web .banner {
    height: 300px;
}

.content.expand .school-web .banner img {
    width: 100%;
    min-height: 100%;
}

.web-info .nm-school {
    text-align: center;
    font-size: 17px;
    color: #235b9a;
}

.web-info .tag-fav {
    position: absolute;
    top: 0;
    right: 0;
}


.web-info-header {
    position: relative;
}

.web-info .tag-fav a {
    font-size: 10px;
    color: #777777;
    text-decoration: none;
}

.web-info .tag-fav a i.fa {
    margin-right: 3px;
}

.web-info {
    padding: 0 5px;
}

.web-info-ex-add > p {
    font-weight: bold;
    color: #235b9a;
    font-size: 15px;
}

.wb-addr > div {
    float: left;
    font-size: 11px;
    margin-right: 15px;
}

.icn-sm {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-top: -3px;
    margin-right: 2px;
}

.icn-sm img {
    width: 100%;
}

.web-info-tab {
    clear: both;
    margin-top: 5px;
}

.web-ranking > div {
    float: left;
    font-size: 11px;
    margin-left: 5px;
}

.web-main-tab {
    float: left;
    z-index: 9;
}

.web-bc-wht:after {
    content: "";
    clear: both;
    display: block;
}

.web-main-tab > a {
    font-size: 15px;
    display: block;
    float: left;
    padding: 2px 20px;
    text-decoration: none;
    background: #235a99;
    margin-right: 20px;
    color: #ffffff;
    border-radius: 5px 5px 0 0;
    position: relative;
    height: 30px;
}

.web-main-tab > a.active {
    background: #00B98E;
}

.web-main-tab > a.active:after {
    content: "";
    clear: both;
    display: block;
    border-top: 14px solid transparent;
    border-left: 6px solid #00B98E;
    position: absolute;
    top: 4px;
    left: 100%;
}

.web-main-tab > a.active:before {
    content: "";
    clear: both;
    display: block;
    border-top: 14px solid transparent;
    border-right: 6px solid #00B98E;
    position: absolute;
    top: 4px;
    right: 100%;
}

.web-main-tab > a.active:first-child:before {
    display: none;
}

.web-bc-wht {
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 9;
    padding: 5px 0 0 0;
    margin: 0 -5px;
}

.web-ranking {
    float: right;
    background: #ffffff;
    z-index: 9;
}

.web-ranking > div > b {
    font-weight: normal;
}

.sub-menu-in > .sb-fr-tab {
    float: left;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    padding: 10px 20px;
    display: block;
}

.sub-menu-in > .sb-fr-tab.active, .sub-menu-in > .sb-fr-tab:hover {
    color: #ffffff;
}

.sub-tab-menu {
    clear: both;
    background: #00B98E;
    position: sticky;
    top: 23px;
    z-index: 9;
    margin: 0 -5px;
}

a.fr-fx-sh {
    float: right;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    background: #ef7925;
    padding: 5px 10px 4px 10px;
    border-radius: 3px;
    margin: 4px 4px 0 0;
}

.web-event-list {
    margin-top: 0px;
}

.web-cnt-wrap {
    font-size: 14px;
}

.web-cnt-wrap > .web-intro {
    float: left;
    width: 75%;
}

.web-cnt-wrap > .web-wrp-side {
    float: left;
    width: 25%;
    padding-left: 20px;
}

.event-list-wrp {
    background: #eeeeee;
    padding: 0 10px;
    border-radius: 5px;
}

.web-cnt-wrap > .web-intro > h2 {
    font-size: 16px;
    color: #00B98E;
    font-weight: normal;
}

.sub-tab-menu:after, .wb-addr:after, .web-cnt-wrap:after, .event-list-wrp:after, .evnt-tbl-row:after {
    content: "";
    clear: both;
    display: block;
}

.evnt-tbl-row > div {
    float: left;
    width: 100%;
    font-size: 14px;
}

.evnt-tbl-row {
    padding: 5px 0;
    border-bottom: 1px solid #dddddd;
}

.evnt-tbl-row > div.evnt-dt-prd {
    width: 20%;
}

.web-event-list > h2 {
    text-align: center;
    font-size: 16px;
    color: #00B98E;
    font-weight: normal;
}

.sub-tab-content {
    padding: 10px 0;
}

.sub-tb-fr-cnt {
    display: none;
}

.sub-tb-fr-cnt.active {
    display: block;
}

ul.scl-inf-sht li b {
    font-weight: normal;
    color: #00B98E;
}

.web-sub-tab .sub-main-tab {
    clear: both;
    display: none;
}

.web-sub-tab .sub-main-tab.active {
    display: block;
}

.campus-row:after {
    content: "";
    clear: both;
    display: block;
}

.campus-row {
    font-size: 11px;
    background: #eeeeee;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 3px;
    position: relative;
}

.campus-row .campus-info .campus-name {
    font-weight: bold;
    font-size: 12px;
    color: #235a99;
    margin-bottom: 2px;
}

.campus-row .campus-icon img {
    width: 100%;
    height: 100%;
}

.campus-row .campus-icon {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 5px;
}

.campus-row .campus-info {
    float: left;
}

.campus-flag-list ul li {
    float: left;
    margin-right: 15px;
}

.campus-row .campus-fx-bl {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 10px;
    text-align: right;
}

.campus-row .campus-fx-bl a {
    font-size: 14px;
    color: #00B98E;
    text-decoration: none;
    margin-top: 3px;
    display: block;
}

.web-job-list-filter {
    position: relative;
    text-align: center;
    margin-bottom: 5px;
}

.web-job-list-filter .sort-option ul {
    margin-right: 5px;
}

.job-apply > a {
    display: block;
    text-align: center;
    background: #00B98E;
    font-size: 11px;
    text-decoration: none;
    color: #ffffff;
    border-radius: 3px;
    padding: 2px 0;
}

ul.job-optn > li {
    display: inline-block;
}

ul.job-optn > li > a {
    padding: 3px;
    margin: 0px 2px 5px 6px;
    display: block;
    background: #ffffff;
    width: 35px;
    height: 35px;
    padding: 9px 9px 8px 9px;
    border-radius: 50%;
    color: #999999;
}

.job-dt-opt-bl {
    text-align: center;
    font-size: 18px;
    color: #00B98E;
}

.descrn-head {
    font-weight: bold;
    font-size: 17px;
    color: #990000;
    margin: 5px 0;
}

a.app-bt-drk {
    display: block;
    background: #ffe000;
    padding: 9px;
    border-radius: 9px;
    width: 170px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    margin: auto;
}

.job-row {
    background: #eeeeee;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    position: relative;
    margin-bottom: 3px;
    clear: both;
}

.form-fl.form-2.for-cnt-add > div {
    display: inline-block;
    float: none;
    width: 150px;
}

.form-fl.form-2.for-cnt-add {
    width: 100%;
    text-align: center;
}

ul.list-fr-office > li {
    padding: 5px 0;
    font-size: 11px;
    color: #777777;
}

.rule-search {
    text-align: center;
    margin-bottom: 5px;
}

.rule-point {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
    color: #f18b42;
}

.rule-point > div {
    float: left;
    margin-left: 20px;
}

.banner-attch > .b-logo {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin-top: -10px;
    border: 4px solid #00B98E;
    background: #00B98E;
}

.fx-ntic-tg {
    position: absolute;
    left: 0;
    right: 0;
    width: 80px;
    font-size: 11px;
    color: #fff951;
    background: #00B98E;
    text-align: center;
    margin: auto;
    height: 18px;
    padding: 6px 0;
    margin-top: -18px;
    border-radius: 15px 15px 0 0;
}

.content.expand {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    background: #ffffff;
    z-index: 99;
}

header.expand {
  display: none;
}

main.expand {
  height: 100%;
}

.content.expand > .content-data {
    left: 5px;
}

.notice-slide-in {
    padding: 12px 0px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}

.banner-attch {
    position: relative;
}

.banner-attch > .b-logo img {
    width: 100%;
    height: 100%;
}

.notice-slide {
    width: calc(100% - 0px);
    background: #00B98E;
    height: 40px;
    margin: auto;
}

.banner-attch:after {
    content: "";
    clear: both;
    display: block;
}

.banner-attch > .b-logo.b-logo-l {
    float: left;
}

.banner-attch > .b-logo.b-logo-r {
    float: right;
}

.rule-search input.search {
    background: #e1efff;
    border: 0;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
}

.rule-row {
    padding: 5px;
    background: #eeeeee;
    border-radius: 5px;
    position: relative;
}

.rule-name {
    font-size: 13px;
    color: #2692d4;
}

.rule-row > p {
    font-size: 11px;
}

.show-job-detail {
    display: none;
}

.show-job-detail.open {
    display: block;
}

.job-descptn > ul > li {
    clear: both;
}

.job-row-bottom .sh-btn {
    color: #ef7925;
    cursor: pointer;
}

.job-row-bottom .sh-btn i {
    margin-right: 3px;
}

.job-apply > p {
    font-size: 10px;
    color: #999999;
}

.job-apply > p > b {
    color: #990000;
    font-weight: normal;
}

.job-name {
    font-size: 14px;
    color: #235a99;
    width: calc(100% - 105px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.job-apply {
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: right;
}

.web-job-list-filter .sort-form {
    position: absolute;
    top: 0;
    right: 0;
}

.web-job-list-filter .sort-form select {
    border-radius: 20px;
    padding-left: 7px;
    font-size: 11px;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    height: 20px;
}


/*---Style-for-New-User-Forms---*/
.notc-top:after, .notc-bottom:after {
    content: "";
    clear: both;
    display: block;
}

.notc-top-lft {
    float: left;
    width: calc(100%);
}

.notc-top {
    position: relative;
}

.notc-top-rgt {
    float: left;
    width: 134px;
    padding: 2px 0px;
    position: absolute;
    top: 0;
    right: 0;
}

a.labl-tog-singl {
    display: block;
    width: 100%;
    font-size: 10px;
    color: #fd7d00;
}

a.labl-tog-singl .switch {
    margin-top: -1px;
    float: left;
    margin-right: 3px;
}

.notc-title {
    font-size: 12px;
    color: #9e4242;
}

.notc-top-lft > p {
    font-size: 11px;
    color: #999999;
}

.notc-bottom {
    position: relative;
    background: #ffffff;
    padding-left: 5px;
    border-radius: 20px;
}

.notc-txt {
    float: left;
    width: calc(100% - 160px);
    position: relative;
}

.notc-txt > input[type=text] {
    width: 100%;
    height: 34px;
    font-size: 12px;
    padding: 0 5px;
    border: 0;
    background: #ffffff;
    padding-right: 36px;
}

.sts-lngth-cnt {
    position: absolute;
    right: 145px;
    font-size: 16px;
    color: #dddddd;
    top: 7px;
}

.notc-action > button {
    height: 34px;
    width: 100%;
    border: 0;
    float: left;
    color: #ffffff;
}

.notc-action > button.notc-updt {
    background: #6aa56a;
}

.notc-action > button.notc-dscrd {
    background: #9a513b;
    border-radius: 0 20px 20px 0;
}

.notc-action {
    width: 138px;
    float: left;
    background: #eeeeee;
}

.notc-fr-icn .icn-sm {
    margin-top: 6px;
    background: #f2f4f7;
}

.sc-notc-row {
    background: #eeeeee;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 3px;
}

.sc-notc-bord {
    padding: 5px;
}

.sc-top-prf-pic {
    position: relative;
}

.sc-pic-optn {
    position: absolute;
    top: 0;
    right: 0;
}

.sc-pic-optn > div {
    float: left;
}

a.sc-nw-pcbt {
    font-size: 10px;
    text-decoration: none;
    background: #f18c0f;
    padding: 4px 10px;
    display: block;
    border-radius: 10px;
    height: 21px;
    color: #ffffff;
}

.sc-pic-lbl {
    font-size: 14px;
    color: #666666;
    margin-bottom: 4px;
}

.sc-btm-prf-pic > img {
    width: 200px;
    height: 200px;
}

.sc-prfl-pic {
    padding: 5px;
    background: #eeeeee;
    border-radius: 5px;
    margin-bottom: 5px;
}

.sc-prfl-pic-wrp {
    padding: 5px;
}

.sc-pic-optn > div.icn-sm {
    margin-top: 1px;
}

.sc-pic-optn > div a.labl-tog-singl {
    margin-top: 4px;
    margin-left: 7px;
}

.sc-btm-prf-pic > img.roll-covr {
    width: auto;
    margin-top: 4px;
    max-width: 100%;
}

.sc-btm-prf-pic > img.roll-side-gr {
    width: 320px;
    height: 200px;
}

.usr-mail-tool > ul > li > a.rule-btFl {
    width: auto;
    height: 22px;
    border-radius: 30px;
    padding: 6px;
    font-size: 8px;
    text-decoration: none;
    background: #f18c0f;
    color: #ffffff;
    margin-top: 2px;
}

.fr-src-nn {
    float: right;
    position: absolute;
    right: 5px;
    top: 0;
    display: none;
}

.fr-src-nn > .src-bx-nn {
    float: right;
    background: #eeeeee;
    border: 1px solid #dddddd;
    width: 100px;
    font-size: 11px;
    height: 20px;
    border-radius: 20px;
    padding: 0 5px;
}

.rule-list-row {
    background: #eeeeee;
    padding: 5px;
    border-radius: 5px;
    position: relative;
}

.rule-ls-titl {
    font-size: 14px;
    color: #fd7d00;
}

.rule-list-row > p {
    font-size: 11px;
}

.rule-pnt-val {
    position: absolute;
    top: 5px;
    right: 5px;
}

.rule-pnt-val > div {
    float: left;
    font-size: 10px;
    color: #f18c0f;
    margin-left: 20px;
}

.sc-rule-list {
    padding: 5px;
}

b.sho-lght {
    font-weight: normal;
    color: #00B98E;
}

.off-ro-lbl {
    float: left;
    font-size: 12px;
}

a.frEdt-flr {
    float: right;
    font-size: 12px;
    color: #fd7d00;
    cursor: pointer;
}

.off-row:after {
    content: "";
    clear: both;
    display: block;
}

.off-row {
    clear: both;
    margin-left: 0;
    border-bottom: 1px solid #f1f1f1;
    padding: 7px 0;
    position: relative;
}

.off-row .icn-sm {
    position: absolute;
    left: -22px;
}

.fr-sm-row-mngt {
    padding: 0 0 0 22px;
    margin-bottom: 10px;
}

.sc-rule-list .prf-tl-row.prf-tl-row-drk {
    margin: 0 0;
    margin-bottom: 5px;
}

.usr-chk-tg-o {
    position: relative;
}

.usr-chk-tg-o > div {
    float: left;
    width: 33.33%;
    text-align: center
}

.usr-chk-tg-o > div > a {
    font-size: 11px;
    color: #fd7d00;
    cursor: pointer;
    display: block;
}

a#edi-cht-lgd label.chk-bx input[type=checkbox] + i.fa {
    color: #ffffff;
    margin-top: -2px;
    display: none;
}

a#edi-cht-lgd.active label.chk-bx input[type=checkbox] + i.fa {
    display: block;
}

#wrp-chk-cht label.chk-bx i.fa, .optn-list > ul > li#fr-ch-mlls .chk-bx i.fa {
    color: #ffffff;
}

#wrp-chk-cht label.chk-bx input[type=checkbox]:checked + i.fa, .optn-list > ul > li#fr-ch-mlls .chk-bx input[type=checkbox]:checked + i.fa {
    color: #00B98E;
}

.optn-list > ul > li#fr-ch-mlls .chk-bx {
    margin-top: 6px;
    margin-left: 0px;
    display: none;
}

.optn-list > ul > li#fr-ch-mlls.active .chk-bx {
    display: block;
}

div#sht-ussr-oop, #wrp-chk-cht label.chk-bx {
    display: none;
}

div#sht-ussr-oop {
    background: #e1e0e6;
    top: 0;
    right: 0;
}

.chat-hds-opt .switch {
    margin-top: 5px;
}

#wrp-chk-cht.active label.chk-bx {
    display: block;
}

.usr-chk-tg-o:after {
    content: "";
    clear: both;
    display: block;
}

.usr-chk-tg-o > div > a#edi-cht-lgd {
    float: left;
}

div#usr-cht-ooppt > strong {
    float: right;
    font-size: 11px;
    color: #fd7d00;
    display: block;
}

.cht-dt-mark {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1;
}

/****Style for menu****/

.nn-MenuNav_Wrapper {
    position: relative;
    padding: 0 11px;
    box-sizing: border-box;
}

body.hdr-tp-scnd header .main-menu .nn-MenuNav_Wrapper {
    padding: 0;
}

.nn-MenuNav {
    /* Make this scrollable when needed */
    overflow-x: auto;
    /* We don't want vertical scrolling */
    overflow-y: hidden;
    /* For WebKit implementations, provide inertia scrolling */
    -webkit-overflow-scrolling: touch;
    /* We don't want internal inline elements to wrap */
    white-space: nowrap;
    /* If JS present, let's hide the default scrollbar */

    /* positioning context for advancers */
    position: relative;
    font-size: 0;
}

.js .nn-MenuNav {
    /* Make an auto-hiding scroller for the 3 people using a IE */
    -ms-overflow-style: -ms-autohiding-scrollbar; /* Remove the default scrollbar for WebKit implementations */
}

.js .nn-MenuNav::-webkit-scrollbar {
    display: none;
}

.nn-MenuNav_Contents {
    float: left;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    position: relative;
}

.nn-MenuNav_Contents-no-transition {
    transition: none;
}

.nn-MenuNav_Link {
    text-decoration: none;

    color: #fff;
    font-size: 13px;
    display: inline-block;
    align-items: center;
    min-height: 44px;
    /* border: 1px solid transparent; */
    padding: 0 7px;
    text-align: center;
    text-transform: cappashize;
    cursor: pointer;
}

.nn-MenuNav_Link + .nn-MenuNav_Link {
    /* border-left-color: #eee; */
}

body.hdr-tp-scnd .nn-MenuNav_Link {
    margin-right: 8px;
}

.nn-MenuNav_Link:hover {
    color: #00B98E;
    text-decoration: none;
}

.nn-MenuNav_Link[aria-selected="true"] {
    color: #00B98E;
}

.nn-MenuNav_Link > i {
    font-size: 17px;
    padding-bottom: 9px;
    display: block;
    height: 30px;
    width: 20px;
    margin: auto;
}

body.hdr-tp-scnd .nn-MenuNav_Link > i {
    font-size: 16px;
    height: 28px;
}

.pn-Advancer {
    /* Reset the button */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    padding: 0;
    border: 0;

    /* Now style it as needed */
    position: absolute;
    top: 0;

    bottom: 0;
    /* Set the buttons invisible by default */
    opacity: 0;
    transition: opacity .3s;
}

.pn-Advancer:focus {
    outline: 0;
}

.pn-Advancer:hover {
    cursor: pointer;
}

.pn-Advancer_Left {

    left: 0;

}

[data-overflowing="both"] ~ .pn-Advancer_Left, [data-overflowing="left"] ~ .pn-Advancer_Left {
    opacity: 1;
}

.pn-Advancer_Right {
    right: 0;
}

[data-overflowing="both"] ~ .pn-Advancer_Right, [data-overflowing="right"] ~ .pn-Advancer_Right {
    opacity: 1;
}

.pn-Advancer_Icon {
    width: 20px;
    height: 44px;
    fill: #bbb;
}

.nn-MenuNav_Indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100px;
    background-color: transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, background-color .2s ease-in-out;
    transition: transform .2s ease-in-out, background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
    display: none;
}

/*for mobile screen*/
.mob-header {
    display: none;
    height: 50px;
    background: #4b82e8;
}

.mob-header .mob-menu {
    float: left;
    width: 25%;
    text-align: center;
}

body.hdr-tp-scnd .mob-header .mob-menu {
    width: 20%;
}

.mob-header .mob-menu > a {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    margin: auto;
    background: #ffffff;
    border-radius: 0 0 20px 20px;
}
strong.req-num {
    position: absolute;
    top: -3px;
    right: 15%;
    width: 14px;
    height: 14px;
    color: #ffffff;
    background: #ff0000;
    border-radius: 50%;
    font-size: 8px;
    padding: 2px 0;
}
ul.usr-record {
    float: left;
    width: calc(100% - 120px);
    font-size: 12px;
    color: #999999;
}
ul.usr-record > li h2 {
    display: block;
    font-weight: normal;
    color: #fd7d00;
    font-size: 14px;
}
ul.usr-record > li > a {
    text-decoration: none;
    margin-right: 15px;
    color: #fd7d00;
    margin-top: 5px;
    display: inline-block;
}
.mob-header .mob-menu > a img {
    width: 30px;
    height: 30px;
    display: block;
    vertical-align: bottom;
    position: absolute;
    bottom: 5px;
    left: 5px;
    border-radius: 50%;
    border: 1px solid #ded9d9;
}

.mob-header .mob-menu > a > i.fa {
    height: 30px;
    width: 30px;
    position: absolute;
    bottom: 5px;
    font-size: 16px;
    padding: 5px;
    border-radius: 50%;
    left: 5px;
    border: 2px solid #6f6363;
    color: #999999;
}


/* ********  media screens  *************/

@media screen and (min-width: 800px) {
    .menu-block, .user-block, .header-bottom, .side-bar, .table-options > .sort-option, .form-usr-option, .filter-form .form-fl {
        display: block !important;
    }

    .sort-option .form-usr-option {
        padding: 0;
    }
}

@media screen and (max-width: 1150px) {
    .acc-bages-wrp {
        width: 50%;
    }
}

@media screen and (max-width: 800px) {
    input[type=text], input[type=number], input[type=email], textarea, select {
        font-size: 16px !important;
        padding: 10px !important;
        box-shadow: none !important;
    }

    .mob-header {
        display: block;
    }

    header > .header-top {
        position: relative;
        right: 0;
        bottom: 0;
        height: auto;
        background: #e1e0e6;
        padding: 0;
    }

    body.hdr-tp-scnd header > .header-top {
        height: auto;
    }

    .menu-block {
        float: none;
        position: fixed;
        top: 50px;
        bottom: 0;
        left: 0;

        right: 0;
        z-index: 999;
        background: #e1e0e6;
        width: auto;
        padding: 10px;
        overflow: auto;
        display: none;
    }

    .user-block > a {
        display: none;
    }

    .mob-header .mob-menu > a.active:after {
        content: "";
        height: 0;
        width: 0;
        background: #e1e0e6;
        top: 100%;
        position: absolute;
        z-index: 99999;
        left: 0;
        border-left: 20px Solid #4b82e8;
        border-right: 20px solid #4b82e8;
        border-bottom: 10px solid #e1e0e6;
        background: #e1e0e6;
    }

    .mob-header .mob-menu > a.active:before {
        content: "x";
        font-size: 20px;
        position: absolute;
        z-index: 9;
        background: #ffb6b6;
        width: 30px;
        height: 30px;
        line-height: 1.2;
        left: 5px;
        top: 5px;
        border-radius: 50%;
        color: #ffffff;
        box-sizing: border-box;
        margin: auto;

        border: 2px solid #6f6363;
    }

    .school-info {
        width: 100%;
        height: auto;
    }

    .header-form {
        width: 100%;
        float: none;
    }

    .nn-MenuNav_Link {
        width: 100%;
        display: block;
        min-height: auto;
        font-size: 14px;
        clear: both;
        text-align: left; 
        color: #777777;
        position: relative; 
        margin: 3px;
        padding: 10px;
        border-radius: 4px;
        background: #dcdcdc; 
    }

    .nn-MenuNav_Link + .nn-MenuNav_Link {
        /*border-top: 1px solid #ccccccbf;*/
    }

    .nn-MenuNav_Link {
        border-top: 0px solid #ccccccbf;
    }

    .nn-MenuNav_Link:first-child {

        border-top: 0;

    }

    header .main-menu {
        width: 100%;
    }

    .nn-MenuNav_Link > i, body.hdr-tp-scnd .nn-MenuNav_Link > i {
        float: left;
        font-size: 13px;
        height: auto;
        padding: 0;
        margin-top: 4px;
        margin-left: -25px;

        position: absolute;
        left: 4px;
    }

    .nn-MenuNav_Contents {
        float: none;
        text-align: left;
    }

    .school-info > .school-name {
        color: #777777;
    }

    header, body.hdr-tp-scnd header {
        height: 50px;
    }

    .user-log {
        width: 100%;
        display: block;
        position: relative;
        top: 0;
        background: #e1e0e6;
        box-shadow: none;
    }

    .user-log > a {
        border-top: 0px solid #d1d0d7;
    }

    .user-log > a:first-child {
        border-top: 0;
    }

    .user-block {
        width: 100%;

        position: fixed;
        left: 0;
        right: 0;
        top: 50px;
        bottom: 0;
        overflow: auto;
        display: none;
        background: #e1e0e6;
    }

    header > .header-bottom {
        height: auto;
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: auto;
        background: #e1e0e6;
        display: none;
    }

    body.hdr-tp-scnd header > .header-bottom {
        height: auto;
    }

    .header-bottom > ul.sub-menu > li {
        float: none;
        display: block;
    }

    .header-bottom > a.compose-link {
        position: relative;
        left: 0;
        box-sizing: border-box;
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

    .header-bottom > ul.sub-menu > li > a {
        display: block;
        text-align: left;
        clear: both; 
        font-size: 14px;
        color: #777777;
        position: relative;
        margin: 3px 3px 3px 25px;
        padding: 10px;
        border-radius: 4px;
        background: #dcdcdc;  
    }

    .header-bottom > ul.sub-menu > li + li > a {
        /*border-top: 1px solid #ccccccbf;*/
    }

    .header-bottom > ul.sub-menu > li > a {
        border-top: 0px solid #d1d0d7;
    }

    .header-bottom > ul.sub-menu > li:first-child > a {
        border-top: 0;
    }

    .header-bottom > ul.sub-menu > li > a > i {
        float: left;
        font-size: 13px;
        padding: 0;
        height: auto;
        margin-left: -25px;
        text-align: center;
        margin-top: 2px;
        position: absolute;
        left: 0;
    }

    body > main, body.hdr-tp-scnd > main {
        height: calc(100% - 50px);
    }

    section.side-bar {
        position: fixed;
        border: 0;
        width: 100%;
        top: 50px;
        bottom: 0;
        left: 0;
        right: 0;

        padding: 0;
        height: auto;
        display: none;
        z-index: 99;
    }

    .side-bar > .side-bar-content {

        border-radius: 0;
        top: 50px;
        left: 0;
        right: 0;
        bottom: 0;
        position: fixed;
        border: 0;
        overflow: auto;
    }

    div.content {
        width: 100%;
    }

    .content > .content-data {

        left: 5px;
    }

    .card-body.noticeboard .card-message {
        width: 100%;
    }

    .card-body.noticeboard .card-option {
        width: 40%;
    }

    .filter-form > .mob-filt-btn {
        display: block;
    }

    .form-fl > div.mob-filter-head {
        display: none;
    }

    .filter-form .form-fl {
        width: auto;
        position: fixed;
        top: 138px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        z-index: 99;
        display: none;
        padding: 0;
        background: #f8f9f8;
        padding-top: 15px;
        border-radius: 0 0 0px 0px;
        overflow: auto;
    }

    .filter-form.wth-paggng .form-fl {
        width: auto;
    }

    .filter-form .form-fl.open {
        display: block;
        z-index: 999;
    }

    .form-fl > div {
        width: 99% !important;
        padding: 4px;
    }

    .form-fl input[type=text] {
        text-align: left;
    }

    .row-list .row-option {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .cnt-top input[type=checkbox] {
        left: -17px;
    }

    .row-list ul > li {
        width: 100%;
    }

    .table-list .table-row {
        padding: 4px;
        font-size: 10px;
    }

    .for-usr-wt-img .table-row {
        padding-left: 90px;
    }

    .nn-MenuNav_Wrapper {
        padding: 0;
    }

    .user-log > a {
        position: relative;
        margin-left: 25px;
        padding-left: 0;
    }

    .user-log > a i {
        position: absolute;
        margin-left: -20px;
        margin-top: 2px;
    }

    .table-part > .part-heading {
        padding: 5px 0;
        font-size: 12px;
    }

    .ins-prf-lbl > div {
        font-size: 14px;
    }

    .part-row {
        padding: 5px 0;
        font-size: 12px;
    }

    .part-row > div.set-action {
        width: 10%;
    }

    .table-part {
        padding: 0;
    }

    .usr-mail-tool {
        /*position: relative;
    left: 0;
    right: 0;
    top: auto;
    background: #d8d7db;
    padding: 5px;
	text-align: center;*/
    }

    .usr-mail-tool > ul > li {
        /*float: none;

	display: inline-block;*/
    }

    .mail-head > span.mail-date {
        position: relative;
    }

    .mob-page-tool {
        display: block;
        margin-top: -6px;
    }

    .filter-form.wth-paggng .mob-page-tool {
        margin: 3px 0 0 0;

        width: calc(100% - 115px);
        float: left;
        padding-left: 10px;
    }

    .table-options > .sort-option {
        display: none;
        position: fixed;
        top: 138px;
        left: 5px;
        right: 5px;
        margin: auto;
        background: #e1e0e6;
        padding: 6px;
        width: auto;
        z-index: 9;
        bottom: 5px;
        border-radius: 0 0 5px 5px;
    }

    .table-options.acnt-inline > .sort-option, .table-options.opt-wth-chks > .sort-option {
        width: auto;
    }

    .form-usr-option {
        display: none;
        position: fixed;
        top: 138px;
        padding: 5px;
        width: auto;
        float: none;
        z-index: 99;
        background: #e1e0e6;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 0 0 5px 5px;
    }

    .table-options.acnt-inline > .form-usr-option {
        padding: 5px;
    }

    .table-options {
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .filt-click {
        position: relative;
    }

    .filt-click.active:after {
        content: "";
        height: 0;
        width: 0;
        background: #e1e0e6;

        top: 30px;
        position: absolute;
        z-index: 9;
        left: 0;
        border-left: 15px Solid #ffffff;
        border-right: 15px solid #ffffff;
        border-bottom: 10px solid #e1e0e6;
        background: #e1e0e6;
    }

    .filt-click.active:before {
        content: "x";
        font-size: 20px;
        position: absolute;

        z-index: 9;
        background: #ffb6b6;
        width: 30px;
        height: 30px;
        line-height: 1.2;
        left: -1px;
        top: -1px;
        border-radius: 50%;
        color: #ffffff;
        box-sizing: border-box;
        margin: auto;
        border: 2px solid #6f6363;
    }

    .sort-option > button.sort-button.roll-filter {
        display: none;
    }

    .nn-MenuNav {
        overflow: hidden;
    }

    .sort-option > ul > li {
        float: none;
        width: 14%;
        margin: -4px;
    }

    .sort-option > ul > li > button {
        width: 100%;
        font-size: 8px;
        padding: 8px 4px;
    }

    .usr-sign-up > div {
        width: 100%;
    }

    .row-fix-optn ul li a {
        width: 20px !important;
        height: 20px !important;
    }

    .charge-table {
        padding: 0 5px;
    }

    .part-row.roll-head-part > div.main-head-sctn {
        font-size: 12px;
    }

    .header-top ul.sub-menu {
        float: none;
    }

    .header-top ul.sub-menu > li {
        float: none;
    }

    .header-top ul.sub-menu > li > a {
        display: block;
        min-height: auto;
        font-size: 14px;
        clear: both;
        text-align: left;
        padding: 5px 0;
        color: #777777;
        position: relative;
        margin-left: 25px;
        border-top: 1px solid #d1d0d7;
    }

    .header-top ul.sub-menu > li:first-child > a {
        border-top: 0;
    }

    .header-top ul.sub-menu > li > a > i {
        float: left;
        font-size: 13px;
        height: auto;
        padding: 0;
        margin-top: 4px;
        margin-left: -25px;
        position: absolute;
        left: 4px;
    }

    a.nn-MenuNav_Link.no-mob + a {
        border-top: 0;
    }
}

@media screen and (max-width: 650px) {
    .table-options > .all-sel {
        /*font-size: 10px;
    margin-top: 5px;
    margin-right: 0px;*/
    }

    .table-options > .all-sel input[type=checkbox] {
        /*float: left;
    margin: 1px 7px 0 0;*/
    }

    .form-usr-option {
        /* width: auto; */
    }

    .content-in .content-fix-head h1 {
        font-size: 16px;
        padding: 3px;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .content-in .content-fix-head h1 > span {
        max-width: 37%;
        white-space: nowrap;
        display: block;
        margin: auto;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .chat-hds-opt {
        top: 3px;
    }

    .form-usr-option > a {
        padding: 7px 14px;
    }

    .usr-mail-tool {
        margin-top: -3px;
    }

    .usr-mail-tool > ul > li > a {
        width: 20px;
        height: 20px;
        font-size: 9px;
    }

    a.orde-rev-bt {
        top: 7px;
        font-size: 10px;
    }

    .table-options > .sort-option, .filter-bt-bl, .form-usr-option, .filter-form .form-fl {
        top: 125px;
    }

    .acc-bages-wrp {
        width: 100%;
    }

    .chat-wrp {
        min-width: auto;
    }

    .chat-opt-list > ul > li {
        width: 20%;
        padding: 10px 0;
    }

    .chat-opt-list {
        width: 100%;
    }

    .chat-fields > div.chat-left-field, .chat-fields > div.chat-right-field {
        width: 64px;
        padding: 8px 0px;
    }

    .chat-fields > div.chat-text-field {
        width: calc(100% - 128px);
    }

    a.cht-lnk-optn {
        width: 30px;
        padding: 3px 0;
    }

    a.cht-lnk-optn .fa {
        font-size: 22px;
    }

    .usr-img-unvr {
        position: relative;
        margin-bottom: 10px;
        left: 0;
        border-radius: 50%;
        overflow: hidden;
        width: 40px !important;
        height: 40px !important;
        margin-right: 8px;
        margin-top: -2px !important;
    }

    .for-usr-wt-img .table-row, .for-usr-wt-img.open .table-row {
        padding-left: 10px;
        min-height: auto;
    }

    .table-list.country-table.for-usr-wt-img .country-name > div {
        float: left;
        margin-top: 5px;
    }

    .fix-tog-top {
        top: 1px;
        right: 2px;
    }

    button#tog-more-all {
        top: 7px;
    }

    .notc-action {
        width: 100px;
    }

    .notc-txt {
        width: calc(100% - 122px);
    }

    .sts-lngth-cnt {
        right: 105px;
        font-size: 12px;
    }

    .notc-action > button {
        font-size: 11px;
    }

    .notc-txt > input[type=text], .notc-action > button {
        height: 28px;
    }

    .notc-fr-icn .icn-sm {
        margin-top: 3px;
    }

    .notc-txt > input[type=text] {
        padding-right: 30px !important;
    }

    .sc-pic-optn {
        clear: both;
        height: 30px;
        width: 50%;
    }

    .sc-pic-optn > div {
        max-width: 40%;
    }

    .sc-pic-optn > div > a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    a.labl-tog-singl {
        padding-left: 5px;
        padding-top: 1px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .content.expand .school-web .banner {
        height: 200px;
    }

    .web-main-tab {
        width: 100%;
        float: none;
        clear: both;
    }

    .web-ranking {
        float: none;
        width: 100%;
        clear: both;
    }

    .web-main-tab > a {
        width: 33.33%;
        margin: 0;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .web-bc-wht, .sub-tab-menu {
        position: relative;
        top: auto;
    }

    .web-cnt-wrap > .web-wrp-side {
        padding: 10px 0;
    }

    .web-cnt-wrap > .web-wrp-side, .web-cnt-wrap > .web-intro {
        float: none;
        width: 100%;
    }

    .campus-row .campus-fx-bl {
        position: relative;
        text-align: left;
        padding: 0 0 0 7px;
    }

    .banner-attch > .b-logo {
        width: 50px;
        height: 50px;
        margin-top: -20px;
    }

    .notice-slide {
        height: 30px;
        width: calc(100% - 0px);
    }

    .notice-slide-in {
        padding: 5px;
    }

    .swiper-container-android .swiper-slide {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
.swp-roll-menu .swiper-slide {
    padding: 0;
}

.swiper-slide{
	padding: 6px 30px;
	}
	
.swp-roll-menu .swiper-slide > a{
	font-size: 10px;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 5px 0;
    color: #999999;
	}
.swiper-slide {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	padding: 11px 30px;
}
.banner-

/*.swiper-container-android .swiper-slide, .swiper-wrapper{
	    transition-duration: 1000ms !important;
	}*/
	
    .web-job-list-filter .sort-form {
        position: relative;
        width: 100%;
    }
    
    
    
.swiper-button-next, .swiper-button-prev{
	-moz-background-size: 10px 44px !important;
    -webkit-background-size: 10px 44px !important;
    background-size: 10px 44px !important;
	}
	
	
.swp-roll-menu .swiper-button-next{
	right: -5px;
    }
.swp-roll-menu .swiper-button-next.swiper-button-disabled,.swp-roll-menu .swiper-button-prev.swiper-button-disabled{
	display: none;
	}
	

.swp-roll-menu .swiper-button-prev,.swp-roll-menu .swiper-button-next{
	width: 20px;
	}
.swp-roll-menu .swiper-button-prev{
	left: -5px;
	}
a.usr-tb-mn-bt.active {
    color: #00B98E;
}
.usr-tb-blc {
    display: none;
}
.usr-tb-blc.active {
    display: block;
}
.usr-mm-prf {
    padding: 5px;
}

.swiper-button-next, .swiper-button-prev{
	display: none;
	}
    .web-job-list-filter .sort-form select {
        width: 100%;
    }

    .web-job-list-filter .sort-option ul {
        width: 90%;
        display: block;
    }

    .web-job-list-filter .sort-option {
        height: 32px;
    }

    .rule-point {
        position: relative;
        top: auto;
        right: auto;
        display: block;
        height: 12px;
        text-align: left;
    }

    .rule-point > div {
        margin: 0;
        margin-right: 5px;
    }
}

@media screen and (max-width: 450px) {
    .sort-option > button {
        /*width: 55px;
	padding: 0;
	min-width: auto;*/
        margin: auto;
        font-size: 8px;
        padding: 4px 5px;
    }

    .table-pagging > a {
        padding: 2px 0px;
        width: 16px;

    }

    .table-options > .table-pagging {
        margin-top: -2px;
        width: 80px;
    }

    .table-options > .all-sel {
        font-size: 14px;
        /*width: 70px;*/
    }

    .table-options > .all-sel input[type=checkbox] {
        margin: 1px 5px 0 0;
    }

    .mob-page-tool {
        width: calc(100% - 160px);
        margin-top: -8px;
    }

    .table-options.opt-wth-chks .mob-page-tool {
        width: calc(100% - 214px);
    }

    .table-options.opt-wth-chks > .table-pagging {
        max-width: 144px;
        width: auto;
    }

    .mob-page-tool > ul > li > button {
        width: 25px !important;
        height: 25px !important;
        margin: 0 !important;
        float: left;
        margin-left: -3px !important;
        margin-top: 3px !important;
    }

    .filt-click.active:after {
        border-left: 10px Solid #ffffff;
        border-right: 10px solid #ffffff;
        border-bottom: 10px solid #e1e0e6;
        left: 1px;
    }

    .filt-click.active:before {
        width: 25px;
        height: 25px;
        padding: 0px;
        line-height: 1;
        top: -1px;
        left: -1px;
        padding: 0px;
    }

    .filter-form .table-pagging {

        width: 95px;
    }

    .login-form {
        width: 300px;
        box-shadow: none;
        border: 0;
    }

    .login-form .otr-log-otn {
        padding: 0 10px;
    }

    .top-log > div.log-pg-hds {
        font-size: 16px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-top: 8px;
    }

    .general-form {
        width: 300px;
        padding: 40px 5px;
        box-shadow: none;
    }

    .chat-row.recieved .chat-msg.chat-type-audio, .chat-row.sended .chat-msg.chat-type-audio {
        min-width: 210px;
    }
}


/*New For Modal*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    padding-top: 32px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px 20px 10px 22px;
    border: 0px solid #888;
    border-radius: 7px;
    width: 97%;
}
.zkodal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px 20px 10px 22px;
    border: 0px solid #888;
    border-radius: 7px;
    width: 97%;
}
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.top-search > input.text {
    float: left;
    width: calc(100% - 80px);
    border-radius: 6px 0 0 6px;
    height: 33px;
}

.top-search .btn {
    background-color: #00B98E;
    width: 80px;
    float: left;
    margin: 0;
    font-size: 14px;
    padding: 6px 3px;
    height: 33px;
    border-radius: 0 6px 6px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    border: 0;
    color: #ffffff;
    cursor:pointer;
}

.top-search input.btn {
    background-color: #00B98E !important;
    width: 80px;
    float: left;
    margin: 0;
    font-size: 14px;
    padding: 6px 3px;
    height: 33px;
    border-radius: 0 6px 6px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    background: #00B98E;
    border: 0;
    color: #ffffff;
}

.modal-foot {
    margin-top: 5px;
}

.top-search:after, .modal-foot:after {
    content: "";
    clear: both;
    display: block;
}

.pera-modal {
    margin: 7px 0;
    font-weight: normal;
    font-size: 16px;
    color: #777879;
    text-align: center;
}

.myprofile-pera {
    margin: 7px 0;
    font-weight: normal;
    font-size: 16px;
    color: #4acbd8;
}

.atheading {
    margin: 7px 0;
    font-weight: normal;
    font-size: 16px;
    color: #4acbd8;
    text-align: center;
}

.mydp-perra-modal {
    margin: 7px 0;
    text-align: center;
    font-size: 16px;
    color: #716e6e;
    font-weight: normal;
}

.modal-foot .btn {
    background-color: #f95757;
    text-align: center;
    float: left;
    border-radius: 4px;
    padding: 6px 4px;
    width: 130px;
    cursor: pointer;
    color: #fff;
    border: none;
    font-size: 13px;
}


.modal-foot .btn-success {
    background-color: rgb(92, 225, 230);
    float: right;
    color: #fff;
    text-align: center;
    padding: 5px 4px;
    font-weight: 100;
    font-size: large;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    width: 120px;

}

.btn-upload {
    background-color: rgb(250, 227, 94);
    color: rgb(126, 126, 126);
    text-align: center;
    padding: 5px 4px;
    font-weight: 100;
    font-size: large;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    width: 120px;

}
 

.UploadImageContant {
    max-height:400px;
    min-height:400px;
    overflow:auto;
  }
.Clear {
    height:10px;
    width:100%
  }

  .uploadButtonDiv input[type=file] {
    font-size: 100px;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
  }
 
 
 
* QuickReset *

* {
    margin: 0;
    box-sizing: border-box;
}
 

input, textarea {
    font: 14px/1.4 sans-serif;
}

.input-group {
    display: table;
    border-collapse: collapse;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 0px;
}

.input-group > div {
    display: block;
    /*border: 1px solid #ddd;*/
    vertical-align: middle; /* needed for Safari */
    float: left;
}

.input-group > .div1 {
    /*width:30px;*/
}

.input-group-icon {
    background: dark#00B98E;
    color: #FFF;
    width: 105px;
    border-radius: 6px 0px 0px 6px;
    padding: 0 12px;
    height: 32px;
    padding: 6px 7px;
    white-space: nowrap;
    overflow: hidden;
}

.input-group-area {
    width: calc(100% - 105px);
    height: 35px;
}

.input-group input {
    border: 0;
    display: block;
    width: 100%;
    padding: 8px;
    border: 0px solid #CCC;
    border-radius: 0px 6px 6px 0px;
    background: #eeeeee;
}


.text {
    border: 0;
    display: block;
    width: 100%;
    padding: 8px;
    border-radius: 20px 20px 20px 20px;
    border: 0px solid #CCC;
    background: #eeeeee;
}

.input-group-area input {
    height: 32px;
}

.modal-content1 {
  background-color:#fefefe;
  margin: auto;
  padding: 20px 20px 10px 22px;
  border: 0px solid #888;
  border-radius: 7px;
}

.zkodal-content1 {
  background-color:#fefefe;
  margin: auto;
  padding: 20px 20px 10px 22px;
  border: 0px solid #888;
  border-radius: 7px;
}

@media screen and (max-width: 768px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }

    .modal {
        padding-top: 50px;
    }

    .zkodal-content {
        max-width: 1000px;
        min-width: 1000px;
        padding: 10px;
    }
    
    .modal-content {
        width: 90%;
        padding: 10px;
    }
}

@media (max-width:400px) {
  .modal-content1 {
    width: 90%;
  }
  .modal-content1 h2 {
    font-size: 14px;
  } .zkodal-content1 {
        max-width: 1000px;
        min-width: 1000px;
  }
  .zkodal-content1 h2 {
    font-size: 14px;
  }
}

@media (max-width:700px) and (min-width:401px) {
  .modal-content1 {
    width: 85%;
  }
  .modal-content1 h2 {
    font-size: 14px;
  }.zkodal-content1 {
        max-width: 1000px;
        min-width: 1000px;;
  }
  .zkodal-content1 h2 {
    font-size: 14px;
  }
}

@media (max-width:1000px) and (min-width:701px) {
  .modal-content1 {
    width: 70%;
  } 
  .zkodal-content1 {
        max-width: 1000px;
        min-width: 1000px;
  }
}

@media (min-width:1001px) {
  .modal-content1 {
    width: 40%;
  }
  .zkodal-content1 {
        max-width: 1000px;
        min-width: 1000px;
  }
}

.text_model {
  width: 100%;
  padding: 13px 10px;
  margin: 8px 0;
  border: none;
  border-radius: 5px 5px 5px 5px;
  background: #f1f1f1;
  color: dimgray;
}
.meetiing_sfld {
  width: 98%;
  padding: 13px 10px;
  margin: 8px 0;
  border: none;
  border-radius: 5px 5px 5px 5px;
  background: #f1f1f1;
  color: dimgray;
}
.meetiing_dissfld {
  width: 98%;
  padding: 13px 10px;
  margin: 8px 0;
  border: none;
  border-radius: 5px 5px 5px 5px;
  background: #ffedd3;
  color: dimgray;
}
.meetiing_dfld {
  width: 49%;
  padding: 13px 10px;
  margin: 8px 0;
  border: none;
  border-radius: 5px 5px 5px 5px;
  background: #f1f1f1;
  color: dimgray;
}
.meetiing_disfld {
  width: 49%;
  padding: 13px 10px;
  margin: 8px 0;
  border: none;
  border-radius: 5px 5px 5px 5px;
  background: #ffedd3;
  color: dimgray;
}


.DomainPrviwcss {
  width: 100%;
  padding: 13px 10px;
  margin: 8px 0;
  border: none;
  border-radius: 5px 5px 5px 5px;
  background: #ffffff;
  color: dimgray;
}
.crClass_sfld {
  width: 100%;
  padding: 13px 10px;
  margin: 8px 0;
  border: none;
  border-radius: 5px 5px 5px 5px;
  background: #f1f1f1;
  color: dimgray;
}
.crClass_dfld {
  width: 49.5%;
  padding: 13px 10px;
  margin: 8px 0;
  border: none;
  border-radius: 5px 5px 5px 5px;
  background: #f1f1f1;
  color: dimgray;
}
.crClass_tfld {
  width: 32%;
  padding: 13px 10px;
  margin: 8px 0;
  border: none;
  border-radius: 5px 5px 5px 5px;
  background: #f1f1f1;
  color: dimgray;
}
.crClass_disfld {
  width: 49%;
  padding: 13px 10px;
  margin: 8px 0;
  border: none;
  border-radius: 5px 5px 5px 5px;
  background: #ffedd3;
  color: dimgray;
}


/* Absolute Center Spinner */
.log-btn {
    position: relative;
    overflow: hidden;
}

.loading {
    position: absolute;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 6px;
    width: .8em;
    height: .8em;
    margin-top: 0em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.table-list.country-table.no_data {
    text-align: center;
}

.sort-options {
    float: right;
    padding: 5px;
    background: transparent;
    width: 100%;
    margin-top: 0px;
}

.desk-view {
    display: block;
}

.mobile-view {
    display: none;
}

@media screen and (max-width: 800px) {
    .sort-options {
        float: inherit;
        text-align: center;
        width: 80%;
        display: block;
    }

    .desk-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .accent-sort-option {
        display: block !important;
    }
}

#mobile-paggination {
    width: 100%;
    text-align: center;
    padding-left: 40%;
}

.table-search {
    float: right !important;
    padding-right: 10px !important;
    color: #00B98E;
    cursor: pointer;
}

.sort-options, .sort-options > div {
    width: 100%;
    float: left;
    padding: 3px 3px 0px 3px;
    text-align: center;
}





.blue {
  padding: 5px;
  color: #75c3b5;
}
.sbheading {
  padding: 5px;
  color: #b53737;
  text-align: center;
}
.sbcontnt {
  padding: 5px;
  color: #163961;
  text-align: center;
}

hr.dashed {
  border: 1px dashed #f1f1f1;
  width: 94%;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 6px;
}

hr {
  border: 1px solid #f1f1f1;
  width: 94%;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 6px;
}

input[css=sfld]{
  width: 98%;
  padding: 15px;
  margin: 5px -8px 20px 6px;
  display: inline-block;
  border: none;
  background: #f1f1f1;
  border-radius: 5px;
  border: 0px solid #dedede;
  outline: none;
  font-size: 13px;
} 



input[css=dfld]{
  width: 49%;
  padding: 15px;
  margin: 5px -8px 20px 6px;
  display: inline-block;
  border: none;
  background: #f1f1f1;
  border-radius: 5px;
  border: 0px solid #dedede;
  outline: none;
  font-size: 13px;
}




input[css=tfld]{
  width: 32.6%;
  padding: 15px;
  margin: 5px -8px 20px 6px;
  display: inline-block;
  border: none;
  background: #f1f1f1;
  border-radius: 5px;
  border: 0px solid #dedede;
  outline: none;
  font-size: 13px;
  }
  

   
 input[css=disddd]{
  width: 49%;
  padding: 15px;
  margin: 5px -8px 20px 6px;
  display: inline-block;
  border: none;
  background: #ffedd3;
  border-radius: 5px;
  border: 0px solid #dedede;
  outline: none;
  font-size: 13px;
} 
  
input[css=disppp]{
  width: 32.6%;
  padding: 15px;
  margin: 5px -8px 20px 6px;
  display: inline-block;
  border: none;
  background: #ffedd3;
  border-radius: 5px;
  border: 0px solid #dedede;
  outline: none;
  font-size: 13px;
  }


















.wrapper {
    max-width: 1150px;
    padding: 6px;
}


.sb_wrapper {
    display: flex;
}

img.imglft {
    padding: 0px 0px 0px 0px;
    width: 100%;
    border-radius: 0px;
    border-style: groove;
    border-radius: 6px;
}

img.imgrght {
    width: 100%;
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
    border-style: groove;
    border-radius: 6px;
}


img.imgcntr {
    width: 100%;
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
    border-style: groove;
    border-radius: 6px;
}

.lftimg-wrrapper {
    margin: 0;
    padding: 0;
    width: 40%;
    padding: 4px;
}

.rghtimg-wrappr {
    margin: 0;
    padding: 0;
    width: 60%;
}
.cntrimg-wraper {
    margin: 0;
    margin: auto;
    padding: 0;
    text-align: center;
}


.description {
    padding: 9px;
    text-align: left;
    margin: 0;
}


.wraprr_cntnt {
    display: flex;
    padding-bottom: 1em;
    justify-content: space-between;
    margin: 0;
}


.desc-col {
    font-weight: 600;
    font-family: auto;
    font-family: system-ui;
    color: #39cab6;
    font-size: 12px;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
}

.desc-col span {
    color: gray;
    font-weight: lighter;
}


hr.mdlne {
    border: 1px dashed #00B98E36;
    width: 80%;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 6px;
    margin-left: 10%;
}

hr.mzeeline {
    border: 1px dashed #bddfd4;
    width: 80%;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 6px;
    margin-left: 10%;
}
.att_uzr_dp_allien {
 text-align: center;    
}
.UzrDocPosition {
 text-align: center;    
}

.attendnce_uzzr_dp > img {
    width: 150px; 
    border-radius: 9px;
    
}


.SideHelpicon > img {
  width: 35px;
  margin-top: 3px;
  height: auto;
    
}

.toggle-icon {
    position: relative;
    display: inline-block;
}

.hover-icon {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.toggle-icon:hover .default-icon {
    display: none;
}

.toggle-icon:hover .hover-icon {
    display: inline;
}
















img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.myiSlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

 
 
 
 
 
 
 
 
 
 
 
 
 
 .GridButton {
  width: 100%;
  padding: 20px;
  background: linear-gradient(#4b82e8, #3f51b5);
  border-radius: 10px;
  transition: background 0.5s ease;
  cursor: pointer; 
}

.GridButton:hover {
  background: linear-gradient(#3f51b5, #3f51b5);
}

.GridButton h2 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
}

.GridButton ul {
  list-style: none;
  padding: 0;
  margin-left: 20px;
}

.GridButton ul li {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}

.GridButton ul li::before {
  content: "\2022"; 
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}


.footer-login {
        position: fixed;
        bottom: 5px;
        left: 0;
        width: 100%;
        padding: 10px;
        font-size: 12px;
        color: white;
    }

    .footer-login a {
        text-decoration: none; 
        color: inherit; 
    }
    
    
    
    
    .reupload_btn {
      display: inline-block;
      line-height: 28px !important;
      border-radius: 4px;
      padding: 1px 32px;
      cursor: pointer;
      color: #fff;
      border: none;
      font-size: 13px;
      text-align: center;
      background-color: #e2b83f;
    }
    
    .myLogInPage{
         color: #083355;
     }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        .cBarContainer {
            width: 100%;
            max-width: 800px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .cBarMenu {
            display: flex;
            justify-content: stretch;
            margin-top: 10px;
            width: 100%;
            box-sizing: border-box;
        }

        .cBarMainMenu {
            background-color: #ffffff;
            color: #4c74af;
            padding: 11px 4px;
            border: none;
            cursor: pointer;
            font-size: 14px;
            transition: background-color 0.3s;
            flex: 1;
            border: 1px solid #cccccc;
        }

        .cBarMainMenu:hover {
            background-color: #e1e0e6;
        }

        .cBarMainMenu:first-child {
            border-radius: 6px 0px 0px 6px;
        }

        .cBarMainMenu:last-child {
            border-radius: 0px 8px 5px 0px;
        }
        
        .cBarMainMenu.active {
            background-color: #e1e0e6;
        }

        .cBarSubmenu {
            display: none;
            flex-direction: column;
            width: 100%; 
            margin-top: 5px;
        }

        .cBarSubmenu a {
            background-color:#d7f0fa;
            /*background: linear-gradient(to right, #d7f0fa, #a0d4f5, #92e6ef);*/
            border: 1px solid #cccccc;
            color: black;
            padding: 15px;
            text-decoration: none;
            margin: 3px 0;
            display: block;
            text-align: center;
            transition: background-color 0.3s;
            border-radius: 6px;
        }
        
        .cBarSubmenu a:hover {
            background-color:  #e7e7e7;
        }
        
        
        .Social_WichatQRCodetn {
  border: none;
  color: white;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
  width: 80%;
  background-color: #4b82e8;
}

        
        
.BxPicView img { width: 60px; height: 60px; border-radius: 5%;object-fit: cover; margin-right: 10px; }



@keyframes inout { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.2); } }
.InOutIconCss {display: inline-block; animation: inout 1.2s ease-in-out infinite; }

@keyframes ring { 0% { transform: rotate(0deg); } 25% { transform: rotate(-15deg); } 50% { transform: rotate(15deg); } 75% { transform: rotate(-15deg); } 100% { transform: rotate(0deg); } }
.ShakingIconCss { animation: ring 1s infinite; display: inline-block; }




.myProfileViewBtn {
    border: None;
    background-color: #1b497e;
    color: white;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 3px 0px;
    cursor: pointer;
    border-radius: 2px;
    width: 94%;
    }







     
     
.ReviewBoxContainer {
  width: 100%;
  max-width: 500px;
  border: 0px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  margin: 16px auto;
  background-color: #f9f9f9;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.ReviewHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ReviewerDpView {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ddd;
  margin-right: 16px;
}

.ReviewerInfo {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 0px;
  text-align: left;
}

.ReviewerName {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.ReviewdTime {
  margin: 4px 0 0;
  font-size: 12px;
  color: #888;
}

.vStarRating {
  font-size: 1.2em;
  color: #ffc107; /* Gold color for stars */
  margin-left: 16px;
}

.ReviewContentData {
  margin-top: 16px;
  font-size: 1em;
  color: #555;
  line-height: 1.5;
}










.ad-preview-container {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 15px;
    /*background: #fff7ea;*/
    padding: 10px;
    border-radius: 5px;
}

.ad-preview-box {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ad-preview-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ad-preview-box:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

 
.myQuizContainer {
        background: #ffc9e417;
        border-radius: 7px;
        padding: 15px; 
        margin: 10px 0;
    }
    




.CropRatioBtn { padding: 8px 15px; margin: 0 5px; background-color: #f5f5f5; border: 1px solid #ddd; border-radius: 4px; cursor: pointer;}
.CropRatioBtn.active { background-color: #337ab7; color: white; border-color: #2e6da4;}
.color-picker-group { margin-bottom: 20px; }
.color-input-wrapper { display: flex; align-items: center; gap: 10px; }
.color-picker { -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 50px; height: 40px; padding: 2px; background-color: transparent; border: 1px solid #ddd; border-radius: 4px; cursor: pointer; }
.color-picker::-webkit-color-swatch { border: 1px solid #ccc; border-radius: 3px; }
.color-picker::-moz-color-swatch { border: 1px solid #ccc; border-radius: 3px; }
.color-code { flex: 1; padding: 8px 12px; border: 1px solid #ddd; border-radius: 4px; font-family: monospace; background-color: #fff; }
.color-code:invalid { border-color: #ff4444; box-shadow: 0 0 5px rgba(255, 68, 68, 0.3); } 
.UploadBtnProgressBar { display: inline-block;font-weight: bold; min-width: 100px;}
.dpImage-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto;
  padding: 0 5px;
  box-sizing: border-box;
  gap: 10px;
}

.image-wrapper {
  position: relative;
  display: inline-block;
}

.round-dpImage {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  object-fit: cover;
  border: 1px solid #ddd;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.round-dpImage:hover {
  transform: scale(0.9);
}

.delete-icon {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  background: red;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  z-index: 1;
}

@media (max-width: 768px) {
  .round-dpImage {
    width: 50px;
    height: 50px;
  }
  .delete-icon {
    width: 18px;
    height: 18px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .round-dpImage {
    width: 40px;
    height: 40px;
  }
  .delete-icon {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
}


.zeBtnGroup { display: flex; flex-wrap: wrap; gap: 5px; width: 100%; padding: 10px; justify-content: center; margin-top: 6px; }
.zeButton { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 2px; border: none; border-radius: 4px; font-size: 13px; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 2px 5px rgba(0,0,0,0.1); color: white; flex: 1 1 120px; min-width: 220px; max-width: 400px; }
.zeButton1 { background: #4e44ce; }
.zeButton2 { background: #607D8B; }
.zeButton3 { background: #ca4d77; }
.zeButton4 { background: #00b894; }
.zeButton5 { background: #2196F3; }
.zeButton6 { background: #795548; }
.zeButton7 { background: #9c27b0; }
.zeButton8 { background: #10a7bb; }
.zeButton:hover { transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0,0,0,0.2); filter: brightness(0.9); }
@media (max-width: 992px) { .zeButton { flex: 1 1 calc(33% - 24px); max-width: calc(33% - 12px); } }
@media (max-width: 768px) { .zeButton { flex: 1 1 calc(50% - 24px); max-width: calc(50% - 12px); padding: 10px 14px; font-size: 13px; } }
@media (max-width: 480px) { .zeButton { flex: 1 1 calc(50% - 10px); max-width: calc(50% - 5px); padding: 10px 2px; font-size: 11px; gap: 5px; min-width: 300px; } .zeButton i { font-size: 12px; } }





.custom-dropdown{position:relative;margin-bottom:10px}
.dropdown-input{cursor:pointer;width:100%}
.dropdown-content{display:none;position:absolute;background-color:#fff;width:100%;max-height:300px;overflow-y:auto;border:1px solid #ddd;z-index:1000;box-shadow:0 4px 8px rgba(0,0,0,0.1)}
.search-box{padding:8px;background-color:#f8f9fa;position:sticky;top:0;z-index:1}
.search-input{width:100%;padding:6px;border:1px solid #ddd;border-radius:4px}
.dropdown-list{padding:0}
.dropdown-item{padding:10px 15px;cursor:pointer;border-bottom:1px solid #eee}
.dropdown-item:hover{background-color:#f0f0f0}
.no-states{padding:15px;text-align:center;color:#999}
.country-dropdown,.state-dropdown{display:none}
.show-dropdown{display:block}