/*v 1-0-0*/
/*update 2020-12-22*/

@font-face {
    font-family: "iransans";
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/iransans.eot');
    src: url("../fonts/iransans.eot?#iefix") format("embedded-opentype"),
    url("../fonts/iransans.woff") format("woff"),
    url("../fonts/iransans.ttf") format("truetype");
}

body {
    text-align: justify !important;
    direction: rtl;
    font-family: "iransans" !important;
    font-size: 15px !important;
    background-color: #f5f5f5 !important;
'margin: 10px 20px 0px 0px; line-height: 30 px !important;
}

p {
    /*margin-right: 30px !important;*/
}

a {
    color: #333;
    padding: 5px 12px;
    text-decoration: none;
}

a:hover {
    color: #33b5e5;

}

.first-a {
    text-decoration: none;
    font-family: "iransans";
    padding: 10px;
    border: #1976d2 1px solid;
    color: #1976d2;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 5px;
    left: 0px;
}

.first-a:hover {
    color: #FFFFFF;
    background-color: #1976d2;
    text-decoration: none !important;
}

input {
    font-family: "iransans" !important;
}

select {
    font-family: "iransans" !important;
    color: #444;
    padding: 5px 8px;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
}

h1 {
    text-align: center;
}

img {
    float: right;
    align: right;
}

/*input[type=text], input[type=number], input[type=password] {*/
/*padding: 5px 8px;*/
/*border: 1px solid #c1c1c1;*/
/*border-radius: 5px;*/
/*margin-bottom: 5px;*/
/*}*/

input[type=text]:focus, input[type=number]:focus, input[type=password]:focus {
    background-color: #e1f5fe;

}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.error-message {
    padding: 0.2em 18px;
    margin-top: 16px;
    margin-bottom: 16px;
    content: "";
    display: table;
    clear: both;
    color: #fff !important;
    background-color: #f44336 !important;
    font-size: 16px;
    border-radius: 5px;

}

.message {
    padding: 0.3em 18px;
    margin-top: 16px;
    margin-bottom: 16px;
    content: "";
    display: table;
    clear: both;
    color: #000 !important;
    background-color: #ffeb3b !important;
    font-size: 14px;
    border-radius: 5px;

}

.success-message {
    padding: 0.2em 18px;
    margin-top: 16px;
    margin-bottom: 16px;
    content: "";
    display: table;
    clear: both;
    color: #fff !important;
    background-color: #4CAF50 !important;
    font-size: 14px;
    border-radius: 5px;

}

.best-message {
    color: #fff !important;
    background-color: #4CAF50 !important;
    font-size: 12px;
    border-radius: 5px;
    text-align: center;
    font-weight: normal;
    padding: 3px;
}

.button {
    border: none;
    display: inline-block;
    outline: 0;
    margin: 10px 5px;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    /*color: inherit;*/
    background-color: #222;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    color: #666;
    border-radius: 5px;
}

.button2 {
    border: none;
    display: inline-block;
    outline: 0;
    margin: 10px 5px;
    padding: 12px 35px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    color: #666;
    font-size: 14px;
    border-radius: 40px;
    border: 1px #666 solid;
    background-color: #fff;
    width: 100%;

}

.button-h {
    outline: 0;
    margin: 10px 35px;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    color: #666;
    font-size: 14px;
    position: absolute;
    border-radius: 40px;
    border: 1px #666 solid;
}

.button-h:hover {
    border-color: #33b5e5;
}

.button:hover, .button2:hover, .button-h:hover {
    background-color: #33b5e5;
    color: #fff;
    text-decoration: none;
}

.button2:hover {
    border-color: #33b5e5;
}

form {
    /*margin-right: 50px;*/
    margin-bottom: 0px !important;
}

table {
    font-size: 14px;
}

td, th {
    vertical-align: middle;
}

.customer-box {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 16px 10px;
    background-color: #fff;
    border-radius: 5px;
}

.own-box {
    box-shadow: 0 4px 10px 0 rgba(0, 112, 0, 0.2), 0 4px 20px 0 rgba(0, 112, 0, 0.19);
    padding: 16px 10px;
}

.extra-box {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 255, 0.2), 0 4px 20px 0 rgba(0, 0, 255, 0.19);
    padding: 16px 10px;
}

.customer-sub {
    color: rgb(255, 0, 0);
    padding-bottom: 10px;

}

.own-sub {
    color: #04cc6f;
    padding-bottom: 10px;
}

.extre-sub {
    color: #222;
    padding-bottom: 10px;
}

.sub-h1 {
    color: #444;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 25px 0px;
    background: #fff;
    font-size: 25px !important;
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);*/
    box-shadow: 0 2px 5px -5px rgba(0, 0, 0, .16), 0 15px 10px -10px rgba(0, 0, 0, .12);

}

textarea {
    width: 100%;
    height: 100px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    resize: none;
    font-size: 12px;
    font-family: IRANSans;

}

.send-sms-button {
    border: none;
    display: inline-block;
    outline: 0;
    /*margin: 15px auto;*/
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    background-color: #009688;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    height: 35px;
    width: 100%;
    border-radius: 5px;
}

.send-sms-button:hover {
    background-color: #33b5e5;
}

.filter-table {
    width: 60%;
    margin-top: 15px;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    margin-right: 5%;

}

.send-sms-table {
    width: 60%;
    margin-top: 15px;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    margin-right: 5%;

}

.send-sms-table .td {
    width: 85%;
}

.send-sms-form {
    margin-right: 0px !important;
    /*background: #ddffff;*/
    padding: 15px;
}

.send-sms-form2 {
    margin-right: 0px !important;
    background: #fff;
    padding: 0px;
}

.send-sms-form2 .upload-button {
    margin-top: 5px;

}

.blue-back {
    background-color: #ddffff !important;
    color: #0020bf !important;

}

@media only screen and (max-width: 1200px) {
    .send-sms-table {
        width: 90% !important;
    }
}

@media only screen and (max-width: 800px) {
    .send-sms-table {
        width: 100% !important;
        margin-right: 2%;
    }
}

@media only screen and (max-width: 600px) {

    right-table, left-table {
        width: 75% !important;
    }

    form {
        margin-right: 5% !important;
        margin-left: 5% !important;
    }
}

.left-table {
    margin-right: 35%;
}

.right-table {
    margin-right: 5%;
}

.right-table, .left-table {
    width: 60%;
    margin-top: 15px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ccc;
    display: table;
    box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px;
    transition: .4s;
    text-align: justify;
}

.right-table:hover, .left-table:hover {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 4px 15px 0 rgba(0, 0, 0, 0.19);
}

.right-table td, .left-table td {
    padding: 10px;
}

.table-mobile-head {
    font-size: 12px !important;
    text-align: right !important;
    /*padding-bottom: 0px !important;*/
    /*border-bottom: none !important;*/
    background-color: #f1f1f1;
    color: #666;
    padding: 5px 8px !important;
}

/*.table-mobile-head {*/
/*border-bottom: none !important;*/
/*}*/

.w3-table-all-mobile {
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    /*border-spacing: 0px 10px;*/
    width: 100%;
    display: table;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/*.w3-table-all-mobile tr:hover {*/
/*background-color: #fcfcfc;*/
/*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
/*}*/

/*.w3-table-all-mobile tr {*/
/*background-color: #fff;*/
/*border: 1px solid #ccc;*/
/*box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, .15);*/
/*border-radius: 5px;*/
/*}*/

.w3-table-all-mobile td, .w3-table-all-mobile th {
    padding: 10px 0px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-weight: normal !important;
}

.w3-table-all-mobile th {
    text-align: center;
    background: #ccc;
}

.w3-table-all tr {
    /*border-bottom: 1px solid #ddd;*/
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, .15);
    border-radius: 5px;
}

.solved-table tr {
    background-color: #dddddd !important;
}

.w3-table-all {
    margin: 0 auto;
    border-collapse: separate;
    /*border-spacing: 0;*/
    border-spacing: 0px 10px;
    width: 90%;
    display: table;
    border-radius: 8px;
    overflow: hidden;
}

.w3-table-all th:first-child, .w3-table-all td:first-child {
    padding-left: 16px;
    border-radius: 5px 0px 0px 5px;
}

.w3-table-all th:last-child, .w3-table-all td:last-child {
    border-radius: 0px 5px 5px 0px;
}

/*.w3-table-all {*/
/*border: 1px solid #ccc*/
/*}*/

/*.w3-table-all tr:nth-child(odd) {*/
/*background-color: #f1f1f1*/
/*}*/

/*.w3-table-all tr:nth-child(even) {*/
/*background-color: #fff*/
/*}*/

/*.w3-table-all {*/
/*box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19)*/
/*}*/

.table-header-black {
    color: white;
    background-color: #4a5459 !important;
}

.table-header-yellow {
    color: #222 !important;
    font-size: 15px;
    background-color: #ffe000 !important;
    text-align: right;
}

.purple {
    color: purple;
}

.red {
    color: orangered;
}

.green {
    color: green;
}

.brown {
    color: #BE0000;
}

.yellow {
    color: #ff840e;
}

.blue {
    color: dodgerblue;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 180px !important;
    padding-bottom: 10px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: right !important;
}

.bootstrap-select.btn-group .dropdown-menu li {
    text-align: right;
}

@media only screen and (max-width: 600px) {
    body {
        font-size: 12px;
    }

    .body {
        margin: 0px !important;
        padding: 10px !important;
    }

    table {
        font-size: 12px;
    }

    .tabs {
        font-size: 12px !important;
        margin-right: 5px !important;
        width: 23% !important;
        text-align: center !important;
    }

    .w3-table-all-mobile {
        width: 100% !important;
    }

    .button {
        margin: 3px !important;
        padding: 4px 8px;
    }

    .button-h {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .left-table {
        margin-right: 19%;
    }

    .right-table, .left-table {
        width: 80% !important;
    }

    .mobile {
        display: block !important;
    }

    .web {
        display: none !important;

    }
}

@media only screen and (max-width: 992px) {
}

.mobile {
    display: none;
}

.tabs-div:after, .tabs-div:before {
    padding-bottom: 10px;
    margin-bottom: 10px;
    content: "";
    display: table;
    clear: both;

}

.tabs-div {

}

.tabs:hover, .tabs1:hover {
    /*border-bottom:3px #33b5e5 solid;*/
    color: #33b5e5;
    text-decoration: none !important;
    /*background-color: #f5f5f5;*/

}

.tabs, .tabs1 {
    /*background-color: #f5f5f5;*/
    border-bottom: 5px #ccc solid;
    color: #999 !important;
    padding: 8px 0px;
    font-size: 15px;
}

.tabs-active {
    /*background-color:#33b5e5;*/
    color: #33b5e5 !important;
    border-color: #33b5e5;
    padding: 8px 0px;
    text-decoration: none !important;

}

.tabs-active:hover {
    /*background-color:#33b5e5;*/
    color: #33b5e5;
    /*border:none;*/
}

.tabs, .tabs1 {
    float: right;
}

.tabs {
    width: 49.9%;
    text-decoration: none;
}

.tabs1 {
    width: 24.9%
}

.search-table {
    width: 30%;
    margin-right: 30px;
    padding-right: 5px;
}

@media only screen and (max-width: 600px) {
    .search-table {
        width: 45%;
        margin-right: 5px;
        padding-right: 5px;
        font-size: 12px;
    }

    .w3-col.s6 {
        width: 94.99999% !important;
    }
}

.paging {
    padding: 3px 10px;
    border: 1px #A1A1A1 solid;
    color: #A1A1A1;
    text-decoration: none;
    margin-right: 5px;
}

.paging:hover {
    background: #33b5e5;
    border-color: #33b5e5;
    color: #fff;
}

.paging-div {
    text-align: center;
}

.center-form {
    margin: auto;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 35px;
    margin-bottom: 15px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
}

.no-margin-form {
    margin-right: 0 !important;
}

.w3-col {
    float: right;
    width: 100%
}

.w3-col.s6 {
    width: 49.99999%;
}

/*custom radio button*/
/* The container */
.container {
    display: inline-block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 20px;
}

/* Hide the browser's default radio button */
.container input {
    /*position: absolute;*/
    /*opacity: 0;*/
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/*change display for moblie and desktop*/
/*.w3-table-all-mobile {*/
/*display: none;*/
/*}*/

/*@media only screen and (max-width: 600px) {*/
/*.w3-table-all-mobile {*/
/*display: table;*/
/*}*/

/*.desktop {*/
/*display: none;*/
/*}*/
/*}*/

#partitioned {
    direction: ltr;
    text-align: left;
    padding-left: 18px;
    letter-spacing: 24px;
    border: 0;
    background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 31px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 220px;
    min-width: 220px;
    outline: none;

}

#phone-partitioned {
    direction: ltr;
    text-align: left;
    padding-left: 4px;
    letter-spacing: 13px;
    border: 0;
    background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 20px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 240px;
    min-width: 220px;
    outline: none;

}

#divInner {
    left: 0px;
    position: sticky;
}

#divOuter {
    width: 190px;
    overflow: hidden
}

#phone-divOuter {
    width: 220px;
    overflow: hidden
}

#partitioned:focus, #phone-partitioned:focus {
    background-color: #fff;

}

.col30 {
    width: 25%;
    text-align: center !important;
}

.body {
    background: #fff;
    padding: 20px;
    margin: 20px;
    border-radius: 10px !important;
}

.title-input {
    width: 60%;
}

.select-input {
    width: 30%;
}

.new-user-div {
    text-align: center;
    /*width: 300px;*/
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 4px 15px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    padding: 20px;
    margin: 20px;

}

.permition-deny {
    padding: 0.5em 18px;
    margin: 30px;
    color: #fff !important;
    background-color: #ff4444 !important;
    border-radius: 5px;
    font-weight: normal;
    text-align: center;
    font-size: 20px;

}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline;
}

/*.btn {*/
/*border: 1px solid gray;*/
/*color: gray;*/
/*background-color: white;*/
/*padding: 8px 20px;*/
/*border-radius: 8px;*/
/*margin-right: 10px;*/
/*font-family: IRANSans;*/
/*}*/

/*.btn:hover {*/
/*border-color: #33b5e5;*/
/*color: #fff;*/
/*background-color: #33b5e5;*/
/*}*/

.upload-btn-wrapper input[type=file] {
    left: 0;
    top: 0;
    opacity: 0;
}

.upload-button {
    width: 80% !important;
    /*height: 50px !important;*/
    background: #444;
    margin: 0px 5px;
    padding: 5px 16px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.upload-button:hover {
    background-color: #33b5e5;

}

.right {
    text-align: right !important;
}

.table-border-left {
    border-left: 1px #ccc solid;
}

.chats-head-table tr {
    box-shadow: none !important;
}

.chats-head-table {
    border-spacing: 0px 0px !important;
    border-collapse: unset !important;

}

.hidden {
    display: none;
}

.button-head {
    margin: 0px !important;
}

.group-referral {
    background-color: #ddffff;
    border-radius: 5px;
}

.input-group {
    direction: ltr;
    margin-right: 20px;
}

/*.form-control{*/
/*text-align: center;*/
/*float: right !important;*/
/*width: 80% !important;*/
/*}*/
.menutop {
    background-color: #fff;
    margin: 0px !important;
    /*padding-right: 50px;*/
    color: #666;
    box-shadow: 0 2px 5px -5px rgba(0, 0, 0, .16), 0 15px 10px -10px rgba(0, 0, 0, .12);
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);*/

}

.menutop .button {
    margin: 0px;
    background: none;
    border-radius: 0px;
}

.menutop .button:hover {
    background: #33b5e5;
}

.bs-searchbox .form-control {
    width: 100% !important;
}

.time-header {
    position: absolute;
    left: 40px;
    top: 65px;
    font-size: 16px;
}

.yellow-row {
    background: #ffe000 !important;
    color: #000;
    font-size: 14px !important;
}

.table-odd tr:nth-child(odd) {
    background: #f1f1f1;

}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.column-7 {
    float: right;
    width: 14%;
    margin-top: 10px;
}

.less-700-table {
    display: none;
}

@media only screen and (max-width: 1100px) {
    .column-7 {
        width: 24.9%;
    }

    .time-header {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    .column-7 {
        width: 33.3%;
    }

    .more-700-table {
        display: none;
    }

    .less-700-table {
        display: table;
    }
}

@media only screen and (max-width: 450px) {
    .column-7 {
        width: 49.9%;
    }
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 90% !important;
}

.container {
    width: 100% !important;
    /*padding-right: 35px !important;*/
}

.select-wrapper span.caret {
    left: 0 !important;
    right: auto !important;
}

.md-form label {
    right: 0 !important;
    left: auto !important;
}

.rightCheckM:before {
    right: 0 !important;
    left: auto !important;
}

.rightCheckM {
    padding-right: 35px;
}

.waves-input-wrapper {
    display: contents !important;
}

.dateWidth {
    width: 90% !important;
}

.select-wrapper input.select-dropdown {
    margin: 0 0 30px !important;
}

/*.md-form .form-control {*/
/*margin: 0 0 30px !important;*/
/*}*/

.sunbmitForm {
    margin: auto;
    /*width: 50%;*/
    max-width: 500px;
}

.md-form .prefix ~ label {
    margin-right: 2.5rem !important;
    margin-left: 0rem !important;

}

@media only screen and (max-width: 600px) {
    .sunbmitForm {
        width: 100% !important;
    }

    .edge-header {
        height: 80px !important;
    }
}

.edge-header {
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 80px;
}

.py-3 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important;
}

/*.classic-tabs .nav.tabs-primary li a.active {*/
/*    border-color: #2296f3 !important;*/
/*}*/

/*.classic-tabs .nav li a.active {*/
/*    color: #2296f3 !important;*/
/*}*/

/*.classic-tabs .nav li a {*/
/*    color: #999 !important;*/
/*}*/
.classic-tabs .nav li:first-child {
    margin-left: 0px !important;
}

.tabs-primary {
    background: none !important;
}

.classic-tabs .nav li a {
    font-size: 15px !important;
}

.my-card-header {
    padding: 0px !important;
    margin-top: -45px !important;
    font-size: 18px;
    line-height: 50px;
    /*border-radius: 30px !important;*/
    color: #fff;

}

.my-edg-header {
    margin-top: 50px !important;
    color: #444;
    height: auto !important;
}

.progress-color1 {
    background-color: #00c851 !important;
}

.progress-color2 {
    background-color: #33b5e5 !important;
}

.progress-color3 {
    background-color: #ffbb33 !important;
}

.progress-color4 {
    background-color: #ff3547 !important;
}

.progress-color5 {
    background-color: #9933CC !important;
}

.progress-color6 {
    background-color: #0d47a1 !important;
}

.progress-color7 {
    background-color: #FF8800 !important;
}

.progress-color8 {
    background-color: #00695c !important;
}

.progress {
    background: none !important;
}

table.table td {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.card-marginBottom {
    margin-bottom: 20px;
}

.file-field input.file-path {
    font-size: 13px;
}

.file-field {
    margin-bottom: 40px;
    margin-top: 40px;
}

.md-form input[type=text].valid {
    direction: ltr;
}

.button-exit:hover {
    background-color: #ff4444 !important;

}

.form-button {
    line-height: 20px !important;
    width: 200px;
}

.md-form textarea.md-textarea {
    padding-top: 3rem !important;
}

.manual-excel {
    line-height: 0px !important;
    font-size: 50% !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    display: inline-block;
    width: auto;

}

.chili-pepper.divider-new:after,
.chili-pepper.divider-new:before {
    background: #9B1B30;
}

.chili-pepper.divider-new {
    color: #9B1B30;
}

@media (min-width: 1200px) {
    .container {
        max-width: 100% !important;
    }
}

.mr-right {
    margin-left: auto !important;
}

.text-left {
    text-align: left;
}

.md-form textarea.md-textarea {
    padding: 3.5rem 0 !important;
}

.button-to-search {
    margin: auto !important;
    max-width: 500px;
}

@media (max-width: 600px) {
    .button-to-search {
        width: 90% !important;
    }

    h1 {
        font-size: 22px !important;
    }
}

.sticky-header thead tr:nth-child(1) th {
    background: #f5f5f5;
    position: sticky;
    top: 0;
    z-index: 10;
}

.right-chat {
    width: 60%;
}

.left-chat {
    width: 60%;
    margin-right: 35%;
}

.pl-2 {
    margin-right: 10px;
}

.chat-button {
    height: 86px;
    border: none;
    border-radius: 0px;
    margin: 0px;
}

.view, body, html {
    height: 100%
}

#time-counter {
    font-size: 5rem
}

html,
body,
header,
.view {
    height: 100%;
}

@media (max-width: 559px) {
    html,
    body,
    header,
    .view {
        height: 500px;
    }
}

@media (min-width: 560px) and (max-width: 740px) {
    html,
    body,
    header,
    .view {
        height: 700px;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    html,
    body,
    header,
    .view {
        height: 600px;
    }
}

.view video.video-intro {
    right: 50% !important;
    transform: translateX(50%) translateY(-50%) !important;
    -webkit-transform: translateX(50%) translateY(-50%) !important;
    -ms-transform: translateX(50%) translateY(-50%) !important;
}

.navbar-brand {
    font-size: 1rem !important;
}

.navbar-none-color {
    position: absolute !important;
    z-index: 1030;
}

html {
    scroll-behavior: smooth;
}

@media (max-width: 600px) {

    .navbar-text {
        font-size: 12px !important;
    }

    h6 {
        font-size: 14px !important;
    }
}

h6 {
    line-height: 1.6 !important;

}

.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
    width: 30px !important;
    height: 60px !important;
}

@media (min-width: 600px) {

    /*.carousel-control-prev {*/
    /*    left: -60px !important;*/
    /*}*/
    /*.carousel-control-next {*/
    /*    right: -80px !important;*/
    /*}*/

}

@media (max-width: 600px) {
    .section-me {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

.section-me {
    padding-top: 60px;
    padding-bottom: 100px;
    padding-right: 50px;
    padding-left: 50px;

}

.hr-line:before {
    content: "";
    width: 90px;
    height: 2px;
    background-color: #33b5e5;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0px 0;
}

.hr-line:after {
    content: "";
    width: 90px;
    height: 2px;
    background-color: #33b5e5;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0px 0;
    margin-bottom: 40px;
}

.section-header-size {
    font-size: 22px;
}

.list-unstyled {
    padding-right: 0px !important;
}

.carousel-indicators li {
    background-color: #666 !important;
}

.carousel-indicators {
    position: inherit !important;
}

.fixed-top {
    position: absolute !important;
}

.lable-bold {
    background-color: #f3f3f3;
    border-radius: 5px;
    color: #545454;
}

section {
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}


.video-block {
    max-width: 85%;
    margin: auto;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

@media only screen and (max-width: 600px) {

    .video-block {
        max-width: 95%;
    }

    section {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 25px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .navbar-nav {
        display: -webkit-inline-box !important;
    }

    h3, h2 {
        font-size: 1.17rem !important;
        text-align: center;
        line-height: 1.8 !important;
    }

    h5 {
        font-size: 1rem !important;
        line-height: 1.8 !important;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

}

.whiteBack {
    background-color: #fff;
}

.border-top {
    border-top-width: 2px !important;
}

.download-img {
    max-width: 200px;
}
.enamad{
    background-color: #e1e1e1;
    border-radius: 5px;
    /*float: left;*/
}
.mobile {
    display: none;
}
@media (max-width: 320px) {
    .mobile {
        display: block;
        /* Add other properties here */
    }
}

.progress{
    background-color: #e9ecef !important;
}