/* === HTML ELEMENTS === */
body {
    color: #222;
    font-family: 'Dosis', arial;
    min-height: 100%;
    width: 100%;		
}

a:link,	
a:focus, 
a:visited , 
a:active,
a:hover { 
    text-decoration: none; 
}

.hidden {
    display: none;
}

.flex-1 {
    flex: 1;
}

.clearfix {
    clear: both;
    min-height: 1px;
}

.img-responsive {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
}

.required > label:after {
    content: ' *';
    color: #C3232D;
}

.accordion .card-header > a {
    color: #333;
}

.accordion .card .card-body img {
    max-width: 100%;
    height: auto;
}

.pull-right {
    float: right;
    padding: 5px 0;
}

.pull-down {
    transform: rotate(180deg);
    transition: 0.3s;
}

.collapsed .pull-down {
    transition: 0.3s;
    transform: none;
}

.card-muted {
    opacity: 0.5;
    background-color: #eee;
}

.actions form {
    display: inline-block;
}


.notify {
    display: none;
    border-radius: 2px;
    position:fixed;
    bottom:0px;
    left: 50%;
    margin-left:-200px;
    width: 400px;
    z-index:1305;
    text-align:center;
    font-size:16px;
    color: white;
    background-color:rgba(0, 0, 0, 0.7);
    padding:15px;
}

/* === END HTML ELEMENTS === */
.img-overmargin {
    margin: -10px;
}

/* === SIDEBAR === */
.body {
    position: relative;
    margin: 0;
    padding: 0;
    transition: margin-left 0.5s;
    -o-transition: margin-left 0.5s;
    -moz-transition: margin-left 0.5s;
    -webkit-transition: margin-left 0.5s;
}

/* .body.slide {
    margin-left: 230px;
} */

.sidebar {
    background-color: #343463;
    background-image: linear-gradient(-15deg,#7e63fa,#484bff 50%,#1bd7ff);
    width: 230px;
    min-height: 100%;
    padding: 0px; 
    position: fixed;
    left: -230px;
    right: auto;
    /*top: 50px;*/
    z-index: 10;
    transition: left 0.2s;
    -o-transition: left 0.2s;
    -moz-transition: left 0.2s;
    -webkit-transition: left 0.2s;
    overflow-y: hidden;
}

.sidebar.show {
    left: 0;
    display: block;
}

.ps-scrollbar-y-rail {
    margin: 5px 0;
}	

.sidebar .footer {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 0.5rem 1rem;
    color: white;
    width: 100%;
}
/* 
.sidebar.show + .main-body {
    margin-left: 230px;
} */

.overlay {
    display: none;
    position: fixed;
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.7);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 9;
    opacity: 0;
    top: 0;
    /* animate the transition */
    transition: all 0.5s ease-in-out;
}
/* display .overlay when it has the .active class */
.overlay.active {
    display: block;
    opacity: 1;
}

#dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    /* top right corner of the sidebar */
    top: 10px;
    right: 10px;
}

@media only screen and (min-width: 992px)  {
    .sidebar {
        left: 0;
        display: block !important;
    }

    .sidebar + .main-body {
        margin-left: 230px;
    }
}
/* === END SIDEBAR === */


/* === SIDEBAR MENU === */
.panel {
    border: 0;
    box-shadow: none;
    background-color: transparent;
    color: #FFF;
}

#heading1 > .panel-heading {
    padding: 10px 20px;
    background-color: #29317b;
    height: 54px;
}

#sidebar-panel {
    overflow-y: auto;
    height: calc(100vh - 54px);

    /* Firefox */
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
    
    /* IE and older Edge */
    -ms-overflow-style: none;
}

#sidebar-panel::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

/* 
.panel-default > .panel-heading:hover {
    background-color: rgba(59, 59, 158, 0.54);
} */

.panel-default > .panel-heading  a {
    color: #FFF;
    display: block;
    padding: .5rem 1rem;
}

.sidebar .list-group-item {
    padding-left: 1rem;
    border: 0;
    border-radius: 0 !important;
    background: transparent;
}

.panel .panel-collapse {
    /* background-color: rgba(0, 47, 103, 0.25); */
    padding-left: 1rem;
}

.panel-collapse .list-group-item {
    padding-left: 1.8rem;
    font-size: .85rem;
}

.list-group-item:hover {
    background: transparent;
    transition-delay: 0s;
    transition-duration: 0.1s;
    transition-property: all;
    transition-timing-function: linear;	
}

a.list-group-item {
    color: #FFF;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

a.list-group-item:hover {
    background: rgba(59, 59, 158, 0.54);
    color: #FFF;
}	

.list-group-item.no-border {
    border: 0;
}

.list-group-item.active {
    background-color: rgba(0, 123, 255, 0.81); /* rgba(59, 59, 158, 0.82); */
}

.panel-default .icon {
    display: inline-block;
    width: 25px;
    font-size: 1.10rem;
}

.panel-group .panel + .panel {
    margin-top: 0px;
}	
/* === END SIDEBAR MENU === */

.error-message {
    color: #ff0000;
}

.header {
    position: relative;
}

.fixed-right {
    position: absolute;
    top: 0;
    right: 0;
}

.col-inline form {
    display: inline-block;
}

/* Firefox, Chrome, Opera */
.form-control::placeholder {
    color: #ccc; 
}

/* Firefox, Chrome, Opera */
.form-control::-webkit-input-placeholder { 
    color: #ccc;
}

/* Internet Explorer 10-11 */ 
.form-control:-ms-input-placeholder {
    color: #ccc; 
}

/* Microsoft Edge */ 
.form-control::-ms-input-placeholder {
    color: #ccc; 
}

@media (min-width: 200px) {
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}

/************** SLIDER SWITCH BUTTON **********************/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
}
  
/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
  
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -moz-transform: translateX(16px);
    -ms-transform: translateX(16px);
    -o-transform: translateX(16px);
    transform: translateX(16px);
}
  
/* Rounded sliders */
.slider.round {
    border-radius: 12px;
}
  
.slider.round:before {
    border-radius: 50%;
}

.img-brand {
    display: inline-block;
    height: 38px;
}

.img-brand img {
    width: 100%;
    max-height: 100%;
    opacity: .75;
}

/**********************************
******* WIDGET
**********************************/
.widget {
    position: relative;
    background-color: #008a2c;
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 15px;
    box-shadow: 0px 3px 0px #e0e0e0;
}

.widget-default {
    background-color: #008a2c;
}

.widget-secondary {
    background-color: #7190ab;
}

.widget-success {
    background-color: #28a745;
}

.widget-primary {
    background-color: #007bff;
}

.widget-info {
    background-color: #17a2b8;
}

.widget-warning {
    background-color: #ffc107;
}

.widget-danger {
    background-color: #dc3545;
}

.widget-dark {
    background-color: #343a40;
}

.widget .widget-icon {
    font-size: 2.1rem;
    position: absolute;
    top: 0.85rem;
    left: 1.5rem;
    margin-right: 20px;
    opacity: 0.5;
}

.widget .widget-icon + div {
    text-align: right;
}

.widget .widget-value {
    color: #CDDC39;
    font-size: 1.35rem;
    line-height: 1;
}

.widget .widget-label {
    font-size: .8rem;
    margin-bottom: 0;
}

.box-money input[type="radio"] {
    display: none;
}

.tinybox {
    display: inline-block;
    margin-left: 2.5rem;
}

.tinybox .tinybox-value {
    font-size: 2.1rem;
    line-height: 1;
}


.tinybox .tinybox-label {
    font-size: .8rem;
}

.form-layout label {
    width: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 3px;
}

.form-layout input:checked + label {
    background-color: #2196F3;
    border: 1px solid #999;
}

.nav-tabs .nav-link {
    padding: 0.25rem 1rem;
    color: #787878;
}

.box-relative {
    position: relative;
}

.fixed-input {
    padding: .5rem;
    width: 100%;
    border-radius: 5px;
    outline: none;
    border: 0;
    background-color: #92c8ff;
    font-size: 1.2rem;
}

.pos-right {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2rem;
    outline: none;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar .nav-item {
    color: #333;
}

.navbar .nav-item:hover {
    color: #666;
}

/***
* Table with fluid height and width fixed header, footer and first column using position:sticky
* https://codepen.io/chuyenim/pen/pozeWqj
* https://codepen.io/paulobrien/pen/LBrMxa
*/
.table-scroll {
	position:relative;
	margin: auto;
	border-right: 1px solid #efefef;
	overflow: hidden;
}
.table-scroll .table-wrap {
	width:100%;
	overflow:auto;
}
.table-scroll table {
	width:100%;
	margin:auto;
}
.table-scroll th, .table-scroll td {
	background:#fff;
	white-space:nowrap;
	vertical-align:top;
}
.table-scroll thead, .table-scroll tfoot {
	background:#f9f9f9;
}
.clone {
	position:absolute;
	top:0;
	left:0;
	pointer-events:none;
}
.clone th, .clone td {
	visibility:hidden
}
.clone tbody th {
	visibility:visible;
	color:red;
}
.clone .fixed-side {
	background:#eee;
	visibility:visible;
}
.clone thead, .clone tfoot{background:transparent;}
  /************* End Table Sticky ***********/
  
.arrow-curved {
    position: absolute;
    top: -22px;
    right: 22px;
}

.headbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    background-color: #e9ecef;
    border-radius: .25rem;
/*     
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
*/
}

.mainbox {
    max-width: 600px;
    word-break: break-all;
}

.text-break-word {
    word-break: break-word;
    white-space: normal !important;
}

.text-break-all {
    word-break: break-all;
    white-space: normal !important;
}


.bootstrap-select .dropdown-toggle {
    border: 1px solid #ccc;
}

.shadow-focus-0:focus {
    box-shadow: none !important;
}

.statistics .user-likes i {
    background-color: #007bfe;
    color: white !important;
    padding: 4px;
    font-size: 10.5px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    box-shadow: inset 1px 6px 9px 0px rgba(253, 253, 253, 0.27);
}

.mention {
    height: 24px;
    width: 65px;
    border-radius: 6px;
    background-color: rgba(96, 160, 206, 0.25);
    padding: 3px 0;
    margin-right: 2px;
    cursor: pointer;
}

.mention>span {
    margin: 0 3px;
}


.bg-light-primary {
    background-color: #d2e8ff!important;
}

.bg-light-secondary {
    background-color: #dbdbdb!important;
}

.bg-light-violet {
    background-color: #ffc7ff!important;
}

.bg-light-warning {
    background-color: #feffc7!important;
}

.bg-light-danger {
    background-color: #ffc7c7!important;
}

.bg-light-success {
    background-color: #cbffd3!important;
}

.bg-fade {
    background-color: rgba(0,0,0,.05) !important;
}

/** BG LIGHT FOR TABLE *****/
tr.bg-light-primary td {
    background-color: #d2e8ff!important;
}

tr.bg-light-secondary td {
    background-color: #dbdbdb!important;
}

tr.bg-light-violet td {
    background-color: #ffc7ff!important;
}

tr.bg-light-warning td {
    background-color: #feffc7!important;
}

tr.bg-light-danger td {
    background-color: #ffc7c7!important;
}
tr.bg-light-success td {
    background-color: #cbffd3!important;
}

.table .text-muted .title a {
    color: #909090 !important;
}


.member-plan {
    background: url('../img/member-plan.png') no-repeat;
    background-size: 500px 500px;
    background-position: right bottom;
    min-height: 400px;
}


.topic .preview {
    max-width: max-content;
}

.topic .preview .fa-times-circle {
    position: absolute;
    top: -6px;
    right: -6px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.3);
}

.topic .preview .fa-times-circle:hover {
    cursor: pointer;
    color: #000;
}

.custom-control-label {
    padding-top: 2px;
}


/******** LOADING  */
#loading-bar {
    display: block;
    position: fixed;
    top: 0;
    left: 50%;
    right: auto;
    width: auto;
    margin-left: -42px;
    color: white;
    background-color: #134d7f;
    padding: 5px 15px;
    z-index: 999;
    border-radius: 0 0 10px 10px;
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 54px;
    height: 30px;
  }
  .lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 8px;
    background: #fff;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  }
  .lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
  }
  .lds-facebook div:nth-child(2) {
    left: 24px;
    animation-delay: -0.12s;
  }
  .lds-facebook div:nth-child(3) {
    left: 40px;
    animation-delay: 0;
  }
  @keyframes lds-facebook {
    0% {
      top: 4px;
      height: 26px;
    }
    50%, 100% {
      top: 10px;
      height: 16px;
    }
}

.search-user .dropdown-menu {
    z-index: 7 !important;
}

.search-user .dropdown-menu .status {
    padding: 0 8px;
}

.search-user .dropdown-toggle {
    background-color: #fff !important;
}


/** CHAT CONVERSATION Style */
.inbox_people {
    background: #f8f8f8 none repeat scroll 0 0;
    overflow: hidden;
    border: 1px solid #c4c4c4;
}

.chat_people {
    overflow:hidden; 
    clear:both;
}

.chat_list {
    border-bottom: 1px solid #d8d8d8;
    padding: 15px 10px;
}

.message-row { 
    overflow: hidden;
    margin-bottom: 10px;
}

.message-row + .message-row {
    margin-top: 5px;
}

.message-row .message-row-inner {
    display: flex;
    max-width: 80%;
}

.message-row .message-row-inner .btn-delete-message {
    display: none;
}

.message-row .message-row-inner:hover .btn-delete-message {
    display: inline-block;
}

.message-row .message-content {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 12px;
    margin-bottom: 3px;
    padding: 10px 12px;
    display: inline-block;
}

.bubble-odd .message-content {
    background: #2196f3 none repeat scroll 0 0;
    color:#fff;
}

.bubble-odd .message-content a {
    color:#28ff43;
}

.message-info li {
    display: inline-block;
}

.message-info {
    list-style: none;
    padding-left: 0;
    margin-bottom: 5px;
}

.message-info li:not(:first-child):not(:last-child):before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #939393;
    display: inline-block;
    border-radius: 50%;
    margin: 2px 4px;
}

/** //- CHAT CONVERSATION Style */
.images-list {
    margin: 0;
    padding: 0;
}

.images-list > li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    vertical-align: top;
}

.images-list .image-item {
    display: inline-block;
    max-width: 90px;
    max-height: 90px;
    height: auto;
    overflow: hidden;
}

.images-list .image-item img {
    width: 90px;
}

.faq {
    margin-left: 0;
    padding-left: 15px;
}

.faq > li {
    margin-bottom: 30px;
}

.faq > li > h4 {
    font-weight: 600;
}

.style-none {
    list-style-type: none;
}

.tab-statistics .card-body h2 {
    position: relative;
    z-index: 2;
}

.balances .balance-item {
    margin-right: 5px;
    padding: 15px 30px;
    min-width: 100px;
    background-color: #f0f8ff;
    border-radius: 10px;
    font-size: 22px;
    color: #4b4b4b;
}

.net-amount {
    color: #c0c0c0;
}

.form-group + .net-amount {
    margin-top: -15px;
}

/* .payment-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
} */

.payment-logos .logos {
    background: url(../img/icon-payments-logos.svg) -42px 0px no-repeat;
    /* background-size: 100%; */
    width: 265px;
    height: 25px;
    margin: 15px 0;
}


/** CARD RIBBONS */
:root {
    --main_color: #008542;
    --second_color: #003018;
    --text_color: #FFFFFF;
    --font_size: 24px;
}

.ribbon2 {
    width: 60px;
    padding: 10px 0;
    position: absolute;
    top: -6px;
    right: 55px;
    text-align: center;
    border-top-right-radius: 3px;
    background-color: var(--main_color);
     text-transform: uppercase;
     color: var(--text_color);
     font-size: var(--font_size);
   }
   .ribbon2:before {
    height: 0;
    width: 0;
    left: -5.5px;
    top: 0.1px;
    border-bottom: 6px solid var(--second_color);
    border-left: 6px solid transparent;
   }
   .ribbon2:before,
   .ribbon2:after {
     content: "";
     position: absolute;
   }
   .ribbon2:after {
     height: 0;
     width: 0;
     bottom: -29px;
     left: 0;
     border-left: 30px solid var(--main_color);
     border-right: 30px solid var(--main_color);
     border-bottom: 30px solid transparent;
   }

.ribbon2.ribbon-left {
    left: 0;
    right: auto;
}

.ribbon2.ribbon-scale {
    top: -2px;
    transform: scale(0.3);
    transform-origin: top;
}

.ribbon2.ribbon-scale2 {
    top: -4px;
    transform: scale(0.6);
    transform-origin: top;
}


/** MESSAGE READ MORE */
.readmore_item:not(.full-content) .second-part,
.readmore_item:not(.full-content) .read_less,
.readmore_item.full-content .read_more {
    display: none;
}

.readmore_item .read_more,
.readmore_item .read_less {
    font-weight: bold;
    margin-left: 2px;
    color: blue;
    cursor: pointer;
    white-space: nowrap;
}

/** EDITOR **/
.textarea-emoji-control .ql-fill,
.textarea-emoji-control .ql-stroke.ql-fill {
    fill: #969696;
}

.textarea-emoji-control .ql-stroke {
    fill: none;
    stroke: #969696;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.textarea-emoji-control {
    cursor: pointer;
}

.textarea-emoji-control:hover .ql-fill,
.textarea-emoji-control:hover .ql-stroke.ql-fill {
    fill: #666;
}

.textarea-emoji-control:hover .ql-stroke {
    stroke: #666;
}

.form-textbox .textarea-emoji-control{
    top:8px !important;
}


/** ICON ONLINE */

.user-pass-wrap input.form-control {
    padding-right: 35px;
}

.login-hide-pw {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 10px;
    border: 0;
    background: 0;
}

.right-0 {
    right: 0px;
}

.right-10 {
    right: 10px;
}

.right-15 {
    right: 15px;
}

.top-0 {
    top: 0px;
}

.top-1 {
    top: 1px;
}

/** CUSTOM BLOCKS **/
.left-panel {
    float: left;
    height: 692px;
    overflow-y: scroll;
    padding: 2px 15px;
    background: #fff;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.left-panel > ul > li {
    padding: 10px 0;
}

.left-panel ul li a {
    line-height: 22px;
}

.left-panel ul li .file-link {
    color: #586571;
}

.left-panel .folder-link,
.left-panel ul li .file-link strong {
    color: #222;
    vertical-align: text-bottom;
}

.left-panel ul li .file-link.active,
.left-panel ul li .file-link.active strong,
.left-panel ul li .file-link:hover {
    color: #ff6b00;
}

.left-panel ul li .folder-link {
    font-weight: bold;
}

.left-panel ul li .folder-link i {
    margin-right: 10px;
}

.hook-title .hook-title-top,
.hook-title .hook-title-main {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.hook-title .hook-title-top {
    background: #e4e3e3;
}

.hook-title .hook-title-top li {
    background: #fff;
    position: relative;
    padding: 10px 20px;
}

.hook-title .hook-title-top li:after {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: calc(100% + 1px);
    height: 2px;
    background-color: #2E7BF0;
}

.hook-title .hook-title-main {
    padding: 10px 20px;
}

.hook-title .hook-title-main h5 {
    font-weight: 600;
    color: #222;
    margin-bottom: 0;
}

/** // CUSTOM BLOCKS **/

/** JQUERY SORTABLE **/
body.dragging, body.dragging * {
    cursor: move !important;
}

.sorted_list:not(.disabled) .sorted_handle {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

.sorted_list .placeholder {
    position: relative;
    /** More li styles **/
    background-color: rgba(242, 255, 168, 0.6);
    height: 49px;
}

.sorted_list .placeholder:before {
    position: absolute;
    /** Define arrowhead **/
}

.sorted_row {
    overflow: hidden;
}

/** // JQUERY SORTABLE **/

.video-js .vjs-big-play-button {
    top: 50% !important;
    left: 50% !important;
    margin-top: -24px;
    margin-left: -45px;
}

.list-dot-separator span:not(:last-child):after {
    content: "•";
    margin: 0 5px;
    color: #ccc;
}


/** // SQUARE BOX **/

.square-minibox {
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 8%);
    vertical-align: middle;
}

/** FIX SELECT2 RESULT ITEM */
.select2-container--bootstrap-5 {
    display: inline-block !important;
}

.select2-container--default .select2-selection--single {
    border-color: var(--bs-border-color) !important;
}

.select2-container .select2-selection-sm {
    height: 31px !important;
}

.select2-container .select2-selection-md {
    height: 35px !important;
}

.select2-container .select2-selection-lg {
    height: 48px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left;
}

.select2-result-repository__meta {
    display: flex;
    align-items: center;
    gap: 5px;
}

.select2-result-repository__subtitle {
    font-size: 0.9em;
    color: #666;
}

