@font-face {
    font-family: "montserrat_light";
    src: url('/font/montserrat_light.ttf') format("truetype");
}

@font-face {
    font-family: "montserrat_medium";
    src: url('/font/montserrat_medium.ttf') format("truetype")
}

@font-face {
    font-family: "montserrat_regular";
    src: url('/font/montserrat_regular.ttf') format("truetype");
}

@font-face {
    font-family: "montserrat_semibold";
    src: url('/font/montserrat_semibold.ttf') format("truetype");
}

@font-face {
    font-family: "montserrat_bold";
    src: url('/font/montserrat_bold.ttf') format("truetype");
}

@font-face {
    font-family: "montserrat_bold_italic";
    src: url('/font/montserrat_bold_italic.ttf') format("truetype");
}

@font-face {
    font-family: "Roboto-Black";
    src: url('/font/Roboto-Black.ttf') format("truetype");
}

@font-face {
    font-family: "Lexend-Medium";
    src: url('/font/Lexend-Medium.ttf') format("truetype");
}

body {
    overflow-y: scroll;

}

p {
    line-height: 0px;
    margin: 0;
}

#sideNav {
    height: 100%;
    width: 80px;
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    scrollbar-width: none;
    overflow-y: scroll;
    box-shadow: 0px 2px 30px rgba(217, 217, 217, 0.2), 2px 0px 30px rgba(217, 217, 217, 0.2);
}

.sideNavShadow {
    /**/
}

#sideNavExtended {
    height: 100%;
    width: 193px;
    position: fixed;
    z-index: 11;
    top: 0;
    background-color: white;
    overflow-x: hidden;
    left: -100%;
    box-shadow: 0px 2px 30px rgba(217, 217, 217, 0.2), 2px 0px 30px rgba(217, 217, 217, 0.2);
    scrollbar-width: none;
    overflow-y: scroll;
}


#sideNavExtended::-webkit-scrollbar, #sideNav::-webkit-scrollbar {
    display: none;
}

#topNav {
    position: fixed;
    height: 74px;
    width: 100%;
    box-shadow: 0px 2px 30px rgba(217, 217, 217, 0.2), 2px 0px 30px rgba(217, 217, 217, 0.2);
    padding-left: 80px;
    z-index: 9;
}

#t-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

#main {
    z-index: 8;
    padding: 74px 0 74px 80px !important;
    margin: 0 0 0 0 !important;
}

.modal-dialog {
    min-width: 400px;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px 10px 5px 5px;
}

.modal-content {
    box-shadow: none !important;
    border: none !important;
}

.modal-backdrop {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
}

.modal-backdrop.show {
    opacity: 1;
}

.t-nav-link {
    height: 42px;
    display: flex;
    align-items: center;
    user-select: none;
    border-radius: 10px;
    margin-top: 24px;
    transition: opacity 300ms;
    margin-left: 12px;
    margin-right: 12px;
}

.t-nav-link:hover {
    background: linear-gradient(90deg, #333AF0 3.42%, #603BC7 100%);
}

.t-nav-link:hover > p {
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.t-nav-icon {
    width: 16px;
    height: 16px;
    margin-left: 20px;
}

.t-ff-l {
    font-family: "montserrat_light";
}

.t-ff-m {
    font-family: "montserrat_medium";
}

.t-ff-r {
    font-family: "montserrat_regular";
}

.t-ff-s {
    font-family: "montserrat_semibold";
}

.t-ff-b {
    font-family: "montserrat_bold";
}

.t-ff-b-i {
    font-family: "montserrat_bold_italic";
}

.t-h1 {
    font-size: 40px;
    line-height: 49px;
    display: flex;
    align-items: center;
}

.t-h2 {
    font-size: 34px;
    line-height: 41px;
    display: flex;
    align-items: center;
}

.t-h3 {
    font-size: 30px;
    line-height: 37px;
    display: flex;
    align-items: center;
}

.t-h4 {
    font-size: 27px;
    line-height: 33px;
    display: flex;
    align-items: center;
}

.t-h5 {
    font-size: 25px;
    line-height: 30px;
    display: flex;
    align-items: center;
}

.t-b1 {
    font-size: 23px;
    line-height: 28px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
}

.t-b2 {
    font-size: 19px;
    line-height: 23px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
}

.t-b3 {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
}

.t-b4 {
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    /*letter-spacing: 0.03em;*/
}

.t-tx-def {
    color: rgba(0, 0, 0, 0.7);
}

.t-tx-prm {
    background: linear-gradient(90deg, #333AF0 3.42%, #603BC7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.t-tx-lgrey {
    color: rgba(0, 0, 0, 0.2) !important;
}

.t-tx-white {
    color: #FFFFFF !important;
}

.t-tx-orange {
  color: rgba(255, 131, 91, 1) !important;
}

.t-bg-prm {
    background: linear-gradient(90deg, #333AF0 3.42%, #603BC7 100%);
}

.t-bg-lgrey {
    background-color: rgba(0, 0, 0, 0.2);;
}

.t-bg-white {
    background-color: rgba(255, 255, 255, 1);;
}

.t-icon {
    user-select: none;
}

.t-btn-xl {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 33px 65px;
    height: 96px;

    border: none;
    color: #FFFFFF;
    font-family: "montserrat_medium";
    font-size: 25px;
    border-radius: 10px;
}

.t-btn-lg {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    height: 60px;

    border: none;
    color: #FFFFFF;
    font-family: "montserrat_medium";
    font-size: 23px;
    border-radius: 10px;
}

.t-btn-md {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    height: 56px;

    border: none;
    color: #FFFFFF;
    font-family: "montserrat_medium";
    font-size: 19px;
    border-radius: 10px;
}

.t-btn-sm {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    height: 52px;
    border: none;

    font-family: "montserrat_medium";
    font-size: 16px;
    border-radius: 10px;
}

.t-btn-xs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    height: 33px;
    border: none;

    font-family: "montserrat_medium";
    font-size: 12px;
    border-radius: 5px;
}

.t-btn-rounded {
    border-radius: 50% !important;
}

.t-btn-prm {
    background: linear-gradient(90deg, #333AF0 3.42%, #603BC7 100%);
    box-shadow: 0px 10px 10px rgba(51, 58, 240, 0.15);
    color: #FFFFFF;
}

.t-btn-prm:hover {
    background: linear-gradient(90deg, rgba(51, 58, 240, 0.6) 3.42%, rgba(96, 59, 199, 0.6) 100%);
    color: #FFFFFF;
}

.t-btn-prm:disabled {
    background: rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
}

.t-btn-sec {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    height: 58px;

    border: none;
    color: #FFFFFF;
    font-family: "montserrat_regular";
    font-size: 16px;
    border-radius: 10px;

    background: linear-gradient(90deg, rgba(73, 54, 188, 0.1) 0%, rgba(105, 54, 188, 0.076) 100%);
    box-shadow: 0px 2px 30px rgba(217, 217, 217, 0.2), 2px 0px 30px rgba(217, 217, 217, 0.2);
    color: #333AF0;
}

.t-btn-sec:hover {
    background: linear-gradient(90deg, #333AF0 3.42%, #603BC7 100%);
    box-shadow: 0px 10px 10px rgba(51, 58, 240, 0.15);
    color: #FFFFFF;
}

.t-btn-sec:disabled {
    background: rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
}

.tooltip-inner {
  text-align: left;
  font-family: "montserrat_regular";
  font-size: 12px;
}

.tooltip {
  pointer-events: none;
}

/*.custom-form-check {*/
/*  position: relative;*/
/*  display: block;*/
/*  margin-bottom: 0.75rem;*/
/*}*/
/*.custom-form-check-toggle {*/
/*  position: relative;*/
/*  padding-left: 0;*/
/*  line-height: 30px;*/
/*}*/
/*.custom-form-check-toggle input {*/
/*  display: block;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  width: 0%;*/
/*  height: 0%;*/
/*  margin: 0;*/
/*  cursor: pointer;*/
/*  opacity: 0;*/
/*  filter: alpha(opacity=0);*/
/*}*/
/*.custom-form-check-toggle input + span {*/
/*  cursor: pointer;*/
/*  user-select: none;*/
/*  height: 30px;*/
/*  margin-left: 70px;*/
/*  display: block;*/
/*}*/
/*.custom-form-check-toggle input + span:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  display: inline-block;*/
/*  height: 30px;*/
/*  width: 50px;*/
/*  background: #FFF;*/
/*  border: solid 1px #eff2f3;*/
/*  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;*/
/*  border-radius: 15px;*/
/*}*/
/*.custom-form-check-toggle input + span:after {*/
/*  width: 28px;*/
/*  height: 28px;*/
/*  margin-top: 1px;*/
/*  margin-left: 1px;*/
/*  border-radius: 50%;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  display: block;*/
/*  background: #FFF;*/
/*  transition: margin-left 0.3s ease-in-out, box-shadow 0.3s ease-in-out;*/
/*  text-align: center;*/
/*  font-weight: bold;*/
/*  content: "";*/
/*  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.05);*/
/*}*/
/*.custom-form-check-toggle input:checked + span:after {*/
/*  content: "";*/
/*  margin-left: 21px;*/
/*  box-shadow: none;*/
/*}*/
/*.custom-form-check-toggle input:checked + span:before {*/
/*  background-color: #EC1C24;*/
/*  border-color: #EC1C24;*/
/*  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;*/
/*}*/

/*!* admin portal css *!*/
/*.manage-employe-board{*/
/*   background-color: rgba(51, 58, 240, 1);*/
/*}*/

/*.manage-employe-board p {*/
/*   font-size: 19px;*/
/*}*/
/*.Header{*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/
/*.demographics-heading{*/
/*  color: #333AF0;*/
/*}*/
