:root {
    --green-color: #15B527;
    --lightgrey: #39443b;
    --dark-green: #08150A;
    --dark-grey: #707070;
    --red-color: #EB2525;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Source Sans Pro', sans-serif;
}

img {
    margin: 0px;
    max-width: 100%;
    padding: 0px;
}

a,
button {
    transition: all 0.5s;
}

h1,
h2,
h3 {
    font-family: 'Josefin Sans', sans-serif;
}

.simple-font {
    font-family: 'Source Sans Pro', sans-serif;
}

.heebo-font {
    font-family: 'Heebo', sans-serif;
    ;
}

.text-green,
.text-green:hover {
    color: var(--green-color);
}

.bg-green {
    background-color: var(--green-color);
}

.bg-none {
    background-color: transparent;
    background: none;
}

.light-grey {
    color: var(--lightgrey);
}

.dark-grey {
    color: var(--dark-grey);
}

.text-black {
    color: #000;
}

.text-red,
.text-red:hover {
    color: var(--red-color);
}

.f-10 {
    font-size: 10px;
}

.f-11 {
    font-size: 11px;
}

.f-12 {
    font-size: 12px;
}

.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px;
}

.f-15 {
    font-size: 15px;
}

.f-16 {
    font-size: 16px;
}

.f-17 {
    font-size: 17px;
}

.f-18 {
    font-size: 17px!important;
}

.f-19 {
    font-size: 19px!important;
}

.f-20 {
    font-size: 20px!important;
}

.f-22 {
    font-size: 22px;
}

.f-24 {
    font-size: 24px;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 28px;
}

.mt-6,
.my-6 {
    margin-top: 3.5rem;
}

.mb-6,
.my-6 {
    margin-bottom: 3.5rem;
}

.mt-7,
.my-7 {
    margin-top: 4rem;
}

.mb-7,
.my-7 {
    margin-bottom: 4rem;
}

.fweight-800,
.fw-800 {
    font-weight: 800;
}

.fweight-600,
.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.space-6 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.space-7 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.space-8 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.j-font,
.font-jasfin {
    font-family: 'Josefin Sans', sans-serif!important;
}

.one-line {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.few-line {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /*-webkit-line-clamp: 3;*/
}

.number-input::-webkit-outer-spin-button,
.number-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.number-input[type=number] {
    -moz-appearance: textfield;
}

.radius-10 {
    border-radius: 10px!important;
}

.max-width-100 {
    max-width: 100%!important;
}

.full-absolute {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #191919;
}

.dropdown-menu {
    border-radius: 6px;
    padding: 0px;
    border-color: #e7e7e7aa;
    box-shadow: 0px 3px 6px #0000000a;
}


/*====================================Outer page=========================================================*/

.header-nav .navbar-toggler {
    box-shadow: none!important;
}

.header-nav.open-header {
    background: #08150a;
    overflow-y: auto;
    min-height: 100vh;
    align-items: start;
}

.header-nav.open-header .navbar-toggler-icon.main-toggle {
    filter: brightness(0) invert(1);
    background-image: url(../images/close-white.png);
    height: 22px;
}

.header-nav .navbar-toggler-icon {
    height: 30px;
    background-size: contain;
}

.header-nav {
    transition: 0.4s all;
    z-index: 1000;
}

.cordner-menu .btn:focus,
.cordner-menu .btn {
    box-shadow: none;
    padding-right: 0px;
}

.header-nav .navbar-toggler-icon {
    background-image: url(../images/menu-white.png);
}

.fixed-header {
    background-color: var(--dark-green);
}

.cordner-menu .dropdown-menu {
    padding: 20px 35px 14px 35px;
    box-shadow: 0px 8px 24px #00000029;
    border-radius: 24px 0px 24px 24px;
    min-width: 230px;
}

.header-nav .logo-img {
    height: 48px;
}

.header-nav.open-header .cordner-menu .dropdown-menu {
    display: block;
    background: transparent;
    padding: 0px;
}

.header-nav.open-header .cordner-menu>.btn {
    display: none;
}

.header-nav.open-header .cordner-menu .dropdown-item {
    padding: 8px 0px!important;
    color: #fff;
    border: none;
    font-weight: 400;
}

.cordner-menu .dropdown-item {
    padding: 8px 0px;
    border-bottom: 1px solid #dfdfdf;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    color: #000;
}

.cordner-menu .dropdown-item:hover {
    background: transparent;
}

.cordner-menu li:first-of-type .dropdown-item {
    padding-top: 0px;
}

.cordner-menu li:last-of-type .dropdown-item {
    border: none;
    padding-bottom: 0px;
}


/* search result */

.search-index {
    height: 530px;
    background-image: url(../images/banner-index.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.green-navigation .pagination {
    justify-content: center;
}

.green-navigation .page-item.active .page-link {
    background: var(--green-color);
    background-color: var(--green-color);
}

.green-navigation .page-link {
    color: #000;
}


/* banner */

.banner-index {
    height: 800px;
    background-image: url(../images/banner-index.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.index-text {
    padding-top: 210px;
}

.index-text h1 {
    font-size: 52px;
}

.index-text .paragraph {
    font-size: 22px;
    letter-spacing: 1.69px;
}

.banner-index .search-form .form-control,
.search-index .search-form .form-control {
    height: 70px;
    border-radius: 10px 0px 0px 10px;
    padding: 6px 28px 6px 28px;
    font-weight: 600;
}

.banner-index .search-form .form-control:focus,
.search-index .search-form .form-control:focus {
    box-shadow: none;
}

.banner-index .search-form .btn-search,
.search-index .search-form .btn-search {
    width: 190px;
    border: none;
    color: #fff;
    background-color: #15B527;
    border-radius: 0px 10px 10px 0px;
    font-size: 18px;
}

.banner-white-box {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 6px 15px #00000029;
    padding-top: 40px;
    padding-bottom: 40px;
}


/*sevice slider*/

.index-slider {
    position: relative;
    height: 340px;
}

.top-box {
    position: absolute;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    top: -180px;
}

.service-item img {
    height: 60px;
    object-fit: contain;
    margin-bottom: 45px;
}

.clicked.service-item {
    border: 2px solid var(--green-color);
}

.service-item {
    border-radius: 16px;
    padding: 36px 10px 20px 10px;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #707070;
    text-align: center;
    margin-bottom: 20px;
}

.service-item h3 {
    margin-bottom: 0px;
    color: #363636;
    font-weight: 600;
    font-size: 20px;
}

.line-title h2 {
    font-weight: 700;
    font-size: 37px;
    color: #000;
    position: relative;
    text-align: center;
}

.line-title h2 span:after {
    height: 7px;
    width: 100%;
    background-color: var(--green-color);
    content: '';
    position: absolute;
    bottom: -12px;
    right: 0;
    left: 0;
}

.bg-light-section {
    background-color: #F8F8F8;
    position: relative;
}

.section-title-h3 {
    font-weight: 600;
    font-size: 37px;
    color: #000;
}

.green-box-btn {
    background-color: var(--green-color);
    color: #fff;
    border-radius: 0px;
    text-align: center;
    border: none;
    padding: 16px 65px;
    font-size: 15px;
}
.bank-detail-btn {
    background-color: var(--green-color);
    color: #fff;
    border-radius: 0px;
    text-align: center;
    border: none;
    padding: 15px;
    font-size: 15px;
}

.side-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.main-img-video {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.play-video {
    position: absolute;
    top: 35%;
    bottom: 0;
    MARGIN: 0 AUTO;
    right: 0;
    display: flex;
    left: 0;
    width: 140px;
    align-items: center;
    cursor: pointer;
    text-align: center;
}

.main-video-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials-block {
    background-color: #161616;
}

.test-slider .owl-dots {
    margin-top: 50px;
    position: relative;
    top: 75px;
    text-align: center;
}

.test-slider .owl-dots button {
    margin: 0px 5px;
}

.test-slider .owl-dots button span {
    display: inline-block;
    width: 14px;
    border-radius: 50%;
    height: 14px;
    background: #fff;
}

.test-slider .owl-dots .active span {
    background-color: var(--green-color);
}

.client-outer {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.otherlogo img {
    height: 120px;
    width: 120px;
    object-fit: contain;
    margin: 0 auto;
}


/*footer*/

.footer-main {
    background-color: var(--dark-green);
    color: #fff;
}

.footer-lower-text {
    position: relative;
}

.footer-lower-text:before {
    content: '';
    position: absolute;
    background: #707070;
    height: 1px;
    width: 96%;
    top: 0;
    opacity: 0.4;
    margin: 0 auto;
    right: 0px;
    left: 0px;
}

.footer-main h3 {
    font-size: 18.5px;
    margin-bottom: 15px;
    font-weight: 700;
}

.footer-main a {
    font-size: 16px;
    font-weight: 400;
}

.footer-spacing {
    padding: 50px 0;
}

.footer-logo {
    height: 51px;
}


/*login modal=*/

.auth-modal .modal-content {
    border-radius: 10px;
}

.auth-modal .modal-dialog {
    max-width: 420px;
}

.login-modal .modal-body,
.signup-modal .modal-body {
    padding-right: 30px;
    padding-left: 30px;
}

.login-modal .btn-social {
    display: grid;
    width: 100%;
    color: #62646A;
    border-radius: 5px;
    padding: 9px;
    text-align: left;
    align-items: center;
    text-decoration: none;
    margin-bottom: 14px;
    font-size: 19px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    grid-template-columns: 94px auto;
}

.login-modal .btn-social img {
    height: 32px;
    object-fit: contain;
}

.login-modal .btn-social.facebook {
    background-color: #4267B2;
    border-color: #4267B2;
}

.befor-item-or p {
    position: absolute;
    text-transform: uppercase;
    top: 35%;
    margin-bottom: 0px;
    left: 45%;
    font-size: 17px;
    background: white;
    padding: 0px 10px;
    color: #62646a;
}

.befor-item-or::after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #D1D1D1;
    display: block;
    margin-top: 20px;
}

.form-simple .form-control {
    min-height: 50px;
    border-color: #D1D1D1;
    border-radius: 5px;
}

.form-simple .form-control:focus,
.form-simple input:focus {
    border-color: #999;
    box-shadow: none;
    background: #f8fff8
}

.form-simple button {
    height: 50px;
}

.toggleeye {
    position: absolute;
    top: 18px;
    right: 10px;
    cursor: pointer;
}

.password-block {
    position: relative;
}


/*signup modal*/

.auth-modal .upper-check label {
    cursor: pointer;
    position: relative;
    margin-left: 25px;
}

.auth-modal .upper-check input[type="radio"] {
    display: none;
}

.auth-modal .upper-check label::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid var(--green-color);
    border-radius: 50%;
    top: 50%;
    left: -1.65rem;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
}

.auth-modal .upper-check label::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #15B527;
    border: 2px solid #15B527;
    border-radius: 50%;
    top: 50%;
    left: -1.65rem;
    transform: translateY(-50%) scale(0);
    transition: transform 400ms ease;
}

.auth-modal .upper-check input[type="radio"]:checked+label::after {
    transform: translateY(-50%) scale(0.55);
}

.auth-modal .form-check-input:checked {
    border-color: #000;
    background-color: #000;
}

.upload-license-box {
    border: 2px dashed #bfbebe;
    height: 130px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    position: relative;
}

.upload-license-box input[type="file"] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 3;
}

.upload-license-box .plus-icon {
    transform: rotate(45deg);
    width: 21px;
    margin: -5px 7px 0px 0px;
}

.license-seclected {
    display: none;
    transition: 0.3s ease-in-out;
}

.license-seclected:after {
    position: absolute;
    top: 0;
    justify-content: center;
    right: 0;
    color: #000;
    align-items: center;
    left: 0;
    right: 0;
    display: flex;
    background-color: #fff;
    content: 'Change';
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.upload-license-box:hover .license-seclected:after {
    opacity: 0.5;
}

.license-image {
    max-width: 100%;
    padding: 5px;
    height: 100px;
}


/*======================================Inner Pages========================================================*/

.inner-section,
.modal {
    color: #000;
}

.inner-section {
    min-height: calc(100vh - 156.5px);
}


/*===============Header=============*/

.inner-header {
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000017;
    top: 0;
    z-index: 1000;
    transition: 0.5s all;
    padding: 12px 0;
}

/* .inner-header .nav-item {
    margin-left: 10px;
} */

.inner-header .nav-link img {
    filter: brightness(0);
}

.inner-header .nav-link.active span {
    color: var(--green-color);
}

.inner-header .nav-link.active img {
    filter: none;
}

.inner-header .nav-link img {
    display: block;
    height: 27px;
    object-fit: contain;
    margin: 0 auto;
}

.inner-header .nav-link span {
    font-size: 16px;
    line-height: 16px;
    color: #000;
}

.inner-header img.logo {
    height: 54px;
    margin-right: 20px;
}

.inner-header .navbar-toggler,
.inner-header .navbar-toggler {
    border: none;
    box-shadow: none;
}

.inner-header .navbar-toggler-icon {
    height: 30px;
    background-size: contain;
}

.login-info {
    border-radius: 82px;
    border: 1px solid #adadad;
    display: grid;
    grid-template-columns: 37px auto;
    grid-gap: 6px;
    width: 155px;
    padding: 7px 8px;
    align-items: center;
    text-align: left;
    background-color: transparent;
}

.login-info img {
    width: 37px;
    height: 37px;
    object-fit: cover;
    border-radius: 50%;
}

.login-info p {
    margin-bottom: 0px;
    line-height: 1.1;
}

.inner-header .nice-select.simple-select.language-select:after {
    width: 10px;
    margin-top: -7px;
    margin-right: 6px;
    height: 10px;
}

.nice-select.simple-select.language-select {
    background-color: #F5F5F5;
    height: 45px;
    outline: none;
    transition: 0.3s border ease-out;
    padding: 3px 35px 5px 18px;
    border: none;
    min-width: 190px;
    line-height: 37px;
    border-radius: 25px;
    width: 100%;
    border: 1px solid #f5f5f5;
}

.nice-select.simple-select.language-select .list {
    width: 100%;
}


/*search*/

.search-header input {
    background-color: #F5F5F5;
    height: 45px;
    outline: none;
    transition: 0.3s border ease-out;
    padding: 3px 35px 5px 39px;
    border: none;
    border-radius: 25px;
    width: 100%;
    border: 1px solid #f5f5f5;
}

.search-header input:focus {
    border: 1px solid #dedede;
}

.search-header {
    max-width: 320px;
    width: 100%;
    position: relative;
}

.searchicon {
    position: absolute;
    left: 19px;
    height: 17px;
    margin-top: 1.3px;
}

.search-header img {
    position: absolute;
    right: 15px;
    top: 12px;
    cursor: pointer;
}

.inner-header.open-header {
    align-items: start;
    min-height: 100vh;
}

.inner-header.open-header .navbar-toggler-icon {
    filter: brightness(2.5);
    background-image: url(../images/cross.png);
}

.search-filter-drop {
    width: 300px;
    box-shadow: 0px 8px 24px #00000029;
    border: none;
    padding: 13px 30px;
    margin-top: 5px!important;
    border-radius: 10px;
}

.search-filter-drop .dropdown-item {
    border-top: 1px solid #d8d8d8;
    padding: 10px 0px;
}

.search-filter-drop .dropdown-item:hover {
    background-color: transparent;
    color: #000;
}

.search-filter-drop:before {
    content: '';
    position: absolute;
    display: block;
    width: 0px;
    right: 8px;
    top: 5px;
    border: 8px solid transparent;
    border-top: 0;
    border-bottom: 8px solid #ffffff;
    transform: translate(-50%, calc(-100% - 5px));
}


/*user profile dropdown*/

.inner-header .user-btn {
    border: 1px solid #707070;
    display: grid;
    grid-template-columns: 52px auto;
    align-items: center;
    font-size: 14px;
    color: #000000;
    border-radius: 40px;
    text-decoration: none;
    padding: 6px 9px;
    width: 170px;
    background: transparent;
}

.inner-header .user-btn .user-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.inner-header .user-btn span {
    color: #000;
    font-weight: 600;
    white-space: nowrap;
    font-size: 19px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    position: relative;
    top: -1px;
}

.user-btn.dropdown-toggle::after,
.notification-drop .dropdown-toggle::after {
    display: none;
}

.inner-header .user-drop .dropdown-menu {
    top: calc(100% + 18px);
    box-shadow: 0px 2px 40px #00000045;
    border: none;
    min-width: 500px;
    padding: 35px 50px;
    border-radius: 16px;
}

.inner-header .user-drop .dropdown-menu:before {
    content: '';
    position: absolute;
    display: block;
    width: 0px;
    right: 56px;
    top: 5px;
    border: 8px solid transparent;
    border-top: 0;
    border-bottom: 10px solid #fff;
    transform: translate(-50%, calc(-100% - 5px));
}

.user-drop .user-info {
    display: grid;
    grid-template-columns: 140px auto;
    align-items: center;
    padding-bottom: 28px;
}

.user-drop .user-info img {
    width: 100px;
    border-radius: 50%;
    height: 100px;
    border: 1px solid var(--green-color);
    object-fit: cover;
}

.user-drop .user-info .right {
    position: relative;
}

.user-drop .user-info .right:before {
    content: '';
    width: 1px;
    height: 98%;
    background-color: #a3a0a0;
    position: absolute;
    left: -23px;
    top: 2%;
    bottom: 0px;
    opacity: 80%;
}

.user-info p {
    font-size: 17.8px;
}

.inner-header .user-drop .user-link {
    color: #000000;
    display: block;
    text-decoration: none;
    font-size: 17px;
    border-radius: 10px;
    color: #000;
    font-weight: 600;
    position: relative;
    padding: 13px 20px;
    background: #F6FFF7;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inner-header .user-drop .user-link:hover,
.inner-header .user-drop .user-link:focus {
    color: var(--themecolor);
}

.inner-header .user-drop .user-link:after {
    width: 14px;
    content: '';
    background-size: contain;
    height: 14px;
    background-image: url(../images/right.png);
    background-position: right;
    position: absolute;
    right: 4px;
    background-repeat: no-repeat;
    top: 39%;
}


/*notifiaction*/

.notification-drop .dropdown-toggle img {
    display: block;
    height: 27px;
    object-fit: contain;
    margin: 0 auto;
}

.notification-drop .dropdown-toggle>span {
    font-size: 16px;
    line-height: 16px;
    color: #000;
}

.notification-drop .dropdown-toggle {
    border: none;
    outline: none;
    background-color: transparent;
}

.notification-drop .dropdown-toggle img {
    width: 34px;
    object-fit: contain;
}

.notification-toggle::after {
    display: none;
}

.notification-number {
    width: 22px;
    font-size: 12px;
    height: 22px;
    padding: 2px;
    background: var(--redcolor);
    color: #fff;
    text-align: center;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    top: -4px;
    left: 30px;
}

.notification-menu {
    box-shadow: 0px 2px 40px #00000045;
    top: 60px;
    border: none;
    border-radius: 15px;
    width: 390px;
}

.notification-menu:before {
    content: '';
    position: absolute;
    display: block;
    width: 0px;
    right: 35px;
    top: 6px;
    border: 8px solid transparent;
    border-top: 0;
    border-bottom: 8px solid #ffffff;
    transform: translate(-50%, calc(-100% - 5px));
}

.notification-menu {
    padding: 25px 0px;
}

.notification-item {
    padding: 10px 24px;
    display: block;
    color: #696565;
}

.notification-link {
    display: flex;
    text-decoration: none;
    margin-bottom: 0px;
    color: #696565;
}

.notification-link img {
    width: 35px;
    height: 35px;
    padding-top: 1px;
    object-fit: contain;
    margin-right: 18px;
}

.notification-link p {
    line-height: 22px;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
}

.old-notifications .notification-link {
    box-shadow: none;
    background-color: transparent;
}

.notification-scroll {
    max-height: 580px;
    overflow-y: auto;
}

.notification-menu {
    right: -20px!important;
    top: calc(100% + 18px)!important;
}

.btn-green-100 {
    background: #15B527;
    border: none;
    color: #fff;
    border-radius: 10px;
    font-size: 21px;
    width: 100%;
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    box-shadow: 3px 5px 24px #BEBEBE5E;
}


/*My account Modal*/

.account-modal .modal-dialog {
    max-width: 590px!important;
}

.input-with-icon .form-control {
    border: none;
    border-radius: 0px;
    padding-left: 25px;
    padding-bottom: 10px;
    padding-top: 3px;
    border-bottom: 1px solid #707070;
}

.input-with-icon .nice-select.simple-select {
    border: none;
    border-radius: 0px;
    padding-left: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
}

.nice-select.open .list {
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}

.input-with-icon img {
    position: absolute;
    top: 10px;
}

.profile-pic-box {
    width: 115px;
    border-radius: 50%;
    height: 115px;
    margin: 0 auto;
    transition: background-color 0.3s;
    overflow: hidden;
}

.profile-pic-box img {
    width: 115px;
    border: 1px solid #707070;
    height: 115px;
    object-fit: cover;
    border-radius: 50%;
}

.profile-pic-box input[type="file"],
.left-document-box input[type="file"],
.new-upload input[type="file"],
.absolute-upload input[type="file"] {
    opacity: 0;
    z-index: 3;
    cursor: pointer;
}

.profile-pic-box i {
    align-content: center;
    justify-content: center;
    align-items: center;
    display: none;
    background-color: #00000025;
    color: #fff;
    transition: background-color 0.3s;
}

.profile-pic-box:hover>i {
    display: flex;
}

.account-modal .nice-select:after {
    border-color: #000;
    width: 12px;
    height: 12px;
    top: 42%;
}

.textarea-field.form-control {
    border-color: #9b9b9b;
    border-radius: 10px;
    min-height: 120px;
    resize: none;
}


/*header and notifiaction end ==================*/

.theme-table .table-striped>tbody>tr:nth-of-type(odd) {
    background: #e9e9e9;
}

.theme-table table {
    border: 1px solid #adadad;
}

.theme-table thead tr {
    background: #15B52733;
}

.theme-table td,
.theme-table th {
    padding-top: 17px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 17px;
    text-align: center;
    font-weight: 600;
    vertical-align: middle;
    color: #000;
}

.theme-table .table-striped>tbody>tr:nth-of-type(odd) {
    background: rgb(244 244 244 / 50%);
}

.title-30 {
    font-size: 29px;
    font-weight: 600;
}


/*hoME=========*/

.agent-home-content .theme-table thead th {
    font-weight: 700;
}

.basic-modal .modal-header-custom {
    padding: 25px 0px 10px 0px;
}

.basic-modal .modal-header-custom h4 {
    font-size: 26px;
    text-align: center;
}

.basic-modal .btn-close {
    position: absolute;
    right: 17px;
    opacity: 0.9;
    top: 17px;
    background: transparent url(../images/cross-modal.png) center/18px auto no-repeat;
}

.basic-modal .modal-dialog {
    max-width: 520px;
}

.basic-modal .modal-content {
    border-radius: 10px;
}

.rejectmodal textarea.form-control {
    min-height: 140px;
    resize: none;
    border-color: #858585;
    padding: 12px 12px 10px 12px;
    border-radius: 10px;
}

.order-box {
    box-shadow: 0px 0px 10px #00000014;
    padding: 25px 40px;
    background-color: #fff;
    display: grid;
    grid-template-columns: 95px auto;
    grid-gap: 14px;
    border-radius: 10px;
}

.order-box .green-img,
.order-box .red-img {
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 95px;
    height: 95px;
    background-color: #15b52724;
}

.order-box .red-img {
    background-color: #ff414121;
}

.order-box h3 {
    font-size: 40px;
    line-height: 40px;
    margin: 0px 0px 5px 0px;
    padding-top: 8px;
}

.order-box h5 {
    font-size: 24px;
    color: #959595;
}

.orders-listing .nav-pills .nav-link {
    background: #E9E9E9;
    border: 0;
    width: 170px;
    padding: 12px 20px;
    font-weight: 500;
    color: #000;
    border-radius: 10px;
    font-size: 18px;
}

.orders-listing .nav-pills .nav-link.active,
.orders-listing .nav-pills .show>.nav-link {
    background-color: var(--green-color);
    color: #fff;
}

.orders-listing .theme-table td,
.orders-listing .theme-table th {
    font-size: 16.4px;
}

.orders-listing .theme-table .img-table-round {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
}

.orders-listing .theme-table th {
    padding-top: 20px;
    padding-bottom: 20px;
}

.view-btn,
.reject-btn {
    display: inline-block;
    text-decoration: none;
    background: rgb(149 222 157 / 55%);
    padding: 7.5px 30px;
    border: none;
    font-weight: 500;
    color: #15B527;
    font-size: 15.6px;
    border-radius: 9px;
    text-align: center;
    max-width: 110px;
    width: 100%;
}

.view-btn:hover {
    background: rgb(149 222 157 / 85%);
    color: #15B527;
}

.reject-btn {
    background: #F9D7D3;
    color: #EB2525;
}

.reject-btn:hover {
    color: #EB2525;
    background: #f1ccc8;
}


/*history*/

.history-page.theme-table td,
.history-page.theme-table th {
    font-size: 18px;
}

.history-page.theme-table th {
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.history-page.theme-table .img-table-round {
    min-width: 46px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
}

.theme-btn-rounded,
.theme-btn-rounded:hover {
    display: inline-block;
    background-color: var(--green-color);
    color: #fff;
    padding: 5px 36px;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    border: none;
    border-radius: 30px;
}


/*export modal*/

.export-radio {
    cursor: pointer;
    opacity: 0;
}

.export-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    line-height: 56px;
    background: #EFEFEF;
}

.export-radio:checked+label {
    border: 2px solid var(--green-color);
}

.scroll-behavior {
    border: 2px solid var(--green-color);
}

.export-icon img {
    height: 30px;
    margin-bottom: 2px;
}

.export-option {
    display: block;
    width: 110px;
    height: 120px;
    margin-right: 10px;
    border-radius: 12px;
    text-align: center;
    padding: 8px;
    border: 2px solid #fff;
    cursor: pointer;
}

.ExportHistory .form-control {
    min-height: 50px;
    border-radius: 5px;
}


/*template page*/

.create-template-btn {
    display: inline-block;
    background-color: var(--green-color);
    color: #fff;
    padding: 11.5px 32px 12.5px 32px;
    font-size: 16px;
    border: none;
    text-align: center;
    border-radius: 30px;
}

.create-template-btn img {
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: -1px;
    object-fit: contain;
}

.template-row {
    margin-left: -8px;
    margin-right: -8px;
}

.column-5 {
    width: 20%;
    padding-left: 8px;
    padding-right: 8px;
}

.template-item {
    border: 1px solid #858585;
    padding: 11px 15px;
    border-radius: 15px;
    position: relative;
}

.selected.template-item {
    border-color: #15B527;
    background-color: #F1F9F2;
}

.selected.template-item .template-price {
    color: var(--green-color);
}

.template-upper {
    display: grid;
    grid-template-columns: 65px auto;
    margin-bottom: 12px;
}

.template-upper img {
    height: 58px;
    max-width: 100%;
    object-fit: contain;
}

.cursor-pointer {
    cursor: pointer;
}

.template-price {
    position: relative;
    font-size: 32px;
    line-height: 30px;
    margin: 0px;
    font-weight: 600;
    bottom: -8px;
}

.template-upper .dropdown-toggle::after {
    display: none;
}

.template-item h5 {
    font-size: 19.5px;
    font-weight: 700;
}

.input-field label {
    display: block;
    color: #303030;
    font-size: 17px;
    margin-bottom: 6px;
    font-weight: 600;
}

.input-field {
    margin-bottom: 28px;
}

.input-field .form-control,
.input-field .nice-select,
.input-field .nice-select:hover {
    border-color: #b8b8b8;
    min-height: 59px;
    font-size: 18px;
    border-radius: 8px;
    padding-left: 18px;
}

.input-field .form-control:focus,
.input-field .nice-select:focus {
    border-color: #272727;
    box-shadow: none;
}

.input-field .nice-select .current {
    font-size: 18px;
    line-height: 58px;
}

.input-field .nice-select .list {
    width: 100%;
    border: 1px solid #a5a5a5;
    margin-top: 0px;
    border-radius: 0px 0px 10px 10px;
}

.input-field .nice-select:after {
    border-color: #000;
    width: 10px;
    height: 10px;
    top: 46%;
    right: 14px;
}

.create-template-row,
.border-row {
    position: relative;
}

.create-template-row:after,
.border-row:after {
    content: '';
    position: absolute;
    background-color: #D7D7D7;
    height: calc(100% - 128px);
    bottom: 50px;
    width: 1px;
    left: 50%;
}

.border-row:after {
    height: calc(100% - 40px);
    top: 20px;
    opacity: 0.5;
}

.image-resolution {
    display: grid;
    grid-template-columns: 1fr 40px 1fr;
    margin-bottom: 20px;
}

.image-box,
.video-box {
    padding: 25px 20px;
    border: 1px solid #a5a5a5;
    border-top: navajowhite;
    margin-top: -4px;
    border-radius: 0px 0px 10px 10px;
}

.audio-box {
    display: grid;
    grid-template-columns: 1fr 40px 1fr;
}

.into-icon {
    font-size: 25px;
    height: 30px;
    font-weight: 100;
    line-height: 13px;
    top: 56px;
    position: relative;
}

.or-word {
    font-size: 20px;
    font-weight: 400;
    height: 33px;
    top: 43px;
    position: relative;
}

.scroll-x {
    overflow-x: auto;
    max-width: 100%;
    padding-bottom: 10px;
    display: flex;
    scrollbar-width: thin;
}

.scroll-x::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 8px;
}


/* Track */

.scroll-x::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
}


/* Handle */

.scroll-x::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 8px;
}


/* Handle on hover */

.scroll-x::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.image-field {
    border: 1px solid #707070;
    padding: 44px 12px 30px 12px;
    height: 230px;
    min-width: 218px;
    border-radius: 10px;
    margin-right: 20px;
}

.image-field img {
    text-align: center;
    margin: 0 auto;
    display: block;
    height: 58px;
}

.image-field .form-control {
    border: none;
    padding-left: 1px;
    font-size: 13px;
    min-height: 16px;
    border-radius: 0px;
    border-bottom: 1px solid #707070;
}

.image-field .crossimg {
    width: 13px;
    height: 13px;
    margin: 6px 10px 0px 10px;
    object-fit: contain;
}

.preview-img-box {
    border: 2px dashed #b8b8b8;
    border-radius: 7px;
    padding: 28px 12px;
    text-align: center;
    position: relative;
}

.preview-img-box input[type="file"] {
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.preview-img-box p {
    margin-bottom: 0px;
}


/*======preview page===*/

.upload-image-box {
    border: 1px dashed #707070;
    border-radius: 8px;
    text-align: center;
    padding: 35px;
    position: relative;
}

.upload-image-box input[type="file"] {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    bottom: 0px;
}

.upload-image-box img {
    height: 20px;
    margin-top: -3px;
    margin-right: 5px;
}

.upload-image-box p {
    font-size: 18px;
    margin-bottom: 0;
    color: #707070;
}

.left-ad {
    border: 1px solid #aaaaaa;
    border-radius: 8px;
    box-shadow: 0px 3px 6px #00000029;
    overflow: hidden;
    margin-top: 38px;
}

.author-box {
    padding: 90px 10px 20px 10px;
    background-image: url(../images/bg-lines-green.png);
    background-size: 100% auto;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: center;
    border-bottom: 1px solid #707070;
}

.author-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #707070;
    box-shadow: 0px 5px 8px #00000029;
}

.widget-form label {
    font-size: 21px;
}

.widget-form .form-control:disabled,
.widget-form .form-control[readonly] {
    background-color: #fff;
    border-color: #b8b8b8;
}

.widget-form textarea.form-control,
.widget-form textarea.form-control:focus {
    min-height: 220px;
    resize: none;
    border-color: #a5a5a5;
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 20px;
}

#the-count {
    color: #707070;
    opacity: 60%;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.tooltip-img {
    height: 18px!important;
    width: 18px;
    object-fit: contain;
    cursor: pointer;
}

.video-play-icon {
    left: 0;
    text-align: center;
    position: absolute;
    top: 46%;
    width: 60px;
    right: 0;
    display: block;
    height: 60px;
    cursor: pointer;
    margin: 0 auto;
}

.preview-object {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 8px;
}

.image-video p {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px
}

.equal-col {
    width: 270px;
}

.advideomodal video {
    max-width: 100%;
    max-height: 80vh;
    width: 100%;
    height: auto;
    background-color: #000;
}

.advideomodal .modal-content {
    background-color: #000;
}

.advideomodal .modal-body {
    margin-bottom: -10px;
}

.advideomodal .btn-close {
    filter: brightness(0) invert(1);
    position: absolute;
    top: -30px;
    opacity: 1;
    right: 1px;
}


/*===============================*/

.theme-tabs.nav-pills .nav-link.active,
.theme-tabs.nav-pills .show>.nav-link {
    background-color: var(--green-color);
    color: #fff;
}

.theme-tabs.nav-pills .nav-link {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    padding: 18px 20px 18px 20px;
    min-width: 150px;
    color: #363636;
    position: relative;
    border-radius: 10px 10px 0px 0px;
}

.theme-tabs.nav-pills .nav-link:after {
    content: '';
    background-color: rgb(112 112 112 / 50%);
    width: 1px;
    height: 30px;
    position: absolute;
    right: 0px;
}

.theme-tabs.nav-pills .nav-item:last-of-type .nav-link:after {
    display: none;
}

.theme-tabs.nav-pills .nav-link.active:after,
.theme-tabs.nav-pills .show>.nav-link:after {
    display: none;
}

.create-order-btn {
    text-decoration: none;
    background-color: #79BAFB;
    border-radius: 30px;
    padding: 12px 20px;
    display: inline-block;
    font-size: 17px;
    display: flex;
    align-items: center;
    border: none;
    color: #fff;
    box-shadow: 0px 0px 11px #00000014;
}

.create-order-btn:hover {
    color: #fff;
}

.create-order-btn img {
    height: 20px;
    margin-right: 6px;
}

.bg-light-blue {
    background-color: #79BAFB!important;
}

.create-order-modal .close-btn {
    display: block;
    text-align: right;
    width: 25px;
    margin: 10px 10px 10px auto;
    cursor: pointer;
}


/*=======create order modal======*/

.search-agency {
    position: relative;
}

.search-agency .form-control {
    background-color: #F5F5F5;
    border: 1px solid #c4bcbc;
    padding: 10px 10px 10px 47px;
    border-radius: 40px;
    height: 50px;
}

.search-agency i {
    color: #aca9a9;
    position: absolute;
    top: 33%;
    font-size: 18px;
    left: 20px;
}

.label-agency {
    padding: 26px 0px;
    cursor: pointer;
    display: grid;
    border-bottom: 1px solid #aaa9a9;
    align-items: center;
    grid-template-columns: 57px auto 21px;
}

.label-agency img {
    height: 36px;
    width: 36px;
    object-fit: contain;
}

.label-agency input[type="radio"] {
    display: none;
}

.custom-radio {
    width: 15px;
    height: 15px;
    outline: 1px solid var(--green-color);
    margin-left: auto;
    margin-right: 3px;
    display: block;
    outline-offset: 2px;
    border-radius: 50%;
    background-color: #fff;
}

.select-agency input[type="radio"]:checked+.custom-radio {
    background-color: var(--green-color);
}

.blue-toggle {
    width: 50px;
    height: 50px;
    object-fit: contain;
    cursor: pointer;
}


/*===============Inner Footer============*/

.inner-footer {
    padding: 18px 0 20px 0px;
    text-align: center;
    background: #ececec;
    position: relative;
}

.inner-footer p {
    margin: 0px;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
}


/*=============formsteps===================*/

.pt_top_40,
.ptb_40_py {
    padding-top: 40px;
}

.pb_bottom_40,
.ptb_40_py {
    padding-bottom: 40px;
}

.mb_bottom_40,
.mtb_40_my {
    margin-bottom: 40px;
}

.border-top-pt,
.border-py {
    border-top: 1px solid #B2B2B2;
    margin-top: 5px;
}

.border-bottom-pt,
.border-py {
    border-bottom: 1px solid #B2B2B2;
}

.text-darkblack {
    color: #000;
}

.anchar:hover {
    color: #15B527;
}

.text-light-grey {
    color: #959595;
}

.list-show-number {
    max-width: 700px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

.list-show-number .circl-number:after {
    width: 150px;
    text-align: center;
    margin: 4px auto 0px auto;
    display: block;
    font-size: 16px;
    color: #B2B2B2;
    content: attr(data-desc);
    font-weight: 400;
}

.search-select-div {
    width: 350px;
    position: relative;
}

.search-select-div input:focus,
.search-select-div input {
    background-color: #F5F5F5;
    height: 46px;
    outline: none;
    transition: 0.3s border ease-out;
    padding: 3px 35px 5px 39px;
    border: none;
    border-radius: 25px;
    width: 100%;
    border: 1px solid #f5f5f5;
}

.search-select-div img {
    position: absolute;
    right: 15px;
    top: 12px;
    cursor: pointer;
}

.rating-star {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 18px;
    font-size: 18px;
}

.rating-star img {
    height: 18px;
    margin: 0px 3px 3px 0px;
}

.template-divison.active {
    background: #F1F9F2 0% 0% no-repeat padding-box;
    border: 1px solid #15B527;
}

.template-divison.active h4 {
    color: #15B527 !important;
}

.template-divison {
    position: relative;
    padding: 14px 16px;
    border: 1px solid #707070;
    border-radius: 15px;
}

.min-200 {
    min-width: 220px;
}

.big-star-rating {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 26px;
}

.big-star-rating img {
    height: 29px;
    margin: 0px 4px 8px 0px;
}

.print-media {
    background: #D8E2F1 0% 0% no-repeat padding-box;
    border-radius: 30px;
    display: inline-block;
    line-height: 20px;
    align-items: center;
    position: relative;
    padding: 6px 20px;
    margin: 0 auto;
}

.print-media img {
    max-width: 15px;
    display: inline-block;
}

.print-media p {
    color: #000;
    line-height: 24px;
    display: inline-block;
    font-size: 13px;
}

.normalsize-select.nice-select {
    background: #F5F5F5;
    line-height: 13px;
    height: 46px;
    border-radius: 28px;
    color: #000000;
    padding: 16px 35px 14px 25px;
    margin-right: 10px;
    min-width: 200px;
    border-color: #f5f5f5;
}

.grid-4-auto {
    display: grid;
    grid-template-columns: 200px 68%;
    align-items: center;
}

.active-select,
.active-select .btn-see {
    border: 4px solid #15b527;
}

.common-use-border {
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    position: relative;
}

.active-select {
    box-shadow: 7px 8px 7px #00000029;
    border: 1px solid #15b527!important;
}

.active-select-for-petern {
    border: 4px solid #15b527!important;
}

.heading-label {
    font-size: 20px!important;
}

.document-upload-row {
    max-width: 1200px;
}

.textarea-field.form-control:focus {
    border-color: #000;
}

.upload-document-box {
    border: 1px dashed #858585;
    border-radius: 7px;
    display: flex;
    position: relative;
    max-width: 420px;
    align-items: center;
    justify-content: center;
    height: 220px;
    background: #ECECEC;
}

.upload-document-box input[type="file"] {
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.tickimage {
    height: 230px;
}

.left-document-box {
    border: 1px dashed #858585;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ececec80;
}

.left-document-box img {
    height: 40px;
}

.col-width {
    width: 260px;
}

.absolute-upload {
    position: absolute;
    background: #00000075;
    right: 0;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 5px;
    left: 0;
    bottom: 0px;
    overflow: hidden;
}

.absolute-upload img {
    filter: brightness(0) invert(1);
    height: 18px;
    margin-right: 4px;
}

.change-upload {
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.new-upload {
    background-color: #ECECEC;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 225px;
    border: 2px dashed #c3c3c3;
}

.imgmain {
    width: 100%;
    height: 225px;
    object-fit: cover;
}

.list-show-number .circl-number .number-count {
    width: 60px;
    height: 60px;
    background-color: white;
    display: inline-block;
    border: 1px solid #B2B2B2;
    border-radius: 50%;
    color: #B2B2B2;
    font-weight: 600;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
}

.list-show-number .circl-number.active .number-count,
.circl-number.complete_is .number-count {
    background: #15b527;
    color: #fff;
    border: 1px solid #15b527;
}

.list-show-number .circl-number {
    width: 33%;
    position: relative;
}

.list-show-number .circl-number:before {
    content: "";
    border-bottom: 1px dashed #B2B2B2;
    position: absolute;
    display: block;
    width: 100%;
    top: 32px;
    left: 37%;
    z-index: -1;
}

.list-show-number .circl-number:last-child:before {
    display: none;
}

.circl-number.complete_is:before {
    border-color: #15b527;
}

.circl-number.active::after,
.circl-number.complete_is:after {
    color: #15b527;
}


/*=========setps-one-css====*/

.border-size {
    border: 1px solid #B2B2B2;
}

select:focus,
.nice-select:focus,
input:focus,
button:focus,
textarea:focus {
    box-shadow: unset !important;
}

.img-alpha {
    width: 105px;
    height: 105px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #707070;
}

.normalsize-select.nice-select:after {
    height: 10px;
    width: 10px;
    top: 44%;
}


/*====rocket-list-select========**/

.description-line {
    color: #959595;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: hidden;
}

.rocket-list-select .btn-see {
    border: 1px solid #707070;
    ;
    border-radius: 25px;
    padding: 8px 25px;
    color: #000000;
    font-weight: 600;
    text-decoration: none;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 140px;
    margin: 0 auto;
    background: #fff;
}

.descri-line-add {
    min-height: 350px;
}

.aassets-file {
    width: 68px;
    height: 58px;
    object-fit: contain;
}

.tootip-dt {
    position: absolute;
    top: 0px;
    right: 8px;
    cursor: pointer;
}

.top-rightfilp .drop-tooltip {
    z-index: 1;
    right: -45px;
    display: none;
    position: absolute;
    width: 170px;
    padding: 10px;
    min-height: 227px;
    background: #000000cc;
    box-shadow: 0px 3px 6px #00000075;
    border-radius: 11px;
    top: calc(50px - 14px);
}

.top-rightfilp .drop-tooltip:before {
    content: "";
    border-bottom: 10px solid #000000cc;
    border-top: 9px solid transparent;
    position: absolute;
    left: calc(10px + 13px);
    top: 0;
    width: 19px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    transform: translate(75px, -19px);
}

img.ext-img {
    max-height: 170px;
    height: auto;
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
}

.top-rightfilp span.tootip-dt:hover+.drop-tooltip {
    display: block;
}

.platform-submit {
    background: #EFEFEF;
    border-radius: 17px;
    border: 5px solid #efefef;
}

.platform-submit.active {
    border: 5px solid #15B527;
}

.platform-submit.active h6 {
    color: #15B527 !important;
}

.textarea-detil {
    background: #fff;
    border: 1px solid #a5a5a5;
    border-radius: 7px;
    min-height: 100px;
    color: #707070;
}

.upload-image-proper {
    background: #ECECEC;
    border: 2px dashed #858585;
    border-radius: 7px;
    width: 280px;
    padding: 20px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 260px;
    flex-direction: column;
}

.small-width {
    width: 16px;
}

input.file-up {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.img-show-upload .square-img {
    height: 260px;
    width: 250px;
    object-fit: cover;
    overflow: hidden;
}

.img-show-upload .square-img img {
    width: 100%;
    height: 100%;
}

.upload-dattransparent {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 0px;
    color: #fff;
}


/*===============chat=====================*/

.left-chat {
    box-shadow: 10px 0 11px 0px #0000000d;
}

.search-div {
    display: grid;
    grid-template-columns: auto 30px;
    align-items: center;
    margin-bottom: 20px;
}

.search-div input {
    background: #F8F4F4;
    border: none;
    height: 50px;
    border-radius: 35px;
    padding-left: 38px;
    padding-right: 20px;
    outline: none;
    width: 100%;
}

.search-div .search-icon {
    top: 16px;
    position: absolute;
    left: 14.5px;
    height: 15px;
    margin-top: 1.3px;
}

.search-div i,
.right-menuclick i {
    font-size: 23px;
    cursor: pointer;
}

.filter-img {
    position: absolute;
    right: 13px;
    top: 14px;
    height: 21px;
    padding: 3px;
    cursor: pointer;
}

.left-chat .search-filter-drop {
    width: 200px;
    padding: 5px 0px;
}

.left-chat .search-filter-drop li {
    padding-left: 10px;
    padding-right: 10px;
}

.useritem {
    display: grid;
    grid-template-columns: auto 24px;
    grid-gap: 10px;
    align-items: center;
    padding: 15px 12px;
    cursor: pointer;
}

.useritem.active-item {
    box-shadow: 0px 3px 6px #00000029;
    background-color: #f2efef66;
}

.useritem:hover {
    box-shadow: 0px 3px 6px #00000029;
    background-color: #f2efef66;
}

.useritem .left-useritem {
    display: grid;
    grid-gap: 8px;
    grid-template-columns: 55px auto;
    align-items: center;
}

.left-useritem h5 {
    font-weight: 500;
    font-size: 19px;
    text-transform: capitalize;
}

.chat-userimg {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #c1c1c1;
}

.number-chat span {
    font-size: 13px;
    background: #15B527;
    padding: 4px 6px;
    box-shadow: 0px 3px 6px #00000029;
    display: flex;
    justify-content: end;
    padding: 4px 7px;
    color: #fff;
    border-radius: 50%;
    line-height: 12px;
}

.listscroll {
    height: calc(100vh - 190px);
}


/*scrollbar*/

.scroll-invisible::-webkit-scrollbar {
    width: 5px;
}

.scroll-invisible::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.scroll-invisible::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.2);
}

.scroll-invisible {
    overflow-y: auto;
    scrollbar-color: #fff #fff;
    scrollbar-width: thin;
}

.left-chat .useritem {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #ececec;
    margin-bottom: 12px;
}


/* .inner-chat .leftchat-text {
    background: #2680EB;
    padding: 14px 18px;
    padding: 15px 13px 17px 23px;
    color: #fff;
    border-radius: 42px 57px 0px 42px;
    box-shadow: 0px 3px 6px #00000029;
    font-size: 15px;
    min-width: 90px;
    margin: 0px 10px 0px 0px;
    max-width: calc(100% - 53px);
} */

.leftchat-text {
    background: #2680EB;
    padding: 14px 18px;
    padding: 20px 23px 15px 20px;
    color: #fff;
    border-radius: 42px 57px 0px 42px;
    box-shadow: 0px 3px 6px #00000029;
    font-size: 15px;
    min-width: 90px;
    margin: 0px 10px 0px 0px;
    max-width: calc(100% - 53px);
}

.left-chatuser {
    max-width: 70%;
}

.inner-chat .left-user {
    max-width: calc(100% - 53px);
    min-width: 90px;
    padding: 20px 13px 15px 20px;
    margin: 0px 0px 0px 10px;
    max-width: calc(100% - 53px);
    background: #F6F2F2 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000021;
    border-radius: 55px 42px 42px 0px;
}

.chat-page .inputtextarea {
    padding: 13px 13px 0px;
}

.chat-page .inputtextarea .form-control {
    line-height: 29px;
    height: 50px;
    font-size: 13px;
    background: rgba(188, 186, 186, 0.2);
    color: #000;
    border: 0px;
    resize: none;
}

.bottom-textarea textarea {
    background: #f3f3f3;
    border-color: rgb(188 186 186 / 1%);
    padding: 10px 110px 10px 10px;
    height: 57px;
    font-size: 15px;
    resize: none;
    box-shadow: none;
    border-radius: 0px;
}

.bottom-textarea textarea:focus {
    border-color: #f3f3f3;
    ;
    background: #f3f3f3;
}


/* .message-options{
    position: absolute;
    bottom: 10px;
    right: 20px;
    display: flex;
    align-items: center;
} */

.emoji img {
    width: 23px;
    cursor: pointer
}

.file-icon {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.file-icon input[type="file"] {
    opacity: 0;
    overflow: hidden;
    width: 100%;
}

.file-icon img {
    height: 21px;
}

.send-chat {
    background: #000;
    border-radius: 50%;
    border: none;
    display: inline-block;
}

.send-chat {
    background: #000;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: inline-block;
}

.send-chat img {
    width: 14px;
    margin-bottom: 4px;
}

.inner-chat {
    max-height: calc(100vh - 262px);
    height: 100%;
}

.inner-chat .chat-userimg {
    width: 43px!important;
    height: 43px!important;
}

.msg-time {
    color: #707070;
}

.inner-chat .chat-text {
    max-width: 70%;
    width: 100%;
}


/*======================================RESPONSIVE========================================*/

@media(max-width: 1199px) {
    .footer-main a {
        font-size: 15px;
    }
    .inner-header .user-btn {
        width: auto;
        display: block;
        border-radius: 50%;
        padding: 6px;
    }
    .inner-header .user-btn span {
        display: none;
    }
    .notification-menu,
    .inner-header .user-drop .dropdown-menu {
        top: calc(100% + 10px)!important;
    }
    .column-5 {
        width: 33.3%;
    }
    .index-text h1 {
        font-size: 44px;
    }
    .index-text p {
        letter-spacing: 1px;
        font-size: 18px;
    }
    .section-title-h3,
    .line-title h2 {
        font-size: 30px;
    }
    .history-page.theme-table th {
        font-size: 16px;
    }
    .history-page.theme-table td {
        font-size: 15px;
    }
    .inner-header .nav-link span {
        font-size: 15px;
    }
    .inner-header img.logo {
        height: 38px;
        margin-right: 0px;
    }
    .login-info span {
        display: none;
    }
    .login-info {
        border-radius: 50%;
        width: auto;
        grid-template-columns: 37px;
        padding: 5px;
    }
    .inner-header .user-drop .dropdown-menu:before {
        right: 8px;
    }
}

@media(max-width: 991px) {
    .search-index h1 {
        font-size: 44px;
    }
    .order-box {
        padding: 25px 20px;
    }
    .column-5 {
        width: 50%;
    }
    .theme-tabs.nav-pills .nav-link {
        padding: 18px 15px 18px 15px;
        min-width: 120px;
        font-size: 16px;
        width: auto;
    }
    .footer-main h3 {
        margin-bottom: 7px;
    }
    .side-video {
        position: static;
    }
    .play-video {
        width: 100px;
    }
    .main-video-image {
        height: 400px;
    }
    .notification-drop .dropdown-toggle>span {
        display: none;
    }
    .create-template-row:after,
    .border-row:after {
        display: none;
    }
    .equal-col {
        width: 100%;
        height: 250px;
    }
    .grid-4-auto {
        grid-template-columns: 100%;
    }
    .grid-4-auto>.normalsize-select {
        order: 2;
    }
    .grid-4-auto h4 {
        order: 1;
    }
}

@media(max-width: 767px) {
    .search-index h1 {
        font-size: 38px;
        text-align: center;
    }
    .inner-header .user-drop .dropdown-menu {
        width: 340px;
        min-width: auto;
        padding: 34px 20px;
    }
    .user-drop .user-info {
        display: block;
    }
    .user-drop .user-info .right:before {
        display: none;
    }
    .user-drop .user-info img {
        margin-bottom: 15px;
    }
    .top-box .line-title.mb-7 {
        margin-bottom: 2.5rem;
    }
    .line-title h2 {
        font-size: 30px;
    }
    .index-text {
        padding-top: 190px;
    }
    .index-text .paragraph {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .bg-light-section.space-7,
    .testimonials-block.space-8 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .test-slider .owl-dots {
        top: 40px;
    }
    .test-slider .owl-dots button span {
        width: 12px;
        height: 12px;
    }
    .theme-tabs.nav-pills .nav-link {
        min-width: auto;
        font-size: 15.5px;
    }
    .label-agency {
        padding: 19px 0px
    }
    .label-agency {
        grid-template-columns: 42px auto 21px;
    }
    .label-agency img {
        height: 28px;
        width: 28px;
    }
    .label-agency .f-24 {
        font-size: 19px;
    }
    .equal-col {
        width: 50%;
        height: 250px;
    }
    .list-show-number .circl-number {
        width: 25%;
    }
    .list-show-number {
        max-width: 450px;
    }
    .list-show-number .circl-number .number-count {
        width: 52px;
        height: 52px;
        line-height: 50px;
        font-size: 20px;
    }
    .list-show-number .circl-number:after {
        transform: translate(-21px, 10px);
        font-size: 12px;
    }
    .change-angency {
        justify-content: space-between;
    }
    .change-angency .nice-select {
        width: 49%;
        margin-bottom: 10px;
        font-size: 12px;
    }
    .change-angency .nice-select:nth-of-type(2) {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    h4 {
        font-size: 24px;
    }
    .change-angency .nice-select {
        padding: 16px 26px 14px 10px;
        margin-right: 5px;
        min-width: auto;
    }
    /*chat */
    .left-chatuser,
    .inner-chat .chat-text {
        max-width: 100%;
    }
    .inner-chat .left-user {
        max-width: calc(100% - 52px)
    }
    .inner-chat .chat-userimg {
        width: 31px!important;
        height: 31px!important;
    }
    .inner-chat .leftchat-text,
    .left-user .f-15 {
        font-size: 13.7px;
    }
    .left-useritem h5 {
        font-size: 17px;
    }
}

@media(max-width:575px) {
    .list-show-number .circl-number .number-count {
        width: 45px;
        height: 45px;
        line-height: 43px;
        font-size: 18px;
    }
    .list-show-number {
        max-width: 310px;
    }
    .list-show-number .circl-number:after {
        transform: none;
        max-width: 100%;
    }
    .white-box-form {
        padding: 40px 25px 40px 25px;
    }
    .line-title h2 span:after {
        display: none;
    }
    .line-title h2:after {
        height: 7px;
        width: 50%;
        background-color: var(--green-color);
        content: '';
        margin: 0 auto;
        position: absolute;
        bottom: 7px;
        right: 0;
        left: 0;
    }
    .index-text h1 {
        font-size: 42px;
    }
    .index-text p {
        font-size: 18px;
    }
    .banner-index .search-form .form-control,
    .search-index .search-form .form-control {
        height: 62px;
    }
    .banner-index .search-form .btn-search,
    .search-index .search-form .btn-search {
        width: 110px;
        font-size: 14px;
    }
    .section-title-h3 {
        font-size: 30px;
    }
    .service-item {
        max-width: 210px;
        margin-left: auto;
        margin-right: auto;
    }
    .testimonials-block .section-title-h3 {
        margin-bottom: 40px;
    }
    .notification-menu {
        right: -120px!important;
        width: 300px;
    }
    .notification-menu:before {
        right: auto;
        left: 172px;
    }
    .mobile-header .navbar-collapse {
        width: 100%;
    }
    .column-5 {
        width: 100%;
    }
    .inner-header .user-drop .dropdown-menu {
        right: -56px;
        width: 320px;
    }
    .inner-header .user-drop .user-link {
        padding: 15px 10px 15px 18px;
    }
    .search-width-dt {
        max-width: 100%;
    }
}

@media(max-width: 400px) {
    .equal-col {
        width: 100%;
        height: 250px;
    }
}


/*================header mobile==================*/

@media(max-width:991px) {
    .inner-section {
        min-height: calc(100vh - 143px);
    }
    .mobile-header:after {
        position: absolute;
        top: 80px;
        right: 0px;
        height: 100vh;
        bottom: 0px;
        width: 100vw;
        left: 0px;
        background: #4141414a;
        content: '';
        z-index: -1;
    }
    .mobile-header .navbar-collapse {
        padding-top: 15px;
        position: fixed;
        bottom: 0px;
        top: 80px;
        width: 300px;
        min-height: 100vh;
        left: 0px;
        z-index: 1024;
        background: rgb(255, 255, 255);
        padding-left: 10px;
        padding-right: 10px;
        transition: all 0s !important;
    }
    .mobile-header .navbar-text {
        opacity: 0;
        z-index: -2;
    }
    .mobile-header .navbar-toggler-icon {
        background-image: url(../images/close.png);
        background-size: contain;
        filter: brightness(0);
        background-repeat: no-repeat;
        height: 27px;
    }
    .inner-header {
        height: 80px;
        transition: 0.1s all!important;
    }
    .inner-header .nav-item {
        margin-left: 0px;
    }
    .mobile-header .nav-link {
        display: grid;
        align-items: center;
        grid-template-columns: 40px auto;
        padding: 11px 0;
    }
    .mobile-header .search-header,
    .nice-select.simple-select.language-select {
        margin-bottom: 8px;
    }
    .search-header {
        max-width: 100%;
    }
    .inner-header .container {
        position: relative;
    }
    .inner-header .navbar-text {
        position: absolute;
        right: 70px;
        top: -9px;
    }
    .mobile-header .navbar-nav {
        max-height: calc(100% - 116px);
        overflow-y: AUTO;
    }
    .search-filter-drop {
        width: 265px;
    }
}

@media(max-width: 575px) {
    .mobile-header .navbar-collapse {
        width: 100%;
    }
    .inner-header .user-drop .dropdown-menu:before {
        right: 64px;
    }
}


/*=========Mobile header end============*/


/* container width */

@media (min-width: 576px) {
    .inner-header .container,
    .inner-section .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .inner-header .container,
    .inner-section .container {
        max-width: 760px;
    }
}

@media (min-width: 992px) {
    .inner-header .container,
    .inner-section .container {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .inner-header .container,
    .inner-section .container {
        max-width: 1180px;
    }
}

@media(min-width: 1400px) {
    .inner-header .container {
        max-width: 1400px;
    }
    .inner-section .container {
        max-width: 1400px;
    }
}

@media(min-width: 1600px) {
    .inner-header .container {
        max-width: 1560px;
    }
    .inner-section .container {
        max-width: 1560px;
    }
}

.no-data {
    text-align: center;
    padding: 30px 10px;
}

.notify-img-cus {
    position: relative;
}

.notify-count {
    position: absolute;
    top: -9px;
    right: 20px !important;
    background: #000;
    width: 22px;
    height: 22px;
    border-radius: 50px;
    color: #fff !important;
    font-size: 12px !important;
    text-align: center;
}

.notify-bgcolor {
    box-shadow: inset 0px 1px 0px #4da52b1a !important;
    background-color: #F0FFFB !important;
}

.cross-btn-color {
    background: transparent;
    border: 0;
}

p.custom-modal-text {
    text-align: center;
    font-size: 14px;
    margin-top: 8px;
}

.custom-modal-head {
    font-size: 22px;
}

.cross-btn-color i {
    background: #000;
    color: #fff;
    width: 27px;
    height: 27px;
    text-align: center;
    padding-top: 5px;
    border-radius: 52px;
}

.forget-login-cus .modal-dialog {
    max-width: 361px;
}

.forget-login-cus .green-box-btn {
    text-transform: uppercase;
}

.forget-pwd-cus {
    border-radius: 10px;
    border: 0;
    max-width: 442px !important;
}

.comment-dt {
    display: grid;
    grid-template-columns: 90px auto;
    gap: 12px;
    align-items: center;
}

.first-img {
    width: 84px;
    height: 84px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #b4b1b1;
}

.column-content h6 {
    color: #15b527;
    font-size: 20px;
    font-weight: 500;
}

.column-content {
    text-transform: capitalize;
}

.column-content p {
    font-size: 26px;
    font-weight: 600;
}

.comment-data-show {
    margin-left: 25px;
}

.online-dot {
    background: #22b933;
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 10px;
    border-radius: 50px;
    right: 8px;
}

.img-chat-yet img {
    width: 250px;
    height: 250px;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.rating-review-client {
    text-align: center;
}

.chat-count {
    position: absolute;
    top: -3px;
    right: 0px;
    background: #000;
    width: 22px;
    height: 22px;
    border-radius: 50px;
    color: #fff !important;
    font-size: 12px !important;
    text-align: center;
    padding-top: 3px;
}


/* chat */

.chat-media-custom .chat-textarea {
    display: grid;
    grid-template-columns: 60px 1fr 60px;
    align-items: center;
    grid-gap: 2px;
    border-radius: 3px;
    background: rgb(188 186 186 / 18%);
    border: 1px solid rgb(188 186 186 / 1%);
}

.chat-media-custom .add-media-img {
    width: 30px;
}

.chat-media-custom .full-input {
    cursor: pointer;
    opacity: 0;
    z-index: 9;
}

.chat-media-custom .full-absolute,
.full-input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.chat-media-custom .media-choosen,
.addmedia {
    align-items: center;
    min-width: 120px;
    width: 120px;
    color: #fff;
    margin-right: 10px;
    position: relative;
    justify-content: center;
    display: flex;
    border-radius: 10px;
    padding: 5px;
    height: 120px;
    background: #15b65721;
    flex-direction: column;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.chat-media-custom .mediaimg {
    width: 100%;
    height: 110px;
    border-radius: 10px;
    object-fit: cover;
}

.chat-media-custom .remove-media {
    position: absolute;
    top: -13px;
    font-size: 20px;
    right: -6px;
}

.chat-media-custom .media-overlay {
    position: absolute;
    z-index: 99;
    background: #fafafb;
    width: 100%;
    margin-bottom: 30px;
    bottom: -30px;
    border: 1px solid #d6d6d6;
    left: 0;
    right: 0;
    border-radius: 10px 10px 0px 0px;
}

.chat-media-custom .input-absolute {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: 0;
    overflow: hidden;
}

.chat-media-custom .addmedia i {
    font-size: 30px;
}

.advideomodal img {
    max-width: 100%;
    max-height: 80vh;
    width: 100%;
    height: auto;
    background-color: #000;
    object-fit: contain;
}

#pageloader {
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99999;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
}

#pageloader .innerloader {
    left: calc(50% - 35px);
    padding: 20px;
    position: absolute;
    top: calc(50% - 35px);
}

#pageloader .innerloader .text-success {
    color: var(--green-color) !important;
}


/* Rating Star Widgets Style */

.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.rating-stars ul>li.star {
    display: inline-block;
}


/* Idle State of the stars */

.rating-stars ul>li.star>i.fa {
    font-size: 2.5em;
    /* Change the size of the stars */
    color: #ccc;
    /* Color on idle state */
}


/* Hover state of the stars */

.rating-stars ul>li.star.hover>i.fa {
    color: #FFCC36;
}


/* Selected state of the stars */

.rating-stars ul>li.star.selected>i.fa {
    color: #FF912C;
}

.basic-modal .btn-close,
.poor-delivery-modal .btn-close {
    position: absolute;
    right: 17px;
    opacity: 0.9;
    top: 17px;
    background: transparent url(../images/cross-modal.png) center/18px auto no-repeat;
}


/* Selected state of the stars */

.rating-stars ul>li.star.selected>i.fa {
    color: #FF912C;
}


/* 17-march-23 */


/* dashboard */

.service-item:hover {
    border: 1px solid var(--green-color);
}


/* poor modal  */

.profile-upload:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 15px;
}

.profile-upload {
    display: block;
    position: relative;
    border: 1px dashed #DEDEDE;
    border-radius: 7px;
    width: 100%;
    max-width: 100%;
    height: 180px;
    background: #f5f5f5;
}

.text-notes {
    height: 123px;
}

.text-rating {
    position: absolute;
    bottom: 4px;
    right: 12px;
    font-size: 12px;
    font-weight: 500;
}

.size-input {
    min-height: 50px;
    border-color: #D1D1D1;
    border-radius: 5px;
}

.profile-upload input.profile-edit-file {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.select-poor-text p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    cursor: pointer;
}

.select-poor-text img {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.upload-text-poor {
    font-size: 14px;
    color: #a2a2a2;
}

.select-poor-text {
    margin-top: 63px;
}

.poor-delivery-modal-cus {
    max-width: 165px !important;
    margin-bottom: 27px;
}

@media(max-width: 500px) {
    .poor-delivery-modal label {
        font-size: 14px;
    }
}

.post-filters {
    background: whitesmoke;
    color: #15b527;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    border-radius: 21px;
    padding: 0px 17px !important;
    margin-left: 5px;
}

.error {
    color: red;
}

.iti {
    width: 100%;
}


/* 23-march */

.template-page-text p {
    font-size: 23px;
    color: #16b526;
    text-align: center;
    font-weight: 600;
}


/* 11-april-23 */

.signup-modal .iti__selected-flag {
    height: auto !important;
    min-height: 50px !important;
}

.change-upload {
    background-position: top center;
    height: 225px;
}

.account-modal .iti__selected-flag {
    min-height: 36px;
    height: auto !important;
}

.account-modal .input-with-icon img {
    left: 0;
}

/* .text-limit-one {
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
} */

.text-rating {
    right: 24px;
}

.textarea-overlap-limit {
    padding-right: 60px;
}

.file_opacity {
    opacity: 0;
    cursor: pointer;
}

.play_button {
    position: absolute;
    top: 53%;
    left: 50%;
    font-size: 30px;
    text-align: center !important;
    transform: translate(-50%, -50%);
    color: #fff;
    background: #00000087;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    padding: 8px 20px;
    cursor: pointer;
}

.common-use-border {
    min-height: 363px;
}

.rocket-list-select .btn-see {
    bottom: -19px;
}

.img_preview_proof {
    position: relative;
    border: 1px dashed #DEDEDE;
    border-radius: 7px;
    width: 100%;
    max-width: 100%;
    height: 180px;
}

.form-simple .otp__digit {
    min-height: 50px;
    border-color: #D1D1D1;
    border-radius: 5px;
    width: 50px !important;
    height: 50px;
    column-gap: 40px;
    display: inline-flex;
    margin: 23px 9px;
}

.select2-container--open {
    z-index: 99999;
}

.select2-selection__rendered li {
    display: flex;
    flex-wrap: wrap;
}
li.select2-selection__choice {
    font-size: 11px;
}

@media (max-width:991px){
    li.select2-selection__choice {
        font-size: 9px !important;
    }
}
.select2-container--default .select2-search--inline .select2-search__field {
    width: initial!important;
}
li.select2-search.select2-search--inline {
    padding: 0 .75rem;
    min-height: 39px;
    border-color: #D1D1D1;

}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #D1D1D1;
    border-radius: 5px;
}
.choosepattern-height{
   height: 100%;
}
.patternbox-scroll{
    height: 484px;
    overflow-y: scroll;
}
.patternbox-scroll::-webkit-scrollbar {
    display: none;
}
.one-line-text{
    white-space: nowrap;
}
.one-line-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media(max-width:1600px){
    .text-responsive {
        width: 13ch;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}

.text-data-limit {
    width: 100%;
}


/* comment section css */
.showComment {
    list-style: none;
    padding: 0px;
    height: 213px;
    overflow-y: scroll;
    padding-right: 10px;
}
.showComment .showList img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: 15px;
}
.showList {
    /* border: 1px solid #eee; */
    padding: 8px 7px;
    font-size: 12px;
}
.comment--head label {
    width: 100%;
}
button.green-box-btn.savemessage {
    padding: 5px;
    margin-top: 5px;
}
.addcheck {
    accent-color: #2acd0c;
    min-width: 18px;
    border: 1px solid #2acd0c !important;
    margin-bottom: 0;
}


.admin-replies {
    display: block;
    width: 80%;
    position: relative;
    border-radius: 0px 10px 10px 10px;
    background: #f8f8f8;
}
.auth-messages {

    width: 80%;
    text-align: right;
    position: relative;
    border-radius: 10px 0px 10px 10px;
    background: #f3fff5;
    justify-self: end;
    margin-left: auto;
}
.img-profile-chat {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    /* margin-right: 15px; */
    object-fit: cover;
}
.sender-chat {
    display: flex;
    gap: 10px;
}
.auth-messages h6 {
    color: #15b527;
}

.comment--head{

}

.time-chat{
    text-align: end;
    font-size: 10px;
    width: calc(100% - 50px);
}

.navbar-text{
    padding: 0 .5rem;
}
.nv-start{
    text-align: center;
}

.nv-start img {
    margin: 0 21px !important;
}
.captcha-loader {
    object-fit: contain;
    padding-left: 8px;
    height: 16px;
}
