﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@media(max-width:768px) {
    body {
        margin-bottom: 0 !important;
        font-family: Manrope !important;
    }

    /*Reset bootstraps*/

    .dropdown-item:focus, .dropdown-item:hover {
        background-color: transparent !important;
    }

    .ui-datepicker {
        background: #414141 !important;
        padding: 15px !important;
        font-family: Manrope !important;
    }

        .ui-datepicker select {
            -webkit-appearance: none;
            -moz-appearance: none;
            text-indent: 1px;
            text-overflow: '';
            text-align: center !important;
        }

        .ui-datepicker option {
            font-family: Manrope !important;
        }

    .ui-datepicker-calendar .ui-state-default {
        background: transparent !important;
        border: none !important;
        color: #ff8000 !important;
        text-align: center !important;
        font-weight: normal !important;
    }

    .ui-datepicker-calendar .ui-state-active {
        color: #fff !important;
        background-color: #ff4000 !important;
        border-radius: 100% !important;
    }

    .ui-datepicker th {
        font-weight: normal !important;
        text-transform: lowercase !important;
    }

    .ui-datepicker-header {
        background: none !important;
        border: none !important;
    }

    .ui-datepicker-next span {
        background-image: url(/images/calendar_right.png) !important;
        background-position: center !important;
        background-size: contain !important;
    }

    .ui-datepicker-prev span {
        background-image: url(/images/calendar_left.png) !important;
        background-position: center !important;
        background-size: contain !important;
    }

    .ui-datepicker-month, .ui-datepicker-year {
        background: none !important;
        border: none !important;
        color: #ff8000 !important;
    }

    /*.ui-datepicker-title {
        margin: 0 !important;
    }*/

    .accordion-header {
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }

    .carousel-control-prev:hover {
        background-color: #000 !important;
        opacity: .2 !important;
    }

    .carousel-control-next:hover {
        background-color: #000 !important;
        opacity: .2 !important;
    }

    .accordion-item, .accordion-button {
        background-color: transparent !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .accordion-item {
        border-bottom: solid 1px rgba(255,255,255,.25) !important;
    }

    .accordion-button:not(.rat-accordion-empty)::after {
        background-image: url(/images/target_right.png);
        background-size: contain !important;
        background-position: center !important;
    }

    .accordion-button.rat-accordion-empty::after {
        background-image: none !important;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url(/images/target_button_profile.png);
        background-size: contain !important;
        transform: none !important;
    }

    .modal-content {
        background-color: rgb(65, 65, 65) !important;
        border-radius: 10px !important;
    }

    .modal-dialog .btn-close {
        background: url(/images/profile_cloud_delete_invers.png);
        background-size: 100% !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .modal-header, .modal-body {
        border-bottom: none !important;
    }

    .modal-footer {
        border-top: none !important;
    }

    .modal-title {
        font-weight: bold !important;
        font-size: 24px !important;
    }

    .form-control, .form-select {
        border-radius: 10px;
        min-height: 40px;
        background-color: rgb(51,51,51) !important;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        color: #fff !important;
    }

        .form-control:focus {
            background-color: rgb(51,51,51) !important;
            color: #fff !important;
        }

        .form-control::placeholder, .form-select {
            color: rgb(139, 139, 139) !important;
        }

    .form-select {
        background-image: url(/images/target_right.png) !important;
        background-size: 10px 16px !important;
    }

    .input-group-text {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        background-color: rgb(51,51,51) !important;
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }

    .dropdown-toggle {
        background: none !important;
        border: none !important;
        width: 100% !important;
    }

        .dropdown-toggle::after {
            display: none !important;
        }

    .dropdown-menu {
        box-shadow: 0 10px 30px #0000003d;
    }

        .dropdown-menu a:hover {
            color: rgb(238, 134, 50) !important;
        }

    .form-floating .form-control {
        color: #fff !important;
    }

    .form-floating textarea {
        min-height: 100px !important;
    }

    .dropstart .dropdown-toggle::before {
        display: none !important;
    }

    .popover {
        /*background-color: rgb(255,118,0) !important;*/
        background-color: #000 !important;
        border-radius: 10px !important;
    }

    .popover-body {
        color: #fff !important;
        font-size: 18px !important;
        font-family: Manrope !important;
    }

    .popover-arrow {
        display: none !important;
    }

    .ui-datepicker-trigger {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        background-color: rgb(51,51,51) !important;
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
        width: 12px !important;
        height: 20px !important;
        margin-right: 10px !important;
    }

    .ui-datepicker-calendar .ui-state-highlight {
        color: #000 !important;
    }

    .modal-lg {
        max-width: 750px !important;
    }

    .carousel .carousel-indicators button {
        width: 10px;
        height: 10px;
        border-radius: 100%;
    }

    .carousel-indicators .active {
        background-color: rgb(255,22,0) !important;
    }

    .rat-indicator-inactive {
        opacity: 1 !important;
        background-color: #fff !important;
    }
    /*Reset bootstrap*/
    .rat-mainrow {
    }

    .rat-mainleft {
        display: none !important
    }

    .rat-mainright {
        background: linear-gradient(#ff8000, #ff4000);
    }

    /* Header */
    .rat-header {
        margin-top: 100px !important;
        font-size: 5vw !important;
        color: #fff !important;
        font-family: Manrope;
    }

    /* Middle header */
    .rat-middle-header {
        font-size: 24px !important;
    }

    .rat-accordion-header {
        font-size: 4.5vw !important;
        color: #fff !important;
        font-family: Manrope !important;
        font-weight: 400 !important;
    }

    /* Micro text */
    .rat-micro {
        font-size: 13px !important;
        color: rgb(95,95,95) !important;
    }

    /* Margin top 100 px */
    .rat-mt-100 {
        margin-top: 100px !important;
    }

    /* Gray input */
    .rat-input {
        background-color: rgb(242,170,110) !important;
        font-family: Manrope !important;
        font-weight: 400 !important;
        color: #111 !important;
        font-size: 18px !important;
        border-radius: 8px !important;
        box-shadow: none !important;
        outline: none !important;
        border-width: 0 !important;
    }

        .rat-input::placeholder {
            color: #000;
        }

    /* Gray button */
    .rat-button-gray {
        min-height: 40px !important;
        border-radius: 10px !important;
        font-family: Manrope !important;
        font-size: 3vw !important;
        font-family: ManropeBold !important;
        color: #fff !important;
        background-color: rgb(52,52,52) !important;
        width: 100% !important;
        box-shadow: none !important;
        outline: none !important;
        border-width: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Light Gray button */
    .rat-button-light-gray {
        min-height: 40px !important;
        border-radius: 10px !important;
        font-family: Manrope !important;
        font-size: 3vw !important;
        font-family: ManropeBold !important;
        color: #fff !important;
        background-color: rgb(99,99,99) !important;
        width: 100% !important;
        box-shadow: none !important;
        outline: none !important;
        border-width: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .rat-button-light-gray-not100 {
        min-height: 40px !important;
        border-radius: 10px !important;
        font-size: 3vw !important;
        font-family: ManropeBold !important;
        font-weight: bold !important;
        color: #fff !important;
        background-color: rgb(99,99,99) !important;
        box-shadow: none !important;
        outline: none !important;
        border-width: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Gradient button */
    .rat-button {
        min-height: 40px !important;
        border-radius: 10px !important;
        font-family: Manrope !important;
        font-size: 3vw !important;
        font-family: ManropeBold !important;
        color: #fff !important;
        background: linear-gradient(#ff8000, #ff4000) !important;
        width: 100% !important;
        box-shadow: none !important;
        outline: none !important;
        border-width: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .rat-button-not100 {
        min-height: 40px !important;
        border-radius: 10px !important;
        font-family: Manrope !important;
        font-size: 3vw !important;
        font-family: ManropeBold !important;
        color: #fff !important;
        background: linear-gradient(#ff8000, #ff4000) !important;
        box-shadow: none !important;
        outline: none !important;
        border-width: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Gradient very big button */
    .rat-very-big-button {
        position: absolute !important;
        /*top: 40% !important;
        left: 33% !important;*/
        /*min-height: 80px !important;*/
        border-radius: 30px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
        font-family: Manrope !important;
        font-size: 3.5vw !important;
        /*font-weight: bold !important;*/
        color: #fff !important;
        background: linear-gradient(#ff8000, #ff4000) !important;
        box-shadow: none !important;
        outline: none !important;
        border-width: 0 !important;
        min-width: 12vw !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Big White text */
    .rat-big {
        font-family: Manrope !important;
        font-weight: 400 !important;
        font-size: 4.1vw !important;
        color: #fff !important;
    }

    /* Medium White text */
    .rat-medium {
        font-family: Manrope !important;
        font-weight: 400 !important;
        font-size: 3vw !important;
        color: #fff !important;
    }

    /* Small white text */
    .rat-small {
        font-family: Manrope !important;
        font-weight: 400 !important;
        font-size: 2.6vw !important;
        color: #fff !important;
    }

    /* Extra small white */
    .rat-x-small {
        font-family: Manrope !important;
        font-weight: 400 !important;
        font-size: 2.8vw !important;
        color: #fff !important;
    }

    /* Small Orange text */
    .rat-small-orange {
        font-family: Manrope !important;
        font-weight: 400 !important;
        font-size: 13px !important;
        color: #ff6000 !important;
    }

    /* Simple black text */
    .rat-black {
        font-family: Manrope !important;
        color: #000 !important;
        font-weight: normal !important;
    }

    /* Gray bg */
    .rats-bg {
        background-color: rgb(65, 65, 65) !important;
    }

    .rats-gray {
        font-family: Manrope !important;
        color: rgb(147, 147, 147) !important;
        font-weight: normal !important;
    }

    .gradient-rats {
        min-height: 40px !important;
        border-radius: 10px !important;
        font-family: Manrope !important;
        font-size: 16px !important;
        font-weight: bold !important;
        color: #fff !important;
        box-shadow: none !important;
        outline: none !important;
        border-width: 0 !important;
        background: linear-gradient(#ff8000, #ff4000);
    }

    .rats-header {
        background: linear-gradient(#ff8000, #ff4000);
        min-height: 10vw !important;
    }

    .rats-mobile-header {
        background: linear-gradient(#ff8000, #ff4000);
    }

    .myrat {
        background: linear-gradient(#ff8000, #ff4000);
    }

        .myrat .rats-mobile-header {
            background: none !important;
        }

    .rat-flex-menu-row {
        /*border-bottom: solid 1px rgb(236, 107, 44) !important;*/
        background: rgb(41,39,39);
        background: linear-gradient(180deg, rgba(41,39,39,1) 0%, rgba(65,65,65,0.30575980392156865) 100%);
        padding-bottom: 10px !important;
    }

    .rats-flex {
        display: inline-flex;
        flex-wrap: nowrap;
        position: relative;
    }

    .rat-flex-container {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

        .rat-flex-container > div > div.rat-menu-img {
            padding-left: .8vw;
            padding-top: .8vw;
            padding-bottom: .7vw;
            padding-right: 4px;
        }

        .rat-flex-container > div > div.rat-menu-txt {
            padding-right: 15px;
            padding-top: 15px;
            padding-bottom: 15px;
            padding-left: 4px;
            color: #ff6000 !important;
            font-size: 14px !important;
            display: flex;
            justify-content: center;
            align-items: center;
            display: none;
        }

        .rat-flex-container > div > div.rat-menu-txt-active {
            padding-right: 0 !important;
            padding-top: 15px;
            padding-bottom: 15px;
            padding-left: 4px;
            color: #ff6000 !important;
            font-size: 1vw !important;
            display: flex;
            justify-content: center;
            align-items: center;
            line-height: 1.2 !important;
            padding-bottom: 4px !important;
        }

        .rat-flex-container > div > div > a {
            text-decoration: none !important;
            color: #ff4000 !important;
        }

            .rat-flex-container > div > div > a > img {
                height: 1.9vw;
            }

    .rag-glow-line {
        -webkit-box-shadow: 0px 0px 4px 1px rgba(236, 108, 44, 0.6);
        -moz-box-shadow: 0px 0px 4px 1px rgba(236, 108, 44, 0.6);
        box-shadow: 0px 0px 4px 1px rgba(236, 108, 44, 0.6);
        height: 4px !important;
        background-color: rgb(236, 107, 44) !important;
        position: absolute;
        border-radius: 2px !important;
        bottom: -3px;
        left: 0;
        width: 100%
    }

    .rat-text-vertical {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .rat-text-vertical-bottom {
        display: flex;
        justify-content: start;
        align-items: end;
    }

    .rat-orange-text {
        color: rgb(236, 107, 44) !important;
    }

    .rats-rightbanner {
        background-size: 100%;
        background-repeat: no-repeat;
        min-height: 600px;
        background-position: bottom;
        border-radius: 10px !important;
        background-size: contain !important;
    }

    .rat-avatar {
        object-fit: cover !important;
        width: 15vw !important;
        height: 15vw !important;
        border-radius: 100% !important;
    }

    .rat-avatar-small {
        object-fit: cover !important;
        width: 10vw !important;
        height: 10vw !important;
        border-radius: 100% !important;
    }

    .rat-gallery-image {
        width: 45vw !important;
        height: 45vw !important;
        border-radius: 100% !important;
        object-fit: cover !important;
    }

    .rat-img-upload {
        position: relative;
    }

        .rat-img-upload img {
            position: relative;
            top: 0;
            left: 0;
            width: 22vw !important;
            max-width: 100% !important;
            height: 22vw !important;
            border-radius: 100% !important;
            object-fit: cover !important;
        }

        .rat-img-upload [type="file"] {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0 !important;
        }

    .rat-recommend-panel {
        background-color: rgb(54, 54, 54);
        border-radius: 10px !important;
        padding: 20px !important;
    }

    .rat-ratings {
        min-height: 70vw !important;
    }

    .rat-circle-cnt {
        position: relative;
        width: 60vw !important;
    }

    .rat-rating-round {
        width: 36vw;
        height: 36vw;
        border-radius: 18vw;
        border: dashed 1px rgba(255,255,255,.3);
        position: absolute;
    }

    .rat-rating-round-2 {
        /*background-color: #fff;*/
        width: 24vw;
        height: 24vw;
        border-radius: 12vw;
    }


    .rat-course_div {
        width: 5vw;
        height: 5vw;
        background-color: #fff;
        border-radius: 100%;
        position: absolute;
        display: none;
        color: #000 !important;
        font-size: 2.8vw !important;
        font-weight: bold !important;
    }

    .rat-red-div {
        width: 9vw;
        height: 9vw;
        background-color: rgb(255, 22, 0) !important;
        border-radius: 100%;
        position: absolute;
        display: none;
        color: rgb(65, 65, 65) !important;
        font-size: 4.5vw !important;
    }

    .rat-gray-div {
        width: 7vw;
        height: 7vw;
        background-color: rgb(82, 82, 82) !important;
        border-radius: 100%;
        position: absolute;
        display: none;
        color: #fff !important;
        font-size: 3.5vw !important;
    }

    .rat-orange-div {
        width: 6vw;
        height: 6vw;
        background-color: rgb(236, 107, 45) !important;
        border-radius: 100%;
        position: absolute;
        display: none;
        color: #000 !important;
        font-size: 2.8vw !important;
    }

    .rat-light-orange-div {
        width: 6vw;
        height: 6vw;
        background-color: rgb(238, 135, 50) !important;
        border-radius: 100%;
        position: absolute;
        display: none;
        color: rgb(65, 65, 65) !important;
        font-size: 2.8vw !important;
        font-weight: bold !important;
    }

    .rat-ratings-label {
        display: none !important;
        position: absolute;
        /*min-width: 250px !important;*/
        font-size: 1.4vw !important;
    }


    /*Ocenki*/

    .rat-ocenki-line {
        border-bottom: solid 1px rgba(255, 255, 255, .2);
    }

    .rat-ocenka-competention {
        font-size: 24px !important;
        font-family: Manrope !important;
        color: #fff !important;
    }

    .rat-ocenka-subtitle {
        font-size: 3vw !important;
        font-family: Manrope !important;
        color: #fff !important;
        word-wrap: break-word;
        overflow: hidden;
    }

    .rat-ocenka-cnt {
        width: 50px;
        height: 50px;
        position: relative;
    }

        .rat-ocenka-cnt > img {
            position: absolute;
            width: 100%;
            height: 100%;
        }

    .rat-space {
        background-size: contain !important;
        background-position: center !important;
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        content: "";
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transition: transform .2s ease-in-out;
    }

    .rat-ocenka-cnt > div {
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 36px !important;
        font-family: Manrope !important;
        color: #fff !important;
    }

    .rat-ocenka-cnt-sm {
        width: 40px;
        height: 40px;
        position: relative;
    }

        .rat-ocenka-cnt-sm > img {
            position: absolute;
            width: 100%;
            height: 100%;
        }

        .rat-ocenka-cnt-sm > div {
            position: absolute;
            width: 100%;
            height: 100%;
            font-size: 36px !important;
            font-family: Manrope !important;
            color: #fff !important;
        }


    .rat-selector {
        text-decoration: none !important;
        min-height: 80px !important;
        border-bottom: solid 1px rgba(255,255,255,.2) !important;
    }

    /*
        Chat
    */

    .rat-messages-cnt-panel {
        padding: 0 !important;
    }

    .rat-messages-cnt {
        overflow-y: auto !important;
        overflow-x: hidden !important;
        height: 100vw !important;
        padding: 30px !important;
    }

    .rat-chat-users {
        overflow-y: auto !important;
        overflow-x: hidden !important;
        height: 50vw !important;
    }

    .rat-sending-cnt {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-bottom: 20px !important;
        padding-top: 0 !important;
    }

    .rat-active-chat {
        background-color: rgb(239, 134, 50) !important;
        border-radius: 10px !important;
        border-top-right-radius: 0 !important;
    }

        .rat-active-chat .rat-small, .rat-active-chat .rat-medium {
            color: #000 !important;
        }

    .rat-inactive-chat {
        border-bottom: solid 1px rgba(255,255,255,.2);
        padding-bottom: 25px !important;
    }

    .rat-chatline {
        cursor: pointer !important;
    }

    .rat-chat-badge {
        position: relative !important;
    }

        .rat-chat-badge > div {
            position: absolute !important;
            height: 26px !important;
            min-width: 26px !important;
            font-size: 15px !important;
            color: #000 !important;
            background-color: #fff !important;
            border-radius: 13px !important;
            right: 0;
            bottom: 0;
        }

    .rat-my-line {
        background-color: rgb(239, 134, 50) !important;
        border-radius: 10px !important;
        color: #000 !important;
    }

        .rat-my-line .rat-message-dt, .rat-his-line .rat-message-dt {
            color: #000 !important;
        }

    .rat-his-line {
        background-color: rgb(99, 98, 103) !important;
        border-radius: 10px !important;
        color: #fff !important;
    }

        .rat-my-line .rat-msg, .rat-his-line .rat-msg {
            word-break: break-word;
        }

    .rat-msg-text, .rat-msg-text:focus {
        background-color: rgb(99, 98, 103) !important;
        font-size: 3.5vw !important;
    }

    .rat-chat-search input, .rat-chat-search input:focus {
        background-color: rgb(99, 98, 103) !important;
    }

    .rat-chat-search .input-group-text {
        background-color: rgb(99, 98, 103) !important;
        border-bottom-left-radius: 10px !important;
        border-top-left-radius: 10px !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .rat-chat-search img {
        width: 15px !important;
    }

    /* end chat */

    .rat-orange-panel {
        border-radius: 10px !important;
        min-height: 50px !important;
        background-color: rgb(239, 134, 50) !important;
    }

    /* Offers */

    .rat-offers-content-toggle {
        cursor: pointer !important;
    }

    .rat-offer-opened-content {
        display: none;
    }

    /* End Offers */

    /*  header styles */
    .rat-pushes-cnt {
        position: relative;
    }

    /*.rat-pushes-cnt*/ .rat-badge {
        position: absolute;
        top: -3px;
        right: -7px;
        width: 3vw !important;
        height: 3vw !important;
        border-radius: 10px;
        color: #fff;
        background-color: rgb(198, 42, 20) !important;
        font-size: 2.5vw !important;
    }

    .rat-fio-cnt {
        position: relative;
    }

        .rat-fio-cnt .rat-gray-badge {
            position: absolute;
            top: 0;
            right: 0;
            width: 20px;
            height: 20px;
            border-radius: 10px;
            color: #fff;
            background-color: rgb(65, 65, 65) !important;
        }

    .rat-fio-cnt {
        position: relative;
    }

    .rat-right-header {
        position: relative;
    }

        .rat-right-header .rats-pro {
            position: absolute;
            right: 0;
            top: 0;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-top: 5px !important;
            padding-bottom: 5px !important;
            text-decoration: none !important;
            border-top-left-radius: 0 !important;
            border-top-right-radius: 0 !important;
        }

    /*end header styles*/


    /* Testing */

    .rat-checkbox {
        width: 35px !important;
        min-width: 35px !important;
        min-height: 35px !important;
        height: 35px !important;
        cursor: default !important;
        background-repeat: no-repeat !important;
        background-position: top left !important;
        background-size: cover !important;
    }

    /*.rat-checkbox:hover {
            background-image: url(/images/test_check_box_full.png);
        }*/

    .rat-checkbox-inactive {
        background-image: url(/images/test_check_box_empty.png);
    }

    .rat-checkbox-active {
        background-image: url(/images/test_check_box_full.png);
    }

    /* End testing */


    /* Expert club */

    .rat-expert-upload {
        position: relative;
    }

        .rat-expert-upload .rat-expert-upload-bg {
            position: relative;
            width: 90% !important;
            background-color: rgb(99, 99, 102) !important;
            border-radius: 10px !important;
            background-image: url(/images/expert_club_add_comments.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 35px 35px !important;
            height: 10vw !important;
        }

        .rat-expert-upload [type="file"] {
            position: absolute !important;
            opacity: 0 !important;
            width: 100% !important;
            height: 100% !important;
            top: 0 !important;
            left: 0 !important;
        }

    /* End Expert Club */

    /* User Profile */

    .rat-round-button {
        background-color: rgb(55, 56, 57) !important;
        border-radius: 35px !important;
        width: 70px !important;
        height: 70px !important;
    }

    .rat-round-button-white {
        background-color: #fff !important;
        border-radius: 100% !important;
        width: 50px !important;
        height: 50px !important;
    }

    .rat-userprofile-cnt {
        position: relative;
    }

    .rat-borderprofile {
        border: solid 2px rgb(247, 114, 0) !important;
        height: 100px !important;
        border-radius: 50px !important;
        width: 100% !important;
    }

    .rat-userprofile-cnt > div.rat-main-userprofileimg {
        position: absolute;
        width: 85% !important;
        top: 0 !important;
        left: -2% !important;
        /*max-height: 350px !important;
        max-width: 350px !important;*/
    }

    .rat-activesearch-userprofile {
        position: absolute;
        bottom: 0 !important;
        right: 2vw !important;
        width: 8vw !important;
        height: 8vw !important;
        /*border-radius: 17px !important;*/
    }

    .rat-accordion-his > div > h2 > .accordion-button:not(.collapsed) > div {
        color: rgb(236, 107, 44) !important;
    }

    /* End User Profile */

    /*Offers*/

    .rat-offer-check-base {
        width: 35px !important;
        height: 35px !important;
        cursor: default !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

    .rat-offer-check-empty {
        background-image: url(/images/predlozh_check_empty.png);
    }

    .rat-offer-check {
        background-image: url(/images/predlozh_check_full.png);
    }

    /*End Offers*/

    /*Chat*/

    #rat-btn-sandmsg {
        cursor: pointer !important;
    }

    .rat-singleline {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 50vw !important;
    }

    /* End of Chat*/

    /* Login */

    .rat-form-control, .rat-form-control:focus {
        background-color: rgb(255, 165, 77) !important;
        color: #000 !important;
    }

        .rat-form-control::placeholder {
            color: rgba(0, 0, 0, .7) !important;
        }

    /* End of Login */

    /* Profile */

    .rat-profile-gallery-img {
        width: 35vw !important;
        height: 35vw !important;
        max-width: 35vw !important;
        max-height: 35vw !important;
        border-radius: 100% !important;
    }

    /* End of profile */


    /*CheckBox*/

    .form-check-input:focus {
        box-shadow: none !important;
    }

    .form-check-input:checked {
        background-color: rgb(255,83,0) !important;
    }

    .form-check-input, .form-check-input:focus {
        width: 50px !important;
        height: 30px !important;
        border-color: silver;
    }

    /* End of CheckBox*/

    /*Menu Highlighted*/

    .rat-menu-highlighted img {
        height: 2.5vw !important;
    }

    /*End menu highlighted*/

    .form-check-input {
        background-color: none !important;
    }

    .form-switch .form-check-input:checked {
        background-image: url(/images/check_on.svg) !important;
    }

    .form-switch .form-check-input {
        background-image: url(/images/check_off.svg) !important;
        background-color: transparent !important;
        border: none !important;
    }

    .rat-blur {
        filter: blur(.3rem);
    }

    /* width */
    .rat-scroll::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    .rat-scroll::-webkit-scrollbar-track {
        /*background: linear-gradient(45deg, #ffc30a, #ff9714) !important;*/
    }

    /* Handle */
    .rat-scroll::-webkit-scrollbar-thumb {
        background: linear-gradient(45deg, rgba(99,98,103,.8), rgb(99,98,103)) !important;
        /*opacity: .45 !important;*/
        border-radius: 5px !important;
    }

        /* Handle on hover */
        .rat-scroll::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(45deg, rgba(99,98,103,.8), rgb(99,98,103)) !important;
        }

    .rat-msg-text:empty:before {
        content: attr(data-placeholder);
        color: rgb(139, 139, 139) !important;
    }

    .rat-semibold {
        font-family: ManropeBold !important;
        font-weight: normal !important;
    }

    .rat-oragnge-text-light {
        color: rgb(219, 108, 0) !important;
    }

    .modal-title {
        font-weight: normal !important;
        font-family: ManropeBold !important;
        font-size: 4.5vw !important;
    }

    .rat-bigger {
        font-size: 4vw !important;
    }

    h3.rat-big {
        font-family: ManropeBold !important;
        font-weight: normal !important;
    }

    .rat-dropdown-item {
        font-size: 3vw !important;
    }

    .rat-itemviewtype-hidden {
        display: none !important;
    }

    .rat-galka {
        display: none !important;
    }

    .rat-itemview-selected .rat-galka {
        display: block !important;
    }

    .text-truncate.text-truncate--2 {
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: normal;
    }

    .rat-sample-hidden {
        display: none !important;
    }

    .myrat {
        background-color: orange !important;
    }

    .x0565 {
        min-width: 10vw !important;
        min-height: 10vw !important;
    }

    .rat-round-rating-cnt {
        position: relative !important;
        height: 70vw !important;
    }

    .rat-rating-round {
        background-color: rgb(255, 122, 0) !important;
        width: 60vw !important;
        height: 60vw !important;
        border-radius: 100% !important;
    }

    .rat-rating-bubbles {
        position: absolute;
        top: 0 !important;
        left: 0 !important;
        height: 70vw !important;
    }

    /*#myChart {
        width: 200px !important;
        height: 200px !important;
    }*/

    .rat-w-30 {
        width: 5vw !important;
        height: 5vw !important;
    }

    .rat-graphiks {
        min-height: 25vw !important;
    }

    .rat-galka2 {
        width: 3vw !important;
    }

    .oooi {
        text-align: left !important;
    }

    .rat-myprogress-canvas {
        width: 100%;
        height: 40vw !important;
        max-height: 40vw !important;
    }

    .rat-uuser-profile {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    [data-bs-dismiss="toast"] {
        width: 5vw !important;
    }
}

.s96-right-menu {
    position: fixed !important;
    width: 0;
    top: 0 !important;
    right: 0 !important;
    z-index: 10000000 !important;
    height: 100% !important;
    background-color: rgb(65, 65, 65) !important;
    overflow-y: auto !important;
}
