/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.hide{
    display: none !important;
}
.dir-ltr{
    direction: ltr !important;
}
.dir-rtl{
    direction: rtl !important;
}
.text-left{
    text-align: left !important;
}
.text-right{
    text-align: right !important;
}
#contact-me {
    position: fixed;
    border-radius: 50%;
    z-index: 299;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 25px;
    bottom: 30px;
    cursor: pointer;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}
#slider-index-1,#slider-index-2{
    background: #050505 url('/images/canvas/mobile/dots-white.png') 100% 0 no-repeat; background-size: 60%;
}

#mobile-nov-header{
    flex-direction: row-reverse;
}
div.global-menu a.active{
    color: #8e24aa;
}
.cardlink-p{
    font-size: .83em;
}
.text-justify{
    text-align: justify;
}
/* contact us form label */
.form-floating > label {
    position: absolute;
    top: 0;
    right: 10px;
    left: auto;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
label{
    font-weight: 350;
}
/* google recaptcha */
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}
.grecaptcha-badge:hover {
    width: 256px !important;
}
/* modal sweet alert */
body.dark .swal-modal{
    color: #222;
}
body.dark .swal-button {
    color: #222;
}
/*.grid-filter li{*/
/*    width: 100% !important;*/
/*}*/
.grid-filter.flex-column {
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 4px;
}

.grid-filter.flex-column,
.grid-filter.flex-column li {
    width: 100%;
}

.grid-filter.flex-column li a {
    padding: 14px 20px;
    font-size: 0.9375rem;
    text-align: right;
    border-left: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}

.grid-filter.flex-column li:first-child a {
    border-radius: 4px 4px 0 0;
}

.grid-filter.flex-column li:last-child a {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}
/*.was-validated .form-control:valid, .form-control.is-valid {*/
/*    padding-right: calc(0.75rem) !important;*/
/*}*/
/*.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {*/
/*    padding-right: 0.75rem !important;*/
/*}*/
/*.was-validated .form-control:valid, .form-control.is-valid {*/
/*    background-position: right calc(0.375em + 0.1875rem) center;*/
/*    padding-left: 10px !important;*/
/*}*/
/*select .form-control.is-valid{*/
/*    padding-right: calc(0.5rem) !important;*/

/*}*/
.text-bw{
    color: #808080;
}
.num-fa{
    font-family: 'iransens_num', sans-serif !important;
}
.ml-10{
    margin-left: 10px !important;
}
a.cardlink-a{
    text-decoration: none !important;
    color: #8e24aa;
}
.a-notif{
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.i-notif{
    line-height: 26px;
    font-size: 18px;
    margin-right: -6px !important;
}
div.modal-dialog{
    margin-top: 80px;
}
