﻿* {
    box-sizing: border-box;

    scrollbar-color: hsl(0, 0%, 76.9%) #ffffff1c !important;

    scrollbar-width: thin;

    scrollbar-height: thin;

    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;

    scrollbar-arrow-color: #1e1e1e !important;

    scrollbar-3dlight-color: hsla(0, 0%, 100%, .1) !important;

    scrollbar-face-color: #1e1e1e !important;

    scrollbar-shadow-color: #171717 !important;

    scrollbar-darkshadow-color: #000 !important;

    scrollbar-track-color: #171717 !important;
    -moz-scrollbar-arrow-color: #1e1e1e !important;

    -moz-scrollbar-3dlight-color: hsla(0, 0%, 100%, .1) !important;

    -moz-scrollbar-face-color: #1e1e1e !important;

    -moz-scrollbar-shadow-color: #171717 !important;

    -moz-scrollbar-highlight-color: #171717 !important;

    -moz-scrollbar-track-color: #171717 !important;

    -ms-scrollbar-arrow-color: #1e1e1e !important;

    -ms-scrollbar-3dlight-color: hsla(0, 0%, 100%, .1) !important;

    -ms-scrollbar-face-color: #1e1e1e !important;

    -ms-scrollbar-shadow-color: #171717 !important;

    -ms-scrollbar-highlight-color: #171717 !important;

    -ms-scrollbar-track-color: #171717 !important;
    -webkit-scrollbar-arrow-color: #1e1e1e !important;

    -webkit-scrollbar-3dlight-color: hsla(0, 0%, 100%, .1) !important;

    -webkit-scrollbar-face-color: #1e1e1e !important;

    -webkit-scrollbar-shadow-color: #171717 !important;

    -webkit-scrollbar-highlight-color: #171717 !important;

    -webkit-scrollbar-track-color: #171717 !important;


}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}


*::-webkit-scrollbar-track {
    background-color: rgb(237 237 237);
    border-radius: 100px;
}

*::-webkit-scrollbar-thumb {
    background-color: hsl(0, 0%, 76.9%) !important;
    border-radius: 100px;
    width: 5px;
    height: 5px;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: hsl(0, 0%, 67%) !important;
    border-radius: 100px;
    width: 10px;
    height: 10px;
}

*{
    scroll-behavior: smooth;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/**persian**/

.cke_wysiwyg_frame,.cke_wysiwyg_frame *,.cke_reset,.cke_reset *,cke_reset_all,.cke_reset_all *{
    direction: rtl !important;
    text-align: right !important;
    font-family: iransans !important;
}
*{
    direction: rtl !important;
    text-align: right !important;
    font-family: iransans;
}
.pwt-btn-calendar{
    display: none !important;
}
.input-group,.btn-group,.pagination{
    direction: ltr !important;
}
.pagination{
    overflow-y: auto;
    padding-bottom: 1em;
}
.modal-header .close{
    position: absolute;
    left: 0em;
}
.main-title{
  font-family: yeolde !important;
}
.rtl{
    direction: rtl !important;
}
.ltr{
    direction: ltr !important;
}

.splash{
    position: fixed;
    z-index: 99999999999 !important;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #e6e6e6 !important;
}

.splash video{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100vh;
}

body{
    font-family: iransans;
    font-size: 13px;
}




/* width */
::-webkit-scrollbar {
  width: 5px;
  border-radius:99px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius:99px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #8889; 
  border-radius:99px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #5559; 
  border-radius:99px;
}

.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid #cef;

  border-color: #cef transparent #cef transparent;
  /*border-color: rgb(0, 168, 198) rgba(0, 168, 198,0.8) rgba(0, 168, 198,0.5) rgba(0, 168, 198,0.25);*/
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}

.font-xl{
  font-size: 2.5rem !important;
}
.font-lg{
  font-size: 2rem !important;
}
.font-md{
  font-size: 1.5rem !important;
}
.font-sm{
  font-size: 1rem !important;
}
.font-xsm{
  font-size: 0.5rem !important;
}
.font-normal{
  font-size: 13px !important;
}
.font-12{
  font-size: 12px !important;
}
.font-10{
  font-size: 10px !important;
}
.font-8{
  font-size: 8px !important;
}
.bg-danger-5{
  background-color:  rgba(220,53,69,0.05) !important;
}
.bg-danger-20{
  background-color:  rgba(220,53,69,0.2) !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
  background: rgb(22, 145, 133);
}
.bg-panel{
  background: rgb(22, 145, 133);
  color: #fff;
}
.bg-panel-import{
  background: rgb(22, 145, 133) !important;
  color: #fff !important;
}
:not(.nav-link).color-panel{
  color: rgb(22, 145, 133) !important;
}
.nav-link.color-panel{
  color: rgb(22, 145, 133);
}

.pointer{
  cursor: pointer;
}

.bg-light-2{
  background: #e8e8e8;
  
}

.bg-panel{
  /*background: linear-gradient(156deg,rgba(0, 168, 198,0.8),rgb(0, 168, 198), rgba(0, 168, 198,0.5)) !important;*/
  /*color: #fff;*/
}
.text-panel{
  /*color:rgba(0, 168, 198,1);*/
}

.img-sm{
    height: 15px;
    width: 15px;
}
.img-xsm{
    height: 20px;
    width: 20px;
}
.img-smd{
    height: 25px;
    width: 25px;
}
.img-xmd{
    height: 30px;
 }
.img-md{
    height: 30px;
    width: 30px;
}
.img-lg{
    height: 40px;
    width: 40px;
}
.img-xl{
    height: 50px;
    width: 50px;
}
.img-mxl{
    height: 60px;
    width: 60px;
}
.img-2xl{
    height: 85px;
    width: 85px;
}
.img-preview {
    width: 150px;
    border-radius: 0.25rem !important;
    box-shadow: 0 0 01rem rgba(0, 0, 0, 0.35) !important;
}
.xsmimg {
    height: 5px !important;
    width: auto;
    margin: 5px;
        margin-top: 5px;
    margin-top: 0px;
}

.w-30{
  width: 40% !important;
}

.wrap-text{
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  position: unset;
  box-sizing: border-box;
}

.hideappendtext{
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: right;
}

.hideappendtextfull{
    -ms-flex-wrap: nowrap;
    white-space: nowrap;
    flex-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: right;
}




.phonenumber{
  text-align: center !important;
  letter-spacing: 0.35rem;
}


.callme_status{
  border-radius: 0px 5px 5px 0px;
  z-index: 999999;
  position: fixed;
  left:0px;
  top: 50%;
  padding: 0.25rem;
  background: #e7e7e7;
  box-shadow: 0px 0px 15px 1px #169185, 0px 0px 0px 1px #169185;
  cursor: pointer;

  translate: calc(-100% + 35px + 0.5rem) -50%;
  -moz-translate: calc(-100% + 35px + 0.5rem) -50%;
  -webkit-translate: calc(-100% + 35px + 0.5rem) -50%;
  -o-translate: calc(-100% + 35px + 0.5rem) -50%;
  -ms-translate: calc(-100% + 35px + 0.5rem) -50%;

  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  
}

.callme_status .callme_active_img,.callme_status .callme_deactive_img{
  width: 35px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.callme_status:hover{
  translate: 0px -50%;
  -moz-translate: 0px -50%;
  -webkit-translate: 0px -50%;
  -o-translate: 0px -50%;
  -ms-translate: 0px -50%;
}
.callme_status:hover .callme_active_img,.callme_status:hover .callme_deactive_img{
  width: 45px;
}
.callme_status:hover .callme-text{
  left: 0px;
}
.callme_status .callme-text{
  align-content: center;
  left: -100%;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.callme_status-2{
  border-radius: 0px 5px 5px 0px;
  z-index: 999999;
  position: fixed;
  left:0px;
  top: 50%;
  padding: 0.25rem;
  background: #e7e7e7;
  box-shadow: 0px 0px 15px 1px #169185, 0px 0px 0px 1px #169185;
  cursor: pointer;
  width: min-content;

  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  
}

.callme_status-2 .callme_active_img,.callme_status-2 .callme_deactive_img{
  width: 35px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

/*all app*/
.select2-container--default .select2-selection--single{
    min-height: 36px;
}
.select2-container--default .select2-selection--single,.app-input input,.app-input select,.app-input textarea,.app-input .custom-file{
  border:0px;
  border-bottom: 2px solid #ced4da;
  color: transparent;
}
.app-input label{
  position: absolute; 
  padding: 0.375rem 0.75rem;
  top: 0px;
  transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -webkit-transition: 0.5s;

}
.app-input .custom-file label{
  color: #212529;
}
.app-input .custom-file span{
  color: #212529;
  display: none;
  padding-top: 0.5rem;
  padding-right: 1rem;
}
.select2-container--default .select2-selection--single,.app-input input,.app-input input:focus,.app-input input:hover,.app-input select,.app-input select:focus,.app-input select:hover,.app-input textarea,.app-input textarea:focus,.app-input textarea:hover{
  box-shadow: 0px 0px transparent;
}
.select2-container--default .select2-selection--multiple,.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 0px;
}
.select2-container--default .select2-selection--multiple,.select2-container--default.select2-container--focus .select2-selection--multiple,.select2-container--default .select2-selection--single,.app-input input:focus,.app-input input:hover,.app-input select:focus,.app-input select:hover,.app-input textarea:focus,.app-input textarea:hover{
  border-bottom: 2px solid #169185;
    background: #fff;
}
.app-input input[readonly],.app-input input[disabled],.app-input input:focus,.app-input input:valid,.app-input select:focus,.app-input select:valid,.app-input textarea:focus,.app-input textarea:valid{
  color: #495057;

}
.app-input .custom-file input:valid+label+span{
  display: flex;
}
.app-input label.focus,.app-input input[readonly]+label,.app-input input[disabled]+label,.app-input input:focus+label,.app-input input:valid+label,.app-input select:focus+label,.app-input select:valid+label{
    top: -1rem;
    font-size: 10px;

    -ms-flex-wrap: nowrap;
    white-space: nowrap;
    flex-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.app-input input[type="checkbox"]+label {
    -ms-flex-wrap: unset;
    white-space: unset;
    flex-wrap: unset;
    text-overflow: unset;
    overflow: unset;
}
.app-input label.focus{
    right: 0px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #169185;
    color: white;
}

.app-input input[type="checkbox"]:focus+label,.app-input input[type="checkbox"]:valid+label{

    top: 0px;
    font-size: 13px;

}

.app-input textarea:focus+label,.app-input textarea:valid+label{
  top: -1.5rem;
  font-size: 10px;
}

.app-input input::placeholder,.app-input select::placeholder,.app-input textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: transparent;
  opacity: 0; /* Firefox */
}

.app-input input:-ms-input-placeholder,.app-input select:-ms-input-placeholder,.app-input textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: transparent;
  opacity: 0; /* Firefox */
}

.app-input input::-ms-input-placeholder,.app-input select::-ms-input-placeholder,.app-input textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: transparent;
  opacity: 0; /* Firefox */
}

.item_chat_room_img{
  max-width: 100%;
  width: auto;
  height: 180px;
  box-shadow: 0px 0px 1px 1px #169185, 0px 0px 10px 2px #169185;
}

.item_chat_room_me {
  max-width: 80%;
  width: fit-content;
  background-color: #1691851a;
  border-color: #117168;
}
.item_chat_room_me:after {
  content: ' ';
  position: absolute;
  right: -14px;
  top: 1rem;
  border-left: 15px solid #e7f4f3;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.item_chat_room_me:before {
  content: ' ';
  position: absolute;
  right: -15px;
  top: 1rem;
  border-left: 15px solid #117168;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.item_chat_room {
  max-width: 80%;
  width: fit-content;
  background-color: #e2e3e5;
  border-color: #d6d8db;
  margin-right: auto;
}
.item_chat_room:after {
  content: ' ';
  position: absolute;
  left: -14px;
  top: 1rem;
  border-right: 15px solid #e2e3e5;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.item_chat_room:before {
  content: ' ';
  position: absolute;
  left: -15px;
  top: 1rem;
  border-right: 15px solid #d6d8db;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.item_ticket_room_img{
  max-width: 100%;
  width: auto;
  height: 180px;
  box-shadow: 0px 0px 1px 1px #169185, 0px 0px 10px 2px #169185;
}

.item_ticket_room_me {
  max-width: 80%;
  width: fit-content;
  background-color: #1691851a;
  border-color: #117168;
}
.item_ticket_room_me:after {
  content: ' ';
  position: absolute;
  right: -14px;
  top: 1rem;
  border-left: 15px solid #e7f4f3;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.item_ticket_room_me:before {
  content: ' ';
  position: absolute;
  right: -15px;
  top: 1rem;
  border-left: 15px solid #117168;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.item_ticket_room {
  max-width: 80%;
  width: fit-content;
  background-color: #e2e3e5;
  border-color: #d6d8db;
  margin-right: auto;
}
.item_ticket_room:after {
  content: ' ';
  position: absolute;
  left: -14px;
  top: 1rem;
  border-right: 15px solid #e2e3e5;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.item_ticket_room:before {
  content: ' ';
  position: absolute;
  left: -15px;
  top: 1rem;
  border-right: 15px solid #d6d8db;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.line-height-2{
  line-height: 2rem;
}
.alert-self {
    color: #ffffff;
    background-color: #169185;
    border-color: #117168;
}
.border-self {
    border-color: #117168;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #117168;
    background-color: #169185;
}

.btn-self {
  color: #fff !important;
  background-color: #169185;
  border-color: #169185;
}

.btn-self:hover {
  color: #fff !important;
  background-color: #15887d;
  border-color: #117168;
}

.btn-self:focus, .btn-self.focus {
  box-shadow: 0 0 0 0.2rem #16918550;
}

.btn-self.disabled, .btn-self:disabled {
  color: #fff;
  background-color: #169185;
  border-color: #169185;
  /*28a745*/
}

.btn-self:not(:disabled):not(.disabled):active, .btn-self:not(:disabled):not(.disabled).active,
.show > .btn-self.dropdown-toggle {
  color: #fff !important;
  background-color: #007180;
  border-color: #00464f;
}

.btn-self:not(:disabled):not(.disabled):active:focus, .btn-self:not(:disabled):not(.disabled).active:focus,
.show > .btn-self.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}


/*end all app*/

.apploading{
  display: none;
  opacity: 0;
  z-index: 999999 !important;
  background: rgba(255,255,255,0.9);
  height: 80px;
  border-bottom: 5px solid #169185;
  box-shadow: 0px 0px 10px 5px #169185aa;
  /*top: calc(100% - 75px - 80px);*/
  top: 0px;
  /*border-top: 5px solid #169185;*/
}
.apploading img.loading{
  height: 80px !important;
  width: 105px !important;
}

.img-logo{
    height: 70px !important;
    width: auto !important;
}

.img-logo-wid{
    height: auto !important;
    width: 120px !important;
}

.loadingpage{
    position: relative;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    text-align: center !important;
    vertical-align: middle;
}
.loadingpage>img{
    height: 180px;
    
    text-align: center;
    vertical-align: middle;   
}

#endPageRelaod{
    width: 100% !important;
    height: 20px !important;
}



.datepicker-container,.datepicker-container *{
    direction: ltr !important;
    text-align: center !important;
}
.clockpicker-popover .popover-title {
    direction: ltr !important;
}
.datepicker-plot-area .datepicker-day-view .table-days{
    direction: rtl !important;
}



.body .pagebody .page{
  padding-bottom: calc(60px + 30px);
  
}
.body .pagebody .page.include-add{
    padding-bottom: calc(60px + 30px + 30px + 130px) !important;
}
.body .pagebody .page.include-add-ser{
    padding-bottom: calc(60px + 30px + 30px + 2.5rem) !important;
}
.body .pagebody .page .btn-add-item {
  
  position: fixed;
  z-index: 999 !important;
  bottom: 70px;
  left: 1rem;

}
.body .pagebody .page .btn-add-item-right-2 {
  position: fixed;
  z-index: 999 !important;
  bottom: 128px;
  right: 1rem;
}
.body .pagebody .page .btn-add-item-right {
  
  position: fixed;
  z-index: 999 !important;
  bottom: 64px;
  right: 1rem;

}
.body .pagebody .header,.body .pagebody .headerbyfix{
  height: calc(100px + 55px);
}

.body .pagebody .header .logo,.body .pagebody .headerbyfix .logo{
  height: 70px;
}
.body .pagebody .headermin{
  height: calc(50px + 55px);
}

.body .pagebody .headermin .logo{
  height: 45px;
}

.body .pagebody .headerbyfix+.page{
  padding-top: calc(125px + 55px);
}
.body .pagebody .header+.page{
  padding-top: calc(100px + 55px);
}
.body .pagebody .headermin+.page{
  padding-top: calc(50px + 55px + 1rem);
}

.body .pagebody .page .datalist .item{  
  /*height: calc(50vw - 1.333333rem);
  max-height: calc(50vw - 1.333333rem);*/
  min-height: calc(50vw - 1.333333rem);
}
.body .pagebody .page .categorylist .item .item-setting,.body .pagebody .page .datalist .item .item-setting{
  position: absolute;
  top: 5px;
  left: calc(0.5rem + 5px);
}
.body .pagebody .page .categorylist .item{  
  /*height: calc(33.333333vw - 1.333333rem);
  max-height: calc(33.333333vw - 1.333333rem);*/
  min-height: calc(33.333333vw - 1.333333rem);
  aspect-ratio: 1;
}
.body .pagebody .page .categorylist .item.notsetheight,.body .pagebody .page .datalist .item.notsetheight{

  min-height: unset;
  aspect-ratio: unset;
}
.chatbox-overflow{
  overflow-y: auto;
}
.body-chat-room{
  overflow-y: auto;
  min-height: calc(100% - 6.7rem);
  max-height: calc(100% - 6.7rem);
}
.chatbox{
  min-height: calc(100vh - 13rem);
  max-height: calc(100vh - 13rem);
}
.chatbox-bg{
  min-height: calc(100vh - 13rem);
}

.ticketbox-list-overflow{
  overflow-y: auto;
  min-height: calc(100vh - 17.5rem);
  max-height: calc(100vh - 17.5rem);
}
.ticketbox-overflow{
  overflow-y: auto;
}
.body-ticket-room{
  overflow-y: auto;
  min-height: calc(100% - 6.7rem);
  max-height: calc(100% - 6.7rem);
}
.ticketbox{
  min-height: calc(100vh - 13rem);
  max-height: calc(100vh - 13rem);
}
.ticketbox-bg{
  min-height: calc(100vh - 13rem);
}


.modal-body{
  max-height: calc(100vh - 9rem);
  overflow: auto;
}
.modal .categorylist .item .logo,.body .pagebody .page .categorylist .item .logo,.body .pagebody .page .datalist .item .logo,.logo_nativ{
  width: 35%;
}
.modal .categorylist .item .logo2,.body .pagebody .page .categorylist .item .logo2,.body .pagebody .page .datalist .item .logo2,.logo2_nativ{
  width: 100px;
  height: 133px;
  /* object-fit: contain;
  border-radius: 50% !important;
  box-shadow: 0 0 8px 8px #d0d0d0a3 inset, 0px 0px 5px 1px #cecece, 0px 0px 20px 2px #d0d0d0;
  background-clip: padding-box;
  border: 2px solid #ccc;
  background: #d0d0d0ad; */

  /* object-fit: cover;
  border-radius: 200px / 100px 10px; */
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 0 8px 8px #d0d0d0a3 inset, 0px 0px 5px 1px #cecece, 0px 0px 20px 2px #d0d0d0;
  background-clip: padding-box;
}
.modal .categorylist .item .logo3,.body .pagebody .page .categorylist .item .logo3,.body .pagebody .page .datalist .item .logo3,.logo3_nativ{
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.modal .categorylist .item .context,.body .pagebody .page .categorylist .item .context,.body .pagebody .page .datalist .item .context{
  font-weight: normal;
  color: #666666;
}



.body .pagebody .header .section-fix-50-reverse,.body .pagebody .headerbyfix .section-fix-50-reverse,.body .pagebody .headermin .section-fix-50-reverse{
  height: 50px;
  margin-top: -25px;
}


.body .pagebody .headerbyfix:before,.body .pagebody .header:before{
  z-index: -1;
  content: ' ';
  position: absolute;
  top: -80px;
  left: -30%;
  width: 160%;
  height: calc(180px + 55px);
  border-radius: 30%;
  background: rgb(22, 145, 133);
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-bottom: 1px solid rgb(0, 128, 145);
}



.body .pagebody .headermin:before{
  z-index: -1;
  content: ' ';
  position: absolute;
  top: -130px;
  left: -30%;
  width: 160%;
  height: calc(180px + 55px);
  border-radius: 100%;
  background: rgb(22, 145, 133);
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-bottom: 1px solid rgb(0, 128, 145);
}



.body .pagebody .page{
  min-height: calc(100vh);
}

.body .footer-menu:before{
  content: ' ';
  position: absolute;
  top: -10px;
  left: -20%;
  width: 140%;
  height: 180px;
  border-radius: 100%;
  background: rgba(231,231,231,1);
  z-index: -1;
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-top: 1px solid rgba(0,0,0,0.1);
}
.body .footer-menu{
  /*background: rgba(231,231,231,1); */
  min-height: 60px;  
}


.body .footer-menu .item .logo{
  height: 20px;
}

.body .footer-menu .item.active .context{
  color: rgb(22, 145, 133);
}



.textboxvip,.textbox,.text-box,.textboxfull,.textboxfull *,.text-box-full,.text-box-full *{
    text-align: justify !important;
}

.textboxvip{
    line-height: 2.5rem;
}

.textboxvipfull,.textboxvipfull *{
    text-align: justify !important;
    line-height: 2.5rem;
}
.textboxvipfull.text-center,.textboxvipfull *.text-center{
    text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-line{
  text-decoration-line: line-through;
}
small,
.small {
    font-size: 80% !important;
    font-weight: 400 !important;
}


.small-all,.small-all * {
    font-size: 80% !important;
    font-weight: 400 !important;
}


@media (min-width: 576px) {/*sm*/

  

}

@media (min-width: 768px) {/*md*/
  
  .splash video{
      height: 100%;
      min-height: 100%;
      max-height: 100%;
      width: auto;
      max-width: 100vw;
  }

  .body .pagebody .page .categorylist .item,.body .pagebody .page .datalist .item{
    
    /*height: calc(25vw - 1.25rem);
    max-height: calc(25vw - 1.25rem);*/
    min-height: calc(25vw - 1.25rem);
  }
    .body .pagebody .page .categorylist .item.notsetheight,.body .pagebody .page .datalist .item.notsetheight{

        min-height: unset;
        aspect-ratio: unset;
    }
  .body .pagebody .page .categorylist .item .context,.body .pagebody .page .datalist .item .context{
    font-weight: bolder;
   
  }

  .phonenumber{
    text-align: center !important;
    letter-spacing: 0.5rem;
  }
}

@media (min-width: 992px) {

  .chatbox{
    min-height: calc(100vh - 9.5rem);
    max-height: calc(100vh - 9.5rem);
  }
  .chatbox-bg{
    min-height: calc(100vh - 9.5rem);
  }

  .ticketbox-list-overflow{
    overflow-y: auto;
    min-height: calc(100vh - 14rem);
    max-height: calc(100vh - 14rem);
  }

  .ticketbox{
    min-height: calc(100vh - 9.5rem);
    max-height: calc(100vh - 9.5rem);
  }
  .ticketbox-bg{
    min-height: calc(100vh - 9.5rem);
  }

  .modal-body{
    max-height: calc(100vh - 10rem);
    overflow: auto;
  }

  .body .pagebody .header,.body .pagebody .headerbyfix{
    height: calc(100px);
  }
  
  .body .pagebody .headermin{
    height: calc(50px);
  }
  .body .pagebody .headerbyfix+.page{
    padding-top: calc(125px);
  }
  .body .pagebody .header+.page{
    padding-top: calc(100px);
  }
  .body .pagebody .headermin+.page{
    padding-top: calc(50px);
  }

  .body .pagebody .headerbyfix:before,.body .pagebody .header:before{
    height: calc(180px);
  }


  .body .pagebody .headermin:before{
    height: calc(180px);
  }

  .body .pagebody .page .categorylist .item,.body .pagebody .page .datalist .item{
    
    /*height: calc(16.666667vw - 1.16666667rem);
    max-height: calc(16.666667vw - 1.16666667rem);*/
    min-height: calc(16.666667vw - 1.16666667rem);
  }
  .body .pagebody .page .categorylist .item .context,.body .pagebody .page .datalist .item .context{
    font-weight: bolder;
   
  }

  .phonenumber{
    text-align: center !important;
    letter-spacing: 0.5rem;
  }
    
}


.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


.zoomUp:hover {
  -webkit-animation-name: zoomUp;
  animation-name: zoomUp;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@-webkit-keyframes fadeInUp {
  0% {
    opacity:0;
    -webkit-transform:translate3d(0,50%,0);
    transform:translate3d(0,50%,0)
  }
  to {
    opacity:1;
    -webkit-transform:none;
    transform:none
  }
}
@keyframes fadeInUp {
  0% {
    opacity:0;
    -webkit-transform:translate3d(0,50%,0);
    transform:translate3d(0,50%,0)
  }
  to {
    opacity:1;
    -webkit-transform:none;
    transform:none
  }
}

@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}
