﻿

/**********************************/
/* GENERAL STYLES */
/**********************************/

.wrapper-comments {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    font-family: iranSansNum;
    font-size: 13px;
}

.wrapper-comments ul {
    padding-right: 0px;
    list-style-type: none;
    margin-top: 0px;
}

/**********************************/
/* COMMENTS STYLES */
/**********************************/
.drt_preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d5d5d5;
    z-index: 100;
    opacity: 0.9;
}

.drt_preloader .drt_status {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%; 
    top: 50%; 
    background-image: url("/Images/dp-small-loading.gif");
    z-index: 100; 
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px solid #fff;
    background-size: contain;
    border-radius: 50%;
    transform:translate(-50%, -50%);
    background-color: #fff;
}

.drt_preloader .drt_preLoader_text {
    position: absolute;
    color : #222;
    top: 70%;
    left: 44%;
    font-size: 16px
}

.wrapper-comments .first-level-comment-box {
    position: relative;
}

.wrapper-comments .submitted-comments {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.wrapper-comments .submitted-comments .title-submitted-comments {
    width: 150px;
    color: #3DBEC3;
    font-weight: 600;
}

.wrapper-comments .submitted-comments .show-comments-icon,
.wrapper-comments .first-level-comment .main-comment-box-first-level .submitted-replies .arrow-icon {
    width: 10px;
    margin-top: 12px;
    color: #3DBEC3;
    margin-left: 12px;
    margin-bottom: 3px;
}

.wrapper-comments .submitted-comments .seperate-line {
    width: 100%;
    height: 2px;
    background-color: #3DBEC3;
    vertical-align: middle;
}

.wrapper-comments .first-level-comment .main-comment-box-first-level .submitted-replies .seperate-line {
    display: none;
}

.wrapper-comments .sort-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: center;
}

.wrapper-comments .sort-box .sort-base-on i {
    color: #939496
}

.wrapper-comments .sort-box .sort-base-on span {
    color: #939496;
    font-size: 13px;
    margin-right: 5px;
}

.wrapper-comments .sort-box .sort-base-on svg {
    color: #939496;
    vertical-align: middle;
}

.wrapper-comments .sort-box .sort-buttons {
    width: 50%;
    margin-right: 20px;
    display: flex;
    flex-wrap: nowrap;
}

.wrapper-comments .sort-box .sort-buttons .newst {
    background: none;
    outline: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: #A9AAAC;
    width: 100px;
    height: 40px;
}

.wrapper-comments .sort-box .sort-buttons .newst:hover {
    color: #629E9F;
    border: 1px solid #629E9F;
}

#old,
#most {
    margin-right: 20px;
}

.wrapper-comments .first-level-comment {
    display: flex !important;
    margin-top: 10px;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 5px;
    position: relative;
}

.wrapper-comments .first-level-comment .main-comment-box-first-level .tow-level-comment {
    padding-right: 40px;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: space-between;
}

.submitted-replies .show-comments-icon {
    display: none;
}

.wrapper-comments .first-level-comment .user-img-first-level {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D1D5D6;
    color: #fff;
    border-radius: 50%;
    font-size: 50px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -17px;
    right: -20px;
}

.user-img-first-level i {
    font-size: 25px !important;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}


.wrapper-comments .first-level-comment .main-comment-box-first-level,
.main-comment-box-tow-level,
.main-comment-box-three-level,
.main-comment-box-four-level,
.main-comment-box-five-level {
    padding-right: 10px;
    color: #676B6C;
    display: flex;
    flex-direction: column;
    width: 100%;
}

/*.wrapper-comments .first-level-comment-box .first-level-comment .main-comment-box-first-level*/ .user-info-first-level {
    display: flex;
    width: 100%;
    align-items: center;
}

/*.wrapper-comments .first-level-comment .main-comment-box-first-level .user-info-first-level*/ .user-name-first-level {
    font-weight: 600 !important;
    font-size: 16px !important;
    width: 250px;
}

.wrapper-comments .first-level-comment .main-comment-box-first-level .user-info-first-level .user-date-first-level,
.wrapper-comments .first-level-comment .main-comment-box-first-level .user-info-first-level .user-time-first-level {
    color: #939496;
    font-size: 12px;
    margin-left: 10px;
}

.wrapper-comments .first-level-comment .main-comment-box-first-level .main-content-first-level {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
}

.wrapper-comments .first-level-comment .main-comment-box-first-level .reply {
    position: relative;
    width: 20px;
    margin-bottom: 20px;
}

.wrapper-comments .first-level-comment .main-comment-box-first-level .reply .tooltip-text {
    visibility: hidden;
    width: 80px;
    background-color: #9AA4A6;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 160%;
    font-size: 10px;
}

.wrapper-comments .first-level-comment .main-comment-box-first-level .reply .tooltip-text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #9AA4A6 transparent transparent;
}

.wrapper-comments .first-level-comment .main-comment-box-first-level .reply:hover .tooltip-text {
    visibility: visible;
}

.wrapper-comments .first-level-comment .main-comment-box-first-level .submitted-replies {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.wrapper-comments .first-level-comment .main-comment-box-first-level .submitted-replies .title-submitted-replies {
    width: 135px;
    height: 45px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    line-height: 45px;
    text-align: center;
    background-color: #3DBEC3;
    color: #fff;
}

.wrapper-comments .first-level-comment .main-comment-box-first-level .reply .reply-comment {
    color: #629E9F;
    cursor: pointer;
}

.wrapper-comments .submitted-comments .arrow-icon {
    vertical-align: super;
}

.wrapper-comments .show-more {
    text-align: center;
    margin: 40px auto;
}

.wrapper-comments .show-comments {
    text-align: right;
}

.wrapper-comments .show-comments .show-comments-button {
    border: none;
    background-color: #1DBAC1;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    padding: 11px 23px;
}

.wrapper-comments .show-more .show-more-button {
    display: inline-block;
    width: 100px;
    height: 30px;
    background: none;
    border: none;
    text-decoration: none;
    cursor: pointer;
    color: #629E9F;
    border-bottom: 1px dotted #629E9F;
}


/**********************************/
/* FORM STYLES */
/**********************************/

.wrapper-comments .form {
    width: 95%;
    height: auto;
    padding: 20px 20px;
    border: 1px solid #1DBAC1;
    border-radius: 10px;
    margin: 20px auto;
    position: relative;
}

.wrapper-comments .form .display-form {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.wrapper-comments .form .display-form .submit-button {
    width: 100%;
    height: 50px;
    background-color: #1DBAC1;
    border-radius: 5px;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
}

.wrapper-comments .form .display-form .display-inputs .name-email .input-name .input,
.wrapper-comments .form .display-form .display-inputs .name-email .input-email .input,
.wrapper-comments .modal .modal-box .modal-body .modal-body-width .modal-secure-code .input,
.wrapper-comments .modal .modal-box .modal-body .modal-body-width .modal-submit-comment .modal-input-textarea .input,
.wrapper-comments .form .display-form .secure-code .input {
    border: none;
    border-bottom: 1px solid #DCDDDF;
    outline: none;
}

.wrapper-comments .form .display-form .display-inputs .input-textarea .input {
    border: none;
    outline: none;
}

.wrapper-comments .form .display-form .display-inputs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 80px;
}

.wrapper-comments .form .display-form .display-inputs .name-email {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.wrapper-comments .form .display-form .display-inputs .name-email .input-name .first-name,
.wrapper-comments .form .display-form .display-inputs .name-email .input-email .email-field {
    width: 100%;
    height: 45px;
}

.wrapper-comments .form .display-form .display-inputs .name-email .input-email .email-field {
    direction: ltr;
}

.wrapper-comments .modal .modal-box .modal-body .modal-body-width .modal-secure-code .comment-textarea {
    width: 98%;
    height: 43px;
    position: absolute;
}

.wrapper-comments .form .display-form .display-inputs .input-textarea .comment-textarea {
    width: 98%;
    height: 75px;
    resize: vertical;
    scrollbar-color: #ccc white; /* thumb and track color */
    scrollbar-width: thin;
}

.wrapper-comments .form .display-form .display-inputs .input-textarea .comment-textarea::-webkit-scrollbar {
    width: 10px;
}
.wrapper-comments .form .display-form .display-inputs .input-textarea .comment-textarea::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ccc;
    border-radius: 5px;
}

.wrapper-comments .form .display-form .display-inputs .input-textarea .comment-textarea::-webkit-scrollbar-thumb {
    background: #D3D5D4;
    border-radius: 5px;
}


.wrapper-comments .modal .modal-box .modal-body .modal-body-width .modal-submit-comment .modal-input-textarea .comment-textarea {
    width: 100%;
    height: 75px;
    padding: 0;
    resize:vertical;
    scrollbar-color: #ccc white; /* thumb and track color */
    scrollbar-width: thin;
}

.wrapper-comments .modal .modal-box .modal-body .modal-body-width .modal-submit-comment .modal-input-textarea .comment-textarea::-webkit-scrollbar {
    width: 10px;
}

.wrapper-comments .modal .modal-box .modal-body .modal-body-width .modal-submit-comment .modal-input-textarea .comment-textarea::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ccc;
    border-radius: 5px;
}

.wrapper-comments .modal .modal-box .modal-body .modal-body-width .modal-submit-comment .modal-input-textarea .comment-textarea::-webkit-scrollbar-thumb {
    background: #D3D5D4;
    border-radius: 5px;
}

.wrapper-comments .form .display-form .display-inputs .name-email {
    margin-bottom: 30px;
}

.wrapper-comments .form .display-form .display-inputs .name-email .input-name,
.wrapper-comments .form .display-form .display-inputs .name-email .input-email {
    width: 45%;
    position: relative;
    display: flex;
}

.input-name input[type="text"]::placeholder,
.input-email input[type="email"]::placeholder,
textarea::placeholder {
    padding-right: 0px!important;
}

input[type="email"]::placeholder {
    text-align: right;
}

.wrapper-comments .form .display-form .display-inputs .name-email .input-name .icon,
.wrapper-comments .form .display-form .display-inputs .name-email .input-email .icon {
    height: 47px;
    color: #939496;
    min-width: 20px;
    line-height: 47px;
    text-align: right;
    border-bottom: 1px solid #DCDDDF;
}

.wrapper-comments .form .display-form .display-inputs .input-textarea .icon {
    height: 33px;
    color: #939496;
    min-width: 20px;
    line-height: 20px;
    text-align: right;
}

.wrapper-comments .form .display-form .display-inputs .input-textarea {
    position: relative;
    display: flex;
    border-bottom: 1px solid #DCDDDF;
}

.wrapper-comments .form .comment-text {
    position: absolute;
    top: -12px;
    right: 10px;
    width: 112px;
    height: 20px;
    font-size: 18px;
    text-align: center;
    color: #1DBAC1;
    background-color: #fff;
}

/**********************************/
/* SECURE CODE STYLES */
/**********************************/

.wrapper-comments .form .display-form .secure-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.wrapper-comments .form .display-form .secure-code .secure-random-num {
    order: 3;
    width: 200px;
    height: 50px;
    border: 1px solid #D3D5D4;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.wrapper-comments .form .display-form .secure-code .secure-random-num P {
    padding: 0px 20px;
    border-right: 1px solid #E8EAE9;
    font-size: 20px;
    color: #909598;
}

.wrapper-comments .form .display-form .secure-code .secure-random-num div {
    width: 50px;
    height: 40px;
    padding: 5px;
    display: flex;
    flex-direction: row;
    font-size: 10px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.wrapper-comments .form .display-form .secure-code .secure-random-num div a {
    color: #AEB0AF;
    font-size: 17px;
}

.wrapper-comments .form .display-form .secure-code input[type="text"] {
    width: 235px;
    height: 45px;
}

.wrapper-comments .form .display-form .secure-code input[type="text"]::placeholder {
    direction: rtl;
    text-align: right;
}

/**********************************/
/* POPUP FROM STYLES */
/**********************************/

.form-wrapper {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    transition: all 0.4s;
    z-index: 1000;
}

.wrapper-comments .form-popup {
    width: 60%;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #1DBAC1;
    border-radius: 10px;
    background-color: #fff;
    z-index: 10000;
}

.wrapper-comments .form-popup .display-form {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    padding: 20px 20px;
}

.wrapper-comments .form-popup .display-form .submit-button {
    width: 100%;
    height: 50px;
    background-color: #1DBAC1;
    border-radius: 5px;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
}

.wrapper-comments .form-popup .display-form .display-inputs .name-email .input-name .input,
.wrapper-comments .form-popup .display-form .display-inputs .name-email .input-email .input,
.wrapper-comments .form-popup .display-form .display-inputs .input-textarea .input,
.wrapper-comments .modal .modal-box .modal-body .modal-body-width .modal-secure-code .input,
.wrapper-comments .modal .modal-box .modal-body .modal-body-width .modal-submit-comment .modal-input-textarea .input,
.wrapper-comments .form-popup .display-form .secure-code .input {
    border: none;
    border-bottom: 1px solid #DCDDDF;
    outline: none;
}

.wrapper-comments .form-popup .display-form .display-inputs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 80px;
}

.wrapper-comments .form-popup .display-form .display-inputs .name-email {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.wrapper-comments .form-popup .display-form .display-inputs .name-email .input-name .first-name,
.wrapper-comments .form-popup .display-form .display-inputs .name-email .input-email .email-field {
    width: 100%;
    height: 45px;
}

.wrapper-comments .form-popup .display-form .display-inputs .name-email .input-email .email-field {
    direction: ltr;
}

.wrapper-comments .modal .modal-box .modal-body .modal-body-width .modal-secure-code .comment-textarea {
    width: 98%;
    height: 43px;
    position: absolute;
}

.wrapper-comments .form-popup .display-form .display-inputs .input-textarea .comment-textarea {
    width: 98%;
    height: 75px;
    border: none;
    resize: vertical;
    scrollbar-color: #ccc white; /* thumb and track color */
    scrollbar-width: thin;
}

.wrapper-comments .form-popup .display-form .display-inputs .input-textarea .comment-textarea::-webkit-scrollbar {
    width: 10px;
}

.wrapper-comments .form-popup .display-form .display-inputs .input-textarea .comment-textarea::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ccc;
    border-radius: 5px;
}

.wrapper-comments .form-popup .display-form .display-inputs .input-textarea .comment-textarea::-webkit-scrollbar-thumb {
    background: #D3D5D4;
    border-radius: 5px;
}

.wrapper-comments .modal .modal-box .modal-body .modal-body-width .modal-submit-comment .modal-input-textarea .comment-textarea {
    width: 100%;
    height: 75px;
    padding: 0;
    resize:vertical;
}

.wrapper-comments .form-popup .display-form .display-inputs .name-email {
    margin-bottom: 30px;
}

.wrapper-comments .form-popup .display-form .display-inputs .name-email .input-name,
.wrapper-comments .form-popup .display-form .display-inputs .name-email .input-email {
    width: 45%;
    position: relative;
    display: flex;
}

.input-name input[type="text"]::placeholder,
.input-email input[type="email"]::placeholder,
textarea::placeholder {
    padding-right: 10px;
}

.input-email input[type="email"]::placeholder {
    text-align: right;
}

.wrapper-comments .form-popup .display-form .display-inputs .name-email .input-name .icon,
.wrapper-comments .form-popup .display-form .display-inputs .name-email .input-email .icon {
    height: 47px;
    color: #939496;
    min-width: 20px;
    line-height: 47px;
    text-align: right;
    border-bottom: 1px solid #DCDDDF;
}

.wrapper-comments .form-popup .display-form .display-inputs .input-textarea .icon {
    height: 33px;
    color: #939496;
    min-width: 20px;
    line-height: 20px;
    text-align: right;
    
}

.wrapper-comments .form-popup .display-form .display-inputs .input-textarea {
    position: relative;
    display: flex;
    border-bottom: 1px solid #DCDDDF;
}

.wrapper-comments .form-popup .comment-text {
    display: none;
    position: absolute;
    top: -12px;
    right: 10px;
    width: 112px;
    height: 20px;
    font-size: 18px;
    text-align: center;
    color: #1DBAC1;
    background-color: #fff;
}

/**********************************/
/* SECURE CODE STYLES */
/**********************************/

.wrapper-comments .form-popup .display-form .secure-code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.wrapper-comments .form-popup .display-form .secure-code .secure-random-num {
    order: 3;
    width: 200px;
    height: 50px;
    border: 1px solid #D3D5D4;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.wrapper-comments .form-popup .display-form .secure-code .secure-random-num P {
    padding: 0px 20px;
    border-right: 1px solid #E8EAE9;
    font-size: 20px;
    color: #909598;
}

.wrapper-comments .form-popup .display-form .secure-code .secure-random-num div {
    width: 50px;
    height: 40px;
    padding: 5px;
    display: flex;
    flex-direction: row;
    font-size: 10px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.wrapper-comments .form-popup .display-form .secure-code .secure-random-num div a {
    color: #AEB0AF;
    font-size: 17px;
}

.wrapper-comments .form-popup .display-form .secure-code input[type="text"] {
    width: 235px;
    height: 45px;
}

.wrapper-comments .form-popup .display-form .secure-code input[type="text"]::placeholder {
    direction: rtl;
    text-align: right;
}



.form-wrapper .modal-header {
    width: 100%;
    border-bottom: 1px solid #3DBEC3;
}

.form-wrapper .modal-header .modal-header-width {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.form-wrapper .modal-header .modal-header-width .modal-reply-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.form-wrapper .modal-header .modal-header-width .modal-reply-icon .modal-icon {
    width: 60px;
    height: 45px;
    background-color: #DDF5F7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #3DBEC3;
}

.form-wrapper .modal-header .modal-header-width .modal-reply-icon .modal-title {
    margin-right: 20px;
    color: #3DBEC3;
    font-weight: bold;
}

.form-wrapper .modal-header .modal-header-width .modal-close-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #3DBEC3;
    cursor: pointer;
}

.form-wrapper .modal-header .modal-header-width .modal-close-icon i,
.form-wrapper .modal-header .modal-header-width .modal-reply-icon .modal-icon i,
.modal .modal-box .modal-header .modal-header-width .modal-close-icon i{
    font-size: 20px
}

/**********************************/
/* MODAL BOX STYLES */
/**********************************/

/*.wrapper-comments*/ .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 25px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    transition: all 0.4s;
}

/*.wrapper-comments*/ .modal .modal-box {
    width: 50%;
    height: auto;
    background-color: #fff;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -40%);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

/*.wrapper-comments*/ .modal .modal-box .modal-header {
    width: 100%;
    border-bottom: 1px solid #3DBEC3;
}

/*.wrapper-comments*/ .modal .modal-box .modal-header .modal-header-width {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

/*.wrapper-comments*/ .modal .modal-box .modal-header .modal-header-width .modal-reply-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/*.wrapper-comments*/ .modal .modal-box .modal-header .modal-header-width .modal-reply-icon .modal-icon {
    width: 60px;
    height: 45px;
    background-color: #DDF5F7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #3DBEC3;
}

/*.wrapper-comments*/ .modal .modal-box .modal-header .modal-header-width .modal-reply-icon .modal-title {
    margin-right: 20px;
    color: #3DBEC3;
    font-weight: bold;
}

/*.wrapper-comments*/ .modal .modal-box .modal-header .modal-header-width .modal-close-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #3DBEC3;
    cursor: pointer;
}

/*.wrapper-comments*/ .modal .modal-box .modal-body {
    border-bottom: 1px solid #D3D4D6;
}

/*.wrapper-comments*/ .modal .modal-box .modal-body .modal-body-width {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*.wrapper-comments*/ .modal .modal-box .modal-body .modal-body-width .modal-user {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

/*.wrapper-comments*/ .modal .modal-box .modal-body .modal-body-width .modal-user .modal-user-img,
/*.wrapper-comments*/ .modal .modal-box .modal-body .modal-body-width .modal-submit-comment .modal-user-img-comment {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background-color: #D1D5D6;
    color: #fff;
    position: relative;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal .modal-box .modal-body .modal-body-width .modal-submit-comment .modal-user-img-comment i {
    font-size: 25px;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
/*.wrapper-comments*/ .modal .modal-box .modal-body .modal-body-width .modal-submit-comment .modal-user-img-comment::before {
    content: '';
    width: 2px;
    background-color: #D1D5D6;
    height: 50px;
    position: absolute;
    left: 50%;
    top: -50px;
}

/*.wrapper-comments*/ .modal .modal-box .modal-body .modal-body-width .modal-user .modal-user-info {
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

/*.wrapper-comments*/ .modal .modal-box .modal-body .modal-body-width .modal-user .modal-user-info .modal-user-name {
    color: #656B6B;
    font-weight: bold;
    margin-right: 20px;
    font-size: 16px;
}

/*.wrapper-comments*/ .modal .modal-box .modal-body .modal-body-width .modal-user .modal-user-info .modal-user-date,
/*.wrapper-comments*/ .modal .modal-box .modal-body .modal-body-width .modal-user .modal-user-info .modal-user-time {
    color: #A9AAAC;
    font-size: 11px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

/*.wrapper-comments*/ .modal .modal-box .modal-body .modal-body-width .modal-timeline {
    width: 100%;
    margin: 0 auto;
    height: 35px;
}

/*.wrapper-comments*/ .modal .modal-box .modal-body .modal-body-width .modal-submit-comment {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.modal .modal-box .modal-body .modal-body-width .modal-submit-comment .display-inputs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 25px;
    width: 100%;
}

.modal .modal-box .modal-body .modal-body-width .modal-submit-comment .display-inputs .name-email {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
}

.modal .modal-box .modal-body .modal-body-width .modal-submit-comment .display-inputs .name-email .input-name,
.modal .modal-box .modal-body .modal-body-width .modal-submit-comment .display-inputs .name-email .input-email {
    width: 45%;
    position: relative;
    display: flex;
}

.modal .modal-box .modal-body .modal-body-width .modal-submit-comment .display-inputs .name-email .input-name .icon,
.modal .modal-box .modal-body .modal-body-width .modal-submit-comment .display-inputs .name-email .input-email .icon {
    height: 47px;
    color: rgb(147, 148, 150);
    min-width: 20px;
    text-align: right;
    line-height: 47px;
    border-bottom: 1px solid rgb(220, 221, 223);
}

.modal .modal-box .modal-body .modal-body-width .modal-submit-comment .display-inputs .name-email .input-name .input,
.modal .modal-box .modal-body .modal-body-width .modal-submit-comment .display-inputs .name-email .input-email .input {
    border: none;
    border-bottom: 1px solid #DCDDDF;
    outline: none;
}

.modal .modal-box .modal-body .modal-body-width .modal-submit-comment .display-inputs .name-email .input-name .first-name,
.modal .modal-box .modal-body .modal-body-width .modal-submit-comment .display-inputs .name-email .input-email .email-field {
    width: 100%;
    height: 45px;
}

.modal .modal-box .modal-body .modal-body-width .modal-submit-comment .display-inputs .name-email .input-email .email-field {
    direction: ltr;
}
/*.wrapper-comments*/
.modal .modal-box .modal-body .modal-body-width .modal-submit-comment .modal-input-textarea {
    width: 100%;
    margin-top: 20px;
    position: relative;
}

/*.wrapper-comments*/ .modal .modal-box .modal-body .modal-body-width .modal-secure-code {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*.wrapper-comments*/ .modal .modal-box .modal-body .modal-body-width .modal-secure-code input[type="text"] {
    width: 50%;
    height: 45px;
}

/*.wrapper-comments*/ .modal .modal-box .modal-body .modal-body-width .modal-secure-code input[type="text"]::placeholder {
    direction: rtl;
    text-align: right;
}

/*.wrapper-comments*/ .modal .modal-box .modal-body .modal-body-width .modal-secure-code .secure-random-num {
    order: 3;
    width: 200px;
    height: 50px;
    border: 1px solid #D3D5D4;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

/*.wrapper-comments*/ .modal .modal-box .modal-body .modal-body-width .modal-secure-code .secure-random-num P {
    padding: 0px 20px;
    border-right: 1px solid #E8EAE9;
    font-size: 20px;
    color: #909598;
}

/*.wrapper-comments*/ .modal .modal-box .modal-body .modal-body-width .modal-secure-code .secure-random-num div {
    width: 50px;
    height: 40px;
    padding: 5px;
    display: flex;
    flex-direction: row;
    font-size: 10px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

/*.wrapper-comments*/ .modal .modal-box .modal-body .modal-body-width .modal-secure-code .secure-random-num div a {
    color: #AEB0AF;
    font-size: 17px;
}

/*.wrapper-comments*/ .modal .modal-box .modal-footer {
    margin: 20px auto;
    width: 90%;
}

/*.wrapper-comments*/ .modal .modal-box .modal-footer .modal-buttons {
    direction: ltr;
    text-align: left;
}

/*.wrapper-comments*/ .modal .modal-box .modal-footer .modal-buttons .modal-submit-button {
    background: none;
    border: none;
    background-color: #1DBAC1;
    color: #fff;
    width: 100px;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
}

/*.wrapper-comments*/ .modal .modal-box .modal-footer .modal-buttons .modal-cancel-button {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    background: none;
    border: none;
    border-radius: 5px;
    color: #939496;
    border: 1px solid #939496;
    width: 100px;
    height: 40px;
    margin-left: 10px;
}

ul.posted-comments {
    list-style: none;
    margin: 0;
}

ul.posted-comments li {
    direction: rtl;
    padding: 10px 0 0;
    border-top: 1px solid #F0F0F0;
}

.avatar img {
    width: 28px;
    height: 28px;
}

.posted-comments-postbox .form {
    margin-left: 10px;
    min-width: 85%;
}

.posted-comments-postbox textarea, .posted-comment-form-edit textarea {
    min-width: 98%;
}

.posted-comment-container {
    margin-left: 10px;
    min-width: 85%;
}

.real-time {
    margin-right: 10px;
}

.clock-icon {
    margin-right: 20px;
    margin-left: 10px;
    line-height: inherit;
    color: #939496;
}

#modal-clock {
    margin-top: 4px;
    color: #A9AAAC;
}

.posted-comment-container .posted-comment-head {
    font-size: 7pt;
}

.posted-comment-container .posted-comment-head .posted-comment-author {
    font-weight: bold;
}

.posted-comment-container .posted-comment-foot {
    font-size: 7pt;
    color: #F0F0F0;
}

ul.posted-comment-childs {
    list-style: none;
    padding-top: 7px;
}

ul.posted-comment-childs .avatar img {
    width: 22px;
    height: 22px;
}

.drt_textareaError {
    color: red;
    display: block;
    position: absolute;
    top: 80px;
    right: 0;
    font-size: 10px
}

.email_validation {
    color: red;
    display: block;
    font-size:10px;
    position: absolute;
    top: 47px;
    right: 0;
}

.user-img-first-level i {
    font-size: 25px!important;
}

.drt_popupBox {
    width: 100%;
    border-radius: 3px;
    height: 45px;
    cursor: pointer;
    border: none;
    color: #fff;
    background-color: #1DBAC1;
    margin-top: 20px;
}

.drt_postedDateTime {
    display: flex;
    width: 200px;
}

.spinner {
    font-size: 18px;
}

.wrapper-comments .first-level-comment-box li {
    background-color: #f5f5f5 !important;
}

.wrapper-comments .first-level-comment-box li .main-comment-box-first-level ul li {
    background-color: #ececec !important;
}

.wrapper-comments .first-level-comment-box li .main-comment-box-first-level ul li .main-comment-box-first-level ul li {
    background-color: #dedede !important;
}

.wrapper-comments .first-level-comment-box li .main-comment-box-first-level ul li .main-comment-box-first-level ul li .main-comment-box-first-level ul li {
    background-color: #d0d0d0 !important;
}

.wrapper-comments .first-level-comment-box li .main-comment-box-first-level ul li .main-comment-box-first-level ul li .main-comment-box-first-level ul li .main-comment-box-first-level ul li {
    background-color: #e8e8e8 !important;
}

@supports (-moz-appearance:none) {
    .wrapper-comments .form .display-form .display-inputs .input-textarea .comment-textarea {
        height: 75px;
        width: 98%;
        resize: vertical;
        scrollbar-color: #ccc white; /* thumb and track color */
        scrollbar-width: thin;
    }

    .wrapper-comments .form-popup .display-form .display-inputs .input-textarea .comment-textarea {
        height: 75px;
        width: 98%;
        resize: vertical;
    }
}




/* Media Queries */
@media (max-width: 768px) {
    * {
        font-size: 11px
    }

    /*.wrapper-comments .first-level-comment {
        width: 500px;
    }*/

    #modal-clock {
        margin-top: 2px;
        margin-left: 5px;
        margin-right: 25px;
        line-height: initial;
    }

    .title-submitted-comments {
        width: 190px !important;
    }

    .wrapper-comments {
        width: 100%;
    }

    .secure-code {
        flex-direction: column;
    }

    .wrapper-comments .sort-box {
        flex-direction: column;
    }

    .wrapper-comments .sort-box .sort-buttons {
        width: 100%;
        margin-right: 0px;
    }

    .wrapper-comments .sort-box .sort-base-on span {
        font-size: 12px;
    }

    .user-name-first-level {
        font-size: 12px!important;
    }

    .user-info-first-level {
        width: 100%;
        display:block;
    }
    .clock-icon {
        margin-right: 0px;
    }
    .wrapper-comments .first-level-comment .main-comment-box-first-level .user-info-first-level .user-date-first-level, .wrapper-comments .first-level-comment .main-comment-box-first-level .user-info-first-level .user-time-first-level {
        font-size: 8px;
    }

    .wrapper-comments .first-level-comment .main-comment-box-first-level .submitted-replies .title-submitted-replies {
        font-size: 10px;
        font-weight: 600;
    }

    .wrapper-comments .form .display-form .secure-code input[type="text"] {
        order: 2;
    }

    .wrapper-comments .form .display-form .secure-code .secure-random-num {
        order: 1;
    }

    .wrapper-comments .form .display-form .secure-code .secure-random-num P {
        font-size: 17px;
    }

    .wrapper-comments .form .display-form .secure-code .secure-random-num {
        width: 170px;
    }

    .wrapper-comments .form .comment-text {
        width: 90px;
        font-size: 15px;
    }

    .wrapper-comments .form {
        width: 100%;
        padding: 20px 0px;
    }

    .wrapper-comments .form .display-form {
        padding: 0px 20px;
    }

    .wrapper-comments .form .display-form .secure-code input[type="text"] {
        width: 100%;
    }

    .input-name input[type="text"]::placeholder,
    .input-email input[type="email"]::placeholder,
    textarea::placeholder {
        padding-right: 5px!important;
    }

    input[type="email"]::placeholder {
        text-align: right;
    }

    .wrapper-comments .form .display-form .display-inputs .name-email .input-name .icon, .wrapper-comments .form .display-form .display-inputs .name-email .input-email .icon, .wrapper-comments .form .display-form .display-inputs .input-textarea .icon {
        min-width: 15px;
    }

    .drt_preloader .drt_preLoader_text {
        left: 50%;
        transform: translate(-50%, 0%);
        font-size: 12px;
    }

    .modal {
        z-index: 10000;
        top: 0px;
    }

    .modal .modal-box {
        width: 85%;
        margin: 0 auto;
    }

    .modal .modal-box .modal-body .modal-body-width {
        margin-top: 20px;
    }

    .modal .modal-box .modal-body .modal-body-width .modal-secure-code {
        margin-top: 25px;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .modal .modal-box .modal-body .modal-body-width .modal-submit-comment .display-inputs {
        margin-bottom: 10px;
    }

    .wrapper-comments .modal .modal-box .modal-body .modal-body-width .modal-secure-code .input {
        order: 2;
    }

    .modal .modal-box .modal-body .modal-body-width .modal-secure-code .secure-random-num {
        order: 1;
    }

    .modal .modal-box .modal-body .modal-body-width .modal-secure-code .secure-random-num P {
        font-size: 15px;
    }

    .modal .modal-box .modal-body .modal-body-width .modal-secure-code .secure-random-num {
        width: 150px;
    }

    .modal .modal-box .modal-body .modal-body-width .modal-submit-comment .display-inputs .name-email .input-name .icon, .modal .modal-box .modal-body .modal-body-width .modal-submit-comment .display-inputs .name-email .input-email .icon {
        line-height: 47px;
    }

    .wrapper-comments .form .display-form .display-inputs .name-email .input-name, .wrapper-comments .form .display-form .display-inputs .name-email .input-email {
        width: 100%;
    }

    .wrapper-comments .form .display-form .display-inputs .name-email {
        flex-direction: column;
    }

    .wrapper-comments .form .display-form .display-inputs .name-email .input-name .first-name,
    .wrapper-comments .form .display-form .display-inputs .name-email .input-email .email-field {
        width: 108%;
        height: 45px;
    }

    .wrapper-comments .form .display-form .display-inputs .name-email .input-email {
        margin-top: 20px;
    }

    .wrapper-comments .form .display-form .display-inputs .name-email .input-email .email-field {
        direction: ltr;
    }

    .wrapper-comments .form-popup .display-form .secure-code .secure-random-num {
        order: 0;
    }
    .wrapper-comments .form-popup .display-form .secure-code input[type="text"] {
        order: 3;
    }

    .wrapper-comments .sort-box .sort-buttons {
        justify-content: center;
    }

    .wrapper-comments .form-popup {
        width: 85%;
    }

    .wrapper-comments .form-popup .display-form .display-inputs .name-email {
        flex-direction: column;
    }

    .wrapper-comments .form-popup .display-form .display-inputs .name-email .input-name, .wrapper-comments .form-popup .display-form .display-inputs .name-email .input-email {
        width: 100%;
    }

    .wrapper-comments .form-popup .display-form .display-inputs .name-email .input-email {
        margin-top: 20px;
    }
    .modal .modal-box .modal-body .modal-body-width .modal-user .modal-user-info .modal-user-name {
        font-size: 12px;
    }

    .modal .modal-box .modal-body .modal-body-width .modal-user .modal-user-info .modal-user-date, .modal .modal-box .modal-body .modal-body-width .modal-user .modal-user-info .modal-user-time {
        font-size: 9px;
    }

    .wrapper-comments .first-level-comment .user-img-first-level {
        width: 35px;
        height: 35px;
    }
    .user-img-first-level i {
        font-size: 25px !important;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
    }

    .wrapper-comments .first-level-comment .main-comment-box-first-level {
        padding-right: 0px;
    }

    .wrapper-comments .first-level-comment .main-comment-box-first-level .submitted-replies {
        display: inline-block;
    }

    .wrapper-comments .first-level-comment .main-comment-box-first-level .submitted-replies .arrow-icon {
        margin: 0;
    }

    .wrapper-comments .first-level-comment .main-comment-box-first-level .submitted-replies .show-comments-icon {
        width: 50px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        margin-right: 5px;
    }
    .wrapper-comments .first-level-comment .main-comment-box-first-level .reply {
        margin-bottom: 0;
    }

    .wrapper-comments .first-level-comment .main-comment-box-first-level .submitted-replies .seperate-line {
        display: none;
    }

    ul {
        margin: 0!important    
    }

    .wrapper-comments .first-level-comment {
        flex-wrap: wrap;
    }

    .wrapper-comments .first-level-comment .main-comment-box-first-level .submitted-replies .title-submitted-replies {
        width: 110px;
        height: 35px;
        line-height: 35px;
        display: inline-block;
    }
    
    /*.wrapper-comments .first-level-comment-box {
        overflow-y: scroll;
    }*/
}

@media (max-width: 467px) {
    .modal .modal-box .modal-body .modal-body-width .modal-submit-comment .display-inputs {
        margin-right: 0px
    }
    .modal .modal-box .modal-body .modal-body-width .modal-submit-comment .display-inputs .name-email {
        flex-direction: column;
    }

    .modal .modal-box .modal-body .modal-body-width .modal-submit-comment .display-inputs .name-email .input-name, .modal .modal-box .modal-body .modal-body-width .modal-submit-comment .display-inputs .name-email .input-email {
        width: 100%;
    }

    .modal .modal-box .modal-body .modal-body-width .modal-submit-comment .display-inputs .name-email .input-email {
        margin-top: 15px;
    }

    .modal .modal-box .modal-body .modal-body-width .modal-user .modal-user-img, .modal .modal-box .modal-body .modal-body-width .modal-submit-comment .modal-user-img-comment {
        width: 35px;
        height: 35px;
        font-size: 6px;
    }

    .modal .modal-box .modal-body .modal-body-width .modal-submit-comment .modal-user-img-comment i {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

@media (max-width: 300px) {
    .clock-icon {
        margin-right: 0;
        margin-left: 5px;
    }
}
