.login_form h1 {
    text-align: center;
    margin-bottom: 30px;
    color: white;
}

.login_form h4 {
    text-align: center;
    margin-bottom: 30px;
}

.page-section {
    padding: 100px 0;
    position: relative;
}

@media (max-width: 992px) {
    .page-section {
        padding: 50px 0;
    }
}

.account-onborad.complte-board.back-home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.account-onborad.complte-board.back-home p {
    text-align: center;
}

.header-profile-photo {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.user_setting .dropdown-menu .user_setting_content a {
    color: #484848 !important;
}

.user_setting .dropdown-menu.show .user_set_header {
    padding: 10px 0;
    display: flex;
    flex-direction: row;
}

.user_setting .dropdown-menu.show .user_set_header img {
    margin-right: 15px;
    width: 43px;
    height: 43px;
    object-fit: cover;
}

.dashboard-listing .cart_list img {
    width: 76px;
    height: 41px;
    object-fit: cover;
}

.dashboard-listing .editing_list ul {
    width: 136px;
}

.my_dashboard_profile .profile-image img {
    margin-bottom: 1.5rem;
}

.my_dashboard_profile .change-photo-btn {
    background-color: #FF3115;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 0 auto;
    padding: 10px 15px;
    position: relative;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    text-align: center;
    width: 220px;
}

.my_dashboard_profile .change-photo-btn input.upload {
    bottom: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
}

.my_dashboard_profile .dropzone {
    background-color: #fbfbfb;
    border: 2px dashed rgba(0, 0, 0, 0.1);
}

.my_dashboard_profile .btn-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    padding: 0;
    font-size: 10px;
    width: 20px;
    height: 20px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    right: 3px;
    top: 3px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.my_dashboard_profile .upload-images {
    position: relative;
    width: 80px;
}

.my_dashboard_profile .upload-images img {
    border-radius: 4px;
    height: 80px;
    width: auto;
}

.my_dashboard_profile .upload-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.my_dashboard_profile .upload-wrap .upload-images + .upload-images {
    margin-left: 20px;
}

.my_dashboard_profile .btn.btn-danger.trash {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 46px;
    width: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.my_dashboard_profile .add-more a {
    color: #ff3115;
}

.my_dashboard_profile label.file-upload {
    position: relative;
    overflow: hidden;
    color: #ff5b37;
    font-size: 15px !important;
    border: 1px solid #ffbe9d;
    border-radius: 5px;
    padding: 12px 6px;
}

.my_dashboard_profile label.file-upload input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.my_dashboard_profile label.file-upload.image-upbtn {
    background: #131135;
    border: 1px solid #131135;
    border-radius: 5px;
    color: #fff;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

#upload-crop-img, #add-upload-crop-img, #edit-upload-crop-img {
    width: 310px;
    height: 330px;
    padding-bottom: 25px;
    margin: 0 auto;
}

.cropImgError,
.notPhoto,
.fileUpload {
    display: none;
}

#upload-crop-imgBanner {
    width: 310px;
    height: 330px;
    padding-bottom: 25px;
    margin: 0 auto;
}

.cropImgErrorBanner,
.notPhotoBanner,
.fileUploadBanner {
    display: none;
}

.chat-page .content {
    padding: 110px 0 0 0;
}

.chat-page .footer {
    display: none;
}

.chat-window {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.chat-cont-left {
    border-right: 1px solid #f0f0f0;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    left: 0;
    margin-right: 1%;
    max-width: 35%;
    position: relative;
    z-index: 4;
    background: #fff;
    box-shadow: 0px 4px 14px rgba(198, 198, 198, 0.25);
    border-radius: 0px 0px 10px 10px;
}

.chat-cont-left .chat-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    color: #161c2d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 0 15px;
}

.chat-cont-left .chat-header span {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.chat-cont-left .chat-header .chat-compose {
    color: #8a8a8a;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.chat-cont-left .chat-search {
    background-color: #fff;
    width: 100%;
}

.chat-cont-left .chat-search .input-group {
    width: 100%;
}

.chat-cont-left .chat-search .input-group .form-control {
    background-color: #fff;
    border-radius: 50px;
    padding-left: 36px;
}

.chat-cont-left .chat-search .input-group .form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}

.chat-cont-left .chat-search .input-group .input-group-prepend {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 15px;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 4;
}

.chat-window .chat-scroll {
    min-height: calc(100vh - 328px);
    max-height: calc(100vh - 328px);
    overflow-y: auto;
}

.chat-cont-left .chat-users-list {
    background-color: #fff;
}

.chat-cont-left .chat-users-list a.media {
    background: #fff;
    box-shadow: 0px 4px 4px #f5f8ff;
    margin: 10px;
    padding: 10px 15px;
    transition: all 0.2s ease 0s;
}

.chat-cont-left .chat-users-list a.media:last-child {
    border-bottom: 0;
}

.chat-cont-left .chat-users-list a.media .media-img-wrap {
    margin-right: 15px;
    position: relative;
}

.chat-cont-left .chat-users-list a.media .media-img-wrap .avatar {
    height: 45px;
    width: 45px;
}

.chat-cont-left .chat-users-list a.media .media-img-wrap .status {
    bottom: 7px;
    height: 10px;
    right: 4px;
    position: absolute;
    width: 10px;
    border: 2px solid #fff;
}

.chat-cont-left .chat-users-list a.media .media-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
}

.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name,
.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name {
    color: #2650D9;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
}

.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
    color: #232323;
    font-size: 12px;
    line-height: 24px;
}

.chat-cont-left .chat-users-list a.media .media-body > div:last-child {
    text-align: right;
}

.chat-cont-left .chat-users-list a.media .media-body > div:last-child .last-chat-time {
    color: #8a8a8a;
    font-size: 13px;
}

.chat-cont-left .chat-users-list a.media:hover {
    background-color: #f5f5f6;
}

.chat-cont-left .chat-users-list a.media.read-chat .media-body > div:last-child .last-chat-time {
    color: #8a8a8a;
}

.chat-cont-left .chat-users-list a.media.active {
    background-color: #f5f5f6;
}

.chat-cont-right {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    background: #fff;
    box-shadow: 0px 4px 14px rgba(198, 198, 198, 0.25);
    border-radius: 0px 0px 10px 10px;
    padding: 10px;
}

.chat-cont-right .chat-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #F4EEFF;
    box-shadow: 0px 4px 4px #F5F8FF;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 0 15px;
}

.chat-cont-right .chat-header .back-user-list {
    display: none;
    margin-right: 5px;
    margin-left: -7px;
}

.chat-cont-right .chat-header .media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.chat-cont-right .chat-header .media .media-img-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}

.chat-cont-right .chat-header .media .media-img-wrap .avatar {
    height: 50px;
    width: 50px;
}

.chat-cont-right .chat-header .media .media-img-wrap .status {
    border: 2px solid #fff;
    bottom: 0;
    height: 10px;
    position: absolute;
    right: 3px;
    width: 10px;
}

.chat-cont-right .chat-header .media .media-body .user-name {
    color: #161c2d;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.chat-cont-right .chat-header .media .media-body .user-status {
    color: #666;
    font-size: 14px;
}

.chat-cont-right .chat-header .chat-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.chat-cont-right .chat-header .chat-options > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: #8a8a8a;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    margin-left: 10px;
    width: 30px;
}

.chat-cont-right .chat-body {
    background-color: #fff;
}

.chat-cont-right .chat-body ul.list-unstyled {
    margin: 0 auto;
    padding: 15px;
    width: 100%;
}

.chat-cont-right .chat-body .media .avatar {
    height: 30px;
    width: 30px;
    bottom: 0;
    position: absolute;
}

.chat-cont-right .chat-body .media .media-body {
    margin-left: 45px;
}

.chat-cont-right .chat-body .media .media-body .msg-box > div {
    padding: 10px 15px;
    border-radius: 15px;
    position: relative;
    display: flex;
    align-items: start;
    flex-direction: column;
}

.chat-cont-right .chat-body .media .media-body .msg-box > div p {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    text-align: left;
}

.chat-cont-right .chat-body .media .media-body .msg-box + .msg-box {
    margin-top: 5px;
}

.chat-cont-right .chat-body .media.received {
    margin-bottom: 20px;
    position: relative;
}

.chat-cont-right .chat-body .media:last-child {
    margin-bottom: 0;
}

.chat-cont-right .chat-body .media.received .media-body .msg-box > div {
    background-color: #a5b6ef;
}

.chat-cont-right .chat-body .media.sent {
    margin-bottom: 20px;
    position: relative;
}

.chat-cont-right .chat-body .media.sent .avatar {
    height: 30px;
    width: 30px;
    bottom: 0;
    right: 0;
    position: absolute;
}

.chat-cont-right .chat-body .media.sent .media-body {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    margin-left: 0;
    margin-right: 45px;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box > div {
    background-color: #E8EFFF;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box > div p {
    color: #232323;
}

.chat-cont-right .chat-body .chat-date {
    font-size: 14px;
    margin: 1.875rem 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: capitalize;
}

.chat-cont-right .chat-body .chat-date:before {
    background-color: #e0e3e4;
    content: "";
    height: 1px;
    margin-right: 28px;
    position: absolute;
    right: 50%;
    top: 50%;
    width: 100%;
}

.chat-cont-right .chat-body .chat-date:after {
    background-color: #e0e3e4;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: 28px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.chat-cont-right .chat-footer {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    padding: 10px 0px;
    position: relative;
}

.chat-cont-right .chat-footer .input-group {
    width: 100%;
    background-color: #f5f5f6;
    border: none;
    border-radius: 50px;
    padding: 5px;
}

.chat-cont-right .chat-footer .input-group .form-control {
    background-color: #f5f5f6;
    border: none;
    border-radius: 50px;
}

.chat-cont-right .chat-footer .input-group .form-control:focus {
    background-color: #f5f5f6;
    border: none;
    box-shadow: none;
}

.chat-cont-right .chat-footer .input-group .btn,
.chat-cont-right .chat-footer .input-group .btn {
    background-color: transparent;
    border: none;
    color: #9f9f9f;
}

.chat-cont-right .chat-footer .input-group .btn.msg-send-btn {
    background-color: #2650D9;
    border-color: #2650D9;
    border-radius: 48px;
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.msg-typing {
    width: auto;
    height: 24px;
    padding-top: 8px;
}

.msg-typing span {
    height: 8px;
    width: 8px;
    float: left;
    margin: 0 1px;
    background-color: #a0a0a0;
    display: block;
    border-radius: 50%;
    opacity: 0.4;
}

.msg-typing span:nth-of-type(1) {
    animation: 1s blink infinite 0.33333s;
}

.msg-typing span:nth-of-type(2) {
    animation: 1s blink infinite 0.66666s;
}

.msg-typing span:nth-of-type(3) {
    animation: 1s blink infinite 0.99999s;
}

.chat-cont-left .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ff5837;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.chat-cont-right .chat-body .media.received .media-body .msg-box {
    position: relative;
}

.chat-cont-right .chat-body .media.received .media-body .msg-box h6, .chat-cont-right .chat-body .media.sent .media-body .msg-box h6 {
    font-size: 10px;
    margin-bottom: 0;
    color: #2650D9;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box h6 {
    text-align: right;
}

.chat-cont-right .chat-body .media.received .media-body .msg-box:first-child:before {
    border-bottom: 15px solid #a5b6ef;
    border-right: 15px solid #a5b6ef;
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    content: "";
    height: 0;
    left: -10px;
    position: absolute;
    right: auto;
    bottom: 12px;
    width: 0;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box {
    padding-left: 50px;
    position: relative;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box:first-child:before {
    border-bottom: 15px solid #e8efff;
    border-left: 15px solid #e8efff;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: -10px;
    bottom: 12px;
    width: 0;
}

.chat-msg-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    clear: both;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
}

.chat-msg-info li {
    font-size: 13px;
    padding-right: 16px;
    position: relative;
}

.chat-msg-info li:not(:last-child):after {
    position: absolute;
    right: 8px;
    top: 50%;
    content: '';
    height: 4px;
    width: 4px;
    background: #d2dde9;
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box .chat-msg-info li:not(:last-child)::after {
    right: auto;
    left: 8px;
    transform: translate(-50%, -50%);
    background: #aaa;
}

.chat-cont-right .chat-body .media.received .media-body .msg-box > div .chat-time {
    color: #f6f6f6;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-time {
    color: #919191;
}

.chat-msg-info li a {
    color: #777;
}

.chat-msg-info li a:hover {
    color: #2c80ff;
}

.chat-seen i {
    color: #00d285;
    font-size: 16px;
}

.chat-msg-attachments {
    padding: 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 -1px;
}

.chat-msg-attachments > div {
    margin: 0 1px;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-info {
    flex-direction: row-reverse;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-attachments {
    flex-direction: row-reverse;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-info li {
    padding-left: 16px;
    padding-right: 0;
    position: relative;
}

.chat-attachment img {
    max-width: 100%;
}

.chat-attachment {
    position: relative;
    max-width: 130px;
    overflow: hidden;
}

.chat-attachment {
    border-radius: .25rem;
}

.chat-attachment:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    content: "";
    opacity: 0.4;
    transition: all .4s;
}

.chat-attachment:hover:before {
    opacity: 0.6;
}

.chat-attach-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 7px 15px;
    font-size: 13px;
    opacity: 1;
    transition: all .4s;
}

.chat-attach-download {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .4s;
    color: #fff;
    width: 32px;
    line-height: 32px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
}

.chat-attach-download:hover {
    color: #495463;
    background: #fff;
}

.chat-attachment:hover .chat-attach-caption {
    opacity: 0;
}

.chat-attachment:hover .chat-attach-download {
    opacity: 1;
}

.chat-attachment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5px;
}

.chat-attachment-list li {
    width: 33.33%;
    padding: 5px;
}

.chat-attachment-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 5px solid rgba(230, 239, 251, 0.5);
    height: 100%;
    min-height: 60px;
    text-align: center;
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box > div:hover .chat-msg-actions {
    opacity: 1;
}

.chat-msg-actions {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .4s;
    z-index: 2;
}

.chat-msg-actions > a {
    padding: 0 10px;
    color: #495463;
    font-size: 24px;
}

.chat-msg-actions > a:hover {
    color: #2c80ff;
}

@keyframes blink {
    50% {
        opacity: 1;
    }
}

.btn-file {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    overflow: hidden;
    padding: 0 0.75rem;
    position: relative;
    vertical-align: middle;
}

.btn-file input {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 3rem;
}

.avatar > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar-title {
    width: 100%;
    height: 100%;
    background-color: #ff508b;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.avatar-away::before,
.avatar-offline::before,
.avatar-online::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 25%;
    border-radius: 50%;
    content: '';
    border: 2px solid #fff;
}

.avatar-online::before {
    background-color: #00e65b;
}

.avatar-offline::before {
    background-color: #ff0100;
}

.avatar-away::before {
    background-color: #ffbc34;
}

.avatar .border {
    border-width: 3px !important;
}

.avatar .rounded {
    border-radius: 6px !important;
}

.avatar .avatar-title {
    font-size: 18px;
}

.avatar-xs {
    width: 1.65rem;
    height: 1.65rem;
}

.avatar-xs .border {
    border-width: 2px !important;
}

.avatar-xs .rounded {
    border-radius: 4px !important;
}

.avatar-xs .avatar-title {
    font-size: 12px;
}

.avatar-xs.avatar-away::before,
.avatar-xs.avatar-offline::before,
.avatar-xs.avatar-online::before {
    border-width: 1px;
}

.avatar-sm {
    width: 2.5rem;
    height: 2.5rem;
}

.avatar-sm .border {
    border-width: 3px !important;
}

.avatar-sm .rounded {
    border-radius: 4px !important;
}

.avatar-sm .avatar-title {
    font-size: 15px;
}

.avatar-sm.avatar-away::before,
.avatar-sm.avatar-offline::before,
.avatar-sm.avatar-online::before {
    border-width: 2px;
}

.avatar-md {
    width: 3.125rem;
    height: 3.125rem;
}

.avatar-lg {
    width: 3.75rem;
    height: 3.75rem;
}

.avatar-lg .border {
    border-width: 3px !important;
}

.avatar-lg .rounded {
    border-radius: 8px !important;
}

.avatar-lg .avatar-title {
    font-size: 24px;
}

.avatar-lg.avatar-away::before,
.avatar-lg.avatar-offline::before,
.avatar-lg.avatar-online::before {
    border-width: 3px;
}

.avatar-xl {
    width: 5rem;
    height: 5rem;
}

.avatar-xl .border {
    border-width: 4px !important;
}

.avatar-xl .rounded {
    border-radius: 8px !important;
}

.avatar-xl .avatar-title {
    font-size: 28px;
}

.avatar-xl.avatar-away::before,
.avatar-xl.avatar-offline::before,
.avatar-xl.avatar-online::before {
    border-width: 4px;
}

.avatar-xxl {
    width: 5.125rem;
    height: 5.125rem;
}

.avatar-xxl .border {
    border-width: 6px !important;
}

.avatar-xxl .rounded {
    border-radius: 8px !important;
}

.avatar-xxl .avatar-title {
    font-size: 30px;
}

.avatar-xxl.avatar-away::before,
.avatar-xxl.avatar-offline::before,
.avatar-xxl.avatar-online::before {
    border-width: 4px;
}

.avatar-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.avatar-group .avatar + .avatar {
    margin-left: -.75rem;
}

.avatar-group .avatar-xs + .avatar-xs {
    margin-left: -.40625rem;
}

.avatar-group .avatar-sm + .avatar-sm {
    margin-left: -.625rem;
}

.avatar-group .avatar-lg + .avatar-lg {
    margin-left: -1rem;
}

.avatar-group .avatar-xl + .avatar-xl {
    margin-left: -1.28125rem;
}

.avatar-group .avatar:hover {
    z-index: 1;
}

@media only screen and (max-width: 991.98px) {
    .chat-cont-left, .chat-cont-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        transition: left 0.3s ease-in-out 0s, right 0.3s ease-in-out 0s;
        width: 100%;
    }

    .chat-cont-left {
        border-right: 0;
    }

    .chat-cont-right {
        position: absolute;
        right: -100%;
        top: 0;
        opacity: 0;
        visibility: hidden;
    }

    .chat-cont-right .chat-header {
        justify-content: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
    }

    .chat-cont-right .chat-header .back-user-list {
        display: block;
    }

    .chat-cont-right .chat-header .chat-options {
        margin-left: auto;
    }

    .chat-window.chat-slide .chat-cont-left {
        left: -106%;
    }

    .chat-window.chat-slide .chat-cont-right {
        right: 0;
        opacity: 1;
        visibility: visible;
    }

    .chat-footer .avatar {
        display: none;
    }
}

.home_adv_srch_form .search-btn {
    position: relative;
    right: -52px;
}

@media (max-width: 767px) {
    .home_adv_srch_form .search-btn {
        position: relative;
        right: 0px;
    }
}

.menu_style_home_one.style2.menu-fixed {
    top: 0;
}

.inner_page_breadcrumb {
    margin-top: 80px;
    padding: 60px 0;
}

.inner_page_breadcrumb:before {
    background-color: rgb(33 106 30 / 61%);;
}

.inner_page_breadcrumb .breadcrumb_title {
    color: #222222;
}

.inner_page_breadcrumb .breadcrumb-item a, .inner_page_breadcrumb .breadcrumb-item.active, .inner_page_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #222222;
}

@media (max-width: 992px) {
    .inner_page_breadcrumb {
        margin-top: 0;
    }
}

.page-image img {
    max-width: 100%;
    display: flex;
    justify-content: center;
    width: 100%;
}

.why_chose_us .icon i {
    color: #234DD4;
    font-size: 38px;
    line-height: 120px;
}

.contact__social ul {
    display: flex;
    gap: 10px;
}

.contact__social ul li a {
    width: 40px;
    height: 40px;
    background: #2E602C;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.contact__social ul li a:hover {
    opacity: 0.9;
}

.contact__social ul li a i {
    color: #FFFFFF;
    position: relative;
    top: 1px;
}

.payment-container .chat-cont-left .nav-tabs .nav-item.show .nav-link, .payment-container .nav-tabs .nav-link.active {
    color: #2650d9;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.payment-container .form-control:focus {
    background-color: #fff;
    border-color: #adbbe7;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.1);
}

.payment-container .wallet-group {
    display: flex !important;
    gap: 14px;
}

.payment-container .wallet-group .wallet-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #2650d9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment-container .wallet-group .wallet-img i {
    font-size: 23px;
    color: #FFFFFF;
}

.payment-container .wallet-group .balance-total {
    display: flex;
    flex-direction: column;
}

.payment-container .wallet-group .balance-total h3 {
    text-align: left;
}

.payment-container .wallet-group .balance-total h2 {
    text-align: left;
}

.payment-container .wallet-box {
    background: rgba(38, 80, 217, 0.07);
    padding: 10px 0;
}

.all-transactions-box thead {
    background: rgba(38, 80, 217, 0.07);
}

.all-transactions-box .fa-eye {
    color: #2650d9;
    font-size: 20px;
}

/*# sourceMappingURL=main.css.map */
