﻿.preloader {
    text-align: center;
}

.d-overr, html {
    overflow-x: hidden;
}

ul {
    padding-right: 0;
}
li, ul {
    list-style: none;
}
.m_130px {
    margin-top: 160px;
}



.text-success {
    color: #206e39!important;
}
.display_none, .displaynone, .errh {
    display: none;
}

a:hover {
    text-decoration: none;
}
p {
    margin-bottom: 0;
}
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
scrollbar {
    -moz-width: 4px;
    height: 4px;
}
.d-table, .preloader {
    width: 100%;
    height: 100%}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px gray;
    border-radius: 13px;
}
scrollbar-track {
    -moz-box-shadow: inset 0 0 3px gray;
    -moz-border-radius: 13px;
}
::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 13px;
}
scrollbar-thumb {
    -moz-background: #d0d0d0;
    -moz-border-radius: 13px;
}
::-webkit-scrollbar-thumb:hover {
    background: #ffc107;
}
scrollbar-thumb:hover {
    -moz-background: #ffc107;
}
#myModal .close {
    position: absolute;
    top:  42px;
    left:  36px;
    font-size:  23px;
    z-index: 10;
    padding: 0;
}
#myModal .modal-header img {
    width: 115px !important;
    height: auto;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fafafa;
    z-index: 9999999;
}
.d-table-cell {
    vertical-align: middle;
}
.preloader .loader {
    margin-top: -20px;
}
.preloader .et-loader {
    position: relative;
    text-align: center;
    margin: 20px auto 0;
    width: 60px;
    height: 60px;
}
.preloader .box, .preloader .shadow {
    width: 100%;
    position: absolute;
    left: 0;
}
.preloader .shadow {
    height: 5px;
    background: #000;
    opacity: .1;
    top: 80px;
    border-radius: 50%;
    -webkit-animation: .5s linear infinite shadow;
    animation: .5s linear infinite shadow;
}
.preloader .box {
    height: 100%;
    background: url('/FileManager/Logo/fav.png') 0 0/cover no-repeat;
    -webkit-animation: .5s linear infinite animate;
    animation: .5s linear infinite animate;
    top: 0;
    border-radius: 3px;
}
@keyframes animate {
    17% {
    border-bottom-right-radius: 3px;
}
25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
    transform: translateY(9px) rotate(22.5deg);
}
50% {
    -webkit-transform: translateY(18px) scale(1, .9) rotate(45deg);
    transform: translateY(18px) scale(1, .9) rotate(45deg);
    border-bottom-right-radius: 40px;
}
75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
    transform: translateY(9px) rotate(67.5deg);
}
100% {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
}
}@keyframes shadow {
    50% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
}
}.wa__btn_popup {
    position: fixed;
    right: 40px;
    bottom: 60px;
    cursor: pointer;
    z-index: 999;
}
.wa__btn_popup .wa__btn_popup_txt {
    position: absolute;
    text-align: center;
    text-indent: 6px;
    width: 190px;
    right: 100%;
    background-color: #f5f7f9;
    font-size: 12px;
    color: #43474e;
    top: 15px;
    padding: 7px 0 7px 12px;
    margin-right: 7px;
    letter-spacing: -.03em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.wa__btn_popup .wa__btn_popup_icon::after {
    content: '';
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url('/FileManager/Icons/x_icon.svg') center center/14px auto no-repeat;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
    -webkit-transform: scale(0) rotate(-360deg);
    -moz-transform: scale(0) rotate(-360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon::after {
    opacity: 1;
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon::before {
    opacity: 0;
    -ms-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
}
.wa__btn_popup .wa__btn_popup_icon::before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url('/FileManager/Icons/whatsapp_logo.svg') center center/30px auto no-repeat;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.wa__btn_popup .wa__btn_popup_icon {
    background: #2db742;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
}
.wa__popup_chat_box {
    width: 351px;
    border-radius: 5px 5px 8px 8px;
    -webkit-border-radius: 5px 5px 8px 8px;
    -moz-border-radius: 5px 5px 8px 8px;
    position: fixed;
    overflow: hidden;
    box-shadow: 0 10px 10px 4px rgba(0, 0, 0, .04);
    -webkit-box-shadow: 0 10px 10px 4px rgba(0, 0, 0, .04);
    -moz-box-shadow: 0 10px 10px 4px rgba(0, 0, 0, .04);
    bottom: 102px;
    right: 25px;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    will-change: transform, visibility, opacity;
    max-width: calc(100% - 50px);
}
.wa__popup_chat_box .wa__popup_heading {
    background: #2db742;
    position: relative;
    padding: 15px 30px 17px 74px;
    color: #d9ebc6;
}
.wa__popup_chat_box .wa__popup_heading::before {
    content: '';
    background: url(/FileManager/Icons/whatsapp_logo.svg) center top/33px no-repeat;
    display: block;
    width: 55px;
    height: 33px;
    position: absolute;
    top: 20px;
    left: 12px;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_title {
    padding-top: 2px;
    padding-bottom: 3;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro {
    padding-top: 4px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    opacity: .8;
}
.wa__popup_chat_box .wa__popup_notice {
    font-size: 11px;
    color: #a5abb7;
    font-weight: 500;
    padding: 0 3px;
}
.wa__popup_chat_box.wa__active {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
}
.wa__popup_chat_box .wa__popup_content_left {
    text-align: right;
}
.wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item: first-child {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}
.wa__popup_chat_box .wa__stt {
    border-left: 2px solid #2db742;
    padding: 13px 40px 12px 15px;
    position: relative;
    text-decoration: none;
    display: table;
    width: 100%;
    background: #f5f7f9;
    border-radius: 2px 4px;
    -webkit-border-radius: 2px 4px 2px 4px;
    -moz-border-radius: 2px 4px;
}
.wa__stt_online {
    background: #2db742;
    cursor: pointer;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    backface-visibility: hidden;
    will-change: transform;
}
.wa__stt_online::before {
    content: '';
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    will-change: opacity;
}
.wa__popup_chat_box .wa__stt: :after {
    content: '';
    background: url(/FileManager/Icons/whatsapp_logo_green.svg) 0 0/100% 100% no-repeat;
    position: absolute;
    right: 14px;
    top: 26px;
    width: 20px;
    height: 20px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%}
.wa__popup_chat_box .wa__popup_avatar {
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: 12px;
    top: 12px;
}
.wa__popup_content_list .wa__popup_content_item .wa__popup_txt {
    display: table-cell;
    vertical-align: middle;
    min-height: 48px;
    height: 48px;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_name {
    font-size: 14px;
    color: #363c47;
    line-height: 1.188em!important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_duty {
    font-size: 11px;
    color: #989b9f;
    padding: 2px 0 0;
    line-height: 1.125em!important;
}
.wa__popup_content_list .wa__popup_content_item {
    margin: 14px 0 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    will-change: opacity, transform;
    opacity: 0;
}
.login_emotion {
    
	position:  fixed;
    
	width:  24px;
    
	height:  24px;
    
	z-index:  11;
    
	top:  auto;
    
	bottom:  157px;
    
	right:  43px;
    
	cursor:  pointer;
    
}
.login1 {
    
	background:  #cb7b00;
    
	border-radius:  50px;
    
	padding:  15px;
    
	fill:  #fff;
    
	width:  56px;
    
	height:  56px;
    
	-webkit-border-radius:  50%;
    
	-moz-border-radius:  50%;
    
	box-shadow:  0 6px 8px 2px rgb(0 0 0 / 14%);
    
	-webkit-box-shadow:  0 6px 8px 2px rgb(0 0 0 / 14%);
    
	-moz-box-shadow:  0 6px 8px 2px rgba(0, 0, 0, .14);
    
	display:  block;
    
}
.tag-header {
    
	font-size:  17px;
    
	text-align:  start;
    
	font-weight:  bold;
    
	padding-right:  24px;
    
	position:  relative;
    
	display:  inline-block;
    
	color:  transparent;
    
	background:  linear-gradient(315deg,  #dd4026 50%,  #16233e 100%);
    
	-webkit-background-clip:  text;
    
}

.card-body p {
    
	line-height:  29px;
    
	font-weight:  bold;
    
}
.login-info {
    
	margin:  30px 0 15px 0;
    
	padding:  0 20px 0 10px;
    
	line-height:  31px;
    
	display:  none;
    
}
/* -------modal-nasrin------ */
.bd-example-modal .modal-dialog  {
    
    left:  auto;
    
    margin-right:  auto;
    
    margin-left:  auto;
    
}
.modal-content  {
    
position:  relative;
    
display:  -ms-flexbox;
    
display:  flex;
    
-ms-flex-direction:  column;
    
flex-direction:  column;
    
width:  100%;
    
pointer-events:  auto;
    
background-color:  #fff;
    
background-clip:  padding-box;
    
border:  1px solid rgba(0, 0, 0, .2);
    
border-radius: 0;
    
outline:  0;
}
.modal-header  {
    
display:  -ms-flexbox;
    
display:  flex;
    
-ms-flex-align:  start;
    
align-items:  flex-start;
    
-ms-flex-pack:  justify;
    
justify-content:  space-between;
    
border-bottom:  1px solid #dee2e6;
    
border-top-left-radius:  calc(0.3rem - 1px);
    
border-top-right-radius:  calc(0.3rem - 1px);
    
direction:  rtl;
    
padding: 0;
}
.modal-title  {
    
    margin-bottom:  0;
    
    line-height:  1.5;
    
    color:  #10244e;
    
    font-weight:  bolder;
    
}
.modal-header .close  {
    
    padding:  1rem 1rem;
    
    margin:  -1rem auto -1rem -1rem;
    
}
.modal-body  {
    
    position:  relative;
    
    -ms-flex:  1 1 auto;
    
    flex:  1 1 auto;
    
    padding:  1rem;
    
}
.modal-footer  {
    
    display:  -ms-flexbox;
    
    display:  flex;
    
    -ms-flex-wrap:  wrap;
    
    flex-wrap:  wrap;
    
    -ms-flex-align:  center;
    
    align-items:  center;
    
    -ms-flex-pack:  end;
    
    justify-content:  flex-end;
    
    padding:  20px 16px 20px 20px;
    
    border-top:  1px solid #dee2e6;
    
    border-bottom-right-radius:  calc(0.3rem - 1px);
    
    border-bottom-left-radius:  calc(0.3rem - 1px);
    
}
.modal-header .close  {
    
    padding:  1rem 1rem;
    
    margin:  -1rem auto -1rem -1rem;
    
}
.modal-link .btn {
    
	    background-color:  #dd4026;
    
	    color:  #fff;
    
}
.modal-body p {
    
	font-weight:  bold;
    
	color:  #16233e;
    
}

.d-flx{
	display: flex;
}
.j-between  {
    justify-content:  space-between;
}
.j-center  {
    justify-content:  center;
}
.j-end  {
    justify-content:  flex-end;
}
.j-start  {
    justify-content:  flex-start;
}
.border-1  {
    border-top:  1px solid #e5e7eb;
}
.PassEye {
    position:  absolute;
    top: 13px;
    right:  auto;
    left:  7px;
}
.PassEye svg {
    width:  20px;
    height:  20px;
    fill:  currentColor;
}
.ShowEye {
    display:  inline-block;
}
.HideEye, #inputCaptchaImage {
    display:  none;
}
.LoadingCmBtn  {
    width:  13px;
    height:  13px;
    margin-right:  8px;
    margin-bottom:  0;
    display:  none;
}
.eventNone {
    opacity:  .7;
    pointer-events:  none;
}
.Loadfade  {
    display:  inline-block;
}