* {
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

.btn_c {
    padding: 15px 80px;
    border-radius: 50px;
    border: 0px;
    background-color: #27aae1;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.btn_c:hover {
    background-color: #5059ad;
    transition: 0.3s;
}

.vent_space_header {
    padding: 30px 0px;
}

.form_section .login_inputs {
    max-width: 780px;
    margin: 0px auto;
}

.h3_tittle {
    font-size: 40px;
    font-weight: 600;
    color: #6c3396;
}

.container {
    max-width: 1270px;
}

input,
select,
textarea {
    padding: 20px 25px;
    border: 2px solid #979797;
    border-radius: 10px;
    width: 100%;
    font-size: 20px;
    margin-bottom: 25px;
    height: 70px;
}

input::placeholder,
select,
textarea::placeholder {
    font-size: 18px;
    color: #9f9f9f;
}

.upload_file label {
    font-size: 18px;
    margin-bottom: 10px;
    color: #9f9f9f;
}

.upload_file img {
    margin-left: 10px;
    margin-bottom: 10px;
}

.billing_text .selection .select2-selection,
.login_inputs .selection .select2-selection {
    position: relative;
    border: 2px solid #979797;
    border-radius: 10px;
    width: 100%;
    font-size: 20px;
    margin-bottom: 25px;

    margin-bottom: 25px;
}

.billing_text .selection .select2-selection:after,
.login_inputs .selection .select2-selection:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #555;
    right: 25px;
    top: 25px;
}

.login_inputs .select2-hidden-accessible {
    position: relative !important;
}

.billing_text .select2-search__field,
.login_inputs .select2-search__field {
    position: relative;
    top: 17px;
    left: 25px;
    height: 23px !important;
    text-transform: capitalize;
}

.select2-results .select2-results__options,
.login_inputs .select2-selection {
    margin-top: -25px;
}

.form_section .login_inputs .btn_div {
    text-align: center;
    margin-top: 15px;
}

.form_section .login_inputs .h3_tittle {
    margin-bottom: 35px;
}

.form_section .login_inputs .aleardy_account {
    padding-top: 68px;
    text-align: center;
}

.form_section .login_inputs .aleardy_account p {
    font-size: 20px;
    color: #9f9f9f;
}

.form_section .login_inputs .aleardy_account a {
    color: #27aae1;
    font-weight: 600;
    text-decoration: none;
    margin-left: 10px;
}

.frget_password {
    text-align: right;
}

.frget_password a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #662d91;
}

.form_section {
    padding-bottom: 50px;
    padding-top: 35px;
}

.main_section {
    display: flex;
}

.main_section .left_bar {
    padding: 45px;
    background-color: #fafafa;
    position: sticky;
    width: 23.7%;
    height: 100vh;
    top: 0px;
}

.left_bar .left_links {
    padding-left: 50px;
}

.left_bar .left_links a {
    display: block;
    margin-bottom: 35px;
    transition: 0.3s;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    color: #9f9f9f;
}

.left_bar .left_links a.active {
    color: #662d91;
}

.left_bar .left_links a:hover {
    color: #662d91;
}

.left_bar .brand_logo {
    margin-bottom: 50px;
}

.main_section .right_section {
    width: 76.3%;
}

.common_section_right {
    padding: 30px 80px;
}

.top_notification_t {
    display: flex;
    justify-content: end;
    margin-bottom: 70px;
}

.top_notification_t .right_div {
    display: flex;
    align-items: center;
}

.top_notification_t .notification {
    position: relative;
    margin-right: 50px;
}

.top_notification_t .notification .message {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #ff0000;
    right: 0px;
}

.top_notification_t .dropdown img {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin-right: 15px;
}

.top_notification_t .dropdown-toggle::after {
    position: relative;
    left: 30px;
    display: none;
}

.top_notification_t .dropdown-toggle {
    font-size: 15px;
    font-weight: 600;
}

.top_notification_t .notification {
    position: relative;
}

.notification_msg {
    padding: 15px 10px;
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    display: none;
    min-width: 200px;
    filter: drop-shadow(0px 12px 12px rgba(0, 0, 0, 0.05));
    z-index: 2;
    left: -88px;
}

.top_notification_t .notification:hover .notification_msg {
    display: block;
}

.h4_tittle {
    font-size: 30px;
    font-weight: bold;
    color: #6c3396;
}

.card_nalytics {
    padding: 35px;
    border-radius: 8px;
    display: flex;
    background-color: #fff;
    justify-content: space-between;
    /* box-shadow: 0 0 20px #d3d3d396; */
    align-items: center;
    filter: drop-shadow(0px 12px 12px rgba(0, 0, 0, 0.05));
}

.card_nalytics .left_1 .total {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0px;
}

.card_nalytics .left_1 .number {
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 5px;
    font-family: system-ui;
}

.card_nalytics .left_1 .today {
    font-size: 15px;
    color: #a7a7a7;
}

.card_nalytics .left_1 .today span {
    font-weight: bold;
    color: #662d91;
}

.card_nalytics .left_1.clicks .today span {
    font-weight: bold;
    color: #27aae1;
}

.profile_text,
.billing_text,
.account_text {
    max-width: 770px;
}

.profile_text textarea {
    height: 250px;
}

.profile_text .btn_c {
    margin-top: 15px;
}

.profile_text .upload_file {
    display: flex;
    align-items: center;
}

.profile_text .upload_file label {
    width: 180px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #9f9f9f;
}

.profile_text .upload_file input {
    border: 0px;
    background-color: #f7f8fa;
}

.billing_text .btn_c,
.account_text .btn_c {
    margin-top: 15px;
}

.login-form small {
    margin-bottom: 10px;
}

textarea.partnershort,
.partnerdis {
    min-height: 150px;
}

select[multiple] {
    overflow-y: auto;
}

.login-wrap .btn {
    background: #bea6d0 !important;
    outline: none;
    border: 0;
}

.form-control:focus {
    border-color: #bea6d0;
    box-shadow: none !important;

}

.menu_toogle {
    display: none;
}

.menu_toogle.show {
    display: block;
}
.billing_text .select2-search__field{
    border-radius: 0px;
}
@media(max-width:768px){
.form_section .login_inputs {
        max-width: 594px;
      }
.vent_space_header {
    padding: 30px 50px;
  }
}
@media(max-width:414px) {
    .brand_logo a img {
        width: 157px;
    }

    .form_section .login_inputs .h3_tittle {
        margin-bottom: 25px;
        font-size: 29px;
    }

    input,
    select,
    textarea {
        padding: 0 20px;
        font-size: 15px;
        margin-bottom: 20px;
        height: 47px;
    }

    .frget_password a {
        font-size: 16px;
    }

    .btn_c {
        padding: 6px 65px;
    }

    .form_section .login_inputs .aleardy_account p {
        font-size: 15px;
    }

    .form_section .login_inputs .aleardy_account {
        padding-top: 15px;
    }

    input[type="file"] {
        padding: 7px 20px;
    }

    .billing_text .selection .select2-selection {
        padding-right: 10px;
    }

    .left_bar .left_links a {
        margin-bottom: 25px;
        font-size: 18px;
    }

    .h4_tittle {
        font-size: 25px;
    }

    .card_nalytics img {
        width: 70%;
    }

    .top_notification_t {
        margin-bottom: 15px;
    }
    .card_nalytics .left_1 .number {
        font-size: 35px;
      }
      .card_nalytics {
        padding: 13px 35px;
      }
      .select2-container--default .select2-selection--multiple .select2-selection__choice {
        font-size: 16px;
      }
      .billing_text .selection .select2-selection:after{
        right: 15px;
        top: 12px;
      }
      textarea.select2-search__field::placeholder {
        font-size: 15px;
      }
      .select2-container .select2-search--inline .select2-search__field{
        margin-left: 0px !important;
        margin-top: 0px !important;
        border-radius:0px;
      }
      .select2-container--default .select2-results>.select2-results__options {
        max-height: 250px;
        background: #fff;
    }
}

@media(max-width:767px) {
    .main_section .left_bar {
        height: auto !important;

    }

    span.select2.select2-container.select2-container--default {
        width: 100% !important;
    }

    .form_section {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .top_notification_t {
        margin-bottom: 30px;
    }

    .main_section {
        display: flex;
        flex-direction: column;
    }

    .main_section .right_section {
        width: 100%;
    }

    .card_nalytics {
        margin-bottom: 20px;
    }

    .h3_tittle {
        font-size: 35px;

    }
}

@media(max-width:992px) {
    span.select2.select2-container.select2-container--default {
        width: 93%;
    }

    .common_section_right {
        padding: 30px 30px;
    }

    .left_bar .left_links {
        padding-left: 0px;
    }

    .main_section .left_bar {
        width: 100%;
        position: initial;
    }

    .main_section .right_section {
        width: 100%;
    }

    .main_section {
        display: flex;
        flex-direction: column;
    }

    .main_section .left_bar {
        height: auto !important;

    }

    .profile_text,
    .billing_text,
    .account_text {
        max-width: 100%;
    }

    .menu_toogle {
        display: block;
    }

    .left_bar .brand_logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menu_toogle .toggle {
        display: flex;
        justify-content: right;
        height: 25px;
    }

    .show {
        left: 0% !important;
        transition: 0.3s;
    }

    .left_links {
        position: absolute !important;
        z-index: 1;
        top: 150px;
        min-width: 100% !important;
        left: -100%;
        background: #fff;
        padding: 40px !important;
    }

    .main_section .left_bar {
        padding: 20px;
        padding-top: 30px;
    }

    .left_bar .brand_logo {
        margin-bottom: 10px;
    }

    .top_notification_t {
        justify-content: start;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .main_section .left_bar {
        width: 26%;
    }

    .main_section .right_section {
        width: 74%;
    }

}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #000 !important;
    color: white;
}

/* ---
select option:checked,
select option:hover {
      background: #000 !important;
}

select:focus > option:checked { 
    background: #000 !important;
}
select:focus{
  background: #000 !important;
}
---*/

select {
    color: #000;
}

.select2-search__field::placeholder {
    color: #000 !important;
}