﻿/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #414141 !important;
    color: #fff !important;
}

    body a {
        color: #fff !important;
    }

.dropdown-menu {
    background-color: #414141 !important;
    color: #fff !important;
}

    .dropdown-menu li:hover, .dropdown-menu a:hover {
        background: none !important;
    }

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}



/* 2023 */

@font-face {
    font-family: Manrope;
    src: url(/fonts/Manrope-VariableFont_wght.ttf);
}

@font-face {
    font-family: ManropeBold;
    src: url(/fonts/Manrope-SemiBold.ttf);
}



@media(min-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;
        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 {
        background-image: url(/images/Reg_page.png);
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover !important;
        /*background-size: auto 100%;*/
    }

    .rat-mainright {
        background: linear-gradient(#ff8000, #ff4000);
    }

    /* Header */
    .rat-header {
        margin-top: 100px !important;
        font-size: 2.5vw !important;
        color: #fff !important;
        font-family: Manrope;
    }

    /* Middle header */
    .rat-middle-header {
        font-size: 24px !important;
    }

    .rat-accordion-header {
        font-size: 1.6vw !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: 1.25vw !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;
    }

    /* Light Gray button */
    .rat-button-light-gray {
        /*min-height: 40px !important;*/
        border-radius: 10px !important;
        font-family: Manrope !important;
        font-size: 1.25vw !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;
    }

    .rat-button-light-gray-not100 {
        /*min-height: 40px !important;*/
        border-radius: 10px !important;
        font-size: 1.25vw !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;
    }

    /* Gradient button */
    .rat-button {
        /*min-height: 40px !important;*/
        border-radius: 10px !important;
        font-family: Manrope !important;
        font-size: 1.25vw !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;
    }

    .rat-button-not100 {
        /*min-height: 40px !important;*/
        border-radius: 10px !important;
        font-family: Manrope !important;
        font-size: 1.25vw !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;
    }

    /* 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: 1.4vw !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;
    }

    /* Big White text */
    .rat-big {
        font-family: Manrope !important;
        font-weight: 400 !important;
        font-size: 24px !important;
        color: #fff !important;
    }

    /* Medium White text */
    .rat-medium {
        font-family: Manrope !important;
        font-weight: 400 !important;
        font-size: 1.25vw !important;
        color: #fff !important;
    }

    /* Small white text */
    .rat-small {
        font-family: Manrope !important;
        font-weight: 400 !important;
        font-size: 1.1vw !important;
        color: #fff !important;
    }

    /* Extra small white */
    .rat-x-small {
        font-family: Manrope !important;
        font-weight: 400 !important;
        font-size: .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;
    }

    .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: 35vw !important;
        /*max-height: 38vw !important;*/
        /*background-origin: content-box;*/
        background-position: bottom;
        border-radius: 10px !important;
        background-size: cover !important;
        border-radius: 12px !important;
    }

    .rat-avatar {
        object-fit: cover !important;
        width: 5vw !important;
        height: 5vw !important;
        border-radius: 100% !important;
    }

    .rat-avatar-small {
        object-fit: cover !important;
        width: 3.5vw !important;
        height: 3.5vw !important;
        border-radius: 100% !important;
    }

    .rat-gallery-image {
        width: 18vw !important;
        height: 18vw !important;
        border-radius: 9vw !important;
        object-fit: cover !important;
    }

    .rat-img-upload {
        position: relative;
    }

        .rat-img-upload img {
            position: relative;
            top: 0;
            left: 0;
            width: 10vw !important;
            height: 10vw !important;
            max-width: 10vw !important;
            min-height: 10vw !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: 42vw !important;
    }

    .rat-circle-cnt {
        position: relative;
        width: 36vw !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: 2.2vw;
        height: 2.2vw;
        background-color: #fff;
        border-radius: 1.1vw;
        position: absolute;
        display: none;
        color: #000 !important;
        font-size: 1.3vw !important;
        font-family: ManropeBold !important;
    }

    .rat-red-div {
        width: 3.6vw;
        height: 3.6vw;
        background-color: rgb(255, 22, 0) !important;
        border-radius: 1.8vw;
        position: absolute;
        display: none;
        color: rgb(65, 65, 65) !important;
        font-size: 1.3vw !important;
        font-family: ManropeBold !important;
    }

    .rat-gray-div {
        width: 3.2vw;
        height: 3.2vw;
        background-color: rgb(82, 82, 82) !important;
        border-radius: 1.6vw;
        position: absolute;
        display: none;
        color: #fff !important;
        font-size: 1.3vw !important;
        font-family: ManropeBold !important;
    }

    .rat-orange-div {
        width: 3vw;
        height: 3vw;
        background-color: rgb(236, 107, 45) !important;
        border-radius: 1.5vw;
        position: absolute;
        display: none;
        color: #000 !important;
        font-size: 1.3vw !important;
        font-family: ManropeBold !important;
    }

    .rat-light-orange-div {
        width: 2.8vw;
        height: 2.8vw;
        background-color: rgb(238, 135, 50) !important;
        border-radius: 1.4vw;
        position: absolute;
        display: none;
        color: rgb(65, 65, 65) !important;
        font-size: 1.3vw !important;
        font-family: ManropeBold !important;
    }

    .rat-ratings-label {
        display: none;
        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: 20px !important;
        font-family: Manrope !important;
        color: #fff !important;
    }

    .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: 47vw !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: 1.15vw !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: 1.1vw !important;
        height: 1.1vw !important;
        border-radius: 10px;
        color: #fff;
        background-color: rgb(198, 42, 20) !important;
        font-size: .9vw !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;
        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: 35px !important;
        width: 70px !important;
        height: 70px !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: 2.7vw !important;
        height: 2.7vw !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: 7.5vw !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: 20vw !important;
        height: 20vw !important;
        max-width: 20vw !important;
        max-height: 20vw !important;
        border-radius: 10vw !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: 1.7vw !important;
    }

    .rat-bigger {
        font-size: 1.5vw !important;
    }

    h3.rat-big {
        font-family: ManropeBold !important;
        font-weight: normal !important;
    }

    .rat-dropdown-item {
        font-size: 1vw !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;
    }

    .rat-w-30 {
        width: 30px !important;
        height: 30px !important;
    }

    .rat-graphiks {
        min-height: 15vw !important;
    }

    .rat-galka2 {
        width: 1vw !important;
    }

    /*30-06-23*/

    .rat-display-pie {
        width: 100% !important;
        height: 12vw !important;
    }

    .rat-myprogress-canvas {
        width: 100%;
        height: 25vw !important;
        max-height: 25vw !important;
    }

    /*.rat-instr {
        width: 600px !important;
    }*/
}

#rat-svg circle {
    fill: rgb(64, 65, 64);
    stroke: rgb(244, 116, 0);
    stroke-width: .5vw;
    /*stroke-dasharray: 250;
    stroke-dashoffset: 1000;*/
}

.rat-flex-widget {
    position: relative !important;
}

.rat-flex-name {
    opacity: 0;
    max-width: 8vw !important;
    text-align: center !important;
}

.rat-flex-widget:hover .rat-flex-name {
    opacity: 1;
}

[data-protopop], [data-protopop7] {
    position: relative !important;
}

    [data-protopop] [data-protopopx] {
        position: absolute;
        left: 50% !important;
        width: 17vw;
        max-width: 20vw !important;
        min-height: 10vw;
        top: 6vw;
        box-shadow: rgba(0,0,0,.4) 0 0 10px;
        border-radius: 30px !important;
        border: dotted 1px silver !important;
        background-color: rgba(0,0,0,.85) !important;
        z-index: 90000000 !important;
        font-size: .9vw !important;
        display: none;
    }

    [data-protopop7] [data-protopopx] {
        position: absolute;
        /*left: 0 !important;*/
        width: 17vw;
        max-width: 20vw !important;
        min-height: 10vw;
        top: 2vw;
        box-shadow: rgba(0,0,0,.4) 0 0 10px;
        border-radius: 30px !important;
        border: dotted 1px silver !important;
        background-color: rgba(0,0,0,.85) !important;
        z-index: 90000000 !important;
        font-size: .9vw !important;
        display: none;
    }


[data-protopopx] img:not(.rat-learningcloud-delete) {
    position: absolute;
    top: -2.8vw !important;
    left: 15% !important;
    width: 1.6vw !important;
}

[data-protopopx]:first-of-type img {
    left: 80% !important;
}

[data-cancelprotopop] {
    font-size: .8vw !important;
}

[data-nextprotopop] {
    font-size: 1vw !important;
}

.rat-toast {
    box-shadow: rgba(0,0,0,.4) 0 0 10px;
    border-radius: 30px !important;
    border: dotted 1px silver !important;
    background-color: rgba(0,0,0,.9) !important;
}

.rat-modal-black {
    background-color: rgba(0, 0, 0, .7) !important;
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    z-index: 9000000 !important;
}

/*26-06-23*/

.s96-right-menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
    display: none;
    z-index: 9999999 !important;
}

.rat0-indicators {
    bottom: -50px !important;
}

#rat-crop {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background-color: rgb(0,0,0);
}
