* {
    font-family: 'Vazir', sans-serif;
}

.float-left{
    float: left;
}

fieldset{
    border: 2px dashed #404040;

}
legend{
    padding: 10px;
}

.modal-large{
    width: 70% !important;
}
.cke_contents{
    height: 180px !important;
}

.reqGraduation{
    color: #286fa9;
    font-weight: bold;
}
.nav-tabs>li{
    background-color: #e0e0e0;
}

.nav-tabs > li.active > a{
    color: white !important;
    background-color: #286fa9 !important;
}

.comment-unread{
    background-color: khaki !important;
}

@-moz-document url-prefix() {
    .custom-select select {
        font-family: 'Vazir', sans-serif;
    }
    .custom-select select option {
        font-family: 'Vazir', sans-serif;
    }
}

.required:after {
    content: "*";
    color: red;
    font-size: 24px;
    position: absolute;
    padding-right: 10px;
}

.form-label {
    padding: 0 5px 6px;
}

.resetPass {
    display: inline-block !important;
    padding: 6px 12px !important;
}

.form-group {
    margin: 0 !important;
}

.btn {
    margin-bottom: 5px;
}

.table-bordered tr td, .table-bordered tbody tr td {
    border: 1px solid rgb(20, 19, 19);
}

.table-bordered tr {
    border: 1px solid rgb(20, 19, 19);
}

body {
    direction: rtl !important;
    text-align: right;
}

.body {
    background-color: #ffebf6;
    position: fixed;
    z-index: 0;
}

.hr {
    border-bottom: 1px solid lightgray;
    /* margin-bottom: 4px; */
}

.hr-info {
    border-color: #0d6aad;
}

/* .nav>li>a:hover {
    background-color: red;
} */

.main-header {
    position: relative;
    max-height: 100px;
    z-index: 1030;
}

.main-header .navbar {
    background-color: #da4599;
    height: 50px;
}

.main-header>a {
    text-decoration: none;
}

.main-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 0;
    min-height: 100%;
    width: 230px;
    z-index: 1810;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
    background-color: #4586bc;
}

.main-sidebar .logo {
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    /*display: block;*/
    /*float: right;*/
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    /* text-align: center; */
    width: 230px;
    /*padding: 0 15px;*/
    font-weight: 300;
    /*overflow: hidden;*/
    direction: rtl !important;
    /*background-color: #2c75a2;*/
    color: #fff;
    border-bottom: 0 solid transparent;
}

.main-sidebar>.logo>span {
    width: 100%;
    position: absolute;
    right: 0;
}

.main-sidebar>.logo>span.logo-lg>img {
    width: 230px;
    margin-top: 2px;
}

.main-sidebar>.logo>span.logo-mini>img {
    width: 70px;
    margin-top: 2px;
}

.main-header .navbar {
    -webkit-transition: margin-right 0.3s ease-in-out;
    -o-transition: margin-right 0.3s ease-in-out;
    transition: margin-right 0.3s ease-in-out;
    margin-bottom: 0;
    margin-right: 0px;
    border: none;
    min-height: 50px;
    border-radius: 0;
}

.menu-toggle-small {
    width: 70px;
}

.menu-toggle-small .Nav-dropdown {
    position: relative;
}

/*.model-toggle-small .Nav-dropdown:hover .Nav-dropdown-content {*/

/*display: block;*/

/*}*/

.menu-toggle-small .user-info {
    display: none;
}

.menu-toggle-small>.Nav-right>li>a>span {
    display: none;
}

.menu-toggle-small>.Nav-right>li>a>span.pull-left-container {
    display: block;
}

.menu-toggle-small .Nav-dropdown-content {
    /*display: none;*/
    position: absolute;
    min-width: 230px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 0px;
    right: 70px;
}

.menu-toggle-small>ul>li>.Nav-dropdown-content>a:hover {
    background-color: #98c3e6;
}

.menu-toggle-small>ul>li>a>i {
    font-size: 28px;
    padding-right: 8px;
}

.user-panel {
    padding: 20px 10px;
    margin-top: 70px;
}

.user-panel>.user-image>img {
    /*width: 100%;*/
    width: 45px;
    height: 45px;
    /*background-color: #1e7e34;*/
    margin-top: -7px;
}

.user-header {
    background-color: #cf2585 !important;
}

/*.user-body a:hover {*/

/*background-color: #188812 !important;*/

/*}*/

.img-cirlce {
    border-radius: 50%;
}

.btn-radius {
    border-radius: 20px;
}

.nav-top-left>li>a>i, .nav-top-left>li>a>span {
    color: white !important;
}

.nav-top-left>li>a:hover, .nav-top-left>li>a:focus {
    background-color: #b40568 !important;
}

.nav-top-left>li>ul>li>ul>li>a:hover {
    background-color: #cacaca !important;
}

.pull-right {
    float: right;
}

.user-info {
    padding-right: 8px;
    margin: 0;
    margin-top: -5px;
    color: white;
}

.user-info>span {
    font-size: 12px;
}

.user-info>span>i {
    margin-left: 4px;
    font-size: 10px;
}

.user-info small {
    font-size: 10px;
}

.Nav-right {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    /*overflow-y: auto;*/
}

.Nav-right>.header {
    padding: 10px 15px;
    background-color: #ffd251;
    margin-top: 4px;
    color: #68a1d1;
    font-size: 14px;
    text-align: center;
}

.Nav-right:hover>.header {
    color: #0e5591;
}

.Nav-right>li {
    margin: 8px 0;
}

.Nav-right>li:hover {
    background-color: #496277;
}

.Nav-right>li.header:hover {
    background-color: #ffd251;
}

.Nav-right>li>a {
    text-decoration: none;
    color: #ffd251;
    display: block;
    position: relative;
    padding: 10px;
}

.Nav-right>li>a>span {
    margin-right: 4px;
}

.Nav-dropdown {
    /*padding: 10px 0 !important;*/
    margin: 0;
}

.Nav-dropdown>a>span.pull-left-container {
    position: absolute;
    /*top: 5px;*/
    left: 0;
}

.Nav-right>li>a>span.pull-left-container {
    position: absolute;
    /*top: 5px;*/
    left: 7px;
}

.Nav-dropdown-content>a>span.pull-left-container {
    /* position: absolute;
    top: 5px;
    left: 7px;
    z-index: 1; */
    float: left;
}

.DropdownMenuTitle:hover, .MenuTitle:hover {
    background-color: #286fa9;
}

.menu-toggle-small>ul>li.Nav-dropdown>a>span.pull-left-container {
    top: 15px;
    left: 0;
}

.dropdown-active {
    border-left: 4px solid #e1a906;
    /*background-color: #214d67;*/
    background: linear-gradient(#0e5591, #0e5591), #0e5591 !important;
    box-shadow: rgba(0, 0, 0, .25) 0 1px 0, inset rgba(40, 111, 169, 0.514) 0 1px 0;
    /*background-color: #496277;*/
}

.dropdown-clicked {
    background: linear-gradient(#0e5591, #0e5591), #0e5591 !important;
    box-shadow: rgba(0, 0, 0, .25) 0 1px 0, inset rgba(40, 111, 169, 0.514) 0 1px 0;
}

.dropdown-active>a span>i {
    margin-left: 5px !important;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
    border-color: #b40568;
}

/*.dropdown-active .Nav-dropdown-content{*/

/*display: block;*/

/*}*/

.Nav-dropdown>a>span>i {
    margin-left: 10px;
    margin-top: 3px;
}

.DropdownMenuTitle, .MenuTitle {
    cursor: pointer;
}

.Nav-dropdown-content {
    /*padding: 5px 0;*/
    background-color: #286fa9;
    /*margin-top: 10px;*/
    /*opacity: 0;*/
    /*display: none;*/
    /*height: 0;*/
    /*overflow: hidden;*/
    /*margin-bottom: -10px;*/
}

.Nav-dropdown-content>a {
    display: block;
    padding: 8px 22px 10px 2px;
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    /*margin-right: 10px;*/
    font-weight: lighter;
}

.Nav-dropdown-content a:hover {
    background-color: #98c3e6;
}

.Nav-dropdown-content>a>i {
    font-size: 10px;
    margin-left: 4px;
}

.dropdown-content-active {
    background-color: #68a1d1 !important;
}

.login {
    /*margin-top: 200px;*/
}
.login > .login-header{
    padding: 15px;
    background-color: #A39163;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: white;
    text-align: center;
}
.login > .login-content {
    border: 1px solid #A39163;
    padding: 10px;

}
.login > .login-footer {
    padding: 15px;
    background-color: #A39163;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: white;
}
.login > .login-footer-error {
    background-color: #d71818;
}


.toggle {
    float: right;
    margin: 0;
    padding-top: 12px;
    width: 70px;
}

.toggle a {
    padding: 15px 15px 0;
    margin: 0;
    cursor: pointer;
}

.toggle a i {
    font-size: 26px;
    color: white;
}

.main-header .navbar-custom-menu, .main-header .navbar-left {
    float: left;
}

.navbar-custom-menu>.navbar-nav>li {
    position: relative;
}

.main-header .navbar .nav>li>a>.label {
    position: absolute;
    top: 9px;
    left: 7px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
    background-color: #00a65a !important;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    position: absolute;
    left: 0;
    right: auto;
}

.navbar-nav>.notifications-menu>.dropdown-menu, .navbar-nav>.messages-menu>.dropdown-menu, .navbar-nav>.tasks-menu>.dropdown-menu {
    width: 280px;
    padding: 0 0 0 0;
    margin: 0;
    top: 100%;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.header, .navbar-nav>.messages-menu>.dropdown-menu>li.header, .navbar-nav>.tasks-menu>.dropdown-menu>li.header {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #ffffff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    font-size: 14px;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li, .navbar-nav>.messages-menu>.dropdown-menu>li, .navbar-nav>.tasks-menu>.dropdown-menu>li {
    position: relative;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li, .navbar-nav>.messages-menu>.dropdown-menu>li, .navbar-nav>.tasks-menu>.dropdown-menu>li {
    position: relative;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li, .navbar-nav>.messages-menu>.dropdown-menu>li, .navbar-nav>.tasks-menu>.dropdown-menu>li {
    position: relative;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: auto;
    padding: 10px;
    text-align: center;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
    z-index: 5;
    color: #ffd251 !important;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    margin-top: 10px;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p>small {
    color: #fff;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a, .navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a, .navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
    display: block;
    white-space: unset;
    border-bottom: 1px solid #f4f4f4;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>div>img {
    margin: auto 10px auto 5px;
    width: 30px;
    height: 30px;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4 {
    padding: 0;
    margin: 0;
    color: #444444;
    font-size: 12px;
    position: relative;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Vazir', sans-serif;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu, .navbar-nav>.messages-menu>.dropdown-menu>li .menu, .navbar-nav>.tasks-menu>.dropdown-menu>li .menu {
    max-height: 300px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a {
    margin: 0;
    padding: 10px 10px;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4>small {
    color: #999999;
    font-size: 9px;
    position: absolute;
    top: 0;
    left: 0;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p {
    margin: 0;
    font-size: 10px;
    color: #888888;
}

.body-content {
    margin-right: 230px;
    background-color: #eeeeee;
}

.content-header {
    padding-bottom: 7px;
}

.content-header>h1 {
    border-bottom: 1px solid #9b9d9e;
    padding-bottom: 8px;
}

.close-menu {
    display: none;
}

.login-form {
    width: 90%;
    margin: auto;
}

.error-input {
    border: 1px solid red !important;
    ;
    background-color: rgb(247, 164, 164) !important;
    /* color: red !important; */
}

.log-error {
    color: red;
    margin: 5px;
    background-color: rgb(250, 210, 216);
    font-size: 10px;
    padding: 5px;
    text-align: center;
}

.log-success {
    color: green;
    margin: 5px;
    background-color: rgb(206, 250, 217);
    font-size: 10px;
    padding: 5px;
    text-align: center;
}

.form-element {
    padding: 0;
}

.resendCode:hover {
    background-color: rgb(194, 193, 122);
}

.form-hr {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgb(165, 165, 165);
}

.fa-select, .fa-select option {
    font-family: 'FontAwesome', 'Vazir', sans-serif;
}

/****************Browse ******************/

[type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}

[type="file"]+label {
    background: #f15d22;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Vazir', sans-serif;
    font-size: 12px;
    /* font-weight: 600; */
    /*margin-bottom: 1rem;*/
    outline: none;
    padding: 5px 50px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
    text-align: center;
}

.log-dig {
    padding: 3px 5px 6px;
    /*margin-left: 5px;*/
    margin-bottom: 4px;
    background-color: lightgreen;
    color: white;
    font-size: 12px;
}

.log-dig>span {
    color: tomato;
}

.link-disabled {
    cursor: not-allowed !important;
    color: rgb(136, 174, 179) !important;
}

.img-disabled {
    cursor: not-allowed !important;
    opacity: 0.5;
}

.link-remove {
    cursor: pointer;
    color: rgb(216, 29, 29);
}

textarea {
    resize: none;
}

.incoming {
    background-color: #5ac21a;
    color: white;
    text-align: center;
}

.cost {
    background-color: #d01800;
    color: white;
    text-align: center;
}

.pdate {
    display: inline-block !important;
    width: calc(100% - 30px) !important;
}

.modal-form {
    width: 95%;
    margin: auto;
}

.payMethod {
    padding: 10px;
}

.payMethod span {
    padding: 6px 20px 8px;
    background-color: rgb(9, 112, 160);
    color: white;
    font-weight: bold;
    position: relative;
}

.payMethod>span::after {
    content: "";
    border-style: solid;
    border-width: 19px 16px 19px 0;
    border-color: transparent rgb(9, 112, 160) transparent transparent;
    position: absolute;
    top: 0;
    left: -16px;
}

.payMethod-radio {
    padding: 10px;
    margin-right: 20px;
}

/*  Index */

.carousel-inner {
    width: 100%;
    height: 100%;
}

.Nav-mob {
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(14, 85, 145, 0.9);
    display: none;
}

.Nav {
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(14, 85, 145, 0.9);
}

.nav-index {
    /* padding: 10px; */
    margin: 0;
    margin-right: 200px;
    list-style: none;
    /* display: inline; */
}

.nav-index li {
    /* float: right; */
    display: inline;
}

.nav-index li a {
    display: inline-block;
    padding: 18px 20px;
    /* margin-left: 10px; */
    color: white;
}

.nav-index li a:hover {
    background-color: #f39acc;
    /* border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px; */
}

.nav-index li a.active {
    background-color: #da4599;
    color: white;
    /* border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px; */
}

.nav-index2 {
    padding: 10px;
    margin: 0;
    /* margin-right: 200px; */
    list-style: none;
    display: inline;
}

.nav-index2 li {
    /* float: right; */
    display: inline;
}

.nav-index2 li a {
    display: inline-block;
    padding: 10px 20px;
    margin-left: 10px;
    color: white;
}

.nav-index2 li a:hover {
    background-color: #f39acc;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.nav-index2 li a.active {
    background-color: #da4599;
    color: white;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.footer-index {
    height: 50px;
    position: absolute;
    bottom: 0;
    background-color: rgba(14, 85, 145, 0.9);
    width: 100%;
    right: 0;
    color: white;
}

.content-index {
    height: auto;
    background-color: rgba(14, 85, 145, 0.9);
    width: 100%;
    color: white;
    position: absolute;
    top: 58px;
    right: 0;
    margin-bottom: 60px;
}

.content-index:after {
    position: absolute;
    content: "";
    bottom: -52px;
    height: 52px;
    width: 1px;
}

.social-nav {
    text-align: right;
    padding-top: 8px;
}

.footer-index .social-nav a.insta {
    background-image: url(images/insta.png);
    background-size: 34px;
    background-repeat: no-repeat;
    /* background-position: 0 0; */
}

.footer-index .social-nav a.telegram {
    background-image: url(images/teleg.png);
    background-size: 34px;
    background-repeat: no-repeat;
    /* background-position: 0 0; */
}

.footer-index .social-nav a.whatsapp {
    background-image: url(images/whats.png);
    background-size: 34px;
    background-repeat: no-repeat;
    /* background-position: 0 0; */
}

.footer-index .social-nav a {
    width: 34px;
    height: 34px;
    display: inline-block;
}

.login {
    position: absolute;
    top: 0;
    left: 200px;
}

.menu-close img {
    display: none;
}

/* .content-index{
    width: 90%;
    margin: auto;
} */

.loading {
    min-height: 100%;
    min-width: 100%;
    background: url("../img/loading2.gif");
    background-color: #2A92B9;
    /* background-size: 100% 100%; */
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-clip: border-box;
    /*position: fixed;*/
    position: fixed;
    z-index: 1;
}

.login-content {
    background-color: rgba(14, 85, 145, 0.9);
    /*position: absolute;*/
    z-index: 2;
    /* min-height: 79%; */
    padding-bottom: 20px;
    color: white;
    top: 58px;
    /*margin-bottom: 60px;*/
}

.login-content:after {
    position: absolute;
    content: "";
    bottom: -52px;
    height: 52px;
    width: 1px;
}

.popover {
    color: tomato;
}

.logo-asatid {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.logo-asatid>img {
    width: 100px;
}

.logo-asatid>p {
    margin-top: 20px;
    font-size: 34px;
    border-bottom: 2px solid;
    padding: 15px;
}

.login-logo-asatid {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 30px;
}

.login-logo-asatid>img {
    width: 100px;
}

.login-logo-asatid>p {
    margin-top: 20px;
    font-size: 24px;
    border-bottom: 2px solid;
    padding: 15px;
}

.login-content-link {
    margin: 20px 0;
}

.login-content-link a {
    cursor: pointer;
    color: white;
}

.input-group {
    float: right !important;
    margin-bottom: 10px;
    padding: 0 4px !important;
}

.form-header {
    background-color: #286fa9;
    color: white;
    text-align: center;
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
}

.form-header-public {
    background-color: #da4599;
    color: white;
    text-align: center;
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
}

.link-Public {
    color: #da4599 !important;
    font-weight: bold;
}

.link-Public:hover {
    color: #d40668 !important;
}

.popover {
    font-size: 11px;
    white-space: pre-wrap;
    text-align: justify;
}

.user-body>.list>a * {
    font-size: 12px;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body {
    padding: 10px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #dddddd;
}

.link-cursor {
    cursor: pointer;
}

.footer>td:first-of-type {
    padding: 10px !important;
    background-color: rgb(226, 194, 10);
    font-size: 22px;
    color: white;
}

.footer>td:last-of-type {
    padding: 10px !important;
    background-color: rgb(62, 255, 37);
    font-size: 28px;
    color: white;
}

.news {
    padding: 10px;
    background-color: rgb(238, 243, 231);
    border-radius: 5px;
    margin: 5px 0;
}

.news>.news-body {
    padding: 10px;
}

.news>.news-footer {
    padding: 10px;
    border-top: 1px solid rgb(255, 255, 255);
    font-size: 12px;
    color: dimgrey;
}

.news-subject {
    font-size: 26px;
}

.chat-mine, .chat-other {
    border: 1px solid #eee;
    padding: 5px;
    margin: 5px;
}

.userChat>img {
    width: 50px;
}

.userChat>span {
    font-size: 13px;
}

.comment {
    font-size: 12px;
    padding: 15px;
}

.comment img {
    width: 150px;
}

.footer {
    font-size: 10px;
    padding: 15px;
    border-top: 1px solid rgb(177, 177, 177);
}

.chat-other>.userChat {
    float: left;
    direction: ltr;
    text-align: left;
}

.chat-other>.comment {
    border-left: 1px solid rgb(177, 177, 177);
    text-align: left;
    margin-top: 25px;
}

.chat-mine>.comment {
    border-right: 1px solid rgb(177, 177, 177);
}

.chat-other>.footer {
    direction: ltr;
    text-align: left;
}

.img-width {
    width: 300px !important;
}

.overlay-load {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.overlay-load .fa {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

.bg-green {
    background-color: #8ae953 !important;
}

.bg-yellow {
    background-color: #ffd251 !important;
}

.bg-red {
    background-color: #ee3f00 !important;
}

.bg-hoiar-blue-1 {
    background-color: #0e5591 !important;
    color: white;
}

.bg-hoiar-blue-2 {
    background-color: #286fa9 !important;
    color: white;
}

.bg-hoiar-blue-3 {
    background-color: #4586bc !important;
    color: white;
}

.bg-hoiar-blue-4 {
    background-color: #68a1d1 !important;
    color: white;
}

.content-public {
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.menu-index-in-login {
    display: none !important;
}

.menu-index-in-mymenu {
    display: inline !important;
}

/* .modal-lg{
    width: 1000px;
} */

.modal-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.modal-nav li {
    padding: 8px;
    text-align: center;
    background-color: white;
    border: 2px solid rgb(14, 62, 124);
    margin: 10px 0;
    cursor: pointer;
    color: rgb(14, 62, 124);
}

.modal-nav-li-active {
    background-color: rgb(14, 62, 124) !important;
    color: white !important;
}

.scroll-y {
    overflow-y: scroll;
    height: calc(100vh - 120px);
}

.scroll-y-chat {
    overflow-y: scroll;
    height: calc(100vh - 230px);
    /* margin-bottom: 100px; */
}

.picture-files {
    margin-bottom: 5px;
    border-bottom: 1px solid blue;
    padding: 10px;
}

.picture-files p {
    font-size: 16px;
    font-weight: bold;
}

.mailbox {
    padding: 5px;
    margin-bottom: 2px;
}
.mailbox:hover{
    background-color: rgb(231, 231, 231);
}
.mailbox > h4 {
    padding: 0;
    margin: 0 -3px;
    color: #444444;
    font-size: 14px;
    position: relative;
}
.mailbox > p {
    margin: 0;
    font-size: 11px;
    color: #888888;
}

.mailbox > h4 > small {
    color: #999999;
    font-size: 11px;
    position: absolute;
    top: 0;
    left: 0;
}

.chat {
    width: 800px;
    margin: 2px;
}

.chat-box {
    margin-bottom: 80px;
}

.chat-me {
    background-color: rgb(203, 252, 146);
    position: relative;
    margin-right: 8px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.chat-me::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    /* margin-left: -5px; */
    border-width: 0 0 10px 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(203, 252, 146);
  }

.chat-he {
    background-color: rgb(183, 221, 252);
    /* direction: ltr; */
    text-align: left;
    position: relative;
    left: 8px;
    float: left;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.chat-he::after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    /* margin-left: -5px; */
    border-width: 0 8px 10px 0 ;
    border-style: solid;
    border-color: transparent rgb(183, 221, 252) transparent transparent ;
  }

.sendChat {
    position: fixed;
    bottom: 0;
}

.chat-notread-number {
    position: relative;
    top: -9px;
    left: 7px;
    text-align: center;
    font-size: 9px;
    padding: 0 3px;
    line-height: .9;
}

input.valid {
    background-color: white !important;
}

@media (max-width: 1250px) and (min-width: 993px) {
    .nav-index {
        padding: 10px;
        margin-right: 150px;
    }
    .chat {
        width: 600px;
    }
    .scroll-y-chat {
        overflow-y: scroll;
        height: calc(100vh - 230px);
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    /* .modal-lg{
        width: 750px;
    } */
    .modal-large{
        width: 80% !important;
    }

    .chat {
        width: 450px;
    }
    .scroll-y-chat {
        overflow-y: scroll;
        height: calc(100vh - 265px);
    }
    .login-logo-asatid>img {
        width: 100px;
    }
    .login-logo-asatid>p {
        font-size: 28px;
    }
    .logo-asatid>img {
        width: 100px;
    }
    .logo-asatid>p {
        font-size: 28px;
        padding: 10px;
        margin-top: 5px;
    }
    .nav-index {
        padding: 10px;
        margin-right: 80px;
    }
    .nav-index li a {
        padding: 10px 10px;
    }
    .img-width {
        width: 200px !important;
    }
}

@media (max-width: 767px) {
    .modal-large{
        width: 90% !important;
    }

    .scroll-y-chat {
        overflow-y: scroll;
        height: calc(100vh - 170px);
    }
    .chat {
        width: 350px;
    }
    .menu-index-in-login {
        display: inline !important;
    }
    .menu-index-in-mymenu {
        display: none !important;
    }
    .login {
        left: 150px;
    }
    .login-logo-asatid>img {
        width: 80px;
    }
    .login-logo-asatid>p {
        font-size: 20px;
    }
    .logo-asatid>img {
        width: 80px;
    }
    .logo-asatid>p {
        font-size: 20px;
        padding: 5px;
        margin-top: 5px;
    }
    .content-index {
        top: 52px;
    }
    .userChat>img {
        width: 35px;
    }
    .navbar-nav>.user-menu>.dropdown-menu>.user-body {
        padding: 5px;
        border-bottom: 1px solid #f4f4f4;
        border-top: 1px solid #dddddd;
    }
    .Nav-mob {
        display: block;
        padding: 5px 10px;
    }
    .menu-icon i {
        font-size: 35px;
        color: white;
        cursor: pointer;
    }
    .menu-close {
        height: 50px;
        border-bottom: 2px solid white;
    }
    .menu-close img {
        display: block;
        margin-top: 10px;
        margin-left: 8px;
        cursor: pointer;
    }
    .Nav {
        width: 230px;
        position: absolute;
        background-color: rgba(14, 85, 145, 0.9);
        right: -230px;
        z-index: 1000;
        min-height: 100%;
    }
    .Nav>.container {
        margin: 0;
        padding: 0;
        /* margin-top: 50px; */
    }
    .Nav>.container>.nav-index {
        margin-top: 50px;
    }
    .nav-index {
        padding: 0 5px;
        margin: 0;
        /* margin-right: 200px; */
        list-style: none;
    }
    .nav-index li {
        /* float: right; */
        display: block;
    }
    .nav-index li a {
        display: block;
        padding: 10px 20px;
        margin-left: 0;
        color: white;
    }
    .nav-index li a.active {
        background-color: #da4599;
        color: white;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    .login {
        position: fixed;
        top: unset;
        left: unset;
        bottom: 10px !important;
        /* right: 0 !important; */
        width: 230px;
    }
    .mymenu {
        position: fixed;
        top: unset;
        left: unset;
        /* bottom: 10px !important; */
        /* right: 0 !important; */
        width: 230px;
        /* display: inline; */
        padding-top: 10px;
    }
    * {
        font-size: 12px;
    }
    .payMethod {
        padding: 10px 0;
    }
    .payMethod span {
        padding: 2px 2px 3px 2px;
        background-color: rgb(9, 112, 160);
        color: white;
        font-size: 10px !important;
        font-weight: lighter;
        position: relative;
    }
    .payMethod>span::after {
        content: "";
        border-style: solid;
        border-width: 10px 10px 11px 0;
        border-color: transparent rgb(9, 112, 160) transparent transparent;
        position: absolute;
        top: 0;
        left: -10px;
    }
    .payMethod-radio {
        padding: 10px;
        margin-right: 20px;
    }
    .modal-form {
        width: 100%;
    }
    /* *{
        font-size: 12px !important;
    } */
    select, input, textarea {
        font-size: 12px !important;
    }
    textarea {
        resize: none;
    }
    .form-element {
        /* padding-left: 15px;
        padding-right: 15px; */
        padding: 0;
    }
    /* .form-element-mobile {
        padding-left: 1px;
        padding-right: 1px;
    } */
    .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .main-header {
        margin-right: 0;
    }
    .main-header>.logo {
        width: 0;
        /*display: block;*/
        /*width: 100%;*/
    }
    .close-menu {
        width: 30px;
        margin: 19px 0 0 10px;
        opacity: 0.5;
        cursor: pointer;
        display: block;
    }
    .main-sidebar {
        width: 300px;
        -webkit-transform: translate(300px, 0);
        -ms-transform: translate(300px, 0);
        -o-transform: translate(300px, 0);
        transform: translate(300px, 0);
    }
    .user-panel {
        border-top: 1px solid #9b9d9e;
    }
    /*.navbar-static-top{*/
    /*display: block;*/
    /*width: 100%;*/
    /*}*/
    .body-content {
        margin-right: 0;
        position: unset;
    }
    .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
        width: 250px;
    }
    .cover {
        width: 100%;
        /*height: 100%;*/
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        background-color: rgba(122, 122, 122, 0.84);
    }
    .login-form {
        width: 100%;
        margin: auto;
    }
    .carousel-inner {
        width: 200% !important;
        right: -100px;
    }
    .login-content {
        top: 52px;
        margin-bottom: 52px;
    }
    .col-md-3 {
        /* margin-bottom: 4px; */
        padding: 4px;
    }
    .modal-dialog {
        margin: 0;
        /* top: 48px */
    }
    .content {
        padding: 0;
        padding-top: 4px;
    }
    .nav-tabs-custom>.tab-content {
        padding: 0;
    }
    /* .col-xs-12,
    .col-md-12,
    .col-sm-12 {
        padding: 5px;
    } */
    .box-body {
        padding: 0px;
        padding-top: 4px;
    }
    .navbar-nav>.user-menu>.dropdown-menu>.user-body {
        padding: 0;
        border-bottom: 1px solid #f4f4f4;
        border-top: 1px solid #dddddd;
    }
    .user-body>.list>a * {
        font-size: 9px;
    }
    .img-width {
        width: 100px !important;
    }
    .news-footer div {
        font-size: 10px !important;
        padding: 0;
    }
    .news>.news-body {
        padding: 0;
    }
    .news-body-text {
        margin: 0;
    }
    .news-subject {
        font-size: 20px;
        padding: 0;
    }
    .chat-other>.comment {
        border-left: none;
    }
    .chat-mine>.comment {
        border-right: none;
    }
    .form-element-mobile {
        padding: 0;
        padding-bottom: 5px;
    }
    .img-inbox {
        width: 40px;
    }

}

@media (max-width: 425px) {
    .modal-large{
        width: 100% !important;
    }

    .chat {
        width: 300px;
    }
    .img-inbox {
        width: 35px;
    }
    .scroll-y-chat {
        overflow-y: scroll;
        height: calc(100vh - 170px);
    }
    .menu-index-in-login {
        display: inline !important;
    }
    .menu-index-in-mymenu {
        display: none !important;
    }
    .login-logo-asatid>img {
        width: 70px;
    }
    .login-logo-asatid>p {
        font-size: 16px;
    }
    .logo-asatid>img {
        width: 70px;
    }
    .logo-asatid>p {
        font-size: 16px;
        padding: 5px;
        margin-top: 5px;
    }
    .content-index {
        top: 52px;
    }
    .chat-other>.comment {
        border-left: none;
    }
    .chat-mine>.comment {
        border-right: none;
    }
    .userChat>img {
        width: 25px;
    }
    .news>.news-footer {
        font-size: 10px;
    }
    .news-subject {
        font-size: 18px;
    }
    .box-header .box-title {
        font-size: 16px;
    }
    .content {
        padding: 0;
        padding-top: 4px;
    }
    .nav-tabs-custom>.tab-content {
        padding: 0;
    }
    .col-xs-12, .col-md-12, .col-sm-12 {
        padding: 5px;
    }
    .box-body {
        padding: 0px;
        padding-top: 4px;
    }
    .navbar-nav>.user-menu>.dropdown-menu>.user-body {
        padding: 0;
        border-bottom: 1px solid #f4f4f4;
        border-top: 1px solid #dddddd;
    }
    .user-body>.list>a * {
        font-size: 9px;
    }
    .carousel-inner {
        width: 300% !important;
        right: -200px;
    }
    .nav-index {
        padding: 0 5px;
        margin-right: 0;
    }
    .payMethod {
        padding: 10px 0;
    }
    .payMethod-row {
        padding: 10px 0;
    }
    .payMethod span {
        padding: 2px 2px 3px 2px;
        background-color: rgb(9, 112, 160);
        color: white;
        font-size: 10px !important;
        font-weight: lighter;
        position: relative;
    }
    .payMethod>span::after {
        content: "";
        border-style: solid;
        border-width: 10px 10px 11px 0;
        border-color: transparent rgb(9, 112, 160) transparent transparent;
        position: absolute;
        top: 0;
        left: -10px;
    }
    .payMethod-radio {
        padding: 10px;
        margin-right: 5px;
        font-size: 10px;
    }
    .modal-form {
        width: 100%;
    }
    .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
        width: 220px;
        font-size: 12px !important;
    }
    .login-form {
        width: 100%;
        margin: auto;
    }
    .form-element-mobile {
        padding: 0;
        padding-bottom: 5px;
    }
    .login-content {
        top: 52px;
        margin-bottom: 52px;
    }
    .col-md-3 {
        /* margin-bottom: 4px; */
        padding: 4px;
    }
    .modal-dialog {
        margin: 0;
        /* top: 48px */
    }
    .form-element {
        padding: 0;
    }
}
