:root {
  --brandColorVar: #056ca1;
}

@font-face {
  font-family: Montserrat;
  src: url("Font/Montserrat-Medium.ttf");
}

body {
  /* font-family: Montserrat !important; */
  margin: 0;
   font-family: 'Museo Sans 300' !important;
          font-weight: 300 !important;
    font-style: normal !important;
}

.DspFlxCls {
  display: flex;
  column-gap: 20px;
}

.DspFlxSpcBtwCls {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.blk.name-block.col-md-2 {
  display: flex;
  justify-content: center;
  align-items: end;
}

#LogoUid {
  width: 100px;
  /* margin-left: 2px; */
}

.NamIconTxtCls {
  color: #888;
}

.FasHeaderIconCls {
  font-size: 32px;
  color: var(--brandColorVar);
  margin-top: 20px;
}

#MainMenuTxtUid {
  color: #888;
}

#ChgPwdNavUid {
  color: #888;
}

.FasIconListCls {
  font-size: 15px;
  color: #888;
  margin: 10px 10px;
  background: #fff;
  border-radius: 50%;
  padding: 7px 7px;
}

.info-wrapp a {
  color: #000;
}

.NamVerticalLineCls {
  margin-top: 14px;
  border-left: 1px solid gray;
  height: 44px;
}

.NamHeaderCls {
  display: flex;
  column-gap: 2%;
}

#BrokerNamTxtUid {
  color: var(--brandColorVar);
  font-size: 24px;
  font-style: italic;
}

.BlueHeaderCls {
  background-color: #add8e6;
  width: 100%;
  height: 30px;
}

.LeftNavTblCls {
  border-collapse: collapse;
  width: 100%;
}

.NavSelectedCls {
  color: white !important;
  background-color: #000;
}

tr.NavSelectedCls a {
  color: #fff;
}

#MenuBtnUid {
  display: block;
  margin: 30px 0 0px 20px;
  font-size: 28px;
}

#NavMenuUid {
  box-sizing: border-box;
  width: 310px;
  height: 100vh;
  background: #f0f8ff;
  transition: 0.5s;
}

.p10Cls {
  padding: 10px;
}

.NamDashBrdPageCls {
  display: flex;
}

#BrokerNamTxtUid {
  color: #056ca1;
  font-size: 30px;
  font-style: italic;
}

#BrokerNamImgUid {
  width: 50px;
  height: 60px;
  margin-top: 30px;
}

a {
  text-decoration: none;
  color: #888;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

#CnfMsgBoxUid .modal-content {
  background-color: #f0f8ff;
  margin: auto;
  padding: 20px;
  border: 3px solid var(--brandColorVar);
  /* border-bottom:3px solid var(--brandColorVar); */
  width: 50%;
  text-align: center;
  height: auto;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#ChangePwdBtnUid {
  width: 200px;
  height: 40px;
  background: var(--brandColorVar);
  color: white;
  border: none;
  font-size: 15px;
}

#ChangePwdBtnUid:hover {
  cursor: pointer;
  background: orange;
  transition: 0.5s;
}

#CurrentPwdUid {
  width: 300px;
  height: 40px;
  padding-left: 5px;
}

#NewPwdUid {
  width: 300px;
  height: 40px;
  padding-left: 5px;
}

.SubmitBtnCls {
  width: 100px;
  height: 30px;
  background: #056ca1;
  border: none;
  color: white;
  font-size: 16px;
  text-align: center;
  margin-left: 45%;
  margin-top: 15px;
}

#NamSubmitLeadBtnUid {
  background: var(--brandColorVar);
  border: none;
  color: white;
  padding: 10px 10px;
  font-size: 14px;
  text-align: center;
  width: 180px;
}

#NamSubmitLeadBtnUid:hover {
  background: orange;
  transition: 0.5s;
}

.log-row {
  position: absolute;
  bottom: 50px;
  margin: 0 auto;
  background: #000;
  color: white;
  /* padding: 5px 10px; */
  margin: 0 auto;
  height: auto;
  height: 42px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px 0 6px;
  border-radius: 10px;
  transform: translate(35%, 50%);
}

#NamGotoDashBrdUid {
  background: var(--brandColorVar);
  border: none;
  color: white;
  padding: 10px 10px;
  font-size: 14px;
  text-align: center;
  width: 160px;
}

#NamGotoDashBrdUid:hover {
  background: orange;
  transition: 0.5s;
}

.ChoiceBtnCls {
  display: flex;
  column-gap: 30px;
  text-align: center;

  justify-content: center;
}

@media (max-width: 800px) {
  #LogoUid {
    width: 52px;
    height: 38px;
    margin-top: 0;
  }

  .FasHeaderIconCls {
    font-size: 14px;
    margin-top: 12px;
  }

  .NamIconTxtCls {
    font-size: 9px;
  }

  .NamIconMenuTxtCls {
    font-size: 15px;
  }

  .NamVerticalLineCls {
    margin-top: 5px;
    height: 31px;
  }

  .DspFlxCls {
    display: flex;
    column-gap: 5px;
    /* margin-left: 8px; */
  }

  .BlueHeaderCls {
    display: none;
  }

  #BrokerNamTxtUid {
    font-size: 16px;
  }

  #BrokerNamImgUid {
    width: 50px;
    height: 50px;
    margin-top: 10px;
  }

  #MainMenuTxtUid {
    font-size: 14px;
  }

  .ContactDivCls {
    display: none;
  }

  #MenuBtnUid {
    display: block;
    margin: 14px 0 0px 6px;
    font-size: 18px;
  }

  #NavMenuUid {
    width: 0px;
    font-size: 25px;
    /* padding: 1px; */
  }
}

.cont-wrapper {
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  #NavMenuUid {
    display: none;
  }

  .cont-wrapper {
    padding: 15px 0;
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .NamFieldIptCls {
    width: 90% !important;
  }
  .h-item {
    margin: 0 5px !important;
    display: flex;
  }
  .h-item a {
    display: block;
    font-size: 14px;
  }

  #BrokerNamImgUid {
    display: none;
  }

  .info-wrapp p,
  a {
    font-size: 16px;
  }
  div.profile-box .row {
    justify-content: center;
  }

  h2.name-t {
    text-align: center;
  }

  .form-group.col-md-6 {
    display: flex;
    flex-direction: column;
  }
  .form-group input,
  select {
    width: 100% !important;
  }

  .form-wrapper {
    padding: 20px 0;
  }

  .log-row {
    transform: none !important;
  }

  #SubmitBtnUid {
    height: 40px !important;
  }

  .DspFlxCls {
    justify-content: space-between;
  }

  .NamDashBrdPageCls {
    overflow: hidden;
  }

  .s-bt {
    text-align: center;
  }

  #SubmitBtnUid {
    margin: 0 auto !important;
  }

  #LogoUid {
    width: 25%;
    height: 38px;
    object-fit: cover;
  }

  input.s-bar {
    width: 100% !important;
  }

  .srch-inner {
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
    row-gap: 10px;
  }

  .srch-inner i.fa-search {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 20% !important;
    left: 30px !important;
    color: #c5c4c4;
  }

  button.cb {
    width: 100%;
    margin-top: 10px;
  }

  .NamTblcls {
    margin: 20px 10px !important;
  }

  .sricon {
    position: absolute;
    left: -5% !important;
    transform: translate(-50%, 50%);
    color: #c5c4c4;
    top: -5px !important;
  }
}
