@font-face {
    font-family: IRANSans;
    src: url(../fonts/IRANSans.eot) format('eot'),
         url(../fonts/IRANSans.ttf) format('truetype'),
         url(../fonts/IRANSans.woff) format('woff'),
         url(../fonts/IRANSans.woff2) format('woff2');
}
::placeholder {
    color: #636363;
    font-weight: bold;
}
:focus {
    outline: 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

html, body, .main {
    width: 100%;
    height: 100%;
    background-color: #eee;
}
a {
    text-decoration: none;
}
.disabled {
    opacity: .6;
    cursor: default;
    pointer-events: none;
}
.reply {
    color: #32a08c !important;
}
.main img.logo {
    width: 250px;
    height: 150px;
}
.main p.title, .incoming-messages p a.logout {
    margin: 0;
    color: #636363;
    font-size: 1rem;
    font-weight: bold;
    font-family: IRANSans;
}
.incoming-messages a.excel-export {
    color: #32a08c;
    font-size: 1rem;
    font-family: IRANSans;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.incoming-messages a.excel-export:hover {
    color: #636363;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.incoming-messages p a.username {
    color: #32a08c;
    font-size: 1rem;
    font-weight: normal;
    font-family: IRANSans;
    cursor: default;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.wrapper-1 {
    width: 1000px;
    height: auto;
    background-color: #fff;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    -moz-box-shadow: 0 4px 9px 1px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 4px 9px 1px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 9px 1px rgba(0, 0, 0, .25);
}
.wrapper-1 p.ceo-text {
    margin: 0;
    color: #636363;
    font-size: 1rem;
    font-weight: bold;
    font-family: IRANSans;
}
.wrapper-2 {
    width: 780px;
    height: auto;
    background-color: #fff;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    -moz-box-shadow: 0 4px 9px 1px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 4px 9px 1px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 9px 1px rgba(0, 0, 0, .25);
}
.wrapper-2 .send-message, .login-wrapper .login, .reply-received-wrapper .send-reply-message {
    width: 100%;
    height: 60px;
    background-color: #32a08c;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    white-space: nowrap;
}
.wrapper-2 .receive-message, .reply-received-wrapper .receive-message {
    width: 100%;
    height: 60px;
    background-color: #1e2f46;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    white-space: nowrap;
}
.wrapper-2 a.button-text, .reply-received-wrapper a.button-text, .pagination-wrapper a.button-text {
    color: #fff;
    font-size: 1rem;
    font-family: IRANSans;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.wrapper-2 a.button-text:hover, .reply-received-wrapper a.button-text:hover, .pagination-wrapper a.button-text:hover {
    color: rgba(255, 255, 255, .6);
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.form-wrapper, .success-wrapper {
    width: 400px;
    height: auto;
    background-color: #fff;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    -webkit-box-shadow: 0 4px 9px 1px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 4px 9px 1px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 9px 1px rgba(0, 0, 0, .25);
}
.form-wrapper input.subject, .login-wrapper input.user-name, .login-wrapper input.password  {
    width: 100%;
    height: 55px;
    background-color: #f5f5f5;
    border: 1px solid #727272;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    font-family: IRANSans;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.form-wrapper input.subject:focus, .login-wrapper input.user-name:focus, .login-wrapper input.password:focus {
    border-color: #32a08c;
    -moz-box-shadow: 0 0 6px 0 #32a08c;
    -webkit-box-shadow: 0 0 6px 0 #32a08c;
    box-shadow: 0 0 6px 0 #32a08c;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.form-wrapper textarea.message, .reply-received-wrapper textarea.reply-message {
    width: 100%;
    height: 200px;
    background-color: #f5f5f5;
    border: 1px solid #727272;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    font-family: IRANSans;
    resize: none;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.form-wrapper textarea.message:focus, .reply-received-wrapper textarea.reply-message:focus {
    border-color: #32a08c;
    -moz-box-shadow: 0 0 6px 0 #32a08c;
    -webkit-box-shadow: 0 0 6px 0 #32a08c;
    box-shadow: 0 0 6px 0 #32a08c;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.form-wrapper button.button-text, .login-wrapper button.button-text {
    width: 100%;
    height: 55px;
    color: #fff;
    background-color: #32a08c;
    border: 0;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    white-space: nowrap;
    font-size: 1rem;
    font-family: IRANSans;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.form-wrapper button.button-text:hover {
    color: rgba(255, 255, 255, .6);
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.success-wrapper img {
    width: 136px;
    height: 136px;
}
.success-wrapper p.message-sent {
    margin: 0;
    color: #32A08C;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: IRANSans;
}
.success-wrapper p.description {
    margin: 0;
    color: #636363;
    font-size: 1rem;
    font-weight: bold;
    font-family: IRANSans;
}
.success-wrapper button.button-text {
    width: 100%;
    height: 60px;
    color: #1E2F46;
    background-color: #f5f5f5;
    border: 3px solid #1e2f46;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    white-space: nowrap;
    font-size: 1rem;
    font-weight: bold;
    font-family: IRANSans;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.success-wrapper button.button-text:hover {
    color: rgba(30, 47, 70, .6);
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.tooltip {
    font-family: IRANSans;
}
.tooltip-inner {
    background-color: #1e2f46;
}
.tooltip-arrow::before {
    border-top-color: #1e2f46 !important;
}
.receive-wrapper {
    width: 480px;
    height: 250px;
    background-color: #fff;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    -webkit-box-shadow: 0 4px 9px 1px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 4px 9px 1px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 9px 1px rgba(0, 0, 0, .25);
}
.receive-wrapper input.unique-code {
    width: 100%;
    height: 55px;
    background-color: #f5f5f5;
    border: 1px solid #727272;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    font-family: IRANSans;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.receive-wrapper input.unique-code:focus {
    border-color: #32a08c;
    -moz-box-shadow: 0 0 6px 0 #32a08c;
    -webkit-box-shadow: 0 0 6px 0 #32a08c;
    box-shadow: 0 0 6px 0 #32a08c;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.receive-wrapper button.button-text {
    width: 100%;
    height: 55px;
    color: #fff;
    background-color: #1e2f46;
    border: 0;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    white-space: nowrap;
    font-size: 1rem;
    font-family: IRANSans;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.receive-wrapper button.button-text:hover, .login-wrapper button.button-text:hover {
    color: rgba(255, 255, 255, .6);
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.reply-received-wrapper {
    width: 400px;
    height: auto;
    position: relative;
    background-color: #fff;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    -webkit-box-shadow: 0 4px 9px 1px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 4px 9px 1px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 9px 1px rgba(0, 0, 0, .25);
}
.reply-received-wrapper p.title, .incoming-messages p.title {
    font-size: 1.3rem;
}
.reply-received-wrapper .message, .reply-received-wrapper .message-reply {
    position: relative;
    overflow: hidden;
}
.reply-received-wrapper .border-bottom-line {
    height: 4px;
    margin-top: 1.75rem;
    background: url(../images/border-bottom-line.svg) no-repeat center/cover;
}
.reply-received-wrapper img.diamond-line {
    width: 19px;
    height: 212px;
    position: absolute;
    right: 0;
    margin-top: 4px;
}
.reply-received-wrapper img.line {
    width: 19px;
    height: 100%;
    position: absolute;
    right: 0;
    margin-top: 2rem;
}
.reply-received-wrapper .sub-title {
    color: #636363;
    font-size: 1rem;
    font-weight: bold;
    font-family: IRANSans;
}
.reply-received-wrapper .sub-title span {
    font-weight: normal;
}
.reply-received-wrapper p.message-text {
    color: #636363;
    font-size: 1rem;
    font-family: IRANSans;
}
.reply-received-wrapper .send-reply-message a {
   cursor: pointer;
}
.login-wrapper {
    width: 490px;
    height: 300px;
    background-color: #fff;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    -webkit-box-shadow: 0 4px 9px 1px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 4px 9px 1px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 9px 1px rgba(0, 0, 0, .25);
}
.login-wrapper img.user {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
}
.login-wrapper img.unlock {
    position: absolute;
    top: 5.3rem;
    right: 1.5rem;
}
.incoming-messages p a.logout {
    font-size: 1rem;
    cursor: pointer;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.incoming-messages p a.logout:hover {
    color: rgba(99, 99, 99, .6);
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.incoming-messages p a.logout img {
    width: 24px;
    height: 24px;
    vertical-align: text-top;
}
.incoming-messages .toast-wrapper {
    height: 55px;
}
.filters a button {
    border: 2px solid transparent;
    cursor: pointer !important;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.filters a button:hover {
    border-color: #32a08c;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.filters a button.message-waiting:hover {
    border-color: #e56731;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.incoming-message {
    width: 1200px;
    height: auto;
    background-color: #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 0 4px 9px 1px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 4px 9px 1px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 9px 1px rgba(0, 0, 0, .25);
}
.sideline {
    width: 5px;
    height: 40px;
    margin-left: 1.5rem;
    background-color: #32a08c;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
}
.incoming-message p.title {
    font-size: 1rem;
}
.incoming-message p.date {
    margin: 5px 0 0;
    color: #636363;
    font-size: 1rem;
    font-family: IRANSans;
}
.message-answered {
    width: 150px;
    height: 40px;
    color: #32a08c;
    background-color: #d9f1ec;
    border: 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-size: 1rem;
    font-weight: bold;
    font-family: IRANSans;
    cursor: default !important;
}
.message-waiting {
    width: 150px;
    height: 40px;
    color: #e56731;
    background-color: #fdeae2;
    border: 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-size: 1rem;
    font-weight: bold;
    font-family: IRANSans;
    cursor: default !important;
}
.incoming-message button.eye {
    padding: 0;
    background-color: transparent;
    border: 0;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.incoming-message button.eye:hover {
    transform: scale(1.3);
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.incoming-message button.eye img {
    width: 30px;
    height: 30px;
}
.pagination-wrapper {
    width: 480px;
    height: 100px;
    background-color: #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 4px 9px 1px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 4px 9px 1px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 9px 1px rgba(0, 0, 0, .25);
}
.pagination-wrapper p.title {
    font-size: 1rem;
}
.previous-page, .next-page {
    width: 80px;
    height: 40px;
    background-color: #32a08c;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.pagination-wrapper .pages a {
    padding: 0 .5rem;
    color: #636363;
    font-size: 1rem;
    font-family: IRANSans;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.pagination-wrapper .pages a:hover {
    color: #32a08c;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.pagination-wrapper .pages a.current-page {
    color: #32a08c;
    font-weight: bold;
}
.main.incoming-messages .modal {
    background-color: rgba(255, 255, 255, .6);
    backdrop-filter: blur(5px);
}
.main.incoming-messages .modal .modal-dialog .reply-received-wrapper button.btn-close {
    position: absolute;
    top: 1.73rem;
    left: 2rem;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.main.incoming-messages .modal .modal-dialog .reply-received-wrapper button.btn-close:hover {
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.main.incoming-messages .modal .modal-dialog .modal-content {
    background-color: transparent;
    border: 0;
}
.toast {
    width: 350px;
    height: 55px;
    background-color: #32a08c;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.toast .toast-body {
    color: #fff;
    font-size: 1rem;
    font-family: IRANSans;
}
.toast-line {
    width: 100%;
    height: 7px;
    background-color: #fff;
    transition: width 3s;
}

@media (max-width: 393px) {
    .success-wrapper p.message-sent {
        font-size: 1.14rem;
    }
    .reply-received-wrapper .no-reply p.message-text {
        font-size: .844rem;
    }
    .incoming-messages img.logo {
        width: 115px;
        height: 115px;
    }
    .incoming-messages p a.logout, .incoming-messages p a.username {
        font-size: .75rem;
    }
    .incoming-messages p a.logout img {
        width: 16px;
        height: 16px;
        margin-left: .25rem;
    }
    .message-answered, .message-waiting {
        width: 135px;
        height: 45px;
    }
    .previous-page, .next-page {
        width: 55px;
    }
    .pagination-wrapper .pages a {
        padding: 0 .25rem;
    }
}

div.logout {
    width: 100%;
    height: 60px;
    background-color: #ff0000;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    white-space: nowrap;
}

button.logout {
    width: 100%;
    height: 55px;
    color: #fff;
    background-color: #ff0000;
    border: 0;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    white-space: nowrap;
    font-size: 1rem;
    font-family: IRANSans;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript,
if it's not present, don't show loader */
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/dist/images/Preloader_11.gif) center no-repeat #fff;
}
