@font-face {
  font-family: "IBMPlexSansThai-Light";
  src: url("../fonts/IBMPlexSansThai-Light.otf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "IBMPlexSansThai-Regular";
  src: url("../fonts/IBMPlexSansThai-Regular.otf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "IBMPlexSansThai-Medium";
  src: url("../fonts/IBMPlexSansThai-Medium.otf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "IBMPlexSansThai-Bold";
  src: url("../fonts/IBMPlexSansThai-Bold.otf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "IBMPlexSansThai-SemiBold";
  src: url("../fonts/IBMPlexSansThai-SemiBold.otf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "IBMPlexSansThai-Thin";
  src: url("../fonts/IBMPlexSansThai-Thin.otf") format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: "upcel";
  src: url("../fonts/upcel.ttf") format("truetype");
  font-weight: 900;
}

body {
  font-family: "IBMPlexSansThai-Regular",sans-serif;
  background: #FFFFFF;
}

.backgroundHeader {
  background: linear-gradient(to top, transparent, black), url("../img/cmu_mock.jpg");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.cardHeader {
  width: 380px;
  height: 150px;
  background: #F7F2F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #0000004D;
  border-radius: 21px;
  opacity: 0.9;
}

.titleText {
  font-size: 30px;
  font-family: "IBMPlexSansThai-Bold",sans-serif;
}

.cardActivity {
  width: 23%;
  height: 390px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}

input, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: #F2F2F2;
  border: 0px;
  border-radius: 12px;
  padding: 0px 15px;
  height: 40px;
}

.select2-container--default .select2-selection--single {
  /* background-color: #f2f2f2; */
  /* border: 0px solid #aaa; */
  border-radius: 12px;
  height: 40px;
  padding: 6px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
  /* font-size: 14px; */
  padding: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 6px;
  right: 4px;
  width: 20px;
}

input:focus {
  border: 0px !important;
}

.pointer {
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 0.2em;
}

::-webkit-scrollbar-thumb {
  background: #9E76B4;
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: inherit;
}

.page-container {
  padding: 48px 48px 80px 325px;
  width: 100%;
}

.page-title-text {
  font-size: 26px;
  font-weight: 600;
}

.filter-img {
  width: 36px;
  height: 36px;
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  padding-right: 0px;
  padding-left: 0px;
}

a,a:hover {
  color: inherit !important;
  text-decoration: inherit;
}

.form-control {
  border-radius: 10px;
}

.sectionAction {
  position: sticky;
  bottom: 0px;
  height: 70px;
  background: #FFFFFF;
  /* margin-left: -45px; */
  display: flex;
  justify-content: flex-end;
  padding: 15px;
}

.cardManage {
  top: 129px;
  left: 329px;
  width: 503px;
  height: 117px;
  /* UI Properties */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 24px #00000029;
  border-radius: 24px;
  opacity: 1;
  padding: 25px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cardImage {
  top: 221px;
  left: 328px;
  width: 340px;
  height: 191px;
  /* UI Properties */
  border: 3px dashed #000000;
  border-radius: 12px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.rotate180 {
  transform: rotate(180deg)
}

.rotate90 {
  transform: rotate(90deg)
}

.headModal {
  font-size: 20px;
  font-weight: 600;
}

.reqField {
  color: red;
}

.pointer {
  cursor: pointer !important;
}

@media screen and (min-width:1280px) and (max-width: 1366px){
  body {
    font-size: 0.9rem !important;
  }

  .left-menu-child-text {
    font-size: 14px !important;
  }

  .left-menu-img {
    width: 80% !important;
    height: auto !important;
  }

  .left-menu-img-block {
    height: 100px !important;
  }

  .left-menu {
    width: 230px !important;
  }

  .page-container {
    padding: 48px 25px 80px 250px !important;
    width: 100%;
  }

  .header-content {
    margin-left: 210px !important;
  }

  .header-textmain {
    font-size: 21px !important;
  }

  .page-title-text {
    font-size: 20px !important;
  }

  .btn-purple {
    font-size: 16px !important;
  }
}
