@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

body {
    background: url("../img/bg-login.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font: 16px IRANSans-fa, Arial !important;
}

input, textarea {
    outline: none;
}

input[type=password] {
    text-align: center;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background: #8a8a8a;
    box-shadow: inset 0px -1px 7px #5b5b5b;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #00b8af;
    box-shadow: inset 0px -1px 7px #01736e;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background: #8a8a8a;
    box-shadow: inset 0px -1px 7px #5b5b5b;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #00b8af;
    box-shadow: inset 0px -1px 7px #01736e;
}

img {
  font-family: IRANSans-fa;
  font-weight: 300;
  line-height: 2;
  text-align: center;

  height: auto;
  position: relative;
  min-height: 50px;
}

img:before {
  content: " ";
  display: block;

  position: absolute;
  top: -10px;
  left: 0;
  height: calc(100% + 10px);
  width: 100%;
  background-color: rgb(230, 230, 230);
  border: 2px dotted rgb(200, 200, 200);
  border-radius: 5px;
}

img:after {
  content: "عکسی بارگذاری نشده است";
  display: block;
  font-size: 12px;
  font-style: normal;
  font-family: IRANSans-fa;
  color: rgb(100, 100, 100);

  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  text-align: center;
}

.index-form-content {
    margin: 0 300px 0 0;
}

.form-group-index1 {
    float: right;
    display: inline-block;
    width: 60%;
    height: 700px;
    margin: 0;
    padding: 0.5%;
}

.form-group-index2 {
    float: right;
    display: inline-block;
    width: 40%;
    height: 700px;
    margin: 0;
    padding: 0.5%;
}

.form-group-index3 {
    float: right;
    display: inline-block;
    width: 66.66%;
    height: 300px;
    margin: 0;
    padding: 0.5%;
}

.form-group-index4 {
    float: right;
    display: inline-block;
    width: 33.33%;
    height: 300px;
    margin: 0;
    padding: 0.5%;
}

.form-group-index {
    float: right;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0.5%;
}

.index-style {
    background-color: rgba(214, 216, 215, 0.95);
    border-radius: 24px;
    padding: 20px;
    transition: 0.5s;
}

.index-style:hover {
    background-color: rgba(214, 216, 215);
}

.titr-index-form {
    background: #a0a0a0;
    min-width: 200px;
    border-radius: 12px;
    padding: 5px 15px;
    margin: 10px 0;
}

.fc {
    transition: 0.5s;
    color: #000;
    display: inline-block;
    min-width: 200px;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 3% 1%;
    border-radius: 12px;
    margin: 10px 0;
    cursor: pointer;
    background: #a0a0a0;
    border: 1px solid transparent;
}

.fc:hover {
    background: #ffffff;
}

.fc2 {
    transition: 0.5s;
    color: #fff;
    display: inline-block;
    min-width: 200px;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 3% 1%;
    border-radius: 12px;
    margin: 6px 0;
    cursor: pointer;
    background: #cecece;
    border: 1px solid #a0a0a0;
    border-bottom: 5px solid #a0a0a0;
    border-top: 5px solid #a0a0a0;
}

.fc2:hover {
    background: #ffffff;
}

.btn-index-form {
    display: inline-block;
    background: #a0a0a0;
    min-width: 120px;
    text-align: center;
    border-radius: 24px;
    padding: 5px 15px;
    margin: 10px 0;
    transition: 0.5s;
    border: 1px solid transparent;
}

.btn-index-form:hover {
    background: #00b4ad;
    border: 1px solid #015754;
}

.form-group1 {
    width: 100%;
    display: inline-block;
    padding: 5px 10px;
    min-height: 110px;
}

.form-group1 a {
    text-decoration: none;
}

.form-group11 {
    float: right;
    width: 100%;
    display: inline-block;
    padding: 5px 10px;
    min-height: 110px;
}

.form-group2 {
    float: right;
    width: 50%;
    display: inline-block;
    padding: 5px 10px;
    min-height: 110px;
}

.form-group22 {
    float: right;
    width: 50%;
    display: inline-block;
    padding: 5px 10px;
    min-height: 110px;
}

.form-group222 {
    float: right;
    width: 50%;
    display: inline-block;
    padding: 5px 10px;
    min-height: 110px;
}

.form-group3 {
    float: right;
    width: 33.33%;
    display: inline-block;
    padding: 5px 10px;
    min-height: 110px;
}

.form-group33 {
    float: right;
    width: 33.33%;
    display: inline-block;
    padding: 5px 10px;
    min-height: 110px;
}

.form-group333 {
    float: right;
    width: 33.33%;
    display: inline-block;
    padding: 5px 10px;
    min-height: 110px;
}

.form-group3333 {
    float: right;
    width: 33.33%;
    display: inline-block;
    padding: 5px 10px;
    min-height: 110px;
}

.form-group4 {
    float: right;
    width: 25%;
    display: inline-block;
    padding: 5px 10px;
    min-height: 110px;
}

.form-group44 {
    float: right;
    width: 25%;
    display: inline-block;
    padding: 5px 10px;
    min-height: 110px;
}

.form-group444 {
    float: right;
    width: 25%;
    display: inline-block;
    padding: 5px 10px;
    min-height: 110px;
}

.form-group5 {
    float: right;
    width: 75%;
    display: inline-block;
    padding: 5px 10px;
    min-height: 110px;
}

.form-group55 {
    float: right;
    width: 75%;
    display: inline-block;
    padding: 5px 10px;
    min-height: 110px;
}

.form-group-profile-11 {
    float: right;
    width: 100%;
    display: inline-block;
    padding: 7px 10px;
}

.form-group-profile-3 {
    float: right;
    width: 33.33%;
    display: inline-block;
    padding: 7px 10px;
}

.form-group-profile-2 {
    float: right;
    width: 50%;
    display: inline-block;
    padding: 7px 10px;
}

.form-group-img {
    width: calc(100%);
    display: inline-block;
    padding: 5px 10px;
    min-height: 110px;
}

.form-group-img-logo {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 5px 10px;
    min-height: 110px;
}

.index-label {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    font-weight: bold;
}

.profile-label {
    display: block;
    margin: 5px;
    padding: 10px 15px;
    background: #a0a0a0;
    width: 100%;
    border-radius: 12px;
    text-align: center;
}

.profile-label img {
    margin-top: 8px;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    transition: 0.5s;
    width: 139px;
}

.profile-label img:hover {
    background: #e7e7e7;
    border: 1px solid #606060;
}

.company-label img {
    border-radius: 6px;
    background: #dadada;
    border: 1px solid #9a9a9a;
    transition: 0.5s;
    width: 200px;
    margin: 0 40px;
}

.company-label img:hover {
    background: #ffffff;
    border: 1px solid #505050;
}

.profile-labelR {
    text-align: right;
}

.profile-labelL {
    direction: ltr;
    text-align: left;
    font-family: IRANSans-en;
}

.img-edit {
    background: #d0d0d0;
    border: 2px solid #9d9d9d;
    min-width: 50px !important;
    min-height: 50px !important;
    max-width: 50px !important;
    padding: 0 !important;
    border-radius: 50px;
    transition: 0.5s;
}

.profile-btn {
    text-align: center;
    display: inline-block;
    margin: 30px 35%;
    padding: 5px 15px;
    color: black;
    background: #a0a0a0;
    width: 30%;
    min-width: 200px;
    border-radius: 50px;
    outline: none;
    border: 1px solid transparent;
    transition: 0.5s;
}

.profile-btn:hover {
    color: black !important;
    background: #00b4ad;
    border: 1px solid #015754;
}

.profile-btn2 {
    text-align: center;
    display: inline-block;
    margin: 30px 35%;
    padding: 5px 15px;
    color: black;
    background: #a0a0a0;
    width: 30%;
    border-radius: 50px;
    outline: none;
    border: 1px solid transparent;
    transition: 0.5s;
}

.profile-btn2:hover {
    color: black !important;
    background: #ffffff;
    border: 1px solid #6e6e6e;
}

.profile-btn3 {
    text-align: center;
    display: inline-block;
    margin: 10px 10%;
    padding: 5px 15px;
    color: black;
    background: #a0a0a0;
    width: 80%;
    border-radius: 50px;
    outline: none;
    border: 1px solid transparent;
    transition: 0.5s;
}

.profile-btn3:hover {
    color: black !important;
    background: #00b4ad;
    border: 1px solid #015754;
}

.profile-btn3 i {
    margin-top: 3px;
}

.profile-btn4 {
    text-align: center;
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 5px 15px;
    color: black;
    background: #a0a0a0;
    width: 30%;
    min-width: 200px;
    border-radius: 50px;
    outline: none;
    border: 1px solid transparent;
    transition: 0.5s;
    cursor: pointer;
}

.profile-btn4:hover {
    color: black !important;
    background: #da4b00;
    border: 1px solid #9e3b1c;
}

.profile-text {
    display: block;
    margin: 5px;
    padding: 8px 13px;
    background: #ffffff;
    width: 100%;
    border-radius: 12px;
    outline: none;
    border: 1px solid #989898;
}

.profile-textR {
    text-align: right;
}

.profile-textN {
    direction: ltr;
    text-align: center;
}

.profile-textL {
    direction: ltr;
    font-family: IRANSans-en;
}

.profile-text-radio-table {
    display: block;
    margin: 10px 2px;
    padding: 4px 7px;
    background: rgba(255, 255, 255, 0.75);
    width: 100%;
    border-radius: 12px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.75);
}

.form-group3 a {
    text-decoration: none !important;
}

.form-group3 .profile-label {
    font-weight: normal;
    padding: 8px 13px;
    border: 1px solid transparent;
    color: black;
    cursor: pointer;
    transition: 0.5s;
}

.form-group3 .profile-label:hover {
    padding: 8px 13px;
    border: 1px solid #989898;
    background: #fff;
}

.form-group3 .profile-label {
    cursor: pointer;
}

.eye {
    color: #949494;
    margin: -45px 0 0 0;
    padding: 9px 5px;
    float: left;
    position: relative;
    z-index: 5;
    cursor: pointer;
    outline: none;
    border: none;
    transition: 0.5s;
}

.eye:hover {
    color: #016964;
}

/* .required {
    position: absolute;
    margin: 12px -10px 0 0;
    color: #c40000;
    font-weight: bold;
} */

.tab {
    overflow: hidden;
    border-radius: 24px;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    transition: 0.5s;
    padding: 0 0 10px 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    text-align: center;
}

.tab:hover {
    background: #ffffff;
}

.tab a {
    float: right;
    outline: none;
    cursor: pointer;
    padding: 10px;
    transition: 0.3s;
    color: #000000;
    background-color: #a0a0a0;
    border: 1px solid transparent;
    font-weight: bold;
    border-radius: 12px;
    min-width: 138px;
    margin-right: 10px;
    margin-top: 10px;
}

.tab a:hover {
    background-color: #cecece;
    text-decoration: none;
}

.tab a.active {
    background-color: #00b4ad;
    border: 1px solid #00524f;
    color: #000000;
}

.tab3 {
    overflow: hidden;
    width: 100%;
    background: rgba(235, 235, 235, 0.95);
    transition: 0.5s;
    padding: 0 0 10px 10px;
    text-align: center;
}

.tab3:hover {
    background: rgb(235, 235, 235);
}

.tab3 a {
    float: right;
    outline: none;
    cursor: pointer;
    padding: 5px 15px 5px 20px;
    transition: 0.3s;
    color: rgb(0, 0, 0);
    background-color: rgb(160, 160, 160);
    border: 1px solid transparent;
    font-weight: normal;
    border-radius: 50px;
    min-width: 207px;
    margin-right: 10px;
    margin-top: 10px;
}

.tab3 a:hover {
    background-color: #cecece;
    text-decoration: none;
}

.tab3 a.active {
    background-color: rgb(77, 77, 77);
    border: 1px solid rgb(40, 40, 40);
    color: rgb(255, 255, 255);
}

.upload-box {
    display: inline-block;
    border-radius: 12px;
    border: 1px solid #9f9f9f;
    background: #eeeeee !important;
    transition: 0.5s;
    width: 95%;
    margin: 2.5% 2.5%;
    text-align: center !important;
}

.upload-box:hover {
    background: #c0c0c0 !important;
    transition: 0.5s;
    cursor: pointer;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin-right: -50% !important;
    padding: 0;
    width: 100% !important;
    height: 100% !important;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    position: relative;
}

.image-title-wrap {
    padding-bottom: 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #000000;
    padding: 60px 0;
}

.file-upload-image {
    max-height: 150px;
    max-width: 100%;
    margin: auto;
    padding: 10px;
}

.file-upload-image-show {
    width: 216px;
    height: 216px;
    margin: auto;
    border-radius: 12px;
    border: 1px solid #9d9d9d;
}

.remove-image {
    width: 90%;
    margin: 0;
    color: #fff;
    background: #be4435;
    border: none;
    padding: 5px;
    border-radius: 50px;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.5s;
}

.remove-image:hover {
    background: #8d1b0c;
    color: #ffffff;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}

.image-upload-wrap2 {
    position: relative;
}

.file-upload-input2 {
    position: absolute;
    margin-right: -50% !important;
    padding: 0;
    width: 100% !important;
    height: 100% !important;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.file-upload-content2 {
    display: none;
    text-align: center;
}

.file-upload-image2 {
    max-height: 150px;
    max-width: 100%;
    margin: auto;
    padding: 10px;
}

.tb-users {
    width: 100%;
    margin-right: 0;
    text-align: center;
    border-collapse: collapse;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.tb-input {
    margin-top: 0;
    width: 100%;
}

.input-input {
    width: 100%;
}

.tr-head td {
    padding: 10px;
    font-weight: 600;
    border: 1px solid rgb(200, 200, 200);
}

.tr-head {
    background: #a0a0a0 !important;
    color: #000000;
}

.tr-cont td {
    padding: 10px;
    border: 1px solid rgb(200, 200, 200);
}

.tr-cont {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.tr-cont:hover {
    cursor: pointer;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.3) inset;
}

.tr-cont2 td {
    padding: 10px;
    border-bottom: 1px solid #fff;
}

.tr-cont2 {
    font-weight: bold;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.tr-cont2:hover {
    background: #fff;
}

.modal-lg .modal-header {
    background: #a0a0a0;
}

.modal-primary .modal-header {
    background: #a0a0a0;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #c2c2c2;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    cursor: pointer;
}

.modal-lg .close, .modal-lg .modal-title, .night-mode .modal-lg .close {
    color: #000000;
}

.modal-primary .close, .modal-primary .modal-title, .night-mode .modal-primary .close {
    color: #000000;
}

@media (min-width: 576px) {
    .modal-title {
        border-right: 0.875rem double rgba(0, 0, 0, .125);
        margin-right: 0;
        margin-bottom: 0;
        padding-right: 1rem;
    }
}

.modal-title {
    line-height: 1.9;
    margin-top: 3.5px;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .modal-header .close {
        font-size: calc(1.375rem + 1.5vw);
    }

    .index-form-content {
        margin: 0 75px 0 0;
    }
}

.modal-header .close {
    text-shadow: 0 1px 0 #000;
    padding: 0.4rem 1rem 0.4rem;
    margin: -0.5rem auto -0.5rem -0.5rem;
    font-size: 2.5rem;
    font-weight: 400;
    opacity: .8;
}

@media (min-width: 576px) {
    .modal-content {
        box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 13%);
    }
}

@media (max-width: 576px) {
    .modal-content {
        margin-right: 20px;
    }
}

.modal-content {
    position: relative;
    display: flex;
    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: 24px;
    box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 50%);
    outline: 0;
    margin-top: 1%;
}

.modal-content {
    animation: ani 1s forwards;
}

@keyframes ani {
    0% {
        top: -100px;
    }
    100% {
        top: 10px;
    }
    0% {
        transform: scale(0.01);
    }
    100% {
        transform: scale(1);
    }
}

.modal-body2 {
    overflow-y: scroll;
    max-height: 700px;
}

.inline-block-modal {
    text-align: right;
}

.inline-block-modal span {
    display: block;
    background: rgba(232, 232, 232, 0.6);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    border: 1px solid #949494;
    border-bottom: none;
}

.inline-block-modal label {
    text-align: center;
    background: rgba(239, 239, 239, 0.3);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    border: 1px solid #ababab;
    border-top: none;
}

.inline-block-modal p {
    border-radius: 5px;
    padding: 5px;
}

.inline-block-modal p[class="yes"] {
    background: #ddfff0;
    border: 1px solid #48b987;
    color: #055d36;
}

.inline-block-modal p[class="no"] {
    background: #ffdddd;
    border: 1px solid #b94848;
    color: #5d0505;
}

.inline-block-modal p[class="mahdoud"] {
    background: #fff0dd;
    border: 1px solid #b98848;
    color: #5d3705;
}

.index-h1 {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 5px;
    text-align: center;
    border-radius: 12px;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
    animation: fadeEffect 1s;
}

.green {
    border: 1px solid #006f41;
    background: #b5e5d3;
    color: #006f41;
}

.red {
    border: 1px solid #6f0000;
    background: #e5b5b5;
    color: #6f0000;
}

.msg {
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
    width: 100%;
}

.red2 {
    border: 1px solid #6f0000;
    background: #eacfcf;
    color: #6f0000;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect2 {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.prof-users {
    margin-top: 3px;
    padding: 5px 2px;
}

.prof-users a {
    display: block;
    width: 90% !important;
    margin: 3px 5% !important;
    text-decoration: none;
    cursor: pointer;
}

.prof-users i {
    float: right;
    font-size: 20px;
}

.toggles {
    width: 100%;
}

.toggles input[type="checkbox"] {
    display: none;
}

.toggles label {
    vertical-align: middle !important;
    text-align: center;
    position: relative;
    display: inline-block;
    width: 99%;
    min-width: 50px;
    color: #ffabab;
    background: #751c00;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    transition: background .5s;
}

.toggles label:before {
    left: calc(100% + 11px - 4px);
    background: #d1cac9;
}

.toggles input[type="checkbox"]:checked + label {
    color: #0c2f00;
    background: #56ff9b;
}

.handle {
    position: absolute;
    top: -3px;
    left: -6px;
    width: 25px;
    height: 25px;
    border: 1px solid #e5e5e5;
    background: repeating-radial-gradient(circle at 50% 50%, rgba(200, 200, 200, .2) 0%, rgba(200, 200, 200, .2) 2%, transparent 2%, transparent 3%, rgba(200, 200, 200, .2) 3%, transparent 3%), conic-gradient(white 0%, silver 10%, white 35%, silver 45%, white 60%, silver 70%, white 80%, silver 95%, white 100%);
    border-radius: 50%;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .4);
    transition: left .4s;
}

.toggles input[type="checkbox"]:checked + label > .handle {
    left: calc(100% - 22px + 1px);
}

.toggles input[type="checkbox"]:checked + label:after {
    background: #d1cac9;
}

.toggles input[type="checkbox"]:checked + label:before {
    background: #13d162;
}

.hashtagadd {
    color: #000000;
    border-radius: 5px;
    padding: 8px 5px;
    transition: 0.5s;
    cursor: pointer;
    width: 100%;
}

.reshtag {
    padding: 1%;
    cursor: pointer;
    border-bottom: 1px solid #c2e1de;
    color: #005cbf;
    transition: 0.5s;
}

.reshtag:hover {
    color: #000000;
    background: #ffffff;
}

.ajax-response {
    margin-top: 5px;
    height: 120px;
    overflow-y: scroll;
    font-size: 13px;
    border: 1px solid #989898;
    border-radius: 12px;
    padding: 5px 10px;
}

.hashtagview {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid #b2b2b2;
    margin: 2px;
    cursor: pointer;
    transition: 0.5s;
}

.hashtagview:hover {
    border: 1px solid #5b5b5b;
    background: #ececec;
}

.hashtag {
    margin: 1px;
    color: #005cbf;
    padding: 2px 4px;
    transition: 0.5s;
    cursor: pointer;
}

.delete-btn2 {
    padding: 2%;
    text-align: center;
    border-radius: 5px;
    background: #dcdcdc;
    color: #606060;
    text-decoration: none;
    transition: 0.5s;
    outline: none;
    border: 1px solid #9b9b9b;
}

.delete-btn2:hover {
    background: #d0d0d0;
    color: #c90000;
    border: 1px solid #5d5d5d;
}

.tab2 {
    overflow: hidden;
    background: transparent;
    width: 100%;
}

.tab2 .button {
    text-align: center;
    background-color: #b0b0b0;
    float: right;
    border: 1px solid transparent;
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    transition: 0.3s;
    color: #000000;
    font-weight: bold;
    border-radius: 12px;
    margin: 5px 0;
    width: 100%;
}


.tab2 .button:hover {
    background-color: #d0d0d0;
}

.tab2 .button.active {
    background-color: #00b4ad;
    border: 1px solid #00524f;
    border-radius: 12px 12px 0 0;
}

.tabcontent2 {
    display: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

.tablinks2 {
    margin-bottom: 0 !important;
}

.tab2div2 {
    background: #d0d0d0;
    border: 1px solid #8a8a8a;
    border-top: none;
    padding: 2px;
    width: 100%;
    margin: 0;
    border-radius: 0 0 12px 12px;
}

.tab4 {
    text-align: center;
    overflow: hidden;
    background: transparent;
    width: 100%;
}

.tab4 .button {
    text-align: center;
    background-color: #b0b0b0;
    float: none;
    border: 1px solid transparent;
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    transition: 0.3s;
    color: #000000;
    font-weight: normal;
    border-radius: 12px;
    margin: 5px 0;
    min-width: 150px;
    width: auto;
}


.tab4 .button:hover {
    background-color: #d0d0d0;
}

.tab4 .button.active {
    background-color: #4d4d4d;
    border: 1px solid #282828;
    color: #ffffff;
    border-radius: 12px;
}

.tabcontent4 {
    display: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

.tablinks4 {
    margin-bottom: 0 !important;
}

.tab4div2 {
    background: #d0d0d0;
    border: 1px solid #8a8a8a;
    border-top: none;
    padding: 2px;
    width: 100%;
    margin: 0;
    border-radius: 0 0 12px 12px;
}

.txt2 {
    height: 200px;
    text-align: justify;
    white-space: pre-line;
    width: 100%;
}

.text-labelR {
    text-align: right;
    border: 1px solid #989898;
    border-radius: 12px;
    background: #ffffff;
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    height: 250px;
}

.input-list2 i {
    text-align: center;
    display: block;
    padding: 0.6%;
    position: absolute;
}

.input-list2 label {
    padding: 2%;
    margin: 2%;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.5s;
}

.input-list3 i {
    text-align: center;
    display: block;
    padding: 0;
    position: absolute;
}

.input-list3 label {
    padding: 20px;
    margin: 2%;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.5s;
}

.input-list3 label:hover {
    background: white;
}

.input-textUC {
    background: #dcdcdc;
    text-align: center;
    padding: 6px 10px;
    margin: 5px;
    margin-right: 2px;
    border: 1px solid #999;
    border-radius: 12px;
    transition: 0.5s;
}

.input-textUC:hover {
    background: rgba(0, 180, 173, 0.3);
    color: rgb(0, 51, 48);
    border: 1px solid rgb(0, 51, 48);
}

.btn-new-all {
    text-align: center;
}

.btn-new-all a {
    outline: none;
    cursor: pointer;
    padding: 10px;
    transition: 0.3s;
    color: #000000;
    background-color: #a0a0a0;
    border: 1px solid transparent;
    font-weight: bold;
    border-radius: 12px;
    min-width: 138px;
}

.btn-new-all a:hover {
    background-color: #cecece;
    text-decoration: none;
}

.btn-new-all label {
    outline: none;
    cursor: pointer;
    padding: 10px;
    transition: 0.3s;
    color: #000000;
    background-color: #a0a0a0;
    border: 1px solid transparent;
    font-weight: bold;
    border-radius: 12px;
    min-width: 138px;
}

.btn-new-all label:hover {
    background-color: #cecece;
    text-decoration: none;
}

.btn-new-all button {
    outline: none;
    cursor: pointer;
    padding: 10px;
    transition: 0.3s;
    color: #000000;
    background-color: #d7efc1;
    border: 1px solid transparent;
    font-weight: bold;
    border-radius: 12px;
    min-width: 138px;
}

.btn-new-all button:hover {
    background-color: #ffffff;
    text-decoration: none;
}

.progress-container {
    border-radius: 12px;
    background: transparent;
    width: 95%;
    margin-top: 1%;
    display: inline-block;
}

.progress-container #fill-progress {
    border-radius: 12px;
    background-color: #00b4ad;
    color: #000000 !important;
    text-shadow: 0 0 2px #fff;
    display: block;
    height: 23px;
    width: 0;
}

.progress-container .bg {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-container #number-progress {
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.peyvast_link {
    direction: ltr;
    font-family: IRANSans-en;
    text-align: center;
    display: inline-block;
    min-width: 200px;
    width: 200px;
    min-height: 200px;
    background: #696969;
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: center;
    color: #000000;
    text-shadow: #ffffff;
    padding: 60px 0 0 0;
    border-radius: 12px;
    transition: 0.5s;
    text-overflow: ellipsis;
    word-wrap: break-word;
    font-size: 12px;
    position: relative;
}

.peyvast_link:hover {
    text-decoration: none;
    background: #afafaf;
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: center;
    color: #000000;
}

.peyvast_link span {
    display: block;
    background: rgb(255, 255, 255);
    transition: 0.5s;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    margin-top: 103px;
}

.del_p {
    position: absolute;
    margin-right: -30px;
    padding: 0 5px 5px 0 !important;
    background: rgba(255, 255, 255, 0.5);
    border-top-left-radius: 12px;
    border-bottom-right-radius: 100%;
}

.del_p:hover {
    background: rgba(255, 139, 139, 0.7);
}

.delete-btn {
    min-width: 25px;
    width: 8%;
    padding: 2%;
    text-align: center;
    border-radius: 5px;
    background: transparent;
    color: #c20000;
    text-decoration: none;
}

.delete-btn2 {
    padding: 2%;
    text-align: center;
    border-radius: 5px;
    background: #dcdcdc;
    color: #606060;
    text-decoration: none;
    transition: 0.5s;
    outline: none;
    border: 1px solid #9b9b9b;
}

.delete-btn2:hover {
    background: #d0d0d0;
    color: #c90000;
    border: 1px solid #5d5d5d;
}

.form-group-modal {
    padding: 5px;
    border: 1px solid #aaa;
    border-radius: 12px;
    background: #a0a0a0;
}

.form-group-modal2 {
    padding: 5px;
    border-right: 3px solid #999;
    display: inline-block;
    border-radius: 12px;
    background: rgb(214, 214, 214);
    width: 100%;
    margin: 5px 0;
}

.wid {
    text-align: center;
    width: 115px;
    border-radius: 12px;
    padding: 5px;
    display: inline-block;
    margin: 5px;
}

.form-group-modal3 {
    padding: 2px;
    margin: 10px;
}

.form-group-modal3 a {
    text-decoration: none;
}

.form-group-modal4 {
    padding: 10px 20px;
    border: 1px solid #999;
    display: inline-block;
    border-radius: 12px;
    background: rgb(245, 245, 245);
    width: 100%;
    margin: 5px 0;
}

.wid2 {
    text-align: center;
    border-radius: 12px;
    padding: 5px;
    display: inline-block;
    margin: 5px;
    font-weight: bold;
    color: #000;
    transition: 0.5s;
    width: 100px;
    opacity: 0.8;
    border: 1px solid transparent;
}

.wid2:hover {
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 0.50);
}

.wid3 {
    text-align: center;
    border-radius: 12px;
    padding: 5px;
    display: inline-block;
    margin: 5px;
    font-weight: bold;
    color: #000;
    transition: 0.5s;
    min-width: 35px;
    opacity: 0.8;
    border: 1px solid transparent;
}

.wid3:hover {
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 0.50);
}

.widdel {
    text-align: center;
    border-radius: 12px;
    padding: 5px;
    display: inline-block;
    margin: 5px;
    font-weight: bold;
    color: #000;
    transition: 0.5s;
    background: #f27272;
    cursor: pointer;
    width: 80px;
    opacity: 0.8;
    border: 1px solid transparent;
}

.widdel:hover {
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 0.50);
}

.wids {
    border-radius: 50px;
    width: 24px;
    height: 24px;
    display: inline-block;
    float: right;
}

.wids i {
    margin-top: 3px;
}

.notif {
    border-radius: 12px;
    width: 14px;
    height: 100%;
    text-align: center;
    background: #ff8c8c;
    border: 1px solid #670000;
    color: #670000;
    float: right;
    position: absolute;
    font-weight: bold;
    font-size: 12px;
}

.notifsidefix {
    right: -5px;
    top: -1px;
    height: calc(100% + 2px);
    border-radius: 0 12px 12px 0;
    padding-top: 7px;
}

.notifsidefix2 {
    left: -4px;
    top: -1px;
    height: calc(100% + 2px);
    border-radius: 6px 0 0 6px;
    padding-top: 6px;
}

.notifsidelittle {
    left: 0;
    top: 0;
    height: calc(100% + 1px);
    width: 12px;
    border-radius: 0 0 0 0;
    padding-top: 13px;
    font-size: 9px;
}

.notifsidelittle2 {
    left: -1px;
    top: -1px;
    height: calc(100% + 2px);
    border-radius: 0 0 0 0;
    padding-top: 6px;
}

.notifrequest {
    left: -5px;
    top: -1px;
    height: calc(100% + 2px);
    border-radius: 12px 0 0 12px;
    padding-top: 13px;
}

.notifrequest2 {
    left: -5px;
    top: -1px;
    height: calc(100% + 2px);
    width: 22px;
    border-radius: 50px 0 0 50px;
    padding-top: 8px;
    border-color: rgba(103, 0, 0, 0.4);
}

.notifrequest3 {
    left: -5px;
    top: -1px;
    height: calc(100% + 2px);
    border-radius: 12px 0 0 12px;
    padding-top: 11px;
}

.notifnew {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url("../img/new2.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 40px;
    background-color: transparent;
    opacity: 0.7;
    border: none;
}

.blink {
    -webkit-animation: blinker 0.6s infinite;
    animation: blinker 0.6s infinite;
}

.excel-new {
    direction: rtl;
    height: 40px;
    background-image: url("../img/excel.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 40px;
    background-color: white;
    border: none;
    padding: 7px;
    border-radius: 5px;
}

.tb-fish-col {
    border-bottom: 15px solid #ffffff;
}

.tb-fish-col-td1  {
    width: 70%;
}

.tb-fish-col-td2  {
    width: 30%;
}

.tb-fish-col-td12  {
    width: 50%;
}

.tb-fish-col-td22  {
    width: 50%;
}

.tb-fish-col-td123  {
    width: 34%;
}

.tb-fish-col-td223  {
    text-align: center;
    width: 33%;
}

.bg-home {
    background: url("../img/bg-home.jpg")  no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font: 14px IRANSans-fa, Arial;
    border-radius: 16px;
    padding: 20px;
}

.bg-home2 {
    background: url("../img/bg-home2.jpg")  no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font: 14px IRANSans-fa, Arial;
    border-radius: 16px;
    padding: 20px;
}

-webkit-

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.blink1 {
    -webkit-animation: blinker1 0.4s infinite;
    animation: blinker1 0.4s infinite;
}

-webkit-

@keyframes blinker1 {
    0% {
        opacity: 0;
    }
}

@keyframes blinker1 {
    0% {
        opacity: 0;
    }
}

.blink2 {
    -webkit-animation: blinker2 2s infinite;
    animation: blinker2 2s infinite;
}

-webkit-

@keyframes blinker2 {
    100% {
        opacity: 0;
    }
}

@keyframes blinker2 {
    10% {
        opacity: 0;
    }
}

.label-edit-form {
    font-size: 12px;
    margin-right: 10px;
    user-select: none;
}

.label-edit-form a {
    border: 1px solid #01736f;
    background: #00b4ad;
    border-radius: 3px;
    padding: 1px;
    color: #ffffff;
    transition: 0.5s;
}

.label-edit-form a:hover {
    background: #ffffff;
    color: #000000;
    text-decoration: none;
}

.form-group-modal-print {
    padding: 5px;
    border: 1px solid #aaa;
    border-radius: 12px;
}

.form-group-modal-print2 {
    padding: 10px;
    margin: 1%;
    display: inline-block;
}

.form-group-modal-print3 {
    padding: 10px;
    margin: 1%;
    border-right: 4px solid #999;
    border-left: 4px solid #999;
    display: inline-block;
    border-radius: 10px;
    width: 48%;
    font-size: 20px;
}

.form-group-modal-print4 {
    padding: 10px;
    margin: 1%;
    border-right: 4px solid #999;
    border-left: 4px solid #999;
    display: inline-block;
    border-radius: 10px;
    width: 98%;
    font-size: 14px;
}

.print_style {
    font-size: 24px;
    text-align: justify;
    line-height: 60px;
}

.print_style label {
    font-weight: bold;
    padding: 0 20px;
}

.mandeh-req {
    border-radius: 12px;
    background: rgb(238, 238, 238);
    padding: 7px;
    font-weight: bold;
}

.mandeh-req label {
    margin: 7px;
    display: block;
}

.index-label2 {
    text-align: center;
    padding: 6px 6px;
    display: inline-block;
    color: #000;
}

.user-delete {
    color: #faa;
    display: inline-block;
}

.user-delete a {
    text-decoration: none;
    color: #d00;
    transition: 0.5s;
    cursor: pointer;
}

.user-delete a:hover {
    text-decoration: none;
    color: #900;
}

.user-delete1 a {
    text-decoration: none;
    color: #d00;
    transition: 0.5s;
    margin-bottom: 20px;
    cursor: pointer;
}

.user-delete1 a:hover {
    text-decoration: none;
    color: #900;
}

.user-delete2 a {
    text-decoration: none;
    color: #090;
    transition: 0.5s;
    cursor: pointer;
}

.user-delete2 a:hover {
    text-decoration: none;
    color: #050;
}

.msg-not {
    width: 70%;
    background: #dadada;
    border: 1px dashed #000000;
    color: #000000;
    padding: 3%;
    font-weight: bold;
    border-radius: 12px;
}

.msg-not2 {
    width: 100%;
    height: 100%;
    border: 1px dashed #000000;
    color: #000000;
    padding: 10px;
    font-weight: bold;
    border-radius: 12px;
}

.msg-not-access {
    width: 90%;
    background: rgba(218, 218, 218, 0.95);
    border: 1px dashed #5d0000;
    color: #5d0000;
    padding: 30px;
    font-weight: bold;
    border-radius: 12px;
}

.msg-index {
    height: 60%;
}

.date-msg {
    background: #c4c4c4;
    border-radius: 6px;
    padding: 0 5px;
    left: 15px;
    top: 23px;
    z-index: 50;
    position: relative;
    border: 1px solid #a0a0a0;
    float: left;
}

.date-msg-kadr1 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.date-msg-kadr2 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: transparent !important;
}

.date-msg a {
    color: #000000;
    transition: 0.5s;
}

.date-msg a:hover {
    color: #00b4ad;
    text-decoration: none;
}

.titr-index-form-msg {
    height: 40px;
    margin-bottom: -50px;
}

.combobox-time {
    -webkit-appearance: none;
    background: white;
    outline: none;
    border: 1px solid transparent;
    width: 30px;
    text-align: center;
    border-radius: 6px;
    transition: 0.5s;
}

.combobox-time:hover {
    border: 1px solid #8f8f8f;
}

.combobox-time:focus {
    border: 1px solid #000;
}

.profile-right {
    float: right;
    background: url("../img/bg.gif") no-repeat right top;
    width: 400px;
    min-width: 212px;
    border-radius: 12px;
}

.profile-left {
    padding: 23px 0;
    float: left;
    background: #ffffff;
    width: calc(100% - 420px);
    min-width: 212px;
    border-radius: 12px;
}

.profile-left-label {
    margin: 3px;
    padding: 3px;
}

.profile-left-label a {
    width: 70%;
    margin: 0 15%;
    display: inline-block;
}

.profile-left-label a:hover {
    color: black;
}

.profile-left-label-2 {
    margin: 3px;
    padding: 3px;
}

.profile-left-label-2 a {
    width: 70%;
    margin: 0 15%;
    margin-top: 9px !important;
    display: inline-block;
}

.profile-left-label-2 a:hover {
    color: black;
}

.profile-label-2 {
    text-align: center;
    font-weight: bold;
    padding: 6px;
    border-radius: 6px;
    background: rgba(224, 224, 224, 0.8);
    width: 100%;
    min-height: 37px;
}

.profile-span {
    position: relative;
    display: block;
}

.profile-span-2 {
    user-select: none;
    font-weight: normal;
    position: absolute;
    color: #b0b0b0;
    right: 0;
}

.clear::after {
    content: "";
    clear: both;
    display: table;
}

.modal-backdrop-2 {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 190;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop-2.fade {
    opacity: 0;
}

.modal-backdrop-2.show {
    opacity: .5;
}

.company-right {
    float: right;
    border-radius: 12px;
    width: calc(100% - 320px);
    min-width: 212px;
}

.company-left {
    padding: 23px 0;
    float: left;
    width: 300px;
    min-width: 212px;
    border-radius: 12px;
}

.ulolsug {
    font-size: 15px !important;
}

.ulolsug ul, ol {
    margin-right: 30px;
}

.ulolsug a {
    text-decoration: none;
    color: #0015ff;
}

.ulolsug a:hover {
    color: #002072;
}

#image {
    display: block;
    min-width: 100%;
    max-width: 100%;
}

#imageprofile {
    display: block;
    min-width: 100%;
    max-width: 100%;
}

#imagesignature {
    display: block;
    min-width: 100%;
    max-width: 100%;
}

.preview {
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin: 10px;
    border: 1px solid #8d8d8d;
    border-radius: 12px;
    display: inline-block;
}

.preview1 {
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin: 10px;
    border: 1px solid #8d8d8d;
    border-radius: 12px;
    display: inline-block;
}

.preview2 {
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin: 10px;
    border: 1px solid #8d8d8d;
    border-radius: 12px;
    display: inline-block;
}

.modal-lg {
    max-width: 650px !important;
}

.modal2 {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1060 !important;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal3 {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1070 !important;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

#modal-backdrop2 {
    z-index: 1051;
}

.modal-dialog2 {
    margin: 4rem auto;
}

@media screen and (max-width: 1650px) {
    .form-group-profile-3 {
        width: 50%;
    }

    .form-group-profile-11 {
        width: 50%;
    }
}

@media screen and (max-width: 1300px) {
    .form-group11 {
        width: 66.66%;
    }

    .form-group2 {
        width: 50%;
    }

    .form-group22 {
        width: 33.33%;
    }

    .form-group222 {
        width: 100%;
    }

    .form-group4 {
        width: 33.33%;
    }

    .form-group44 {
        width: 100%;
    }

    .form-group444 {
        width: 50%;
    }

    .form-group5 {
        width: 66.66%;
    }

    .form-group55 {
        width: 33.33%;
    }
}

@media screen and (max-width: 1350px) {
    .form-group-profile-3 {
        width: 100%;
    }

    .form-group-profile-11 {
        width: 100%;
    }

    .form-group-profile-2 {
        width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .form-group33 {
        width: 100%;
    }

    .form-group333 {
        width: 50%;
    }
}


@media screen and (max-width: 1100px) {
    .col-hide2 {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .form-group-index1 {
        width: 50%;
    }

    .form-group-index2 {
        width: 50%;
    }

    .form-group-index3 {
        width: 50%;
    }

    .form-group-index4 {
        width: 50%;
    }

    .titr-index-form {
        width: 100%;
        text-align: center;
    }

    .form-group11 {
        width: 100%;
    }

    .form-group22 {
        width: 100%;
    }

    .form-group4 {
        width: 50%;
    }

    .form-group44 {
        width: 50%;
    }

    .form-group5 {
        width: 50%;
    }

    .form-group55 {
        width: 50%;
    }

    .form-group3 {
        width: 50%;
    }

    .form-group3333 {
        width: 100%;
    }

    .profile-btn {
        margin: 5px 25%;
        width: 50%;
    }

    .profile-btn2 {
        margin: 5px 25%;
        width: 50%;
    }

    .col-hide {
        display: none;
    }

    .date-msg {
        top: 23px;
    }

    .profile-left {
        margin-top: 20px;
        width: 100%;
    }

    .profile-right {
        width: 100%;
    }

    .form-group-profile-3 {
        width: 50%;
    }

    .form-group-profile-11 {
        width: 50%;
    }

    .company-left {
        margin-top: -50px;
        width: 100%;
    }

    .company-right {
        width: 100%;
    }

    .company-left a {
        margin: 0 25% !important;
    }
}

@media screen and (max-width: 750px) {
    .form-group-profile-3 {
        width: 100%;
    }

    .form-group-profile-11 {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    body {
        font-size: 12px;
    }

    .form-group-index1 {
        width: 100%;
    }

    .form-group-index2 {
        width: 100%;
    }

    .form-group-index3 {
        width: 100%;
    }

    .form-group-index4 {
        width: 100%;
    }

    .titr-index-form {
        width: 100%;
    }

    .form-group2 {
        width: 100%;
    }

    .form-group3 {
        width: 100%;
    }

    .form-group4 {
        width: 100%;
    }

    .form-group44 {
        width: 100%;
    }

    .form-group5 {
        width: 100%;
    }

    .form-group55 {
        width: 100%;
    }

    .profile-btn {
        margin: 5px 15%;
        width: 70%;
    }

    .profile-btn2 {
        margin: 5px 15%;
        width: 70%;
    }

    .modal-header {
        padding: 4px 25px !important;
    }

    .modal-title {
        margin-top: 6.5px;
    }

    .index-h1 {
        font-size: 12px;
    }

    .ajax-response {
        font-size: 12px;
    }

    .msg-index {
        height: 70%;
    }

    .date-msg {
        top: 20px;
    }

    .company-left a {
        width: 70% !important;
        margin: 0 15% !important;
    }
}

@media screen and (max-width: 600px) {
    .form-group-img {
        width: 100%;
    }

    .signature {
        margin-top: -47px;
    }

    .form-group444 {
        width: 100%;
    }

    .form-group333 {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .profile-btn {
        margin: 5px 0;
        width: 100%;
    }

    .profile-btn2 {
        margin: 5px 0;
        width: 100%;
    }

    .tab a {
        width: 49%;
        margin-right: 1%;
    }

    .profile-span-2 {
        position: static;
        color: #b0b0b0;
        right: 0;
    }

    .company-left a {
        width: 100% !important;
        margin: 0 0 !important;
    }

    .company-label img {
        margin: 0;
    }
}

@media screen and (max-width: 380px) {
    .tab a {
        width: 100%;
        margin-right: 5px;
    }
}
