@charset "UTF-8";
body {
  font-family: "Kanit", sans-serif !important;
  font-weight: 100 !important;
  font-style: normal !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #4F2396;
}

.cursorMouse {
  cursor: pointer;
}

input:focus-visible,
select:focus-visible {
  outline: 0 !important;
}

.buttonNavbarlanguage {
  border-right: 2px solid #ff6347;
  border-left: 2px solid #4F2396;
  border-top: 2px solid #4F2396;
  border-bottom: 2px solid #ff6347;
  width: 118px;
  height: 38px;
  padding: 2px;
  z-index: 1;
}
.buttonNavbarlanguage .boxButton {
  display: none;
  top: 120%;
  max-height: 200px;
  z-index: 1;
}
.buttonNavbarlanguage .boxButton::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 8px solid #ccc;
  top: -8px;
  left: 19%;
  transform: translateX(-50%);
}
.buttonNavbarlanguage .boxButton .option:hover {
  background-color: #f0f0f0;
}
.buttonNavbarlanguage .divBoxArrow {
  transition: 0.3s;
}
.buttonNavbarlanguage .divBoxArrow.open + .boxButton {
  display: block;
}
.buttonNavbarlanguage .divBoxArrowSalary img,
.buttonNavbarlanguage .divBoxArrowNumber img,
.buttonNavbarlanguage .divBoxArrowOverflow img,
.buttonNavbarlanguage .divDropDwon img {
  transition: 0.3s;
}
.buttonNavbarlanguage .divDropDwon.open img {
  transform: rotate(180deg);
}
.buttonNavbarlanguage .divBoxArrowSalary.open img,
.buttonNavbarlanguage .divBoxArrowNumber.open img,
.buttonNavbarlanguage .divBoxArrowOverflow.open img,
.buttonNavbarlanguage .divDropDwonSort.open img {
  transform: rotate(180deg);
}
.buttonNavbarlanguage .divBoxArrowOverflow {
  background-color: #F69554;
}
.buttonNavbarlanguage .divBoxArrowOverflow img {
  filter: invert(1) brightness(1000%) grayscale(10000%);
}

.heightFull {
  min-height: 100vh;
}

.heightFulllogin {
  height: 100vh;
}

.spanColorCard {
  color: rgba(0, 0, 0, 0.5019607843);
}

.sizeSpan {
  font-size: 14px;
}

.checkEmail {
  color: #F69554;
}

.backgroundRightSignIn {
  background-color: #4F2396 !important;
}

.tableScroll::-webkit-scrollbar {
  height: 8px !important;
}

.spanColorUser {
  color: #4F2396;
}

.buttonAdd {
  background-color: #F69554;
}

.buttonAdd::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 40%;
  border-radius: 50px;
  background-color: #4F2396;
  transition: 0.3s;
}

.buttonAdd:hover::before {
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 10px;
  height: 100%;
}

.colorButtonLogOut {
  background-color: rgba(255, 10, 14, 0.6980392157);
  padding: 10px;
}

.inputSignIn::-moz-placeholder {
  color: #ccc !important;
  font-weight: bold;
}

.inputSignIn::placeholder {
  color: #ccc !important;
  font-weight: bold;
}

.divTextInputForm {
  right: 15px;
  top: -15px;
  z-index: 1;
}

.inputSpanIndex {
  z-index: 1;
}

.classTopList {
  margin-top: 75px !important;
}

.custom-select {
  position: relative;
  color: #ABABAB;
}

.custom-select-trigger {
  position: relative;
  display: block;
  font-size: 19px;
  cursor: pointer;
  transition: all 0.3s;
}

.custom-options:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
  position: absolute;
  display: block;
  width: 70%;
  top: 100%;
  left: -10px;
  border-radius: 10px 10px 0 0;
  margin: 5px 0;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
  background-color: #eee;
  transition: all 0.4s ease-in-out;
  margin-left: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  font-size: 18px;
  font-weight: 600;
  color: black;
  line-height: 37px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

.custom-option:hover,
.custom-option.selection {
  border-radius: 10px 10px 0 0;
  background: rgba(246, 149, 84, 0.4);
}

.custom-select-trigger::before {
  content: url("/assest/images/iconArrow.svg");
  position: absolute;
  top: 0;
  left: 10px;
  transition: 0.3s;
}

.custom-select.opened .custom-select-trigger::before {
  transform: rotate(-180deg);
}

body div div section form div div .indexRow:nth-child(-n+4) {
  z-index: 4 !important;
}

body div div section form div div .indexRow:nth-child(-n+8) {
  z-index: 3;
}

.buttonAddOverflowNumber {
  padding: 15px 20px;
  background-color: #F69554 !important;
}

.buttonAddOverflowNumber:hover::before {
  border-radius: 5px;
  height: 100%;
}

.colorBlue {
  color: #4F2396;
}

.stringSignIn {
  width: 75%;
  color: #ABABAB;
}

.gapRow {
  row-gap: 20px;
}

.gapRowForm {
  row-gap: 35px;
}

.noneResize {
  resize: none;
}

body nav {
  top: 10px;
}

body nav div div div .divBeforeBell {
  background-color: #FF0000;
  width: 7px;
  height: 7px;
  top: 6px;
}

body nav div div .beforePoint {
  color: #A391C0;
}

body nav div div .beforePoint::before {
  content: "";
  position: absolute;
  background-color: #2EFF73;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 13px;
  border-radius: 50px;
}

body div .menuScroll {
  height: 700px;
}

body div .menuScroll .divMargin {
  margin-top: 100px;
}

body div div .navbarDetails div div .divHoverImage .hoverArraw {
  left: 0;
  transition: 0.3s;
}

body div div .navbarDetails div div .divHoverImage {
  background-color: #eee;
}

body div div .navbarDetails div div .divHoverImage:hover .hoverArraw {
  left: -5px;
}

.rotateImage {
  transition: 0.7s;
}

.rotateImage:hover {
  transform: rotate(362deg);
}

body div menu .divBoxMenu::-webkit-scrollbar {
  width: 0;
}

body div menu .divBoxMenu {
  overflow: auto;
  height: 90vh;
}

body div menu div div .alginStartMobile li .hoverListMenu div .imageArrawTop {
  transform: rotate(0);
  transition: 0.3s;
}

body div menu div div .alginStartMobile li .activeList,
body div menu div div .alginStartMobile li .activeListPage,
body div menu div div .alginStartMobile li .hoverListMenu:hover {
  background-color: #4F2396;
}
body div menu div div .alginStartMobile li .activeList div img,
body div menu div div .alginStartMobile li .activeListPage div img,
body div menu div div .alginStartMobile li .hoverListMenu:hover div img {
  filter: invert(1) brightness(1000%) grayscale(10000%);
}
body div menu div div .alginStartMobile li .activeList div .imageArrawTop,
body div menu div div .alginStartMobile li .activeListPage div .imageArrawTop,
body div menu div div .alginStartMobile li .hoverListMenu:hover div .imageArrawTop {
  transform: rotate(90deg);
}
body div menu div div .alginStartMobile li .activeList div span,
body div menu div div .alginStartMobile li .activeListPage div span,
body div menu div div .alginStartMobile li .hoverListMenu:hover div span {
  color: white;
}

body div menu div div .alginStartMobile li div div .sizeSpanMenu {
  font-size: 18px;
}

.buttonAddOverflow::before {
  top: 50%;
}

.buttonAddOverflow:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

body div div section ul .divDataCol {
  height: 45px;
  background-color: rgba(246, 149, 84, 0.5019607843);
  transition: 0.3;
}

body div div section ul .divDataCol::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 50%;
  border-radius: 20px;
  background-color: #4F2396;
  transition: 0.3s;
}

body div div section ul .divDataCol:hover::before {
  width: 570px;
  height: 170px;
  right: 0;
}

body div div section ul .divDataCol:hover {
  margin-top: -10px;
  transition: 0.3s;
}
body div div section ul .divDataCol:hover div span {
  color: white;
}

body .divCards div div div .styleCard div .spanCardBlue {
  color: #4F2396;
}

body .divCards div div div .styleCard {
  box-shadow: 0 8px 15px 3px #ccc;
  min-height: 130px;
  transition: 0.3s;
}

body .divCards div div div .styleCard:hover {
  color: white;
  margin-top: -10px;
  transition: 0.3s;
}
body .divCards div div div .styleCard:hover div span {
  color: white;
}
body .divCards div div div .styleCard:hover div img {
  filter: invert(1) brightness(1000%) grayscale(10000%);
}

body .divCards div div div .styleCard::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 20px;
  background-color: #4F2396;
  transition: 0.3s;
}

body .divCards div div div .styleCard:hover::before {
  width: 100%;
  height: 100%;
}

body .divCards div div div .styleCard div .sizeTitleCard {
  font-size: 15px;
}

body div div section div div div .paddingShadow {
  padding: 30px 55px !important;
}

body div div div div ul .listRight {
  background-color: #F6FBFF;
}
body div div div div ul .listRight div span {
  color: #005DBA;
}

body div div div div ul .listRight div .listChild li .spanPublids {
  color: #5C5C5C;
}

body div div div div ul .listRight div .listChild li:last-child .spanPublids {
  color: #4F2396;
}

body div div div div ul .listRight div .listChild li .imageStar {
  width: 12px;
}

body div div section div div .paddingShadow div div .circle {
  width: 175px;
  height: 175px;
  background-color: #4F2396;
}

body div div section div div .paddingShadow div div .circle .angle {
  width: 100%;
  height: 100%;
  background-color: rgba(204, 204, 204, 0.4);
  transform: rotate(-40deg);
}

body div div section div div .paddingShadow div div .childBuilds .beforeBuilds span {
  color: #5C5C5C;
}

body div div section div div .paddingShadow div div .childBuilds .beforeBuilds::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 7px;
  right: -22px;
  background-color: #ccc;
}

body div div section div div .paddingShadow div div .childBuilds .beforeBuilds:last-child::before {
  background-color: #4F2396;
}

body div div section div div .paddingShadow div .divPaddingNumber .stylelist li {
  color: #ccc;
}

body div div section div div .paddingShadow div .divPaddingNumber .stylelist .listLine::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 2px;
  left: 60px;
  top: 14px;
  background-color: #ccc;
  z-index: -2;
}

.formControl {
  left: 0;
  top: 20px;
  opacity: 0;
}

body div div section div div .paddingShadow div .divPaddingNumber .childLine div div .divLineBlue,
body div div section div div .paddingShadow div .divPaddingNumber .childLine div div::before,
body div div section div div .paddingShadow div .divPaddingNumber .childLine div div::after {
  width: 23px;
}

body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(1) div .divLineBlue::before {
  min-height: 50px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(1) div .lineBox::before {
  background-color: #967EBD;
  width: 23px;
  height: 40px;
  bottom: 50px;
  z-index: -1;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(1) div .lineBox::after {
  background-color: #A391C0;
  width: 23px;
  height: 48px;
  bottom: 50px;
  z-index: -2;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(2) div .divLineBlue::before {
  min-height: 65px;
  bottom: 25px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(2) div .lineBox::before {
  height: 50px;
  bottom: 65px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(2) div .lineBox::after {
  height: 53px;
  bottom: 75px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(3) div .divLineBlue::before {
  min-height: 38px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(3) div .lineBox::before {
  height: 40px;
  bottom: 43px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(3) div .lineBox::after {
  height: 53px;
  bottom: 70px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(4) div .divLineBlue::before {
  min-height: 50px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(4) div .lineBox::before {
  height: 60px;
  bottom: 43px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(4) div .lineBox::after {
  height: 53px;
  bottom: 78px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(5) div .divLineBlue::before {
  min-height: 30px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(5) div .lineBox::before {
  height: 33px;
  bottom: 50px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(5) div .lineBox::after {
  height: 53px;
  bottom: 70px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(6) div .divLineBlue::before {
  min-height: 58px;
  bottom: 25px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(6) div .lineBox::before {
  height: 60px;
  bottom: 75px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(6) div .lineBox::after {
  height: 50px;
  bottom: 80px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(7) div .divLineBlue::before {
  min-height: 40px;
  bottom: 25;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(7) div .lineBox::before {
  height: 60px;
  bottom: 50px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(7) div .lineBox::after {
  height: 53px;
  bottom: 83px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(8) div .divLineBlue::before {
  min-height: 50px;
  bottom: 25px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(8) div .lineBox::before {
  height: 60px;
  bottom: 67px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(8) div .lineBox::after {
  height: 53px;
  bottom: 80px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(9) div .divLineBlue::before {
  min-height: 40px;
  bottom: 25px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(9) div .lineBox::before {
  height: 60px;
  bottom: 60px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(9) div .lineBox::after {
  height: 53px;
  bottom: 73px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(10) div .divLineBlue::before {
  min-height: 55px;
  bottom: 25px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(10) div .lineBox::before {
  height: 60px;
  bottom: 53px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(10) div .lineBox::after {
  height: 53px;
  bottom: 70px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(11) div .divLineBlue::before {
  min-height: 35px;
  bottom: 25px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(11) div .lineBox::before {
  height: 60px;
  bottom: 35px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(11) div .lineBox::after {
  height: 53px;
  bottom: 75px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(12) div .divLineBlue::before {
  min-height: 35px;
  bottom: 25px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(12) div .lineBox::before {
  height: 60px;
  bottom: 40px;
}
body div div section div div .paddingShadow div .divPaddingNumber .childLine div:nth-child(12) div .lineBox::after {
  height: 53px;
  bottom: 74px;
}

body div div section div div .paddingShadow div .divPaddingNumber .childLine div div .divLineBlue .lineBox::before {
  background-color: #967EBD;
  z-index: -1;
  width: 23px;
}

body div div section div div .paddingShadow div .divPaddingNumber .childLine div div .divLineBlue .lineBox::after {
  width: 23px;
  background-color: #A391C0;
  z-index: -2;
}

body div div section div div .paddingShadow div .divPaddingNumber .childLine div div .divLineBlue::before {
  content: "";
  position: absolute;
  background-color: #4F2396;
  width: 23px;
  bottom: 25px;
  left: 7px;
  border-radius: 5px 5px 0 0;
}

body div div section div div .paddingShadow div .divPaddingNumber .childLine div div .divLineBlue .lineBox::before,
body div div section div div .paddingShadow div .divPaddingNumber .childLine div div .divLineBlue .lineBox::after {
  content: "";
  position: absolute;
  left: 7px;
  border-radius: 5px 5px 0 0;
}

.chart {
  width: 48%;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.shadowHeight {
  border-radius: 10px 10px 0 0;
}

body div div section div div .paddingShadow div::-webkit-scrollbar,
.shadowHeight::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

body div div section div div .paddingShadow div::-webkit-scrollbar-thumb,
.shadowHeight::-webkit-scrollbar-thumb {
  background: #4F2396;
}

body div div section div .shadowHeight ul .listRight div .imageSize {
  width: 50px;
  height: 50px;
}

body div div section div .rowReverseMobile div div div div .divImageSearchOverflow {
  right: 20px !important;
}

body div div section div .rowReverseMobile div div div div .inputSearchHelp::-moz-placeholder {
  color: black;
}

body div div section div .rowReverseMobile div div div div .inputSearchHelp::placeholder {
  color: black;
}

body div div section div .rowReverseMobile div div div ul .inputSearchHelpActive,
body div div section div .rowReverseMobile div div div div .inputSearchHelp {
  background-color: rgba(223, 223, 223, 0.6588235294);
}

body div div section div .rowReverseMobile div div div ul .inputSearchHelpActiveHover:hover {
  background-color: rgba(223, 223, 223, 0.6588235294);
}

body div div section div .rowReverseMobile div div div div .imageSizeChat {
  width: 40px;
  height: 40px;
}

body div div section div .rowReverseMobile div div .chatContainer {
  height: 500px;
}

body div div section div .rowReverseMobile div div .chatContainer .chatBox {
  flex-grow: 1;
  overflow-y: auto;
}

body div div section div .rowReverseMobile div div .chatContainer .chatBox .message .messageText {
  font-size: 13px;
  border-radius: 0 28px 28px 28px;
  max-width: 60%;
  word-wrap: break-word;
}

body div div section div .rowReverseMobile div div .chatContainer .chatBox .userMessage .messageText {
  background-color: #f1f1f1;
  color: #4F2396;
  align-self: flex-start;
}

body div div section div .rowReverseMobile div div .chatContainer .chatBox .supportMessage .messageText {
  border-radius: 28px 0 28px 28px;
  background-color: rgba(79, 35, 150, 0.8);
  color: white;
}

body div div section div .rowReverseMobile div div .chatContainer div .messageStay .messageText {
  background-color: #f1f1f1;
  right: -90px;
  top: -5px;
  border-radius: 28px 0 28px 28px;
  transition: 0.3s;
}
body div div section div .rowReverseMobile div div .chatContainer div .messageStay .messageText div {
  width: 5px;
  height: 5px;
  background-color: #4F2396;
  animation: showAndHide 0.5s;
}

body div div section div .rowReverseMobile div div .chatContainer div .messageStay .messageStayRight {
  right: 0;
}

body div div section div .rowReverseMobile div div .chatContainer div .messageStay .messageText .divPoint:nth-child(0) {
  animation-delay: 0s;
}

body div div section div .rowReverseMobile div div .chatContainer div .messageStay .messageText .divPoint:nth-child(1) {
  animation-delay: 1s;
}

body div div section div .rowReverseMobile div div .chatContainer div .messageStay .messageText .divPoint:nth-child(2) {
  animation-delay: 2s;
}

body div div section div .rowReverseMobile div div .chatContainer div .messageStay .messageText .divPoint:nth-child(3) {
  animation-delay: 3s;
}

body div div section div .rowReverseMobile div div .chatContainer div .messageStay .messageText .divPoint:nth-child(4) {
  animation-delay: 4s;
}

body div div section div .rowReverseMobile div div .chatContainer div .messageStay .messageText .divPoint:nth-child(5) {
  animation-delay: 5s;
}

body div div section div .rowReverseMobile div div .chatContainer div .messageStay .messageText .divPoint:nth-child(6) {
  animation-delay: 6s;
}

@keyframes showAndHide {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
body div div section div .rowReverseMobile div div .chatContainer .chatInput input {
  background-color: rgba(223, 223, 223, 0.6588235294);
  border-radius: 20px;
  margin-right: 10px;
  outline: none;
}

body div div section div .rowReverseMobile div div .chatContainer .chatInput button img {
  top: 0;
  left: 0;
  transition: 0.2s;
}

body div div section div .rowReverseMobile div div .chatContainer .chatInput button:hover img {
  top: -5px;
  left: -5px;
}

body div div section div .rowReverseMobile div div .chatContainer .spanMessageDay {
  color: #8A8A8A;
}

body div div div div div div div div .divOpenRaidouns {
  width: 45% !important;
}

body div div div div div div div div .divOpenRaidouns::before {
  border-radius: 5px !important;
}

body div div section div div .divNotActiveHelp {
  background-color: rgba(79, 35, 150, 0.3019607843);
}

body div div section div div .divActiveHelp {
  background-color: rgba(79, 35, 150, 0.8);
}

body div .widthSignIn {
  width: 50%;
}

body div .backgroundRightSignIn div .divBeforeImageSignIn .imageuserSignIn {
  width: 450px;
  z-index: 1;
}

body div section div .divBeforeImageSignIn .positionCircle {
  bottom: 20px;
}

body div section div .divBeforeImageSignIn .positionCircleLeft {
  bottom: -90px;
  left: -400px;
}

body div .widthSignIn div form div .inputSignIn {
  height: 61px;
  border-top: 2px solid #4F2396;
  border-left: 2px solid #4F2396;
  border-right: 2px solid #F69554;
  border-bottom: 2px solid #F69554;
}

body div .widthSignIn div form div .buttonNavbarlanguageSignIn div .divTextInput {
  right: 30px;
  top: -18px;
}

body div .widthSignIn div form div .buttonNavbarlanguageSignIn div .stylePass a {
  color: rgba(246, 149, 84, 0.8);
}

body div .widthSignIn div form div div .styleInputSubmit {
  background-color: #4F2396;
}

body div .widthSignIn div form div div .styleInputSubmit .hoverInput {
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: #F69554;
  z-index: 0;
  transition: 0.5s;
}

body div .widthSignIn div form div div .styleInputSubmit:hover .hoverInput {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body div div section ul li .divBorder {
  border-right: 2px solid #F69554;
  border-left: 2px solid #F69554;
  border-top: 2px solid rgba(246, 149, 84, 0.8);
  border-bottom: 2px solid rgba(246, 149, 84, 0.8);
  transition: 0.4s;
}

body div div section ul li .divBorder .divWhiteBorder {
  margin: 1.4px;
  width: 154%;
  padding: 40px;
}

body div div section ul li .divBorder .divWhiteBorder .divSocialMedia::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  top: -20px;
  left: -25px;
  border-radius: 50px;
  background-color: #4F2396;
  transition: 0.3s;
}

body div div section ul li .divBorder:hover {
  margin-top: -20px;
}

body div div section ul li .divBorder:hover .divWhiteBorder .divSocialMedia::before {
  width: 200px;
  height: 200px;
  top: -50px;
  left: -88px;
}

body div div section div ul li div .widthDiv {
  background-color: rgba(246, 149, 84, 0.8);
  width: 50px;
  height: 50px;
}

body div div section div ul li div .widthDiv::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 42%;
  top: 42%;
  border-radius: 50%;
  background-color: #4F2396;
  transition: 0.3s;
}

body div div section div ul li div .widthDiv:hover::before {
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
}

body div div section div div div div .divImageSearch {
  top: 15px;
  right: 32px;
}

body div div section div div div div .boxButtonStor {
  top: 60px;
  display: none;
}

.tagNormal {
  white-space: normal;
}

.thPadding {
  padding: 20px;
}

tr:first-child th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

tr:first-child th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.hoverTr:hover {
  background-color: #eee;
}

.doubleBorderCheckbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 25px;
  height: 25px;
}

.doubleBorderCheckbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 2px solid #ff6347;
  border-left: 2px solid #4F2396;
  border-top: 2px solid #4F2396;
  border-bottom: 2px solid #ff6347;
  border-radius: 6px;
}

.doubleBorderCheckbox:checked::before {
  content: "✓";
  font-size: 18px;
  color: #4F2396;
  text-align: center;
}

body div div .divHiddenModile div div div div .overflowModal .sizeDivModal {
  max-height: 200px;
  width: 40%;
}

body div div .divHiddenModile div div div div .overflowModal .sizeDivModal .divTextModal {
  width: 230px;
}

body div div .divHiddenModile div div div div .overflowModal .sizeDivModal div .widthImageModal {
  width: 160px;
}

body div div .divHiddenModile div div div div .overflowModal .sizeDivModal .divTextModal .sizeMobile {
  font-size: 25px;
}

body div div .divHiddenModile div div div div .paddingTextModal {
  padding: 0 180px;
}

.iconTable {
  width: 40px;
  height: auto;
}

.divClose,
.divOpen {
  width: 25%;
}

.divClose {
  border: 2px solid #4F2396 !important;
  background-color: transparent;
}

.divOpen:hover::before,
.divClose::before {
  top: 20px;
  left: 47%;
}

.divClose:hover {
  border: 2px solid #4F2396 !important;
}
.divClose:hover span {
  color: white;
}

.divOpen::before,
.divClose:hover::before {
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  border-radius: 40px;
}

.divOpen:hover::before {
  top: 20px;
  left: 47%;
  width: 0;
  height: 0;
}

.divOpen {
  color: white;
}

.divOpen:hover span {
  color: #4F2396;
}

.modal .modal-content svg.icon-svg {
  max-width: 100px;
  max-height: 100px;
}

.modal .modal-content .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

.modal .modal-content .path.circle {
  animation: dash 0.9s ease-in-out;
}

.modal .modal-content .path.line {
  stroke-dashoffset: 1000;
  animation: dash 0.95s 0.35s ease-in-out forwards;
}

.modal .modal-content .path.check {
  stroke-dashoffset: -100;
  animation: dash-check 0.95s 0.35s ease-in-out forwards;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
.absoluteCenter {
  top: 33%;
  left: 35%;
}

body div div div div div .buttonAddNews::before {
  width: 100% !important;
  border-radius: 0;
}

body div div div div div .buttonAddNews:hover::before {
  left: 0;
  top: 0;
}

body div div div div div .buttonAddNews {
  width: 40%;
  padding: 18px;
}

body div div div div div form div div div .divTextInputFormOverflow {
  right: 40px;
}

body div div div div div form div div div .absoluteCenterPhone {
  top: 15px;
  left: 18px;
}

@media (max-width: 1192px) {
  body div div .divCards div .gapPageTap {
    row-gap: 20px;
  }
  .noneTap {
    display: none;
  }
  body div nav div div .alginStartMobile {
    align-items: center;
  }
  body div nav div div .alginStartMobile li {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  body div div section div section ul .listRight div .sizeTap {
    font-size: 10px;
  }
  body div div div div ul .listRight div .listChild li .spanPublids {
    font-size: 5px;
  }
  .classTopList {
    margin-top: 100px !important;
  }
  body div div section div div .paddingShadow div div .circle .angle {
    width: 115%;
    height: 115%;
  }
  body div div .divHiddenModile {
    overflow: auto;
  }
  body div .backgroundRightSignIn div .divBeforeImageSignIn .imageuserSignIn {
    width: 350px;
  }
  .thPadding {
    padding: 10px !important;
  }
  body div div .divHiddenModile div div div div .overflowModal .divMobileFlexBox {
    width: 100% !important;
    height: 120px;
  }
}
@media (max-width: 990px) {
  body div div section div div div .paddingShadow {
    padding: 25px !important;
  }
  .widthForm {
    width: 100% !important;
  }
  .stringSignIn {
    width: 100% !important;
  }
  .sizeSpan {
    font-size: 10px;
  }
  body div .backgroundRightSignIn div .divBeforeImageSignIn .imageuserSignIn {
    width: 350px;
  }
  .noneMobile {
    display: none;
  }
  .classMobileList {
    margin-top: 10px !important;
  }
  .absoluteCenter {
    top: 33%;
    left: 17%;
  }
  body div div section form div div .indexRow:nth-child(1) {
    z-index: 8 !important;
  }
  body div div section form div div .indexRow:nth-child(2) {
    z-index: 7 !important;
  }
  body div div section form div div .indexRow:nth-child(3) {
    z-index: 6 !important;
  }
  body div div section form div div .indexRow:nth-child(4) {
    z-index: 5 !important;
  }
  body div div section form div div .indexRow:nth-child(5) {
    z-index: 4 !important;
  }
  body div div section form div div .indexRow:nth-child(6) {
    z-index: 3 !important;
  }
  body div div section form div div .indexRow:nth-child(7) {
    z-index: 2 !important;
  }
  body div div section form div div .indexRow:nth-child(8) {
    z-index: 1 !important;
  }
  body div div section div section ul .listRight div .sizeTap {
    font-size: 17px;
  }
  body div div div div ul .listRight div .listChild li .spanPublids {
    font-size: 13px;
  }
  .shadowHeight {
    max-height: 400px;
  }
  body div div .divHiddenModile div div div div .overflowModal {
    overflow: hidden;
  }
  body div div .divHiddenModile div div div div .overflowModal .sizeDivModal .divTextModal .sizeMobileSpan,
  body div div .divHiddenModile div div div div .overflowModal .sizeDivModal .divTextModal .sizeMobile {
    font-size: 12px;
  }
  body div div section div .rowReverseMobile {
    flex-direction: column-reverse;
  }
}/*# sourceMappingURL=index.css.map */