﻿
.labelControl {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 4px;
    line-height: 18px;
    color: #b40c0c;    
}
.inputControl,
.selectControl,
.textControl{
    border-color: #e0e0e0;
    font-size: 14px;
    outline: none;
    box-shadow: none;
    border-radius: 0.25rem !important;
}
.inputControl:focus,
.selectControl:focus,
.textControl:focus {
    outline: none;
    box-shadow: none;
}
.actionBtn {
    outline: none;
    text-transform: uppercase;
    background: #027e13;
    letter-spacing: 1px;
    border: none !important;
    font-size: 14px;
    box-shadow: none !important;
    color: #ffffff !important;
    font-weight: 500;    
}
.actionBtn:hover,
.actionBtn:focus {
    background: #fb4b07;
    border: none !important;
    box-shadow: none;
}
.mb__20 {
    margin-bottom: 20px;
}
.loginMain {
    width: 100%;
    height: 95vh;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
    background: rgb(0,212,255);
    background: linear-gradient(90deg, rgb(0 137 255 / 35%) 0%, rgba(0,212,255,0.3225665266106442) 35%, rgba(255,255,255,0) 100%);
}

.loginBlk {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;    
    position: relative;
    padding: 40px;
    background-image: url('../images/loginBg.png');
    background-position: 20px center;
    background-repeat: no-repeat;
    padding-left: 80px;
}
.loginFrm {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 440px;
    background-color: #fff;
    box-shadow: 0 0 6px rgb(0 0 0 / 20%);
    border-radius: 0.25rem;
}
.loginHead {
    text-align: center;
    padding: 15px;
    width: 100%;
    border-bottom: 1px dashed #adadad;
}
.loginHead img {
    max-width: 110px;
    margin: 0 0 10px;
}
.loginHead h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 7px;
    color: #023676;
}
.loginHead h4 {
    font-size: 16px;
    font-weight: 600;
    color: #f00;
    margin: 0;
}
.loginBox {
    width: 100%;
    padding: 15px;
}
.loginBox h3 {
    margin: 0 0 15px;
    font-size: 18px;
    text-align: center;
    text-decoration: underline;
    color: #11028d;
    text-transform: uppercase;
    font-weight: 600;
}
/*-- 26 Sep 2022 Custom Setting Style Start --*/
.customSetting {
    background: #b3e7e2;
    padding: 5px 0;
    width: 100%;    
    border-bottom: 1px solid #b3e7e2;
  }
    .customSetting .d-flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
  .customSetting .topbar-logo-txt {
    color: #4e4e4e;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px !important;
    border: none;
  }
  .customSetting .topbar-logo-txt:hover {
    color: #2c97ea;
    text-decoration: underline !important;
  }
  .customSetting .topbar-logo-txt:focus {
    border: none;
  }
  .resizeGroup {
    display: inline-flex;
  }
  .customSetting .resizeStyle {
    border: 1px solid #000;
    color: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin: 0 4px !important;
    padding: 6px 11px;
    box-shadow: none;
  }
  .customSetting .resizeStyle:hover {
    background: #2c97ea;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
  }
  .customSetting .resizeStyle:focus {
    border: none;
    box-shadow: none;
  }
  .myColorGroup {
    display: inline-flex;
    margin-left: 10px;
  }
  .myColorGroup button {
    border-radius: 0.25rem;
  }
  .myLightColorBtn {
    height: 22px;
    width: 21px;
    background-color: #fff;
    border: 1px solid #000;
    margin-left: 5px;
  }
  .myDarkColorBtn {
    height: 22px;
    width: 21px;
    background-color: #000;
    border: 1px solid #000;
    margin-left: 5px;
  }
  .headSocialLink {
    margin-left: 15px;
  }
  .headSocialLink a {
    height: 22px;
    width: 21px;
    background-color: #337ab7;
    border: 1px solid #000;
    margin-left: 5px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    border-radius: 0.25rem;
    color: #fff;
  }
  .headSocialLink a:hover {
    background-color: #2c97ea;  
  }
    .headSocialLink a i {
        line-height: 21px;
    }
  .myDarkColor,
  .myDarkColor .listingMain,
  .myDarkColor .schoolList {
    background: #000;
  }
  
  .myDarkColor .customSetting {
    background: #000;
    border-bottom: 1px solid #626262;
  }
  .myDarkColor .customSetting .topbar-logo-txt,
  .myDarkColor .customSetting .resizeStyle {
    color: #ff0;
  }
  .myDarkColor .customSetting .resizeStyle {
    border: 1px solid #fff;
  }
  .myDarkColor .myLightColorBtn, .myDarkColor .myDarkColorBtn {
    border-color: #fff;
  }
  .myDarkColor .headSocialLink a,
  .myDarkColor .footerRow h4,
  .myDarkColor footer ul li a,
  .myDarkColor .headLand .title h3,
  .myDarkColor .headLand .title span,
  .myDarkColor .gridContainer h3,
  .myDarkColor .gridContainer a,
  .myDarkColor .gridText2 h3,
  .myDarkColor .indicaterMain ul li p,
  .myDarkColor .flip-card-front h3,
  .myDarkColor .flip-card-back p,
  .myDarkColor .loginHead h2,
  .myDarkColor .loginHead h4,
  .myDarkColor .loginBox h3,
  .myDarkColor .labelControl {
    color: #ff0;
  }
  .myDarkColor .headSocialLink a:hover {  
    color: #ff0 !important;
  }
  .myDarkColor .gridContainer a {
    background: #303030;
    box-shadow: 0 0 5px #f9ff4a;
  }
  .myDarkColor .gridCard2,
  .myDarkColor .flip-card-inner,
  .myDarkColor .loginFrm {
    background: #303030;  
  }
  .myDarkColor .footerCont {
    background: #303030;
    color: #ff0;
  }
  
  .myDarkColor a:hover {
    color: #00aaff !important;
  }
  .customSettingFooter {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #b3e7e2;
    padding: 8px 0 5px;
    border-top: 1px solid #b3e7e2;
  }
    .customSettingFooter .d-flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
  .customSettingFooter p {
    color: #1a45bf;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    margin: 0;
  }
  .customSettingFooter a {
    color: #1a45bf;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
  }
  .customSettingFooter a:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .customSettingFooter a:last-child::after{
    display: none;
  }
  .customSettingFooter a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #4b817b;
    width: 2px;
    height: 100%;
  }
  .customSettingFooter a:hover {
    text-decoration: underline !important;
  }
  .myDarkColor .customSettingFooter {
    background-color: #000;
    border-top: 1px solid #626262;
  }
  .myDarkColor .customSettingFooter p,
  .myDarkColor .customSettingFooter a {
    color: #ff0;
  }
  .myDarkColor .backLink {
    color: #00aaff;
  }
  .customFooterMain {
    background: #191919;
    padding: 8px 15px;
  }
  .customFooterMain .copyWrite {
    background: inherit;
    padding: 0 !important;
    text-align: left;
  }
  .customFooterMain .termCondition a {
    color: grey;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
  }
  .customFooterMain .termCondition a:hover {
    color: #00aaff !important;
  }
  .customFooterMain .termCondition a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #4b817b;
    width: 2px;
    height: 100%;
  }
  .customFooterMain .termCondition a:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .customFooterMain .termCondition a:last-child::after{
    display: none;
  }
  .myDarkColor .customFooterMain .termCondition a {
    color: #ff0;
  }
  .myDarkColor .flip-card:hover .flip-card-inner {  
    background-image: linear-gradient(to right, #52545a 0%, #3b4040 51%, #313952 100%);
  }
  @media screen and (max-width: 1440px) {
      .listingMain {
        margin-bottom: 70px;
      }
  }
  /*-- 26 Sep 2022 Custom Setting Style End --*/