@charset "UTF-8";
/**
    OpusUnity.Com - By DARKOD™
    Update 28.04.2025
**/
*,
*::before,
*::after {box-sizing: border-box;margin: 0;padding: 0;}
html, body {height: 100%;font-family: sans-serif;}
img, picture, video, canvas, svg {display: block;max-width: 100%;}
input, button, textarea, select {font: inherit;}
a {text-decoration: none;color: inherit;}
u {text-decoration: underline!important;}
ul, ol {list-style: none;padding: 0;margin: 0;}
* { -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: rgba(0,0,0,0.35) transparent;}
*::-webkit-scrollbar { height: 0px; }
*:hover::-webkit-scrollbar, *.show-scroll::-webkit-scrollbar { height: 6px; }
*::-webkit-scrollbar-track { background: transparent; }
*::-webkit-scrollbar-thumb { border-radius: 999px; background: rgba(var(--ou-body-bg-rgb),0.35); min-width: 30px;}
*:hover { scrollbar-width: thin; scrollbar-color: rgba(var(--ou-body-color-rgb),0.45) transparent;}
:root, [data-ou-theme=light]{
    --ou-body-bg : #f8fafd; /*eef2f8*/
    --ou-body-bg-rgb : 240, 244, 249;
    --ou-body-color: #1d1f22;
    --ou-body-color-rgb: 4, 5, 8;
    --ou-theme-bg : #1B3D5C;
    --ou-theme-bg-rgb : 27, 61, 92;
    --ou-theme-color : #34597D;
    --ou-theme-clr2 : #34597D;
    --ou-theme-dark : #34597D;
    --ou-light : #eff3f8;
    --ou-light-rgb : 190, 204, 220;
    --ou-light-dark : #dee2de;
    --ou-light-bg : #f1f3f1;
    --ou-font-one : "Barlow Condensed";
    --ou-border-color: #dee2e6!important;
    --ou-warning : #F28500;
    --ou-warning-rgb : 239, 127, 26;
    --ou-danger : #dc3545!important;
    --ou-danger-rgb : 220, 53, 69;
    --ou-success : #3fbb46!important;
    --ou-success-rgb : 63, 187, 70!important;
    --ou-effect : all 0.2s ease-in-out;
    --ou-white-bg : #FFFFFF;
    --ou-white-bg-rgb : 255, 255, 255;
    --ou-white-dark : #FFFFFF;
    --ou-box-shadow-xs : 0 1px 2px rgba(0, 0, 0, 0.2)!important;
    --ou-box-shadow-xm : 0 1px 6px rgb(0 0 0 / 6%)!important;
    --ou-input-color : #dee2de;
    --ou-input-color-rgb : 222, 226, 222;
    --ou-vh: 100vh;
} 
[data-ou-theme=dark]{
    --ou-body-bg : #15191f;
    --ou-body-bg-rgb : 25, 30, 36;
    --ou-body-color: #f1f9ff;
    --ou-body-color-rgb: 252, 253, 255;
    --ou-theme-color : #4b79a7;
    --ou-theme-clr2 : #F28500;
    --ou-theme-dark : #fcfdff;
    --ou-white-bg : #1d242c;
    --ou-white-bg-rgb : 29, 36, 44;
    --ou-white-dark : #15191f;
    --ou-light-bg : #15191f;
    --ou-border-color: #272f36!important;
    --ou-light: #28323f!important;
    --ou-light-rgb: 36, 45, 56!important;
    --ou-light-dark : #28323f;
    --ou-secondary-bg: #262f3a!important;
    --ou-input-color : #15191f;
    --ou-input-color-rgb : 21, 25, 31;
    --ou-vh: 100vh;
}
body {position: relative;font-family: var(--ou-font-one), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-weight: normal;font-size: 16px;line-height: 1.2;-webkit-font-smoothing: antialiased;text-rendering: optimizeLegibility;background-color: var(--ou-body-bg);color: var(--ou-body-color);}
.main-body {padding-top: 85px;}
header {position: fixed;top: 0;background-color: var(--ou-white-bg);z-index: 60;}
header .main-header {display: flex;align-items: center;height: 60px;}
header .main-header .main-logo {height: 40px;}
header .main-header .main-logo > a {display: inline-flex!important;max-width: 200px;height: 40px;object-fit: contain;filter: drop-shadow(rgba(0, 0, 0, 0.2) 2px 2px 2px);margin-right: 15px;}
header .main-header .main-logo > a .ou-Logo-icon {width: 40px;height: 40px;}
header .main-header .main-logo > a .ou-Logo-text {width: auto;height: 40px;}
header .main-header .main-bar { width: 40px; height: 40px;border-radius: 50%;display: grid;place-items: center;font-size: 24px;background-color: var(--ou-light);color: var(--ou-body-color);margin-right: 15px;}
header .main-header .main-bar:hover {background-color: var(--ou-light-bg);transition: var(--ou-effect);}
header .main-header .main-search {width: 120px;transition: width 0.2s ease;}
header .main-header .main-search .search-item {position: relative;width: 100%!important;}
header .main-header .main-search .search-item .search-btn {position: absolute;top: 0;left: 0;width: 42px;height: 42px;display: grid;place-items: center;font-size: 20px;color: var(--ou-warning);}
header .main-header .main-search .form-control {height: 42px;border-radius: var(--ou-border-radius-pill);background-color: rgba(var(--ou-light-rgb), 0.5);border:1px solid rgba(var(--ou-light-rgb), 0.3);color: var(--ou-body-color);font-size: 18px;font-weight: 400;padding-left: 42px!important;padding-right: 10px!important;}
header .main-header .main-search .form-control:focus {border: 1px solid transparent;border-radius: var(--ou-border-radius-pill)!important;background-image: linear-gradient(var(--ou-body-bg), var(--ou-body-bg)), linear-gradient(to right, #34597D, #F28500);background-origin: border-box;background-clip: padding-box, border-box;box-shadow: var(--ou-box-shadow);transition: var(--ou-effect);z-index: 1;}
header .main-header .main-search input:not(:placeholder-shown),
header .main-header .main-search:focus-within { width: 300px;}
@media (max-width: 768px) {header .main-header .main-search:focus-within {width: 100%;}}
header .main-header .main-search .form-control::placeholder {color: var(--ou-body-color);font-weight: 300;opacity: 0.5;}
header .main-header .main-search .people-search {position: absolute;top: 44px;left: 0;width: 300px;z-index: 999;}
header .main-header .main-search .people-search .user-list {background-color: var(--ou-white-bg);border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-xl);padding: 0.88rem;box-shadow: var(--ou-box-shadow);max-height: 350px;overflow-y: auto;scrollbar-width: thin;}
header .main-header .main-search .people-search .user-list .user-item {display: flex;align-items: center;gap: 10px;border-radius: var(--ou-border-radius-pill);padding: 0.5rem;cursor: pointer;transition: var(--ou-effect);}
header .main-header .main-search .people-search .user-list .user-item:hover {background-color: var(--ou-light);transition: var(--ou-effect);}
header .main-header .main-search .people-search .user-list .user-item .user-img {width: 38px;height: 38px;border-radius: 50%;overflow: hidden;flex-shrink: 0;border: 1px solid var(--ou-border-color);background-color: var(--ou-light);}
header .main-header .main-search .people-search .user-list .user-item .user-img > img {width: 100%;height: 100%;object-fit: cover;}
header .main-header .main-search .people-search .user-list .user-item .user-fullname {font-size: 16px;font-weight: 500;color: var(--ou-body-color);line-height: 1.2;}
header .main-header .main-search .people-search .user-list .user-item .user-username {font-size: 13px;font-weight: 400;color: var(--ou-secondary);margin-top: 2px;}
header .main-nav {display: flex;align-items: center;justify-content: center;height: 72px;}
header .main-nav .nav-item > a {height: 72px;display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 0 15px;}
header .main-nav .nav-item > a .bi {font-size: 24px;color: var(--ou-theme-bg);margin-bottom: 5px;}
header .main-nav .nav-item > a > span {font-size: 14px;font-weight: 400;color: var(--ou-theme-bg);}
header .main-head {display: flex;align-items: center;justify-content: end;height: 44px;gap: 5px;}
header .main-head .user-selector {position: relative;}
header .main-head .link-item {position: relative;height: 42px;width: 42px;display: grid;place-items: center;font-size: 20px;background-color: var(--ou-light); color: var(--ou-theme-clr2);cursor: pointer;border-radius: var(--ou-border-radius-pill);}
header .main-head .link-item:hover {background-color:var(--ou-light-bg);transition: var(--ou-effect);}
header .main-head .link-item .ou {font-size: 22px;filter: drop-shadow(rgba(0, 0, 0, 0.4) 2px 2px 3px);}
header .main-head .link-item span {position: absolute; top: -3px; right: -3px;}
header .main-head .link-item span .num {width: 24px;height: 24px;display: grid;place-items: center; font-size:13px;font-weight: 500;background-color: var(--ou-danger);color: var(--ou-white);border-radius: 50%;line-height: 1;border: 2px solid var(--ou-white-bg);}
header .main-head .user-selector .user-img {position: relative;width: 42px;height: 42px;cursor: pointer;}
header .main-head .user-selector .user-img img {width: 42px;height: 42px;border-radius: 50%;border: 1px solid var(--ou-border-color);}
header .main-head .user-selector .user-img .icon {position: absolute;width:15px;height: 15px;font-size:12px; bottom: 0;right: 0;background-color: var(--ou-white-bg);display: grid;place-items: center;border-radius: 50%;}
header .main-head .btn {display: inline-flex;align-items: center;font-size: 17px;border-radius: var(--ou-border-radius-pill);}
header .main-head .guest-btn {background-color: var(--ou-theme-bg);color:var(--ou-white);box-shadow: var(--ou-box-shadow);}
header .main-head .btn:hover {background-color: var(--ou-warning);color: var(--ou-white);transition: var(--ou-effect);}
header .main-head .main-bars {width: 44px;height: 44px;display: none;place-items: center;border-radius: 50%;cursor: pointer;}
@media (max-width: 768px) {header .main-head .main-bars {display: grid!important;}}
header .main-head .main-bars:hover {background-color: var(--ou-light);transition: all background-color 0.2s ease;color: var(--ou-warning);}
header .main-head .main-bars .ou {width: 1.9rem !important;height: 1.9rem !important;display: inline-flex;align-items: center;justify-content: center;}
header .main-head .account-dropdown {top: 25px;box-shadow: var(--ou-box-shadow);width: 280px;padding: 20px;}
header .main-head .account-dropdown .accnt-user {font-size: 16px;font-weight: 300;color: var(--ou-secondary);text-align: center;margin-bottom: 15px;}
header .main-head .account-dropdown .accnt-img {text-align: center;margin-bottom: 5px;}
header .main-head .account-dropdown .accnt-img > img {width: 80px;height: 80px;border-radius: 50%;border: 1px solid var(--ou-border-color);margin: 0 auto;}
header .main-head .account-dropdown .accnt-name {font-size: 19px;font-weight: 500;color: var(--ou-body-color);text-align: center;white-space: nowrap;overflow: hidden; text-overflow: ellipsis;max-width: 100%;display: block; }
header .main-head .account-dropdown .accnt-link {height: 38px;display: flex;align-items: center; font-size: 16px;font-weight: 400;border: 1px solid var(--ou-info);color:var(--ou-info);border-radius: var(--ou-border-radius-pill);padding: 0 20px;}
header .main-head .account-dropdown .accnt-link:hover {background-color: var(--ou-info);color: var(--ou-white);transition: var(--ou-effect);}
header .main-head .account-dropdown .accnt-logout {text-align: center;}
header .main-head .account-dropdown .accnt-logout a {font-size: 19px;font-weight: 500;color: var(--ou-body-color);}
header .main-head .account-dropdown .accnt-logout a:hover {color: var(--ou-danger);text-decoration: line-through;transition: var(--ou-effect);}
header .main-head .account-dropdown .accnt-list {border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-xl);overflow: hidden;margin-bottom: 15px;}
header .main-head .account-dropdown .accnt-list .list-item a {padding: 15px;font-size: 17px;font-weight: 400;color: var(--ou-body-color);display: flex;align-items: center;border-bottom: 1px solid var(--ou-border-color);}
header .main-head .account-dropdown .accnt-list .list-item a:hover {background-color: var(--ou-light);transition: var(--ou-effect);}
header .main-head .account-dropdown .accnt-list .list-item .ou {font-size: 20px;}
header .main-head .account-dropdown .accnt-list .list-item:last-child a {border-bottom: none;}
header .main-head .guest-bar { width: 40px; height: 40px;border-radius: 50%;display: grid;place-items: center;font-size: 24px;background-color: var(--ou-light);color: var(--ou-theme-clr2);display: none;}
.main-feed {display: flex;gap: 15px;}
.main-feed .nav-sidebar {position: relative;width: 100%;max-width: 280px;}
.mobile-navbar {display: none;position: fixed;bottom: 0;left: 0;width: 100%;z-index: 60;box-sizing: border-box;}
.mobile-navbar .nav-menu {display: flex;align-items: center;padding: 0;margin: 0;list-style: none;background-color: var(--ou-white-bg);border-top: 1px solid var(--ou-border-color);}
.mobile-navbar .nav-menu li {flex: 1 0 0;}
.mobile-navbar .nav-menu .w-60 {width: 60px!important;flex: none!important;}
.mobile-navbar .nav-menu .nav-item {display: grid;place-items: center;height: 60px;width: 100%;font-size: 26px;}
.mobile-navbar .nav-menu .nav-item:hover {background-color: var(--ou-light);transition: var(--ou-effect);}
.mobile-navbar .nav-menu li:last-of-type .nav-item {border-right: 0;}
.mobile-navbar .nav-menu .nav-item-plus {display: grid;place-items: center;width: 60px!important;height: 60px!important;width: 100%;font-size: 30px;background-color: var(--ou-theme-clr2);border: 4px solid var(--ou-border-color);color: var(--ou-white);border-radius: 50%;box-shadow: var(--ou-box-shadow);margin-top: -10px;}
@media (max-width: 990px) {.ou-fx-menu {display: none;}.mobile-navbar {display: block;}.main-body {padding-bottom: 75px;}}
/** SIDEBAR **/
.sidebar .user-card {position: relative;background-color: var(--ou-white-bg);border-radius: var(--ou-border-radius-xl);overflow: hidden;box-shadow: var(--ou-box-shadow-xm);}
.sidebar .user-card .user-bg-image {position: relative;width: 100%;height: 80px;overflow: hidden;display: block;}
.sidebar .user-card .user-bg-image::before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.sidebar .user-card .user-bg-image img {width: 100%;height: 100%;object-fit: contain;}
.sidebar .user-card .user-card-body {position: relative;padding: 35px 15px 15px;border-top: 0px;border: 1px solid var(--ou-border-color);border-bottom-left-radius: var(--ou-border-radius-xl);border-bottom-right-radius: var(--ou-border-radius-xl);background-color: var(--ou-white-bg);}
.sidebar .user-card .user-card-body .profil-img {position: absolute;top:-40px;width: 70px;height: 70px;background-color: var(--ou-light);border-radius: 50%;overflow: hidden;border:3px solid var(--ou-white-bg)}
.sidebar .user-card .user-card-body .profil-img > img  {width: 100%;height: 100%;object-fit: cover;}
.sidebar .user-card .user-card-body .name {font-size: 20px;font-weight: 500;color: var(--ou-body-color);}
.sidebar .user-card .user-card-body .name > span {max-width: 200px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: inline-block;vertical-align: bottom;}
.sidebar .user-card .user-card-body .job {font-size: 16px;font-weight: 500;color: var(--ou-body-color);margin-bottom: -4px;}
.sidebar .user-card .user-card-body .name .ou { margin-bottom: 4px; }
.sidebar .user-card .user-card-body .tt-name {font-size: 0.9rem;font-weight: 300;color: var(--ou-secondary);}
.sidebar .user-card .user-card-body .btn-p {display: inline-flex;align-items: center;padding: 8px 10px;font-size: 14px;font-weight: 400;color: var(--ou-white);background-color: var(--ou-theme-color);border-radius: var(--ou-border-radius-pill);box-shadow: var(--ou-box-shadow);}
.sidebar .sidemenu {width: 100%;background-color: var(--ou-white-bg);border-radius: var(--ou-border-radius-xl);border: 1px solid var(--ou-border-color);padding: 15px;}
.sidebar .sidemenu .menu-item {margin-bottom: 2px;}
.sidebar .sidemenu .menu-item:last-of-type {margin-bottom: 0;}
.sidebar .sidemenu .menu-item > a {height: 48px;display: flex;align-items: center;padding: 0px 15px;border-radius: var(--ou-border-radius-lg);font-size: 18px;font-weight: 500;}
.sidebar .sidemenu .menu-item {border-bottom: 1px;}
.sidebar .sidemenu .menu-item:last-of-type {border-bottom: 0;}
.sidebar .sidemenu .menu-item > a:hover {background-color: var(--ou-light);transition: var(--ou-effect);}
.sidebar .sidemenu .menu-item > a .bi {font-size: 24px;color: var(--ou-theme-bg);}
.sidebar .sidemenu .menu-item .badge {font-size: 12px;color: var(--ou-white);background-color: var(--ou-warning);padding: 3px 8px;border-radius: var(--ou-border-radius-pill);margin-left: auto;}
.sidebar .sidemenu .menu-item .icon {stroke: var(--ou-theme-bg)!important;}
.sidebar .sidemenu .menu-item .icon2 {stroke: var(--ou-warning)!important;}
.sidebar .sidemenu .menu-item.active > a {background-color: var(--ou-light);transition: var(--ou-effect);}
/** HOME **/
.index-wrapper {width: 100%; max-width: 680px;}
.feed-container {position: relative;flex: 1 0 0;}
.feed-container .feed-news {border-radius: var(--ou-border-radius-xl);}
.feed-container .feed-news .news-top { background-color: var(--ou-theme-clr2); height: 48px; display: flex; align-items: center; padding: 0 15px; font-size: 20px; font-weight: 500; color:var(--ou-white); border-top-left-radius: var(--ou-border-radius-xl); border-top-right-radius: var(--ou-border-radius-xl);}
.feed-container .feed-news .news-top .ou { font-size: 26px;}
.feed-container .feed-news .news-content { border: 2px solid var(--ou-theme-clr2); background-color: var(--ou-white-bg); border-bottom-left-radius: var(--ou-border-radius-xl); border-bottom-right-radius: var(--ou-border-radius-xl); padding: 20px;}
.feed-container .feed-news .news-content .message-text{ font-size: 15px; font-family: 'Poppins'; font-style: normal; font-weight: 400; line-height: 1.3rem; white-space: normal; word-break: break-word;  overflow-wrap: break-word;}
.feed-container .feed-news .news-content .message-text.expanded { overflow: visible !important; }
.feed-container .feed-item {border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-xl);background-color: var(--ou-white-bg);margin-bottom: 15px;position: relative;}
.feed-container .feed-item:hover {box-shadow: var(--ou-box-shadow);transition: var(--ou-effect);}
.feed-container .feed-item .feed-header {position: relative;padding: 15px 15px 0;}
.feed-container .feed-item .feed-header .user-info {display: flex;align-items: center;gap:10px;}
.feed-container .feed-item .feed-header .user-info .usr-img {width: 44px;height: 44px;flex-shrink: 0;flex-wrap: nowrap;position: relative;}
.feed-container .feed-item .feed-header .user-info .usr-img > img {width: 100%;height:100%;object-fit: contain;border-radius: 50%;border: 1px solid var(--ou-border-color);}
.feed-container .feed-item .feed-header .user-info .usr-img .online {position: absolute; bottom: 0; right: 0; width: 12px;height: 12px;background-color: var(--ou-success);border: 2px solid var(--ou-white-bg);border-radius: 50%;z-index: 2;}
.stun-wrapper .newCustomer .reg-link {font-size: 18px;font-weight: 600;color: var(--ou-warning);}
.feed-container .feed-item .feed-header .user-info .usr-name {font-size: 1.2rem;font-weight: 500;color: var(--ou-body-color);}
.feed-container .feed-item .feed-header .user-info .usr-name > a {max-width: 200px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display: inline-block;}
@media (max-width: 768px) { .feed-container .feed-item .feed-header .user-info .usr-name > a {max-width: 170px;} }
.feed-container .feed-item .feed-header .user-info .usr-content {font-size: 0.80rem;font-weight: 300;color: var(--ou-secondary);vertical-align: middle;}
.feed-container .feed-item .feed-header .user-info .usr-content .ou {font-size: 0.95rem;}
.feed-container .feed-item .feed-header .usr-msg .no-msg {height: 48px;border-radius: var(--ou-border-radius-pill);background-color: var(--ou-light);box-shadow: none!important;border: none!important;padding-left: 20px;cursor: pointer;}
.feed-container .feed-item .feed-header .usr-msg .no-msg::placeholder {font-size: 18px;color: var(--ou-body-color)!important;opacity: 0.5;}
.feed-container .feed-item .feed-header .dropdown-toggle {font-size: 20px;}
.feed-container .feed-item .feed-header .dropdown .dropdown-item > span {max-width: 120px;margin-right: 3px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display: inline-block;}
.feed-container .feed-item .feed-body .message { padding: 15px;white-space: normal; word-break: break-word; overflow-wrap: break-word;}
.feed-container .feed-item .feed-body .message-text { transition: max-height 0.3s ease;  font-size: 15px; font-family: 'Poppins'; font-style: normal; font-weight: 400; line-height: 1.3rem; white-space: normal;  word-break: break-word; overflow-wrap: break-word;}
.feed-container .feed-item .feed-body .message-text.expanded { overflow: visible !important; }
.feed-container .feed-item .feed-body .btn-down { display: inline-block;cursor: pointer;font-size: 17px;font-weight:500;margin-top:10px;color:var(--ou-theme-color)!important; }
.feed-container .feed-item .feed-body  a {font-weight: 400;color: var(--ou-info)!important;}
.feed-container .feed-item .feed-body strong {font-weight: 600;}
.feed-container .feed-item .feed-body br, h3, h2, h1 {padding: 0!important;margin: 0!important;}
.feed-container .feed-item .feed-body br {padding: 0!important;margin: 0!important;height: 0!important;}
.feed-container .feed-item .feed-body ul, ol {margin-left: 1.5rem;padding-left: 0;}
.feed-container .feed-item .feed-body ol {list-style-type: decimal!important;}
.feed-container .feed-item .feed-body ul {list-style-type: circle!important;}
.feed-container .feed-item .feed-body .link-preview-wrap {padding: 15px;background-color: rgba(var(--ou-body-bg-rgb), 0.5);border-top:1px solid var(--ou-border-color)!important;}
.feed-container .feed-item .feed-body .link-preview {max-width: 100%;display: flex;align-items: center;}
.feed-container .feed-item .feed-body .link-preview .link-preview-img {max-width: 100px;height: 80px;object-fit: cover;border-radius: var(--ou-border-radius-lg);margin-right: 15px;}
.feed-container .feed-item .feed-body .link-preview .link-preview-title {display: -webkit-box;line-clamp: 2;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;font-size: 22px;font-weight: 500;color: var(--ou-body-color) !important;}
.feed-container .feed-item .feed-body .link-preview .link-preview-text {font-size:15px;font-weight: 400;color: var(--ou-secondary);margin-bottom: 6px;}
.feed-container .feed-item .feed-body .link-preview small {font-size:18px;font-weight: 300;color: var(--ou-secondary);letter-spacing: 2px;}
.feed-container .feed-item .feed-body .images {width: 100%;aspect-ratio: 1 / 1;display: flex;justify-content: center;align-items: center;overflow: hidden;border-top: 1px solid var(--ou-border-color);background-color: rgba(var(--ou-body-bg-rgb), 0.5);}
.feed-container .feed-item .feed-body .images img {max-height: 100%;max-width: 100%;object-fit: contain;object-position: center center;display: block;}
.feed-container .feed-item .feed-body .video-embed {position: relative;padding-bottom: 56.25%;height: 0;overflow: hidden;}
.feed-container .feed-item .feed-body .video-embed iframe {position: absolute;top: 0; left: 0;width: 100%;height: 100%;border: 0;}
.feed-container .feed-item .feed-footer {display: flex;align-items: center;justify-content: space-between;gap: 20px;padding: 10px;border-top: 1px solid var(--ou-border-color);}
.feed-container .feed-item .feed-footer .url {width: 100%;height: 36px;display: flex;align-items: center;justify-content: center;font-size: 16px;font-weight: 500;color: var(--ou-secondary);padding: 0 10px;border-radius: var(--ou-border-radius-lg);text-wrap: nowrap;}
.feed-container .feed-item .feed-footer .url:hover {background-color: var(--ou-light);}
.feed-container .feed-item .feed-footer .url > svg {width: 20px;flex-shrink: 0;}
.feed-container .feed-item .feed-report {padding: 10px 15px; display: flex; align-items: center;border-top:1px solid var(--ou-border-color)}
.feed-container .feed-item .feed-report .report-item {cursor: pointer;font-size: 16px; font-weight: 500; color: var(--ou-secondary);display: inline-flex;align-items: center;vertical-align: middle;gap: 5px;}
.feed-container .feed-item .feed-report .report-item:hover {text-decoration: underline; transition: var(--ou-effect);}
.feed-container .feed-item .feed-report .report-item .ou {font-size: 18px;}
.feed-container .feed-item .drop-top {position: absolute;top: 15px;right: 15px;cursor: pointer;z-index: 1000;}
.feed-container .feed-item .dropdown-menu {position: absolute;z-index: 9999!important;}
.feed-container .feed-lazy {opacity: 0;transform: translateY(10px);transition: all 0.3s ease;position: relative;z-index: 1;}
.feed-container .feed-lazy.visible { opacity: 1;transform: translateY(0);}
@media (max-width: 768px) {.feed-container .feed-item .feed-footer {gap: 5px;}}
/** COMMENT **/
.feed-container .feed-item .comment-container {border-top: 1px solid var(--ou-border-color);display: none;transition: max-height 0.3s ease;}
.feed-container .feed-item .comment-all .comment-body {max-height: 500px!important;}
.feed-container .feed-item .comment-container .comment-body {padding: 15px;height: 100%;max-height: 400px;overflow-y: auto;}
.feed-container .feed-item .comment-container .comment-message {width: 100%;}
.feed-container .feed-item .comment-container .commentarea {position: relative;display: flex;align-items: flex-start;gap: 10px;padding: 15px;width: 100%;}
.feed-container .feed-item .comment-container .commentarea .usr-img {width: 40px;height: 40px;border-radius: 50%;flex-shrink: 0;}
.feed-container .feed-item .comment-container .commentarea .form-control {height:44px;border:none;box-shadow:none;color: var(--ou-body-color)!important;background-color: rgba(var(--ou-input-color-rgb), 0.4);border-radius: var(--ou-border-radius-pill);font-size: 18px;font-weight: 400;padding-left: 15px!important;padding-right: 75px!important;}
.feed-container .feed-item .comment-container .commentarea .form-control::placeholder {color: rgba(var(--ou-body-color-rgb), 0.5)!important;font-weight: 300;}
.feed-container .feed-item .comment-container .commentarea .form-control:focus {background-color: rgba(var(--ou-input-color-rgb), 0.6);}
.feed-container .feed-item .comment-container .username-list {display:flex; gap: 5px; width: 100%;overflow-x: auto;padding: 10px;}
.feed-container .feed-item .comment-container .username-list li {padding: 5px 10px;cursor: pointer;display: inline-block;border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-pill);}
.feed-container .feed-item .comment-container .username-list li:hover {background-color: var(--ou-warning);color: var(--ou-white);}
.feed-container .feed-item .comment-container .comment-btn {position: absolute;bottom: 15px!important;right: 15px;display: flex;height: 44px;}
.feed-container .feed-item .comment-container .comment-btn .btn-send {width: 40px!important;height: 44px!important;display: grid;place-items: center;flex-shrink: 0!important;border-radius: var(--ou-border-radius-pill);border: none!important;background-color: transparent!important;color: var(--ou-body-color);}
.feed-container .feed-item .comment-container .comment-btn .btn-send:hover {color: var(--ou-warning);transition: var(--ou-effect);}
.feed-container .feed-item .comment-container .comment-btn .btn-emoji {display: grid;place-items: center;flex-shrink: 0!important;width: 40px!important;height: 44px!important;border-radius: var(--ou-border-radius-pill);opacity: 0.5;}
.feed-container .feed-item .comment-container .comment-btn .btn-emoji:hover {color: var(--ou-warning);transition: var(--ou-effect);opacity: 1;}
.feed-container .feed-item .comment-container .comment-btn .ou {font-size: 22px!important;flex-shrink: 0!important;}
.feed-container .feed-item .comment-container .dp-menu {right: -16px!important;}
.feed-container .feed-item .comment-container .dropdown-icon {max-height: 120px!important;}
.feed-container .feed-item .comment-container .comment-item {display: flex;align-items: flex-start;gap: 10px;margin-bottom: 10px;width: 100%;}
.feed-container .feed-item .comment-container .comment-item:last-of-type {margin-bottom: 0;}
.feed-container .feed-item .comment-container .comment-item img {margin-top: 5px;width: 34px;height: 34px;border-radius: 50%;flex-shrink: 0;}
.feed-container .feed-item .comment-container .comment-item .comment-text {flex: 1; min-width: 0;}
.feed-container .feed-item .comment-container .comment-item .comment-content {display:inline-block;font-size: 18px;font-weight: 300;padding: 10px 15px;background-color: rgba(var(--ou-body-bg-rgb), 0.8);border-radius: var(--ou-border-radius-xl);border-top-left-radius: var(--ou-border-radius-lg);}
.feed-container .feed-item .comment-container .comment-item .comment-content a {color: var(--ou-info);}
.feed-container .feed-item .comment-container .comment-item .comment-name {display: block;}
.feed-container .feed-item .comment-container .comment-item .comment-name a {font-size: 15px;font-weight: 600;color: var(--ou-body-color);}
.feed-container .feed-item .comment-container .comment-item .comment-meta {padding-left: 15px;height: 30px; display: flex;align-items: center;gap: 5px;}
.feed-container .feed-item .comment-container .comment-item .comment-meta .url {font-size: 14px;font-weight: 500;color: var(--ou-body-color);opacity: 0.5;flex-shrink: 0;}
.feed-container .feed-item .comment-container .comment-item .comment-meta .url:hover {text-decoration: underline;transition: var(--ou-effect);opacity: 1;}
.feed-container .feed-item .comment-container .comment-item .comment-meta .liked {display: inline-block;vertical-align: middle;line-height: 0; font-size: 14px;font-weight: 500;flex-shrink: 0;}
.feed-container .feed-item .comment-container .comment-item .comment-meta .ou-like-icon {font-size: 14px;margin-left: 2px;}
.feed-container .feed-item .comment-container .comment-info {position: relative!important;flex-shrink: 0;}
.feed-container .feed-item .comment-container .comment-info .info-btn {width: 36px;height: 36px;display: grid;place-items: center;font-size: 22px;border-radius: 50%;flex-shrink: 0;}
.feed-container .feed-item .comment-container .comment-info .info-btn:hover {background-color: var(--ou-light);transition: var(--ou-effect);}
.feed-container .feed-item .comment-container .comment-info .info-list {position: absolute;top: 40px;right: 0;border-radius: var(--ou-border-radius-lg);background-color: var(--ou-white-bg);border: 1px solid var(--ou-border-color);box-shadow: var(--ou-box-shadow);opacity: 0;display: block;z-index: 9999;}
.feed-container .feed-item .comment-container .comment-info .info-list .info-item {min-width: 130px;height: 42px;display: flex;align-items: center;font-size: 16px;font-weight: 500;color: var(--ou-body-color);border-bottom: 1px solid var(--ou-border-color);padding: 0 10px;}
.feed-container .feed-item .comment-container .comment-info .info-list .info-item:last-of-type {border-bottom: none;}
.feed-container .feed-item .comment-container .comment-info .info-list .info-item:hover {text-decoration: underline;transition: var(--ou-effect);background-color: var(--ou-light);}
.feed-container .feed-item .comment-container .comment-info .info-list .info-item .ou {font-size: 18px;flex-shrink: 0;}
.feed-container .feed-item .comment-container .comment-reg {display: block;padding: 15px;width: 100%;}
.feed-container .feed-item .comment-container .comment-reg > div {background-color: var(--ou-light);padding: 15px;border-radius: var(--ou-border-radius-pill);font-size: 18px;font-weight: 300;color: var(--ou-body-color);}
.feed-container .feed-item .comment-container .comment-reg > div a {font-weight: 500;}
.feed-container .feed-item .comment-container .btn-show-comments {font-size: 18px;font-weight: 500;color: var(--ou-body-color);}
.feed-container .feed-item .comment-container .comment-reply {display: flex;align-items: flex-start;gap: 10px;margin-bottom: 10px;width: 100%;box-sizing: border-box;}
.feed-container .feed-item .comment-container .comment-reply img {margin-top: 5px;width: 30px!important;height: 30px!important;border-radius: 50%;flex-shrink: 0;}
.feed-container .feed-item .comment-container .comment-reply .comment-content {font-size: 17px!important;border-top-left-radius: var(--ou-border-radius-lg);}
.feed-container .feed-item .comment-container .comment-reply .comment-meta {padding-left: 0!important;}
.feed-container .feed-item .comment-container .comment-replies {margin-right: -46px;}
.feed-container .feed-item .comment-container .toggle-replies {margin-top: 10px;margin-bottom: 10px;display: flex;align-items: center;gap: 15px;color: var(--ou-body-color);font-size: 16px;font-weight: 500;line-height: 0;}
.feed-container .feed-item .comment-container .toggle-replies::before {content: "";display: block;width: 50px;height: 2px;background: var(--ou-border-color);}
/** RE FEED **/
.re-feed-post {padding: 0px 10px 10px;}
.re-feed-post .post-content {border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-lg);overflow: hidden;}
.re-feed-post .post-content .post-header {padding: 15px;}
.re-feed-post .post-content .post-header .owner-info {display: flex;align-items: center;gap: 10px;}
.re-feed-post .post-content .owner-info .owner-img {width: 46px;height: 46px;border-radius: 50%;}
.re-feed-post .post-content .owner-info .owner-name {font-size: 1.15rem;font-weight: 500;}
.re-feed-post .post-content .owner-info .owner-name > a {max-width: 200px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display: inline-block;color: var(--ou-body-color)!important;}
@media (max-width: 768px) {.re-feed-post .post-content .owner-info .owner-name > a {max-width: 170px;} }
.re-feed-post .post-content .owner-info .owner-content {font-size: 0.79rem;font-weight: 300;color: var(--ou-secondary)!important;vertical-align: middle;}
.re-feed-post .post-content .owner-info .owner-content > a {color: var(--ou-secondary)!important;}
.re-feed-post .post-content .owner-info .owner-content .ou {font-size: 1rem;margin-bottom: 2px;}
.re-feed-post .post-content .btn-down { display: inline-block;cursor: pointer;font-size: 17px;font-weight:500;margin-top:10px;color:var(--ou-theme-color)!important; }
.re-feed-post .post-content .message {padding-top: 0!important;}
.re-feed-post .post-content .message-text {transition: max-height 0.3s ease;font-size:1.156rem;font-weight:400;white-space: normal; word-break: break-word; overflow-wrap: break-word;}
.re-feed-post .post-content .message-text.expanded { overflow: visible !important; }
.re-feed-post .post-content .message-text  a {font-weight: 400;color: var(--ou-info)!important;}
.re-feed-post .post-content .message-text strong {font-weight: 600;}
.re-feed-post .post-content .message-text br, h3, h2, h1 {padding: 0!important;margin: 0!important;}
.re-feed-post .post-content .message-text br {padding: 0!important;margin: 0!important;height: 5px!important;}
.re-feed-post .post-content .message-text ul, ol {margin-left: 1.5rem;padding-left: 0;}
.re-feed-post .post-content .message-text ol {list-style-type: decimal!important;}
.re-feed-post .post-content .message-text ul {list-style-type: circle!important;}
.re-feed-post .overscrol {max-height: 60vh;overflow-y: auto;}
/** STUN **/
.stun-wrapper {position: relative;width: 100%;max-width: 300px;flex-shrink: 0;}
.stun-wrapper .stun-sticky {position: sticky; top: 75px;}
.stun-wrapper .newCustomer {border: 2px solid rgba(var(--ou-theme-bg-rgb), 0.3);border-radius: var(--ou-border-radius-xl);padding: 15px;background-color: var(--ou-white-bg);}
.stun-wrapper .newCustomer .usr-top .title {font-size: 28px;font-weight: 500;color: var(--ou-theme-dark);}
.stun-wrapper .newCustomer .usr-top .title > span {font-size: 18px;display: block;margin-bottom: -5px;}
.stun-wrapper .newCustomer .usr-top .text {font-size: 15px;font-weight: 300;color: var(--ou-secondary);}
.stun-wrapper .newCustomer .usr-list {display: flex;align-items: end;}
.stun-wrapper .newCustomer .usr-list .usr-img {width: 44px;height: 44px;border-radius: 50%;overflow: hidden;border: 2px solid var(--ou-white-bg);margin-left: -15px;}
.stun-wrapper .newCustomer .usr-list .usr-img > img {width: 100%;height: 100%;object-fit: cover;}
.stun-wrapper .newCustomer .usr-list .usr-img:first-of-type {margin-left: 0;}
.stun-wrapper .obd-list {border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-xl);padding: 15px;background-color: var(--ou-white-bg);}
.stun-wrapper .obd-list .list-title {font-size: 20px;font-weight: 500;color: var(--ou-secondary);line-height: 1;}
.stun-wrapper .obd-list .list-title .tt {font-size: 26px;font-weight: 600;color: var(--ou-theme-color);}
.stun-wrapper .obd-list .list-title .tt span {color: var(--ou-warning);}
.stun-wrapper .obd-list .list-item {position: relative;font-size: 18px;font-weight: 400;color: var(--ou-body-color);border-bottom: 1px dashed var(--ou-border-color);padding: 7px 0px;padding-left: 35px;}
.stun-wrapper .obd-list .list-item .post {display: block;font-size: 14px;font-weight: 300;font-style: italic;color: var(--ou-secondary);margin-top: -3px;}
.stun-wrapper .obd-list .list-item .num {position: absolute;top: 0;left: 0;font-size: 38px;font-weight: 600;font-style: italic;color: var(--ou-secondary-bg);}
.stun-wrapper .obd-list .list-item:last-of-type {margin-bottom: 0;border-bottom: none;}
.stun-wrapper .adw-list {background-color: var(--ou-white-bg);border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-xl);overflow: hidden;}
.stun-wrapper .adw-list .adw-top {font-size: 18px;font-weight: 500;color: var(--ou-secondary);height: 50px;display:flex;align-items:center;padding:0px 15px;}
/** OU USERS **/
.user-sidemenu {width: 100%;border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-xl);background-color: var(--ou-white-bg);}
.user-sidemenu .title {height:46px;display: flex;align-items: center; font-size: 19px;font-weight: 500;color: var(--ou-secondary);line-height: 1;padding-left: 15px;}
.user-sidemenu .title .tt {font-size: 22px;font-weight: 600;color: var(--ou-theme-color);margin-right: 3px;}
.user-sidemenu .title .tt > span {color: var(--ou-warning);}
.user-sidemenu .user-list {display: flex; flex-direction: column;padding-bottom: 5px;}
.user-sidemenu .user-list .user-item {display: flex;padding: 10px 15px;border-top: 1px dashed var(--ou-border-color);position: relative;}
.user-sidemenu .user-list .user-item a {width: 100%;display: inline-flex;align-items: center;gap:10px;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.user-sidemenu .user-list .user-item a > img {width: 40px;height: 40px;border-radius: var(--ou-border-radius-lg);border: 1px solid var(--ou-border-color);}
.user-sidemenu .user-list .user-item .usr-title {font-size: 1.03rem;font-weight: 500;color: var(--ou-body-color);}
.user-sidemenu .user-list .user-item .usr-text {font-size: 0.85rem;font-weight: 300;color: var(--ou-secondary);}
.user-sidemenu .user-list .user-item .usr-text {font-size: 0.85rem;font-weight: 300;color: var(--ou-secondary);}
.user-sidemenu .user-list .user-item .online {position: absolute; bottom: 6px; left: 46px; width: 14px;height: 14px;background-color: var(--ou-success);border: 3px solid var(--ou-white-bg);border-radius: 50%;z-index: 2;}
.stun-wrapper .newCustomer .reg-link {font-size: 18px;font-weight: 600;color: var(--ou-warning);}
/** OU NEWS **/
.news-sidemenu {width: 100%;border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-xl);background-color: var(--ou-white-bg);padding: 15px;}
.news-sidemenu .title {font-size: 19px;font-weight: 500;color: var(--ou-secondary);line-height: 1;}
.news-sidemenu .title .tt {font-size: 22px;font-weight: 600;color: var(--ou-theme-color);}
.news-sidemenu .title .tt > span {color: var(--ou-warning);}
.news-sidemenu .news-list .news-item {font-size: 18px;font-weight: 400;color: var(--ou-body-color);border-bottom: 1px dashed var(--ou-border-color);padding: 5px 0px;}
.news-sidemenu .news-list .news-item:last-of-type {border-bottom: none;}
.news-sidemenu .news-list .news-item a {width: 100%;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-sidemenu .news-list .news-item span {display: block;font-size: 14px;font-weight: 300;color: var(--ou-secondary);}
/** OU ACCOUNTS **/
.ou-wellcome {width: 100%;height: 100%;display: flex;align-items: center;box-sizing: border-box;}
.ou-wellcome .ou-screen {flex: 0 0 auto;width: 41.66666667%;padding: 15px;box-sizing: border-box;}
@media (max-width: 1099px) {
    .ou-wellcome .ou-screen {flex: 1;width: 100%;max-height: calc(100vh - 100px);}
    .ou-wellcome .ou-well {display: none;transition: var(--ou-effect);}
}
.ou-wellcome .ou-screen .ou-form {width: 100%;max-width: 400px;margin: 0 auto;}
.ou-wellcome .ou-screen .ou-form .ou-logo {width: 215px;height: 50px;display: inline-flex;}
.ou-wellcome .ou-screen .ou-form .ou-well-text {font-size: 28px;font-weight: 500;color: var(--ou-body-color);}
.ou-wellcome .ou-screen .ou-form .ou-link {color: var(--ou-theme-color);font-size: 18px;font-weight: 400;}
.ou-wellcome .ou-screen .ou-form .ou-group {position: relative;}
.ou-wellcome .ou-screen .ou-form .ou-group .form-control {text-indent: 35px;}
.ou-wellcome .ou-screen .ou-form .ou-group .form-select {text-indent: 35px;}
.ou-wellcome .ou-screen .ou-form .ou-group .ou-icon {position: absolute;top: 0;left: 0;width: 50px;height: 54px;display: grid;place-items: center;color: var(--ou-body-color);}
.ou-wellcome .ou-screen .ou-form .form-group .ou-icon .ou {width: 1.5rem !important;height: 1.5rem !important;display: inline-flex;align-items: center;justify-content: center;}
.ou-wellcome .ou-screen .ou-form .form-group:has(.form-control:focus) .ou-icon {color: var(--ou-warning);}
.ou-wellcome .ou-screen .ou-form .form-control {height: 54px;background-color: var(--ou-light-dark);border: 1px solid var(--ou-border-color);font-size: 18px;font-weight: 500;color: var(--ou-body-color);box-shadow: none;border-radius: var(--ou-border-radius-xl);}
.ou-wellcome .ou-screen .ou-form .form-control:hover {border: 1px solid transparent;background-image: linear-gradient(var(--ou-white-bg), var(--ou-white-bg)), linear-gradient(to right, var(--ou-theme-bg), var(--ou-warning));background-origin: border-box;background-clip: padding-box, border-box;box-shadow: var(--ou-box-shadow);transition: var(--ou-effect);}
.ou-wellcome .ou-screen .ou-form .form-control:focus {border: 1px solid transparent;background-image: linear-gradient(var(--ou-white-bg), var(--ou-white-bg)), linear-gradient(to right, var(--ou-theme-bg), var(--ou-warning));background-origin: border-box;background-clip: padding-box, border-box;box-shadow: var(--ou-box-shadow);transition: var(--ou-effect);}
.ou-wellcome .ou-screen .ou-form .form-control::placeholder {font-weight: 300;color: var(--ou-body-color);opacity: 0.5;}
.ou-wellcome .ou-screen .ou-form .gender-option {position: relative;display: flex;align-items: center;cursor: pointer;transition: all 0.3s ease;padding-left: 20px;}
.ou-wellcome .ou-screen .ou-form .gender-option .form-check {display: none;}
.ou-wellcome .ou-screen .ou-form .gender-option .form-check {text-align: center;width: 100%;}
.ou-wellcome .ou-screen .ou-form .gender-option:has(.form-check:checked),
.ou-wellcome .ou-screen .ou-form .gender-option:has(.form-check:focus) {border: 1px solid transparent;background-image: linear-gradient(var(--ou-white-bg), var(--ou-white-bg)), linear-gradient(to right, var(--ou-theme-bg), var(--ou-warning));background-origin: border-box;background-clip: padding-box, border-box;box-shadow: var(--ou-box-shadow);transition: var(--ou-effect);}
.ou-wellcome .ou-screen .ou-form .gender-option input.form-check:checked ~ .label-text::after {content: "";position: absolute;right: 16px;top: 50%;transform: translateY(-50%);width: 24px;height: 24px;    background-color: var(--ou-warning);mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23fff' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z'/%3E%3C/svg%3E") no-repeat center;-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23fff' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z'/%3E%3C/svg%3E") no-repeat center;background-size: 100%;}
.ou-wellcome .ou-screen .ou-form .reg-small {font-size: 16px;font-weight: 300;color: var(--ou-secondary);text-align: center;}
.ou-wellcome .ou-screen .ou-form .reg-small a {font-weight: 400;color: var(--ou-theme-color);}
.ou-wellcome .ou-screen .ou-form .password-rules {position: absolute;top: 58px;left: 0;display: none;border-radius: var(--ou-border-radius-xl);font-size: 16px;font-weight: 300;padding: 6px 10px;z-index: 15;background-color: var(--ou-danger);color: var(--ou-white);}
.ou-wellcome .ou-screen .ou-form .password-rules li {opacity: 1;transition: opacity 0.3s ease;height: 28px;display: flex;align-items: center;}
.ou-wellcome .ou-screen .ou-form .password-rules li.hidden {opacity: 0;height: 0;margin: 0;padding: 0;overflow: hidden;}
.ou-wellcome .ou-screen .ou-form .password-rules li .ou {width: 20px!important;height: 20px!important;}
.ou-wellcome .ou-screen .ou-form .regs-info .alert-msg {font-size: 16px;font-weight: 300;color: var(--ou-danger);padding: 10px;}
.ou-wellcome .ou-screen .ou-form .opus-btn {width: 100%;height: 54px;display: flex;align-items: center;justify-content: center;gap: 5px;background-color: var(--ou-warning);font-size: 22px;font-weight: 400;color: var(--ou-white);box-shadow: var(--ou-box-shadow);border: none!important;border-radius: var(--ou-border-radius-xl);}
.ou-wellcome .ou-screen .ou-form .opus-btn:hover {background: linear-gradient(135deg, var(--ou-theme-bg), var(--ou-warning));transition: var(--ou-effect);box-shadow: none;}
.ou-wellcome .ou-well {position: relative;width: 100%;height: 100%;max-height: 700px;border-top-left-radius: var(--ou-border-radius-xxl);border-bottom-left-radius: var(--ou-border-radius-xxl);}
.ou-wellcome .ou-well::before {content: "";position: absolute;top: 0;left: 0;background-size: contain;background-position: center;background-repeat: no-repeat;z-index: -1;}
.ou-wellcome .ou-well .well-text {position: absolute;bottom: 15%;left: 15%;color: var(--ou-white);filter: drop-shadow(rgba(0, 0, 0, 0.2) 2px 2px 2px);}
.ou-wellcome .ou-well .well-text .top {font-size: 50px;font-weight: 500;}
.ou-wellcome .ou-well .well-text .small {font-size: 30px;font-weight: 300;}
.verify-account {width: 100%;height: 100vh;display: grid;place-items: center;box-sizing: border-box;padding: 20px;}
.verify-account .verify-body {background-color: var(--ou-white-bg);padding: 50px;border-radius: var(--ou-border-radius-xl);border: 2px dashed var(--ou-border-color);max-width: 600px;width: 100%;box-sizing: border-box;}
.verify-account .verify-body .ou-logo {width: 215px;height: 50px;display: inline-flex;}
.verify-account .verify-body .code-inputs {display: flex;gap: 10px;justify-content: center;flex-wrap: wrap;}
.verify-account .verify-body .code-inputs input {width: 52px;height: 52px;text-align: center;font-size: 20px;font-weight: 500;background-color: var(--ou-input-color);border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-lg);outline: none;color: var(--ou-theme-color);transition: 0.2s ease;}
.verify-account .verify-body .code-inputs input:focus {border-color: var(--ou-warning);box-shadow: var(--ou-box-shadow);background-color: transparent;}
.verify-account .verify-body .text-top {line-height: 1.3rem;font-size: 20px;font-weight: 400;}
.verify-account .verify-body .text-top small {font-size: 16px;font-weight: 300;color: var(--ou-secondary);}
.verify-account .verify-body .text-small {font-size: 18px;font-weight: 300;color: var(--ou-theme-color);}
.verify-account .verify-body .text-small a {font-weight: 500;color: var(--ou-theme-color);}
.verify-account .verify-body .btn {height: 44px;display: inline-flex; align-items: center; font-size: 20px;border-radius: var(--ou-border-radius-pill);padding: 0 15px;}
@media (max-width: 568px) {
    .verify-account .verify-body {padding: 15px;}
    .verify-account .verify-body .code-inputs input {width: 40px;height: 48px;font-size: 18px;}
    .verify-account .verify-body .code-inputs {gap: 8px;}
}
/** FORM POST **/
.form-container .form-label {font-size: 17px;font-weight: 500;color: var(--ou-body-color);margin-bottom: 10px;}
.form-container .form-label > span {font-size: 16px;font-weight: 300;font-style: italic;color: var(--ou-secondary);}
.form-container .form-control {height: 48px;}
.form-container .form-select {height: 48px;}
.form-container .btn {display: inline-flex;align-items: center;height: 48px;}
.form-container .btn .ou {font-size: 22px;}
.form-container .form-icon:has(.form-control:focus) .icon {color: var(--ou-warning);}
.form-container .form-icon {position: relative;}
.form-container .form-icon .icon {position: absolute;top: 0;left: 0;display: grid;place-items: center;width: 48px;height: 48px;}
.form-container .form-icon .icon .ou {font-size: 26px;}
.form-container .form-icon .form-control {text-indent: 35px;}
.form-container .form-icon .form-select {text-indent: 35px;}
/** SHARE **/
.share-status {padding: 1rem;}
.share-status .share-header {position: relative;display: flex;margin-bottom: 20px;}
.share-status .share-header .account-content {display: inline-flex;align-items:center}
.share-status .share-header .account-content .user-img {width: 45px;height: 45px;border-radius: 50%;overflow: hidden;}
.share-status .share-header .account-content .user-img > img {width: 100%;height: 100%;object-fit: contain;}
.share-status .share-header .account-content .user-name {font-size: 20px;font-weight: 500;color: var(--ou-body-color);}
.share-status .share-header .account-content .user-title {font-size: 14px;font-weight: 300;color: var(--ou-secondary);}
.share-status .share-header .account-content .user-name .ou {margin-bottom: 5px;}
.share-status .share-header .account-content .user-name > span {max-width: 150px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: inline-block;vertical-align: bottom;}
.share-status .share-header .share-close {position: absolute;top: 0;right: 0;width: 34px;height: 34px;display: grid;place-items: center;border-radius: 50%;cursor: pointer;}
.share-status .share-header .share-close:hover {background-color: var(--ou-light);transition: var(--ou-effect);}
.share-status .share-header .share-close .ou {font-size: 28px;}
.share-status .share-content {position: relative;flex: 1 1 auto;box-sizing: border-box;overflow-y: auto;-webkit-overflow-scrolling: touch;}
.share-status .share-content > textarea {border: none !important;outline: none !important;box-shadow: none !important;width: 100%;height: 44px;min-height: 44px;max-height: 250px;resize: none !important;background-color: var(--ou-white-bg);color: var(--ou-body-color);overflow-y: auto;font-size: 1.20rem;font-weight: 400;line-height: 1.15;}
.share-status .share-content > textarea:focus {border: none !important;outline: none !important;box-shadow: none !important;}
.share-status .share-content > textarea::placeholder {font-size: 1.4rem;font-weight: 300;color: var(--ou-secondary);}
@media (max-width: 768px) {.share-status .share-content > textarea::placeholder {font-size: 19px;}}
.share-status .share-content .username-list {display:flex; gap:5px; overflow-x: auto;}
.share-status .share-content .username-list li {padding: 5px 10px;cursor: pointer;display: inline-block;border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-pill);}
.share-status .share-content .username-list li:hover {background-color: var(--ou-warning);color: var(--ou-white);}
.share-status .share-footer {display: flex;gap: 10px;}
.share-status .share-footer .share-img {position: relative;display: grid;place-items: center;width: 44px;height: 44px;cursor: pointer!important;border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-lg);overflow: hidden;}
.share-status .share-footer .share-img:hover {background-color: var(--ou-warning);color: var(--ou-white);transition: var(--ou-effect);}
.share-status .share-footer .share-img .ou-image {font-size: 24px!important;cursor: pointer!important;}
.share-status .share-footer .share-img input {position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;cursor: pointer!important;}
.share-status .share-footer .share-emoji {position: relative;display: grid;place-content: center;width: 44px;height: 44px;cursor: pointer!important;border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-lg);}
.share-status .share-footer .share-emoji:hover {background-color: var(--ou-warning);color: var(--ou-white);transition: var(--ou-effect);}
.share-status .share-footer .share-emoji .ou-smile {font-size: 24px!important;cursor: pointer!important;}
.share-status .share-footer .dropdown-menu {padding: 10px!important;left: -60px;}
.share-status .share-footer .btn-share {height: 44px;display: flex;align-items: center; margin-left: auto;background-color: var(--ou-warning);color: var(--ou-white);font-size: 18px;}
.share-status .share-footer .btn-share .ou-send {font-size: 24px;}
.share-status .dropdown-menu {z-index: 9999!important;}
.preview-img-container {position: relative;width: 100%;aspect-ratio: 16 / 9;display: none;flex-direction: column;justify-content: center;align-items: center;overflow: hidden;border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-lg);}
.preview-img-container img {display: inline-block;height: 100%!important;width: auto!important;object-fit: contain!important;margin: 0 auto;border-radius: var(--ou-border-radius-lg);}
.preview-img-container .preview-actions {position: absolute;top: 5px;right: 15px;}
.preview-img-container .btn-delete {display: inline-flex;height: 36px;align-items: center;padding: 0 10px;border-radius: var(--ou-border-radius-lg);background-color: rgba(var(--ou-light-rgb), 0.9);color: var(--ou-body-color);border:1px solid var(--ou-border-color);font-size: 16px;font-weight: 400;-webkit-backdrop-filter: blur(8px);backdrop-filter: blur(8px);}
.preview-img-container .btn-edit {display: inline-flex;height: 36px;align-items: center;padding: 0 10px;border-radius: var(--ou-border-radius-lg);background-color: rgba(var(--ou-light-rgb), 0.9);color: var(--ou-body-color);border:1px solid var(--ou-border-color);font-size: 16px;font-weight: 400;-webkit-backdrop-filter: blur(8px);backdrop-filter: blur(8px);}
#edit-image-modal .modal-body {position: relative;width: 100%;max-width: 100vw;aspect-ratio: 1 / 1;overflow: hidden;margin: auto;display: flex;justify-content: center;align-items: center;}
#image-to-crop {max-width: 100%;max-height: 100%;display: block;object-fit: contain;}
.feed-advert .advert-title {font-size: 18px;font-weight:500;height:50px;display:flex;align-items: center;padding:0px 15px;}
/** OU PROFILE **/
.profile-container {width: 100%;max-width: 1020px;margin: 0 auto;padding: 0 10px;padding-top: 75px;}
.profile-container .profile-header {margin-bottom: 25px;}
.profile-container .profile-header .cover-photo {position: relative;width: 100%;max-height: 249px;overflow: hidden;border: 1px solid var(--ou-border-color);border-bottom: none;overflow: hidden;border-top-left-radius: var(--ou-border-radius-xl);border-top-right-radius: var(--ou-border-radius-xl);background-color: var(--ou-light-dark);}
.profile-container .profile-header .cover-photo::before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-size: cover;background-repeat: no-repeat;background-position: center center;}
.profile-container .profile-header .cover-photo img {width: 100%;height: 100%;object-fit: contain;}
.profile-container .profile-header .cover-photo .click-edit {position: absolute;top: 15px;right: 15px;font-size: 18px;font-weight: 400;height: 36px;display: flex;align-items: center;gap: 5px;background-color: var(--ou-warning);color: var(--ou-white);border-radius: var(--ou-border-radius-pill);cursor: pointer;padding: 0 15px;}
.profile-container .profile-header .cover-photo .click-edit:hover {opacity: 0.5;transition: var(--ou-effect);}
.profile-container .profile-header .cover-summary {background-color: var(--ou-white-bg);border: 1px solid var(--ou-border-color);border-bottom-left-radius: var(--ou-border-radius-xl);border-bottom-right-radius: var(--ou-border-radius-xl);}
.profile-container .profile-header .profile-info {position: relative;padding: 10px 15px 15px 180px;height: 100px;}
.profile-container .profile-header .profile-info .info-img {position: absolute;top: -50px;left: 30px;width: 140px;height: 140px;z-index: 1;}
.profile-container .profile-header .profile-info .info-img > img {width: 100%;height: 100%;object-fit: contain;border: 4px solid var(--ou-white-bg);border-radius: 50%;}
.profile-container .profile-header .profile-info .info-img .click-edit {position: absolute;top: 8px;left: 8px;width: 30px;height: 30px;display: grid;place-items: center;color: var(--ou-white);background-color: rgba(var(--ou-warning-rgb), 0.9);font-size: 18px;border-radius: 50%;box-shadow: var(--ou-box-shadow);}
.profile-container .profile-header .profile-info .info-img .click-edit:hover {background-color: rgba(var(--ou-black-rgb), 0.7);transition: var(--ou-effect);opacity: 1;}
.profile-container .profile-header .profile-info .info-img .online {position: absolute; bottom: 20px; right: 10px; width: 16px;height: 16px;background-color: var(--ou-success);border: 3px solid var(--ou-white-bg);border-radius: 50%;z-index: 2;}
@media (max-width: 768px) {
    .profile-container .profile-header .profile-info {height: auto;padding: 65px 15px 15px 15px!important;margin-bottom: 5px;text-align: center;transition: var(--ou-effect);}
    .profile-container .profile-header .profile-info .info-img {top: -40px;left: 50%;transform: translateX(-50%);width: 100px;height: 100px;transition: var(--ou-effect);}
    .profile-container .profile-header .profile-info .info-img .online {top: 32px; right: -3px;}
}
.profile-container .profile-header .profile-info .info-user {font-size: 22px;font-weight: 600;color: var(--ou-body-color);display: inline-flex;align-items: self-start;}
.profile-container .profile-header .profile-info .info-user .verifyted {font-size: 20px!important;color: var(--ou-info);}
.profile-container .profile-header .profile-info .info-text {font-size: 1.02rem;font-weight: 400;color: var(--ou-body-color);line-height: 1;}
.profile-container .profile-header .profile-info .info-small {font-size: 1rem;font-weight: 300;color: var(--ou-secondary);}
.profile-container .profile-header .profile-info .info-small > a:hover {text-decoration: underline;transition: var(--ou-effect);}
.profile-container .profile-header .profile-info .info-btns {position: absolute;top: 15px;right: 15px;}
@media (max-width: 768px) {
    .profile-container .profile-header .profile-info .info-btns {position: unset;padding-top: 15px;}
}
.profile-container .profile-header .profile-info .info-btns .btn-follow {height: 36px;display: inline-flex;align-items: center;font-size: 17px;font-weight: 500;color: var(--ou-body-color);background-color: var(--ou-light);border-radius: var(--ou-border-radius-pill);padding: 0 15px;gap:5px;}
.profile-container .profile-header .profile-info .info-btns .btn-msg {height: 36px;display: inline-flex;align-items: center;font-size: 17px;font-weight: 500;color: var(--ou-white);background-color: var(--ou-info);border-radius: var(--ou-border-radius-pill);padding: 0 15px;gap:5px;}
.profile-container .profile-header .cover-menu {display: flex;align-items: center;border-bottom-left-radius: var(--ou-border-radius-xl);border-bottom-right-radius: var(--ou-border-radius-xl);border-top: 1px solid var(--ou-border-color);padding: 0 10px;}
.profile-container .profile-header .cover-home {display: flex;align-items: center;flex-shrink: 0;height: 60px;padding: 0 10px;font-size: 22px;font-weight: 500;box-sizing: border-box;}
.profile-container .profile-header .cover-menu-list {display: flex;align-items: center;flex-wrap: nowrap;gap: 10px;overflow-x: auto;}
.profile-container .profile-header .cover-menu-list .cover-item a {display: flex;align-items: center;white-space: nowrap;flex: 0 0 auto;height: 60px;padding: 0 10px;font-size: 18px;font-weight: 500;box-sizing: border-box;border-bottom: 1px solid transparent;}
.profile-container .profile-header .cover-menu-list .cover-item a:hover {border-bottom: 1px solid var(--ou-theme-clr2);transition: var(--ou-effect);}
.profile-container .profile-header .cover-menu-list .active a {border-bottom: 1px solid var(--ou-theme-clr2);}
.profile-container .profile-tag-body {display: flex;gap: 20px;}
.profile-container .profile-tag-body .profile-tag {position: relative;width: 320px;flex-shrink: 0;}
.profile-container .profile-tag-body .tag-sticky {position: sticky;top: 75px;}
.profile-container .profile-tag-body .tag-content {border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-xl);padding: 15px;background-color: var(--ou-white-bg);}
.profile-container .profile-tag-body .tag-title {height: 30px;display: flex;align-items: center;font-size: 20px;font-weight: 500;color: var(--ou-secondary);}
.profile-container .profile-tag-body .tag-title .title-bars {display: none;}
.profile-container .profile-tag-body .tag-title .title-bars .ou {font-size: 30px;flex-shrink: 0;}
.profile-container .profile-tag-body .tag-biography{font-size: 1.20rem;font-weight: 400;color: var(--ou-body-color);text-align: center;padding: 15px 0;border-bottom: 1px dashed var(--ou-border-color);}
.profile-container .profile-tag-body .tag-list .tag-item {display: flex;align-items: center;gap: 15px; padding: 12px 0;font-size: 1.10rem;font-weight: 300;border-bottom: 1px dashed var(--ou-border-color);}
.profile-container .profile-tag-body .tag-list .tag-item:last-of-type {border-bottom: 0;}
.profile-container .profile-tag-body .tag-list .tag-item strong {text-transform: capitalize;font-size: 1.12rem;font-weight: 500;}
.profile-container .profile-tag-body .tag-list .tag-item .ou {font-size: 26px;flex-shrink: 0;}
.profile-container .profile-tag-body .profile-feeds {flex: 1 0 0;}
@media (max-width: 990px) {
    .profile-container .profile-tag-body {display: block;}
    .profile-container .profile-tag-body .profile-tag {width: 100%!important;}
    .profile-container .profile-tag-body .tag-list {display: none;transition: var(--ou-effect);transition: max-height 0.3s ease, opacity 0.3s ease;}
    .profile-container .profile-tag-body .tag-title .title-bars {display: block;}
    .profile-container .profile-content .content-inner {margin-bottom: 30px;padding: 15px;}
}
.profile-content {position: relative; background: var(--ou-white-bg);border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-xl);}
.profile-content .content-inner {padding: 30px;}
.profile-content .content-header {padding: 15px;display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid var(--ou-border-color);}
.profile-content .content-header .content-btn {background-color: var(--ou-theme-clr2);color: var(--ou-white);padding: 0.50rem 1rem;border-radius: var(--ou-border-radius-pill);font-size: 16px;font-weight: 500;display: block;flex-shrink: 0!important;}
.profile-content .content-header .dropdown {flex-shrink: 0;}
.profile-content .content-header .dropdown-toggle {background-color: var(--ou-theme-clr2);color: var(--ou-white);padding: 0.50rem 1rem;border-radius: var(--ou-border-radius-pill);font-size: 16px;font-weight: 500;display: block;flex-shrink: 0!important;}
.profile-content .content-stun {display: flex;align-items: flex-start;gap: 10px;margin-bottom: 15px;}
.profile-content .content-stun:last-of-type {margin-bottom: 0;}
.profile-content .txt-h1 {font-size: 16px;font-weight: 500;color: var(--ou-secondary);}
.profile-content .txt-p,
.profile-content .txt-item,
.profile-content .txt-item-x {padding-top: 5px; font-size: 1.16rem;font-weight: 400;color: var(--ou-body-color);white-space: normal; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word;}
.profile-content .txt-item {margin-bottom: 5px;}
.profile-content .txt-item:last-of-type {margin-bottom: 0;}
.profile-content .icon {width: 36px;height: 36px;display: grid;place-items: center;flex-shrink: 0;font-size: 26px;}
.profile-follow .follow-search {position: relative;}
.profile-follow .follow-search .form-control {height: 44px;border-radius: var(--ou-border-radius-pill);text-indent: 25px;}
.profile-follow .follow-search:has(.form-control:focus) .search-icon {color: var(--ou-warning)!important;transition: var(--ou-effect);}
.profile-follow .follow-search .search-icon {position: absolute;top: 0;left: 0;display: grid;place-items: center;height: 44px;width: 44px;font-size: 18px;}
.profile-follow .follow-list {max-height: 400px;overflow: auto;}
.profile-follow .follow-item {display: flex;align-items: center;gap: 10px;border-bottom: 1px dashed var(--ou-border-color);padding: 10px 0;}
.profile-follow .follow-item:last-of-type {border-bottom: 0;}
.profile-follow .follow-item .image {flex-shrink: 0;width: 36px;height: 36px;border-radius: 50%;border: 1px solid var(--ou-border-color);overflow: hidden;}
.profile-follow .follow-item .image > img {width: 100%;height: 100%;object-fit: contain;}
.profile-follow .follow-item .name {font-size: 18px;font-weight: 500;color: var(--ou-body-color);display: block;line-height: 1;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.profile-follow .follow-item .small {font-size: 14px;font-weight: 300;color: var(--ou-secondary);}
.profile-follow .follow-item .flw-btn {margin-left: auto;}
.profile-follow .follow-item .user-follow {height: 30px;display: flex;align-items: center;font-size: 16px;font-weight: 500;border-radius: var(--ou-border-radius-pill);padding: 0 15px;}
/** SETTINGS **/
.setting-container {padding-top: 85px;padding-bottom: 15px;margin: 0 auto;}
.setting-container .sett-header .head-lib {position: relative;border-radius: var(--ou-border-radius-xl);border: 1px solid var(--ou-border-color);overflow: hidden;}
.setting-container .sett-header .head-lib .lib-file {position: absolute;top: 15px;right: 15px;font-size: 18px;font-weight: 400;width: 40px;height: 40px;display: grid;place-items: center;background-color: var(--ou-warning);color: var(--ou-white);border-radius: var(--ou-border-radius-pill);cursor: pointer;}
.setting-container .sett-header .head-lib .lib-file:hover {background-color: var(--ou-theme-bg);transition: var(--ou-effect);}
@media (max-width: 990px) {.setting-container .sett-header .head-lib .lib-file {top: 8px;right: 8px;font-size: 16px;}}
.setting-container .sett-header .head-img {margin-top: -75px;display: flex;width: 100%;}
.setting-container .sett-header .head-img .images {position: relative;width: 120px;height: 120px;border-radius: 50%;border: 4px solid var(--ou-body-bg);margin: 0 auto;overflow: hidden;cursor: pointer;background-color: var(--ou-white-bg);}
.setting-container .sett-header .head-img .images:hover {border-color: var(--ou-warning);transition: var(--ou-effect);box-shadow: var(--ou-box-shadow);}
.setting-container .sett-header .head-img .img-btn {position: absolute;bottom: 0;left: 0;width: 100%;height: 30px;display: grid;place-items: center;color: var(--ou-white);background-color: rgba(var(--ou-black-rgb), 0.5);font-size: 20px;}
.setting-container .sett-header .head-img .images > img {width: 100%;height: 100%;object-fit: cover;}
.setting-container .sett-header .head-content {border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-xl);padding: 15px;}
.setting-container .sett-header .head-top {text-align: center;}
.setting-container .sett-header .head-top .text-h1 {font-size: 26px;font-weight: 500;color: var(--ou-body-color);} 
.setting-container .sett-header .head-top .text-small {font-size: 16px;font-weight: 300;color: var(--ou-secondary);} 
.setting-container .sett-menu {background-color: var(--ou-white-bg);border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-xl);overflow: hidden;}
.setting-container .sett-menu .sett-item {display: flex;align-items: center;padding: 17px;border-bottom: 1px solid var(--ou-border-color);cursor: pointer;}
.setting-container .sett-menu .sett-item:hover {background-color: var(--ou-light);transition: var(--ou-effect);}
.setting-container .sett-menu .sett-item:last-of-type {border-bottom: 0;}
.setting-container .sett-menu .sett-title {font-size: 18px;font-weight: 500;color: var(--ou-body-color);}
.setting-container .sett-menu .sett-title > span {width: 150px;display: inline-block;font-size: 17px;font-weight: 300;color: var(--ou-secondary);}
.setting-container .sett-menu .sett-title .ou {font-size: 22px;}
@media (max-width: 768px) {.setting-container .sett-menu .sett-title > span {width: 100%!important;display: block;}}
.setting-container .sett-box {padding: 30px;background-color: var(--ou-white-bg);border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-xl);}
.setting-container .sett-box .box-info {background-color: var(--ou-light);color: var(--ou-body-color);border-radius: var(--ou-border-radius-lg);font-size: 18px;font-weight: 400;padding: 15px;}
.setting-container .sett-box .box-info > strong {display: inline-block;width: 120px;}
.setting-container .sett-list .list-item {display: flex;align-items: flex-start;gap: 10px;border: 1px solid var(--ou-border-color);padding: 15px;margin-bottom: 5px;border-radius: var(--ou-border-radius-lg);}
.setting-container .sett-list .list-item:last-of-type {margin-bottom: 0px;}
.setting-container .sett-list .list-item .list-icon {height: 36px;display: flex;align-items: center;font-size: 16px;background-color: var(--ou-light);border-radius: var(--ou-border-radius-lg);padding: 0 10px;}
.setting-container .sett-list .list-item .item-btn:hover {background-color: var(--ou-warning);color: var(--ou-white);transition: var(--ou-effect);}
.setting-container .sett-list .list-item .list-title {font-size: 1rem;font-weight: 600;color: var(--ou-body-color);margin-bottom: 5px;}
.setting-container .sett-list .list-item .list-text {font-size: 1.13rem;font-weight: 300;color: var(--ou-body-color);}
@media (max-width: 768px) {.setting-container .sett-box {padding: 15px;}.setting-container .sett-box .box-info > strong {display: block;width: 100%;transition: var(--ou-effect);}}
.setting-container .preview-img {width: 300px;height: 300px;border-radius: 50%;margin: 0 auto;position: relative;}
.setting-container .preview-img > img {width: 100%;height: 100%;object-fit: cover;object-position: center;border-radius: 50%;display: block;}
.setting-container .preview-img .prev-img-edit {position: absolute;bottom: 10px;left: 0px;width: 100%;display: flex;align-items: center;justify-content: center;gap: 10px;}
.setting-container .preview-img .prev-img-edit .prev-img-btn {background-color: var(--ou-light);color: var(--ou-body-color);border-radius: var(--ou-border-radius-lg);box-shadow: var(--ou-box-shadow);display: inline-flex;align-items: center;padding: 0px 10px;height: 34px;}
.setting-container .preview-lib {width: 100%;max-height: 233px;position: relative;display: block;}
.setting-container .preview-lib > img {width: 100%;height: 100%;object-fit: cover;object-position: center;border-radius: var(--ou-border-radius-lg);display: block;}
.setting-container .preview-lib .prev-img-edit {position: absolute;bottom: 10px;left: 0px;width: 100%;display: flex;align-items: center;justify-content: center;gap: 10px;}
.setting-container .preview-lib .prev-img-edit .prev-img-btn {background-color: var(--ou-light);color: var(--ou-body-color);border-radius: var(--ou-border-radius-lg);box-shadow: var(--ou-box-shadow);display: inline-flex;align-items: center;padding: 0px 10px;height: 34px;}
.setting-container .notification {border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-xl);background-color: var(--ou-white-bg);}
.setting-container .notification .title {height: 60px;display: flex;align-items: center;padding:0 15px;font-size: 22px;font-weight: 500;color: var(--ou-body-color);border-bottom: 1px solid var(--ou-border-color);}
.setting-container .notification .notify-menu .notify-item {display: flex;align-items: flex-start;gap: 10px;padding: 10px 15px;cursor: pointer;border-bottom: 1px solid var(--ou-border-color);}
.setting-container .notification .notify-menu .notify-item:hover {background-color: var(--ou-light);transition: var(--ou-effect);}
.setting-container .notification .notify-menu .notify-item:last-of-type {border-bottom: 0;border-bottom-left-radius: var(--ou-border-radius-xl);border-bottom-right-radius: var(--ou-border-radius-xl);}
.setting-container .notification .notify-menu .notify-item .user {position: relative;width: 42px;height: 42px;border-radius: 50%;border: 1px solid var(--ou-border-color);flex-shrink: 0;}
.setting-container .notification .notify-menu .notify-item .user > img {width: 100%;height: 100%;border-radius: 50%;}
.setting-container .notification .notify-menu .notify-item .user span {position: absolute;top: 10px;left: -7px;background-color: var(--ou-info);width: 18px;height: 18px;border-radius: 50%;border: 2px solid var(--ou-white-bg);animation: splash-water 1.2s ease-out infinite;transform-origin: center;}
@keyframes splash-water {0% {transform: scale(0.8);opacity: 0.7;box-shadow: 0 0 5px var(--ou-info);} 50% {transform: scale(1.2);opacity: 0.3;box-shadow: 0 0 15px var(--ou-info);} 100% {transform: scale(1.5);opacity: 0;box-shadow: 0 0 25px var(--ou-info);}}
.setting-container .notification .notify-menu .notify-item .item-text {flex: 1;min-width: 0;display: flex;flex-direction: column;}
.setting-container .notification .notify-menu .notify-item .item-text a {flex: 1;display: block;font-size: 18px;font-weight: 400;color: var(--ou-body-color);}
.setting-container .notification .notify-menu .notify-item .text .time {display: flex;align-items: center;font-size: 15px;font-weight: 300;color: var(--ou-secondary);}
.setting-container .movement {border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-xl);background-color: var(--ou-white-bg);}
.setting-container .movement .title {height: 60px;display: flex;align-items: center;padding:0 15px;font-size: 22px;font-weight: 500;color: var(--ou-body-color);border-bottom: 1px solid var(--ou-border-color);}
.setting-container .movement .movement-list .movement-item {display: flex;align-items: flex-start;gap: 10px;padding: 10px 15px;cursor: pointer;border-bottom: 1px solid var(--ou-border-color);}
.setting-container .movement .movement-list .movement-item:hover {background-color: var(--ou-light);transition: var(--ou-effect);}
.setting-container .movement .movement-list .movement-item:last-of-type {border-bottom: 0;border-bottom-left-radius: var(--ou-border-radius-xl);border-bottom-right-radius: var(--ou-border-radius-xl);}
.setting-container .movement .movement-list .movement-item .image {position: relative;width: 42px;height: 42px;border-radius: 50%;border: 1px solid var(--ou-border-color);flex-shrink: 0;}
.setting-container .movement .movement-list .movement-item .image > img {width: 100%;height: 100%;border-radius: 50%;}
.setting-container .movement .movement-list .movement-item .item-text {flex: 1;min-width: 0;display: flex;flex-direction: column;font-size: 17px;font-weight: 400;color: var(--ou-body-color);}
.setting-container .movement .movement-list .movement-item .text .time {display: flex;align-items: center;font-size: 14px;font-weight: 300;color: var(--ou-secondary);}
/** LIST GROUP **/
.list-group {border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-lg);}
.list-group .group-head {display: flex;align-items: center;gap: 10px;padding: 0.75rem;font-size: 1rem;font-weight: 600;color: var(--ou-body-color);}
.list-group .group-head .head-title {font-size: 20px;font-weight: 400;color: var(--ou-body-color);}
.list-group .group-btn {background-color: var(--ou-light);color: var(--ou-body-color);border-radius: var(--ou-border-radius-lg);height: 34px;display: flex;align-items: center;gap: 5px;padding: 0 10px;font-size: 16px;font-weight: 400;flex-shrink: 0;}
.list-group .group-btn:hover {background-color: var(--ou-theme-clr2);color: var(--ou-white);transition: var(--ou-effect);}
.list-group .group-btn .ou {font-size: 20px;flex-shrink: 0;}
.list-group .group-item {font-size: 1.10rem;font-weight: 400;padding: 0.75rem 1rem;border-top: 1px solid var(--ou-border-color);cursor: pointer;transition: background-color 0.2s ease;}
.list-group .group-item:hover {background-color: var(--ou-light);transition: background-color 0.2s ease;}
.list-group .group-item .item-title {font-size: 1.13rem;font-weight: 400;}
.list-group .group-item .item-text {display: flex;align-items: center;vertical-align: middle;font-size: 0.85rem;font-weight: 300;color: var(--ou-secondary);}
.list-group .group-item:first-of-type {border-top: 0;}
.list-group .group-item:last-of-type {border-bottom-left-radius: var(--ou-border-radius-lg);border-bottom-right-radius: var(--ou-border-radius-lg);}
/** OPS LIST GROUP **/
.ops-list-group {border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-xl);}
.ops-list-group .group-head {display: flex;align-items: center;gap: 10px;padding: 20px;font-size: 1rem;font-weight: 600;color: var(--ou-body-color);border-bottom: 1px solid var(--ou-border-color);}
.ops-list-group .group-head .head-title {font-size: 20px;font-weight: 500;color: var(--ou-body-color);}
.ops-list-group .ops-list-item {padding: 15px;font-size: 18px;border-bottom: 1px solid var(--ou-border-color);}
.ops-list-group .ops-list-item:last-of-type { border-bottom: none;}
.ops-list-group .ops-list-item .list-icon {display: inline-block;font-size: 16px;font-weight: 300;background-color: var(--ou-light);color: var(--ou-body-color);padding: 5px 10px;border-radius: var(--ou-border-radius-lg);}
/** SHARED CONTAINER **/
.shared-conteiner .link-copy {display: flex;align-items: center;background-color: var(--ou-light);border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-lg);padding: 5px;}
.shared-conteiner .link-copy .icon,
.shared-conteiner .link-copy .copy {width: 44px;height: 44px;display: grid;place-items: center;font-size: 24px;}
.shared-conteiner .link-copy .copy {cursor: pointer;}
.shared-conteiner .link-copy .link {flex: 1;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.shared-conteiner .shared-btn {display: flex;flex-direction: column;height: 100%;border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-lg);padding: 15px;font-size: 18px;font-weight: 400;color: var(--ou-body-color);align-items: center; justify-content: center;text-align: center;}
.shared-conteiner .shared-btn:hover {background-color: var(--ou-light);transition: var(--ou-effect);}
.shared-conteiner .shared-btn .bi-icon {margin-bottom: 15px;}
/** ACADEMY CONTAINER **/
.academy-container {background-color: var(--ou-white-bg);}
.academy-container .main-feed {gap: 30px;}
.academy-container .academy-logo {font-family: "Ubuntu";font-size: 28px;font-weight: 600;color: var(--ou-warning);filter: drop-shadow(rgba(0, 0, 0, 0.2) 2px 2px 2px);}
HTML[data-ou-theme=dark] .academy-container {background-color: var(--ou-body-bg);}
.academy-container .academy-body {width: 100%;display: block;}
.academy-container .academy-body .academy-slide { position: relative; display: flex; align-items: end; justify-content: center; height: 300px; z-index: 0; border-radius: var(--ou-border-radius-xl);}
.academy-container .academy-body .academy-slide::before{ content: ""; position: absolute; inset: 0; background: var(--ou-theme-bg, rgba(var(--ou-warning-rgb),0.5)); opacity: 0.7; pointer-events: none; z-index: -1;border-radius: var(--ou-border-radius-xl);}
.academy-container .academy-body .academy-slide { position: relative; z-index: 2; text-align: center; padding: 1.75rem;}
.academy-container .academy-body .academy-slide .title { font-size: 38px; font-weight: 500; color: var(--ou-white); filter: drop-shadow(rgba(0, 0, 0, 0.2) 2px 2px 2px);}
.academy-container .academy-body .academy-slide .text { font-size: 18px; font-weight: 300; color: var(--ou-white);}
.academy-container .academy-body .slide-search { position: relative;}
.academy-container .academy-body .slide-search .icon { position: absolute; top: 0; left: 0; width: 50px; height: 50px; display: grid; place-items: center; font-size: 24px; color: var(--ou-body-color); z-index: 1;}
.academy-container .academy-body .slide-search .form-control {font-size: 18px;font-weight: 500; border-radius: var(--ou-border-radius-pill); background-color: rgba(var(--ou-body-bg-rgb), 0.8); height: 50px; text-indent: 30px; box-shadow: var(--ou-box-shadow); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);}
.academy-container .academy-body .slide-search:has(.form-control:focus) .icon {color: var(--ou-warning)!important;transition: var(--ou-effect);}
.academy-container .academy-body .search-path { position: absolute;top: 50px;right: 0;width: 100%;z-index: 2;}
.academy-container .academy-body .search-list { width: 100%;padding: 0.88px;border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-xl);background-color: var(--ou-white-bg);box-shadow: var(--ou-box-shadow);overflow: hidden;}
.academy-container .academy-body .search-list .search-item {display: flex; gap: 10px;text-align: start;font-size: 19px;font-weight: 400;color: var(--ou-body-color);padding: 0.88rem;border-bottom: 1px dashed var(--ou-border-color);}
.academy-container .academy-body .search-list .search-item:hover {color : var(--ou-warning);background-color: var(--ou-light);transition: var(--ou-effect);}
.academy-container .academy-body .search-list .search-item span {display: block;font-size: 14px;font-weight: 300;color: var(--ou-secondary);}
.academy-container .academy-body .search-list .search-item:last-of-type { border-bottom: 0;}
.academy-container .academy-body .search-list .search-item .ou { font-size: 28px;}
@media (max-width: 990px) {
    .academy-container .academy-body .academy-slide { height: 250px; transition: var(--ou-effect);}
    .academy-container .academy-body .academy-slide { padding: 1.25rem;}
    .academy-container .academy-body .academy-slide .title { font-size: 34px;}
    .academy-container .academy-body .academy-slide .text { font-size: 16px;}
}
@media (max-width: 990px) {
    .academy-container .academy-body .academy-slide .title { font-size: 30px;}
    .academy-container .academy-body .academy-slide .text { font-size: 14px;}
}
.academy-container .article-send {width: 100%;height: 100%;padding: 1.25rem;border-radius: var(--ou-border-radius-xl);border: 2px solid var(--ou-border-color);background-color: var(--ou-white-bg);}
.academy-container .article-send .title {font-size: 26px;font-weight: 600;color: var(--ou-theme-dark);}
.academy-container .article-send .text {font-size: 16px;font-weight: 300;color: var(--ou-secondary);margin-bottom: 30px;}
.academy-container .article-send .btn {border: 1px solid var(--ou-theme-clr2);border-radius: var(--ou-border-radius-pill);display: inline-flex;height: 40px;padding: 0 0.75rem;font-size: 18px;font-weight: 500;color: var(--ou-theme-clr2);gap: 5px;}
.academy-container .article-send .btn:hover {background-color: var(--ou-theme-clr2);color: var(--ou-white);transition: var(--ou-effect);box-shadow: var(--ou-box-shadow);}
.academy-container .article-send .btn .ou {font-size: 24px;}
.academy-container .academy-author {width: 100%;height: 100%;padding: 1.25rem;border-radius: var(--ou-border-radius-xl);border: 2px solid var(--ou-border-color);background-color: var(--ou-white-bg);}
.academy-container .academy-author .title {font-size: 26px;font-weight: 600;color: var(--ou-theme-dark);}
.academy-container .academy-author .text {font-size: 16px;font-weight: 300;color: var(--ou-secondary);margin-bottom: 30px;}
.academy-container .academy-author .author-users {display: flex;align-items: center;justify-content: flex-end;height: 44px;}
.academy-container .academy-author .author-users .image {width: 44px;height: 44px;border-radius: 50%;border: 3px solid var(--ou-white-bg);box-sizing: border-box;overflow: hidden;margin-left: -15px;}
.academy-container .academy-author .author-users .image:first-of-type {margin-left: 0px;}
.academy-container .academy-author .author-users .image > img  {width: 100%;height: 100%;object-fit: contain;}
.academy-container .article-content {border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-xl);background-color: var(--ou-white-bg);}
.academy-container .article-content .header {font-size: 22px;font-weight: 600;color: var(--ou-theme-clr2);padding: 1.25rem;}
.academy-container .article-content .header > a {font-size: 18px;font-weight: 400;color: var(--ou-secondary);margin-left: 10px;}
.article-container .form-group {display: flex;}
.article-container .form-sm-text {font-size: 0.9rem;color: var(--ou-secondary);}
.article-container .form-label {padding-top: 0.50rem;width: 250px;height: 48px;font-size: 17px!important;font-weight: 500!important;color: var(--ou-secondary);}
@media (max-width: 768px) {.article-container .form-group {display: block;}.article-container .form-label {width: 100%!important;height: auto!important;}}
.article-container .article-header {width: 100%;display: flex;gap: 5px;overflow-x: auto;background-color: var(--ou-light);border-radius: var(--ou-border-radius-pill);padding: 0.30rem;}
.article-container .article-header .head-item {display: inline-flex;flex-shrink: 0;align-items: center;padding: 0 0.75rem;height: 40px;font-size: 18px;font-weight: 400;color: var(--ou-body-color);border-radius: var(--ou-border-radius-pill);}
.article-container .article-header .head-item input {display: none;}
.article-container .article-header .head-item .ou {display: none;}
.article-container .article-header .head-item.active {background-color: var(--ou-theme-clr2);color: var(--ou-white);}
.article-container .article-header .head-item.active .ou {display: block;}
.article-container .article-header .head-item:hover {cursor: pointer;border-color: var(--ou-theme-clr2);}
.article-container .max-leng-wrapper {width: 100%;display: block;}
.article-container .hs4 {height: 44px!important;}
.article-list {padding: 0px 1.25rem ;}
.article-list .article-item {border-radius: var(--ou-border-radius-xl);display: flex;gap: 15px;}
.article-list .article-item:hover .item-body .item-h1 {color: var(--ou-warning);}
.article-list .article-item .time-line {border-left: 2px solid var(--ou-border-color);padding-left: 15px;margin-left: 15px;}
.article-list .article-item .time-line .icon {margin-left: -32px;width: 32px;height: 32px;display: grid;place-items: center;border-radius: 50%;overflow: hidden;background-color: var(--ou-light);color: var(--ou-theme-clr2);font-size: 18px;}
.article-list .article-item .time-line .user {margin-left: -32px;width: 32px;height: 32px;display: grid;place-items: center;border-radius: 50%;border:2px solid var(--ou-light-dark);overflow: hidden;}
.article-list .article-item .time-line .user > img {width: 100%;height: 100%;object-fit: contain;}
.article-list .article-item .item-body {width: 100%;padding-bottom: 20px;}
.article-list .article-item .item-body .item-h1 {font-size: 21px;font-weight: 500;color: var(--ou-body-color);margin-bottom: 4px;display: -webkit-box;-webkit-box-orient: vertical;line-clamp: 2;-webkit-line-clamp: 2; overflow: hidden;text-overflow: ellipsis;}
.article-list .article-item .item-body .item-h2 {font-size: 16px;font-weight: 500;color: var(--ou-secondary);margin-bottom: 7px;display: block;}
.article-list .article-item .item-body .item-h3 {font-size: 14px;font-weight: 400;background-color: var(--ou-light);border-radius: var(--ou-border-radius-pill);padding: 0.25rem .75rem;display: inline-block;}
@media (max-width: 568px) {.article-list .article-item .item-body .item-h3 {border-radius: var(--ou-border-radius-lg);}}
.article-detail-meta {width: 100%;background-color: var(--ou-white-bg);border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-xl);transition: var(--ou-effect);}
.article-detail-meta .detail-header {display: flex;padding: 1rem;border-bottom: 1px solid var(--ou-border-color);}
.article-detail-meta .detail-header .user {display: flex;align-items: center;gap: 15px;}
.article-detail-meta .detail-header .user img {width: 36px;height: 36px;border-radius: 50%;}
.article-detail-meta .detail-header .name {font-size: 18px;font-weight: 500;color: var(--ou-body-color);line-height: 1;}
.article-detail-meta .detail-header .name > span {display: block;font-size: 14px;font-weight: 300;color: var(--ou-secondary);}
.article-detail-meta .detail-item {display: flex;gap: 10px;border-bottom: 1px solid var(--ou-border-color);}
.article-detail-meta .detail-item:last-of-type {border-bottom: 0;}
.article-detail-meta .detail-item-sm {font-size: 16px;padding: 1rem;color: var(--ou-secondary);}
.article-detail-meta .detail-title {width: 200px;padding: 1rem;font-size: 18px;font-weight: 500;color: var(--ou-white);background-color: var(--ou-theme-bg);flex-shrink: 0;}
.article-detail-meta .detail-text {flex: 1;padding: 1rem;font-size: 18px;font-weight: 400;color: var(--ou-body-color);word-wrap: break-word;overflow-wrap: break-word;white-space: normal;}
@media (max-width: 768px) {
    .article-detail-meta {padding: 0;}
    .article-detail-meta .detail-header {border-radius: 0;margin-bottom: 0;}
    .article-detail-meta .detail-item {display: block;border-bottom: 0;}
    .article-detail-meta .detail-title {width: 100% !important;font-size: 19px;}
    .article-detail-meta .detail-item-sm {padding: 1.25rem;}
}
.publication-wrapper {width: 100%;}
.publication-wrapper .publication-search {position: relative;}
.publication-wrapper .publication-search .form-control {border-radius: var(--ou-border-radius-pill);height: 48px;text-indent: 30px;}
.publication-wrapper .publication-search:has(.form-control:focus) .search-icon {color: var(--ou-warning)!important;transition: var(--ou-effect);}
.publication-wrapper .publication-search .search-icon {position: absolute;top: 0;left: 0;width: 48px;height: 48px;display: grid;place-items: center;font-size: 28px;}
.publication-wrapper .publication-list {background-color: var(--ou-white-bg);border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-xl);}
.publication-wrapper .publication-item {display: flex;gap: 10px;padding: 0.88rem;border-bottom: 1px solid var(--ou-border-color);transition: var(--ou-effect);}
.publication-wrapper .publication-item > div {min-width: 0;display: flex;flex-direction: column;}
.publication-wrapper .publication-item:first-of-type {border-radius: var(--ou-border-radius-xl) var(--ou-border-radius-xl) 0px 0px;}
.publication-wrapper .publication-item:last-of-type {border-bottom: 0;border-radius: 0px 0px var(--ou-border-radius-xl) var(--ou-border-radius-xl);}
.publication-wrapper .publication-item:hover {background-color: var(--ou-light);}
.publication-wrapper .publication-item .icon {width: 30px;font-size: 28px;color: var(--ou-body-color);transition: var(--ou-effect);flex-shrink: 0;}
.publication-wrapper .publication-item:hover .icon {color: var(--ou-warning);}
.publication-wrapper .publication-item .title {font-size: 21px;font-weight: 500;color: var(--ou-body-color);margin-bottom: 3px;transition: var(--ou-effect);display: -webkit-box;-webkit-box-orient: vertical;line-clamp: 2;-webkit-line-clamp: 2; overflow: hidden;text-overflow: ellipsis; }
.publication-wrapper .publication-item:hover .title {color: var(--ou-warning);}
.publication-wrapper .publication-item .author {font-size: 16px;font-weight: 400;color: var(--ou-secondary);margin-bottom: 5px;}
.publication-wrapper .publication-item .info {display: inline-flex; align-items: center;gap: 10px;background-color: var(--ou-light);border-radius: var(--ou-border-radius-pill);padding: 0.25rem 0.75rem 0.25rem 0.25rem;}
.publication-wrapper .publication-item:hover .info {background-color: var(--ou-white-bg);}
.publication-wrapper .publication-item .info-text {font-size: 16px;font-weight: 400;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;flex: 1;min-width: 0;max-width: 500px; }
.publication-wrapper .publication-item .user-info {width: 20px;height: 20px;border-radius: 50%;overflow: hidden;flex-shrink: 0;}
.publication-wrapper .publication-item .user-info > img {width: 100%;height: 100%;object-fit: contain;}
.explore-wrapper {width: 100%;padding: 0 1rem;}
.explore-wrapper .user-header {border-bottom: 1px solid var(--ou-border-color);margin-bottom: 1rem;}
.explore-wrapper .user-header .header-title {font-size: 20px;font-weight: 400;border-bottom: 1px solid var(--ou-theme-clr2);padding: 1rem 0;display: inline-block;}
.explore-wrapper .user-search {position: relative;display: none;}
@media (max-width: 768px) {
    .explore-wrapper {padding: 0;transition: var(--ou-effect);}
    .user-header {display: none;transition: var(--ou-effect);}
    .explore-wrapper .user-search {display: block;transition: var(--ou-effect);}
}
.explore-wrapper .user-search .form-control {height: 50px;font-size: 18px;background-color: var(--ou-white-bg);border-radius: var(--ou-border-radius-pill);text-indent: 30px;}
.explore-wrapper .user-search .search-icon {display: grid;place-items: center;width: 50px;height: 50px;position: absolute;top: 0;left: 0;font-size: 28px;}
.explore-wrapper .user-list {background-color: var(--ou-white-bg);border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-xl);}
.explore-wrapper .user-list .user-item {display: flex;align-items: center;gap: 10px;border-bottom: 1px solid var(--ou-border-color);padding: 0.88rem;}
.explore-wrapper .user-list .user-item:last-of-type {border-bottom: 0;}
.explore-wrapper .user-list .user-info {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.explore-wrapper .user-list .user-item .user-img {width: 42px;height: 42px;flex-shrink: 0;position: relative;}
.explore-wrapper .user-list .user-item .user-img > img {width: 100%;height: 100%;object-fit: contain;border-radius: 50%;border: 1px solid var(--ou-border-color);}
.explore-wrapper .user-list .user-item .user-img .online {position: absolute; bottom: 0; right: 0; width: 13px;height: 13px;background-color: var(--ou-success);border: 2px solid var(--ou-white-bg);border-radius: 50%;}
.explore-wrapper .user-list .user-item .user-name {font-size: 18px;font-weight: 500;color: var(--ou-body-color);    }
.explore-wrapper .user-list .user-item .user-surname {font-size: 14px;font-weight: 400;color: var(--ou-secondary);}
.explore-wrapper .user-list .user-item .user-follow {background-color: var(--ou-theme-clr2);color: var(--ou-white);border-radius: var(--ou-border-radius-pill);height: 30px;flex-shrink: 0;display: inline-flex;align-items: center;padding: 0 0.88rem;gap: 3px;font-size: 16px;font-weight: 500;}
/** MESSENGER **/
.messenger-container {background-color: var(--ou-white-bg);}
.messenger-container main {display: flex;box-sizing: border-box;height: calc(100vh);padding-top: 60px;}
.messenger-container .messages-body {display: flex;flex-direction: column;width: 100%;max-width: 300px;border-right: 1px solid var(--ou-border-color);}
@media (max-width: 768px) {.messenger-container .messages-body {max-width: 100%;border-right: none;}}
.messenger-container .messages-search {position: relative;padding: 0.75rem;box-sizing: border-box;}
.messenger-container .messages-search .ou-search {position: absolute;top: 25px;left: 20px;font-size: 24px;}
.messenger-container .messages-search .form-control {text-indent: 25px;border: none!important;background-color: var(--ou-light-dark);}
.messenger-container .messages-search:focus-within .ou-search {color: var(--ou-warning)!important;}
.messenger-container .messages-list {flex: 1;min-height: 0;overflow-y: auto!important;box-sizing: border-box;position: relative;}
.messenger-container .messages-item {position: relative;}
.messenger-container .messages-item a {display: flex;align-items: center;font-weight: 30px;padding: 0.75rem;box-sizing: border-box;gap: 10px;}
.messenger-container .messages-item a:hover {background-color: var(--ou-light);transition: var(--ou-effect);}
.messenger-container .messages-item.active {background-color: var(--ou-light)!important;}
.messenger-container .messages-list .loading-overlay {position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: var(--ou-white-bg);display: flex;align-items: center;justify-content: center;z-index: 10;}
.messenger-container .messages-item .user-img {width: 42px;height: 42px;flex-shrink: 0;position: relative;}
.messenger-container .messages-item .user-img > img {width: 100%;height: 100%;object-fit: contain;border-radius: 50%;overflow: hidden;border: 1px solid var(--ou-border-color);}
.messenger-container .messages-item .user-img .online {position: absolute; bottom: 0; right: 0; width: 12px;height: 12px;background-color: var(--ou-success);border: 2px solid var(--ou-white-bg);border-radius: 50%;z-index: 2;}
.stun-wrapper .newCustomer .reg-link {font-size: 18px;font-weight: 600;color: var(--ou-warning);}
.messenger-container .messages-item .user-title {font-size: 18.5px;font-weight: 500;color: var(--ou-body-color);line-height: 1.15rem;}
.messenger-container .messages-item .user-text {font-size: 14px;font-weight: 300;color: var(--ou-secondary);}
.messenger-container .messages-item .dots {position: absolute;top: 15px;right: 15px;width: 10px;height: 10px;background-color: var(--ou-info);border-radius: 50%;}
.messenger-container .version {font-size: 16px;font-weight: 300;color: var(--ou-secondary);padding: 0.75rem;text-align: right;}
.messenger-container .messages-inbox {display: flex;flex-direction: column;flex: 1 0 0;}
.messenger-container .inbox-header {width: 100%!important;height: 70px;display: flex;align-items: center;padding: 0.75rem;box-sizing: border-box;border-bottom: 1px solid var(--ou-border-color);gap: 10px;}
.messenger-container .inbox-header .outherUser {display: flex;align-items: center;gap: 10px;}
.messenger-container .inbox-header .outherUser .userimage {width: 44px;height: 44px;border-radius: 50%;overflow: hidden;border: 1px solid var(--ou-border-color);}
.messenger-container .inbox-header .outherUser .userimage > img {width: 100%;height: 100%;object-fit: contain;}
.messenger-container .inbox-header .outherUser .fullname {font-size: 20px;font-weight: 500;color: var(--ou-body-color);}
.messenger-container .inbox-header .outherUser .username {font-size: 14px;font-weight: 300;color: var(--ou-secondary);}
.messenger-container .inbox-header .goBack {place-items: center;width: 36px;height: 36px;background-color: var(--ou-light);border-radius: 50%;font-size: 24px;display: none;}
.messenger-container .inbox-header .goBack:hover {background-color: var(--ou-warning);color: var(--ou-white);transition: var(--ou-effect);}
@media (max-width: 768px) {.messenger-container .inbox-header .goBack {display: grid;}}
.messenger-container .inbox-body {flex: 1;min-height: 0;overflow-y: auto!important;padding: 0.75rem;box-sizing: border-box;}
.messenger-container .inbox-body .inbox-profil {display: grid;place-items: center;padding: 2.75rem;}
.messenger-container .inbox-body .inbox-profil .userimage {width: 94px;height: 94px;border-radius: 50%;overflow: hidden;border: 2px solid var(--ou-border-color);margin: 0 auto;box-sizing: border-box;}
.messenger-container .inbox-body .inbox-profil .userimage > img {width: 100%;height: 100%;object-fit: contain;}
.messenger-container .inbox-body .inbox-profil .fullname {font-size: 24px;font-weight: 600;color: var(--ou-body-color);line-height: 1.5rem;}
.messenger-container .inbox-body .inbox-profil .username {font-size: 16px;font-weight: 300;color: var(--ou-secondary);}
.messenger-container .inbox-body .inbox-profil .btn {font-size: 18px;font-weight: 500;color: var(--ou-white-bg);background-color: var(--ou-body-color);border-radius: var(--ou-border-radius-pill);padding: 0.30rem 0.75rem;}
.messenger-container .chat-container {display: flex;flex-direction: column;gap: 15px;margin: auto;}
.messenger-container .message-row {display: flex;align-items: flex-end;gap: 8px;}
.messenger-container .message-row.me {justify-content: flex-end;}
.messenger-container .avatar {width: 32px;height: 32px;border-radius: 50%;object-fit: cover;}
.messenger-container .bubble {max-width: 70%;position: relative;}
.messenger-container .bubble .msgtext {font-family: 'Poppins'; font-style: normal; font-weight: 400;padding: 0.95rem;border-radius: 20px;line-height: 1.2rem;word-wrap: break-word;font-size: 15.5px;font-weight: 400;position: relative;}
.messenger-container .bubble .msgtext a {font-weight: 600;}
.messenger-container .me .bubble .msgtext {background: rgba(var(--ou-info-rgb), 0.2); border-bottom-right-radius: 5px;color: var(--ou-body-color);}
.messenger-container .other .bubble .msgtext {background: var(--ou-light); border-bottom-left-radius: 5px;color: var(--ou-body-color);}
.messenger-container .time {font-family: var(--ou-font-one);font-size: 12px;color: var(--ou-secondary);text-align: right;}
.messenger-container .other .time {text-align: left;}
.messenger-container .inbox-footer {padding: 0.75rem;box-sizing: border-box;}
.messenger-container .input-sender {position: relative;}
.messenger-container .input-sender .dropdown {position: absolute;top: 7px;left: 7px;}
.messenger-container .input-sender .smIcon {display: grid;place-items: center;width: 32px;height: 32px;color: var(--ou-body-color);border-radius: 50%;font-size: 30px;}
.messenger-container .input-sender .form-control {height: 46px;max-height: 46px;width: 100%;border: none!important;border-radius: var(--ou-border-radius-pill);background-color: var(--ou-light-dark);resize: none;padding-left: 45px!important;padding-right: 30px!important;overflow-y: auto;scrollbar-width: none;}
.messenger-container .input-sender .form-control::-webkit-scrollbar {display: none;}
.messenger-container .input-sender .sendbtn {position: absolute;top: 1px;right: 1px;display: grid;place-items: center;width: 44px;height: 44px;background-color: var(--ou-light-dark);border-radius: 50%;font-size: 28px;border: none!important;color: var(--ou-theme-clr2);}
.messenger-container .no-message-inbox {width: 100%;display: grid;place-items: center;}
.messenger-container .no-message-inbox .icon {width: 80px;height: 80px;display: grid;place-items: center;border: 1px solid var(--ou-border-color);border-radius: 50%;margin: 0 auto;}
.messenger-container .no-message-inbox .title {font-size: 30px;font-weight: 500;text-align: center;}
.messenger-container .no-message-inbox .text {font-size: 16px;font-weight: 300;color: var(--ou-secondary);text-align: center;}
.ops-about-social {display: flex;align-items: center;justify-content: center;gap: 10px;}
.ops-about-social .social {width: 35px;height: 35px;display: grid;place-items: center;border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius);padding: 5px;}
/** OU RESET **/
.fs-12 { font-size:12px!important}
.fs-14 { font-size:14px!important}
.fs-16 { font-size:16px!important}
.fs-18 { font-size:18px!important}
.fs-20 { font-size:20px!important}
.fs-21 { font-size:21px!important}
.fs-22 { font-size:22px!important}
.fs-24 { font-size:24px!important}
.fs-26 { font-size:26px!important}
.fs-28 { font-size:28px!important}
.fs-30 { font-size:30px!important}
.fs-32 { font-size:32px!important}
.fs-34 { font-size:34px!important}
.fs-36 { font-size:36px!important}
.fs-38 { font-size:38px!important}
.fw-bolder {font-weight: 500!important;}
.text-center {text-align: center!important;}
.text-opus-glb {color: var(--ou-theme-color)!important;}
.text-opus {color: var(--ou-theme-clr2)!important;}
.text-info {color: var(--ou-info);}
.text-primary {color: var(--ou-primary);}
.text-secondary {color: var(--ou-secondary)!important;}
.text-warning {color: var(--ou-warning)!important;}
.text-danger {color: var(--ou-danger)!important;}
.text-white {color: var(--ou-white)!important;}
.text-uppercase {text-transform: uppercase;}
.ou-text-link {font-weight: 500;color: var(--ou-theme-color);}
.ou-text-link:hover {text-decoration: underline;transition: var(--ou-effect);}
.ou-alert {padding: 15px;border-radius: var(--ou-border-radius-lg);font-size: 18px;font-weight: 400;opacity: 0;transform: translateY(-20px);animation: alertFadeIn 0.4s ease-out forwards;}
@keyframes alertFadeIn { to {opacity: 1;transform: translateY(0);}}
.btn {display: inline-flex;align-items: center;gap: 5px;}
.btn-opus {background-color: var(--ou-warning);border-color: var(--ou-warning);transition: var(--ou-effect);color: var(--ou-white)!important;font-size: 18px;font-weight: 400;}
.btn-opus:hover {background-color: var(--ou-theme-bg);border-color: var(--ou-theme-bg);transition: var(--ou-effect);}
.btn-light {background-color: var(--ou-light);border-color: var(--ou-light);transition: var(--ou-effect);}
.btn-secondary {background-color: var(--ou-secondary);border-color: var(--ou-secondary);transition: var(--ou-effect);}
.btn-warning {background-color: var(--ou-warning);border-color: var(--ou-warning);color:var(--ou-white);transition: var(--ou-effect);}
.btn-danger {background-color: var(--ou-danger)!important;border-color: var(--ou-danger)!important;color: var(--ou-white)!important;}
.btn-info {background-color: var(--ou-info)!important;border-color: var(--ou-info)!important;color: var(--ou-white)!important;}
.btn-danger:hover {opacity: 0.5;transition: var(--ou-effect);}
.btn-outline-opus {border: 1px solid var(--ou-theme-clr2);color: var(--ou-theme-clr2);}
.btn-outline-opus:hover {background-color: var(--ou-theme-clr2);color: var(--ou-white);transition: var(--ou-effect);}
.btn-outline-info {border: 1px solid var(--ou-info);color: var(--ou-info);}
.btn-outline-info:hover {background-color: var(--ou-info);color: var(--ou-white);transition: var(--ou-effect);}
.btn-outline-danger {border: 1px solid var(--ou-danger);color: var(--ou-danger);}
.btn-outline-danger:hover {background-color: var(--ou-danger);color: var(--ou-white);transition: var(--ou-effect);}
.btn-outline-secondary {border: 1px solid var(--ou-secondary);color: var(--ou-secondary);}
.btn-outline-secondary:hover {background-color: var(--ou-secondary);color: var(--ou-white);transition: var(--ou-effect);}
.btn-file {position: relative;display: inline-flex;align-items: center;justify-content: center;gap: 6px;height: 41px;padding: 0 14px;background-color: var(--ou-light);color: var(--ou-body-color);font-size: 14px;font-weight: 500;border-radius: 6px;cursor: pointer;overflow: hidden;}
.btn-file:hover {background-color: var(--ou-theme-bg);color: var(--ou-white);transition: var(--ou-effect);}
.btn-file input[type=file] {position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;cursor: pointer;}
.alert-danger {background-color: var(--ou-danger);color: var(--ou-white);}
.alert-success {background-color: var(--ou-success);color: var(--ou-white);}
.alert-warning {background-color: var(--ou-warning);color: var(--ou-white);}
.mw-xl {width: 100%;max-width: 1299px;margin: 0 auto;padding-left: 15px;padding-right: 15px;}
.mw-lg {width: 100%;max-width: 900px;margin: 0 auto;padding-left: 15px;padding-right: 15px;}
.mw-md {width: 100%;max-width: 750px;margin: 0 auto;padding-left: 15px;padding-right: 15px;}
.mw-sm {width: 100%;max-width: 550px;margin: 0 auto;padding-left: 15px;padding-right: 15px;}
.bg-body {background-color: var(--ou-white-dark);}
.bg-white {background-color: var(--ou-white-bg);}
.bg-light {background-color: var(--ou-light)!important;color:var(--ou-body-color)!important;}
.bg-danger {background-color: var(--ou-danger);}
.bg-opus {background-color: var(--ou-theme-bg);color: var(--ou-white);}
.bg-transparent {background-color: transparent!important;}
.clearfix {clear: fix;}
.blockquote {color: var(--ou-body-color);font-size: 18px;font-style: italic;font-weight: 400;}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {--ou-gutter-x: 1.5rem;--ou-gutter-y: 0;width: 100%;padding-right: calc(var(--ou-gutter-x) * 0.5);padding-left: calc(var(--ou-gutter-x) * 0.5);margin-right: auto;margin-left: auto;}
.shadow-xs {box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)!important;}
.shadow-xm {box-shadow: 0 1px 6px rgb(0 0 0 / 6%)!important;}
.ou-fx-menu {position: fixed;left: 15px;bottom: 15px;z-index: 999;}
.ou-fx-menu .ou-link {height: 40px;display: flex;align-items: center;font-size: 19px;background-color: rgba(var(--ou-theme-bg-rgb), 0.7);color: var(--ou-white);border-radius: var(--ou-border-radius-pill);padding: 0 15px;box-shadow: var(--ou-box-shadow);-webkit-backdrop-filter: blur(8px);backdrop-filter: blur(8px);}
.ou-hashtag-container {position: sticky;top: 60px;width: 100%;background-color: var(--ou-white-bg);color: var(--ou-body-color);border: 1px solid var(--ou-border-color);margin-bottom: 15px;padding: 1rem;border-radius: var(--ou-border-radius-xl);box-shadow: var(--ou-box-shadow-xm);z-index: 10;}
.ou-hashtag-container.active {border-top-left-radius: 0!important;border-top-right-radius: 0!important;box-shadow: var(--ou-box-shadow);}
.ou-hashtag-container .hash-top {display: flex;align-items: center;gap: 10px;}
.ou-hashtag-container .hash-title {font-size: 1.75rem;font-weight: 500;}
.ou-hashtag-container .hash-title span {display: block;font-size: 0.85rem;font-weight: 300;color: var(--ou-secondary);}
@media (max-width: 768px) {
    .ou-hashtag-container {padding: 0.75rem;}
    .ou-hashtag-container .hash-title {font-size: 1.25rem;}
    .ou-hashtag-container .hash-title span {font-size: 0.75rem;}
    .ou-hashtag-container .ou-s2 {font-size: 1.9rem!important;}
}
.form-control {background-color: var(--ou-body-bg);border: 1px solid var(--ou-border-color);font-size: 18px;color: var(--ou-body-color);padding: 0.60rem 0.75rem!important;}
.form-control:focus {background-color: transparent;border-color: var(--ou-warning);transition: var(--ou-effect);box-shadow: var(--ou-box-shadow-xm);}
.form-control::placeholder {opacity: 0.5;color: var(--ou-body-color);font-weight: 300;}
.form-select {background-color: var(--ou-body-bg);border: 1px solid var(--ou-border-color);font-size: 18px;color: var(--ou-body-color);padding: 0.60rem 2.25rem 0.60rem 0.60rem!important;}
.form-select:focus {background-color: var(--ou-white-bg);border-color: var(--ou-warning);transition: var(--ou-effect);box-shadow: var(--ou-box-shadow-xm);}
.dropdown {position: relative;display: inline-block;}
.dropdown-menu {position: absolute;display: none;visibility: hidden;opacity: 0;transition: all 0.25s ease;background-color: var(--ou-white-bg);box-shadow: 0 6px 12px rgba(0,0,0,0.175);z-index: 9999!important;pointer-events: none;padding: 15px;border:1px solid var(--ou-border-color)!important;border-radius: var(--ou-border-radius-xl);}
.dropdown-menu.show {visibility: visible;opacity: 1;pointer-events: auto;}
.dropdown-menu.bottom {top: 100%;margin-top: 10px;transform: translateY(-10px);}
.dropdown-menu.bottom.show {transform: translateY(0);}
.dropdown-menu.bottom::before {top: -5px;left: 10px;}
.dropdown-menu.top {bottom: 100%;margin-bottom: 10px;transform: translateY(10px);}
.dropdown-menu.top.show {transform: translateY(0);}
.dropdown-menu.top::before {bottom: -5px;left: 10px;}
.dropdown-menu.right {left: 100%;top: 0;margin-left: 10px;transform: translateX(-10px);}
.dropdown-menu.right.show {transform: translateX(0);}
.dropdown-menu.right::before {left: -5px;top: 10px;right: auto;}
.dropdown-menu.left {right: 100%;top: 0;margin-right: 10px;transform: translateX(10px);}
.dropdown-menu.left.show {transform: translateX(0);}
.dropdown-menu.left::before {right: -5px;top: 10px;left: auto;}
.dropdown-menu .dropdown-item {height: 46px;display: flex;align-items: center;font-size: 18px;font-weight: 400;padding:0 15px;border-radius: var(--ou-border-radius-lg)!important;text-wrap: nowrap;cursor: pointer;}
.dropdown-menu .dropdown-item .text-small {font-size: 12px;font-weight: 300;color: var(--ou-secondary);display: block;}
.dropdown-menu .dropdown-item:hover {background-color: var(--ou-light);color: var(--ou-body-color);transition: var(--ou-effect);}
.dropdown-menu .dropdown-item .ou {font-size: 24px;}
.dropdown-menu .dropdown-item.active, .dropdown-item:active {background-color: var(--ou-theme-hv)!important;color: var(--ou-theme-color)!important;}
.dropdown-toggle::after {display: none;}
.dropdown-icon {display: flex;flex-wrap: wrap;width: 252px;max-height: 200px;overflow-y: auto;}
.dropdown-icon .emoji-title {font-size:16px;font-weight: 400;color: var(--ou-secondary);}
.dropdown-icon .emj {font-size: 20px;cursor: pointer;width: 40px;height: 40px;display:inline-flex!important;align-items: center!important;justify-content: center!important;transition: background 0.2s ease;border-radius: 4px;flex-shrink: 0!important;}
.dropdown-icon .emj:hover {background: var(--ou-light);}
.dropdown-icon .emj:hover span {scale: 1.5;}
.tooltip {position: absolute;background-color: var(--ou-white-bg);color: var(--ou-body-color);border: 1px solid var(--ou-border-color);padding: 10px 15px;border-radius: 4px;font-size: 16px;font-weight: 400;text-align: center;line-height: 1.10rem;z-index: 9998;opacity: 0;pointer-events: none;max-width: 180px;word-wrap: break-word;white-space: normal;border-radius: var(--ou-border-radius-xl);box-shadow: var(--ou-box-shadow);transition: opacity 0.2s ease, transform 0.3s ease;}
.tooltip.show {opacity: 1;transform: translateY(0);}
@keyframes slideInFromBottom { 0% { opacity: 0; transform: translateY(10px); } 100% {opacity: 1;transform: translateY(0);}}
.tooltip.show {animation: slideInFromBottom 0.3s ease-out;}
.tooltip[data-placement="top"]::after {bottom: -6px;left: 50%;transform: translateX(-50%);border-width: 6px 6px 0 6px;border-color: var(--ou-warning) transparent transparent transparent;}
.tooltip[data-placement="bottom"]::after {top: -6px;left: 50%;transform: translateX(-50%);border-width: 0 6px 6px 6px;border-color: transparent transparent var(--ou-warning) transparent;}
.tooltip[data-placement="left"]::after {right: -6px;top: 50%;transform: translateY(-50%);border-width: 6px 0 6px 6px;border-color: transparent transparent transparent var(--ou-warning);}
.tooltip[data-placement="right"]::after {left: -6px;top: 50%;transform: translateY(-50%);border-width: 6px 6px 6px 0;border-color: transparent var(--ou-warning) transparent transparent;}
.or {display: grid;grid-template-columns: 1fr auto 1fr;color: var(--ou-secondary);align-items: center;gap: 15px;font-size: 20px;font-weight: 300;}
.or::before,
.or:after {content: "";height: 1px;flex: 1;background: var(--ou-border-color);}
.form-check {display: flex;align-items: center;gap: 10px;cursor: pointer;}
.form-check-input {--ou-form-check-bg: var(--ou-body-bg);flex-shrink: 0;width: 1.2em;height: 1.2em;-webkit-appearance: none;-moz-appearance: none;appearance: none;background-color: var(--ou-form-check-bg);background-image: var(--ou-form-check-bg-image);background-repeat: no-repeat;background-position: center;background-size: contain;border: var(--ou-border-width) solid var(--ou-border-color);-webkit-print-color-adjust: exact;print-color-adjust: exact;}
.form-check-input[type=checkbox] {border-radius: 50%;}
.form-check-input[type=radio] {border-radius: 50%;}
.form-check-input:active {filter: brightness(90%);}
.form-check-input:focus {border-color: var(--ou-theme-bg);outline: 0;box-shadow: 0 0 0 0.25rem rgba(var(--ou-theme-bg-rgb), 0.25);}
.form-check-input:checked {background-color: var(--ou-theme-bg);border-color: var(--ou-theme-bg);box-shadow: none;}
.form-check-input:checked[type=checkbox] {--ou-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");}
.form-check-input:checked[type=radio] {--ou-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");}
.form-check-input[type=checkbox]:indeterminate {background-color: var(--ou-info);border-color: var(--ou-info);--ou-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");}
.form-control.is-valid {background-color: rgba(var(--ou-success-rgb), 0.15) !important;}
.form-control.is-invalid {background-color: rgba(var(--ou-danger-rgb), 0.15) !important;}
input[type="checkbox"].is-valid,
input[type="radio"].is-valid {border: 2px solid var(--ou-success);background-image: none !important;padding-right: 0 !important;}
input[type="checkbox"].is-invalid,
input[type="radio"].is-invalid {border: 2px solid var(--ou-danger);background-image: none !important;padding-right: 0 !important;}
.btn:disabled,
.btn.disabled,
.btn[disabled],
fieldset:disabled .btn {opacity: 0.4!important;cursor: not-allowed !important;}
.input-group .input-group-text {background-color: var(--ou-body-bg);border: 1px solid var(--ou-border-color);color: var(--ou-body-color);font-size: 18px;font-weight: 400;padding: 0 1rem;display: flex;align-items: center;justify-content: center;border-radius: var(--ou-border-radius-lg);border-right: 0;}
/** SELECT2 **/
.form-select2-wrapper {position: relative;width: 100%;font-size: 1rem;font-weight: 400;line-height: 1.5;}
.form-select2__control {display: flex;align-items: center;flex-wrap: wrap;width: 100%;font-size: 18px;font-weight: 400;padding: 0.75rem 2.25rem 0.75rem 0.75rem;min-height: calc(1.5em + 0.75rem + 2px);color: var(--ou-body-color, #212529);background-color: var(--ou-body-bg, #fff);background-image: var(--ou-form-select-bg-img, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"));background-repeat: no-repeat;background-position: right 0.75rem center;background-size: 16px 12px;border: var(--ou-border-width, 1px) solid var(--ou-border-color, #ced4da);border-radius: var(--ou-border-radius, 0.375rem);transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;cursor: pointer;}
.form-select2__control:focus {border-color: #86b7fe;outline: 0;box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);}
.form-select2-wrapper.open .form-select2__control {border-bottom-left-radius: 0;border-bottom-right-radius: 0;}
.form-select2__placeholder {color: var(--ou-secondary);}
.form-select2__selected-tag {display: inline-flex;align-items: center;height: 36px;padding-left: 10px;gap: 0.35rem;margin: 0.125rem;font-size: 16px;font-weight: 400;background-color: var(--ou-secondary-bg);border-radius: var(--ou-border-radius-lg)}
.form-select2__selected-tag button {background: none;border: none;cursor: pointer;color: var(--ou-body-color);font-size: 24px;width: 20px;}
.form-select2__selected-tag button:hover {color: var(--ou-danger);transition: var(--ou-effect);}
.form-select2__dropdown {position: absolute;z-index: 1000;left: 0;right: 0;background: var(--ou-white-bg);border: 1px solid var(--ou-border-color);border-top: none;border-radius: 0 0 0.375rem 0.375rem;box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);display: none;max-height: 240px;overflow-y: auto;}
.form-select2__dropdown.open {display: block;}
.form-select2__search {width: 100%;padding: 0.375rem 0.75rem;border: none;border-bottom: 1px solid var(--ou-border-color);outline: none;background-color: var(--ou-body-bg);color: var(--ou-body-color);}
.form-select2__list {list-style: none;margin: 0;padding: 0;}
.form-select2__item {padding: 0.375rem 0.75rem;cursor: pointer;}
.form-select2__item:hover,
.form-select2__item.active {background-color: var(--ou-theme-bg);color: var(--ou-white);}
.form-select2__item.selected {background-color: var(--ou-light);color: var(--ou-body-color);}
.form-select2__no-results {padding: 0.375rem 0.75rem;color: #6c757d;}
.form-select2-wrapper.multiple .form-select2__control {background-image: none;padding-right: 0.75rem;}
.form-select2__caret {display: none;}
[data-bs-theme=dark] .form-select2__control { --ou-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-color: var(--ou-body-bg);color: var(--ou-body-color);border-color: var(--ou-border-color);}
@media (min-width: 576px) {.container-sm, .container {max-width: 100%;}}
@media (min-width: 768px) {.container-md, .container-sm, .container {max-width: 100%;}}
@media (min-width: 992px) {.container-lg, .container-md, .container-sm, .container {max-width: 100%;}}
@media (min-width: 1200px) {.container-xl, .container-lg, .container-md, .container-sm, .container {max-width: 100%;}}
@media (min-width: 1400px) {.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {max-width: 1340px;}}
/** TOASTS **/
.toast-container {position: fixed;right: 1rem;bottom: 1rem;z-index: 1060;display: flex;flex-direction: column-reverse;gap: 0.5rem;pointer-events: none;max-width: calc(100% - 2rem);}
.toast {position: relative;min-width: 260px;max-width: 360px;background: var(--ou-white-bg);color: var(--ou-body-color);border-radius: var(--ou-border-radius-xl);box-shadow: var(--ou-box-shadow);padding: 1.25rem;display: flex;gap: 0.5rem;align-items: flex-start;overflow: hidden;pointer-events: auto;transform-origin: right bottom;animation: toast-in .24s ease;}
.toast .content {flex: 1 1 auto;font-size: 0.95rem;}
.toast .title {display: flex;align-items: center;font-size: 20px;font-weight: 600;margin-bottom: 0.25rem;}
.toast .msg {font-size: 0.98rem;line-height: 1.1;opacity: .9;}
.toast .close-btn {position: absolute;top: 5px;right: 15px;background: transparent;border: none;font-size: 30px!important;line-height: 1;cursor: pointer;color: var(--ou-secondary);opacity: .9;}
.toast .close-btn:hover { opacity: 1; }
.toast--success { border-left:4px solid var(--ou-success); }
.toast--info    { border-left:4px solid var(--ou-info); }
.toast--warning { border-left:4px solid var(--ou-warning); }
.toast--danger  { border-left:4px solid var(--ou-danger); }
@media (max-width: 420px) { .toast { min-width: 220px; max-width: calc(100% - 2rem); } }
@keyframes toast-in { from { transform: translateY(6px) scale(.98); opacity: 0; } to { transform: translateY(0) scale(1); opacity: 1; } }
@keyframes toast-out { from { transform: translateY(0) scale(1); opacity: 1; } to { transform: translateY(6px) scale(.98); opacity: 0; } }
.toast .progress { height: 3px; background: var(--ou-theme-clr2); border-radius: 3px; overflow: hidden; margin-top: .5rem;}
.toast .progress > i { display: block; height: 100%; width: 100%; transform-origin: left; transform: scaleX(1); transition: transform linear; background: linear-gradient(90deg, rgba(var(--ou-theme-bg-rgb),.12), rgba(var(--ou-white-bg-rgb),.06));}
/** MODAL **/
.modal {display: none;position: fixed;z-index: 9999;inset: 0;background: rgba(0, 0, 0, 0.4);-webkit-backdrop-filter: blur(8px);backdrop-filter: blur(8px);justify-content: center;align-items: center;box-sizing: border-box;overflow: hidden;}
.modal.active { display: flex; touch-action: none !important; }
.modal .modal-dialog {width: 100%;max-width: 640px;max-height: calc(100vh - 1.5rem);display: flex;flex-direction: column;box-sizing: border-box;padding-left: 0.75rem;padding-right: 0.75rem;}
.modal .modal-dialog.fadeIn {animation: fadeIn 0.3s ease;}
.modal .modal-content {width: 100%;background: var(--ou-white-bg);border-radius: var(--ou-border-radius-xl);box-shadow: var(--ou-box-shadow);border: 1px solid var(--ou-border-color);display: flex;flex-direction: column;max-height: inherit;}
.modal .modal-header { flex: 0 0 auto; padding: 15px; }
.modal .modal-footer { flex: 0 0 auto; padding: 15px; display:flex; justify-content:flex-end; gap:10px; }
.modal .modal-body {flex: 1 1 auto;padding: 1rem;box-sizing: border-box;overflow-y: auto;-webkit-overflow-scrolling: touch;}
.modal .modal-header {display: flex;align-items: center;}
.modal .modal-header .header-title {font-size: 22px; font-weight: 500;color: var(--ou-warning);}
.modal .modal-header .header-title .small-text {display: block;font-size: 14px; font-weight: 300;color: var(--ou-secondary);}
.modal .modal-header,.modal-footer {padding: 15px;}
.modal .modal-footer {display: flex;align-items: center;justify-content: end;gap:10px;}
.modal .modal-footer .btn {font-size: 18px;border-radius: var(--ou-border-radius-lg);}
.modal .modal-footer .btn .ou {font-size: 24px;}
.modal .modal-close {cursor: pointer;font-size: 1.8rem;margin-left: auto;}
.modal .modal-close:hover {color: var(--ou-danger);transition: var(--ou-effect);}
.modal .modal-turn {cursor: pointer;font-size: 1.8rem;margin-right: 15px;width: 40px;height: 40px;background-color: var(--ou-light);border-radius: 50%;display: grid;place-items: center;flex-shrink: 0;}
.modal .modal-turn:hover {color: var(--ou-danger);transition: var(--ou-effect);}
@keyframes fadeIn {from { opacity: 0; transform: scale(0.95); }to   { opacity: 1; transform: scale(1); }}
@keyframes shake {0% { transform: scale(1); }25% { transform: scale(1.03); }50% { transform: scale(0.96); }75% { transform: scale(1.02); }100% { transform: scale(1); }}
.modal .modal-dialog.shake {animation: shake 0.25s ease;}
.modal .modal-sm {max-width: 480px;margin: 0 auto;}
.modal .modal-md {max-width: 768px;margin: 0 auto;}
.modal .modal-lg {max-width: 990px;margin: 0 auto;}
.modal .modal-fullscreen-lg {max-width: 990px;margin: 0 auto;}
.modal .modal-fullscreen {width: 100vw !important;max-width: 100vw !important;height: var(--ou-vh);max-height: var(--ou-vh);margin: 0;padding: 0!important;}
.modal .modal-fullscreen .modal-content {height: 100%;border-radius: 0;max-width: 100%;display: flex;flex-direction: column;}
.modal .modal-fullscreen .modal-body {flex: 1;overflow-y: auto;min-height: 0;}
@media (max-width: 767.98px) {
    .modal .modal-fullscreen-md {width: 100vw !important;max-width: 100vw !important;height: var(--ou-vh);max-height: var(--ou-vh);margin: 0;padding: 0!important;}
    .modal .modal-fullscreen-md .modal-content {height: 100%;border-radius: 0;max-width: 100%;display: flex;flex-direction: column;}
    .modal .modal-fullscreen-md .modal-body {flex: 1;overflow-y: auto;min-height: 0;}
    .modal .modal-fullscreen-md .share-content {height: 100%!important;flex: 1;overflow-y: auto;}
}
@media (max-width: 991.98px) {
    .modal .modal-fullscreen-lg {width: 100vw !important;max-width: 100vw !important;height: var(--ou-vh);max-height: var(--ou-vh);margin: 0;padding: 0!important;}
    .modal .modal-fullscreen-lg .modal-content {height: 100%;border-radius: 0;max-width: 100%;display: flex;flex-direction: column;}
    .modal .modal-fullscreen-lg .modal-body {flex: 1;overflow-y: auto;min-height: 0;}
}
.modal .form-label {font-size: 16px;font-weight: 500;color: var(--ou-body-color);margin-bottom: 10px;display: block;}
.modal .password-rules {position: absolute;top: 58px;left: 0;display: none;border-radius: var(--ou-border-radius-xl);font-size: 16px;font-weight: 300;padding: 6px 10px;z-index: 15;background-color: var(--ou-danger);color: var(--ou-white);}
.modal .password-rules li {opacity: 1;transition: opacity 0.3s ease;height: 28px;display: flex;align-items: center;}
.modal .password-rules li.hidden {opacity: 0;height: 0;margin: 0;padding: 0;overflow: hidden;}
.modal .password-rules li .ou {width: 20px!important;height: 20px!important;}
.offcanvas {position: fixed;top: 0;left: 0;width: 300px;height: 100%;background-color: var(--ou-body-bg);transform: translateX(-100%);transition: transform 0.3s ease;z-index: 1040;display: flex;flex-direction: column;}
@media (max-width: 576px) {.offcanvas {width: 100%!important;}}
.offcanvas .offcanvas-header {display: flex;align-items: center;height: 60px;gap: 10px;padding: 0 10px;border-bottom: 1px solid var(--ou-border-color);background-color: var(--ou-white-bg);flex-shrink: 0;}
.offcanvas .offcanvas-header .header-logo {display: inline-flex!important;max-width: 200px;height: 38px;object-fit: contain;filter: drop-shadow(rgba(0, 0, 0, 0.2) 2px 2px 2px);margin-right: 15px;}
.offcanvas .offcanvas-header .header-logo .ou-Logo-icon {width: 38px;height: 38px;}
.offcanvas .offcanvas-header .header-logo .ou-Logo-text {width: auto;height: 38px;}
.offcanvas .offcanvas-header .offcanvas-close {width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;background-color: var(--ou-light);border-radius: 50%;flex-shrink: 0;}
.offcanvas .offcanvas-body {padding: 16px;overflow-y: auto;flex-grow: 1;}
.offcanvas .offcanvas-body .offcanvas-menu {border: 1px solid var(--ou-border-color);border-radius: var(--ou-border-radius-xl);background-color: var(--ou-white-bg);}
.offcanvas .offcanvas-body .offcanvas-menu .offcanvas-item > a {height: 54px;display: flex;align-items: center;padding-left: 15px;padding-right: 10px;font-size: 1.20rem;font-weight: 400;border-bottom: 1px solid var(--ou-border-color);}
.offcanvas .offcanvas-body .offcanvas-menu .offcanvas-item:last-of-type > a {border-bottom: none;}
.offcanvas .offcanvas-body .offcanvas-menu .offcanvas-item .go {font-size: 20px;color: var(--ou-secondary);}
.offcanvas .offcanvas-body .offcanvas-menu .offcanvas-item .badge {font-size: 12px;font-weight: 400;background-color: var(--ou-warning);color: var(--ou-white);padding: 4px 8px;border-radius: var(--ou-border-radius-pill);display: inline-block!important;margin-left: auto;}
.offcanvas.show {transform: translateX(0);}
.offcanvas-backdrop {position: fixed;inset: 0;background-color: rgba(0,0,0,0.5);z-index: 1030;opacity: 0;visibility: hidden;transition: opacity 0.3s ease;}
.offcanvas-backdrop.show {opacity: 1;visibility: visible;}
body.offcanvas-open {overflow: hidden;}
@media (max-width: 768px) {.d-n-md {display: none!important;}}
@media (max-width: 990px) {.d-n-lg {display: none!important;}}
@media (max-width: 1199px) {.d-n-xl {display: none!important;}}
@media (max-width: 1299px) {.d-n-xxl {display: none!important;}}
.net-status {position: fixed;bottom: 15px;left: 15px;height: 54px;display: inline-flex;align-items: center;padding: 0 15px;font-size: 18px;font-weight: 500;color: var(--ou-white);border-radius: var(--ou-border-radius-xl);box-shadow: var(--ou-box-shadow);z-index: 9999;opacity: 0;transform: translateY(20px);transition: opacity 0.5s ease, transform 0.5s ease;pointer-events: none;}
.net-status.not {opacity: 1;transform: translateY(0);}
.breadcrumb .breadcrumb-item {font-size: 16px;font-weight: 400;color: var(--ou-secondary);}
.breadcrumb .breadcrumb-item a {color: var(--ou-theme-clr2);font-weight: 500;}
.breadcrumb .breadcrumb-item.active {color: var(--ou-secondary)!important;}
/** LOADING **/
.load-screen {position: fixed;top:0;left:0;width: 100%;height:100vh;display:grid;place-items:center;z-index: 9999;background-color: rgba(var(--ou-body-bg-rgb), 0.30);-webkit-backdrop-filter: blur(3px);backdrop-filter: blur(3px);}
.load-screen .w-spinner {width: 130px;display: block;height: 2px;margin: 28px auto; border-radius: 2px;background-color: var(--ou-secondary-bg);position: relative;overflow: hidden;z-index: 1;}
.load-screen .w-spinner:before {content:'';height: 3px;width: 68px;position: absolute;-webkit-transform: translate(-34px, 0);-ms-transform: translate(-34px, 0);transform: translate(-34px, 0);background-color: var(--ou-warning);border-radius: 2px;-webkit-animation: initial-loading 1.5s infinite ease;animation: animation 1.4s infinite ease;}
.load-screen .wscreen {text-align: center;}
.load-screen .wscreen .image {width: 54px;height: 54px;box-shadow: 0px 7px 20px 2px rgba(var(--ou-body-bg-rgb), 0.60);border-radius: 2px;animation: bounce 1.4s ease infinite;margin: 0 auto;}
.load-screen .wscreen small {color: var(--ou-secondary);font-size:14px;letter-spacing: 3px;}
.load-screen .wscreen ul {margin: 0;padding: 0;}
.load-screen .wscreen li {list-style: none;display: inline-block;letter-spacing: 3px;font-size: 30px;font-weight: 500;color:var(--ou-secondary-bg);margin-right: 5px;animation: on-run 2.6s ease infinite;-webkit-animation: on-run 2.6s ease infinite;-moz-animation: on-run 2.6s ease infinite;-ms-animation: on-run 2.6s ease infinite;  -o-animation: on-run 2.6s ease infinite;}
.load-screen .wscreen li:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}
.load-screen .wscreen li:nth-child(2){-webkit-animation-delay:.4s;animation-delay:.4s;margin-right: 10px;}
.load-screen .wscreen li:nth-child(3){-webkit-animation-delay:.6s;animation-delay:.6s}
.load-screen .wscreen li:nth-child(4){-webkit-animation-delay:.8s;animation-delay:.8s}
.load-screen .wscreen li:nth-child(5){-webkit-animation-delay:1s;animation-delay:1s;margin-right: 10px;}
.load-screen .wscreen li:nth-child(6){-webkit-animation-delay:1.2s;animation-delay:1.2s}
.load-screen .wscreen li:nth-child(7){-webkit-animation-delay:1.4s;animation-delay:1.4s}
.load-screen .wscreen li:nth-child(8){-webkit-animation-delay:1.6s;animation-delay:1.6s}
.load-screen .wscreen li:last-child{margin-right:0}
@-webkit-keyframes animation {0% {left: 0}50% {left: 100%}100% {left: 0}}
@keyframes animation {0% {left: 0}50% {left: 100%}100% {left: 0}}
@-webkit-keyframes on-run {0% {color:var(--ou-secondary-bg);}25% {color: var(--ou-warning);}50% {color:var(--ou-warning);}75% {color:var(--ou-theme-bg);}100% {color:var(--ou-secondary-bg);}}
@keyframes on-run {0% {color:var(--ou-secondary-bg);}25% {color: var(--ou-warning);}50% {color:var(--ou-warning);}75% {color:var(--ou-secondary-bg);}100% {color:var(--ou-secondary-bg);}}
@-webkit-keyframes bounce { 0% {-webkit-transform: scale(1) ;transform: scale(1) ;-webkit-filter: blur(0);filter: blur(0);} 50% {-webkit-transform: scale(.9) ;transform: scale(.9) ;-webkit-filter: blur(1.4);filter: blur(1.4);-webkit-box-shadow: 0px 0.3px 5px .5px rgb(var(--ou-body-bg-rgb),0.3);box-shadow: 0px 0.3px 5px .5px rgb(var(--ou-body-bg-rgb),0.3);} 100% {-webkit-transform: scale(1);transform: scale(1);}}
@keyframes bounce { 0% {-webkit-transform: scale(1) ;transform: scale(1) ;-webkit-filter: blur(0);filter: blur(0);} 50% {-webkit-transform: scale(.9) ;transform: scale(.9) ;-webkit-filter: blur(1.4);filter: blur(1.4);-webkit-box-shadow: 0px 0.3px 5px .5px rgb(var(--ou-body-bg-rgb),0.3);box-shadow: 0px 0.3px 5px .5px rgb(var(--ou-body-bg-rgb),0.3);} 100% {-webkit-transform: scale(1) ;transform: scale(1);}}
.max-leng-wrapper { position: relative; display: block; }
.max-leng { box-sizing: border-box; width: 100%; }
.max-leng-counter {display: block;font-size: 12px;color: #666;text-align: right;margin-top: 6px;user-select: none;}
.max-leng-counter.maxed { color: var(--ou-danger); font-weight: 600; }
.ou { display: inline-block; width: 1em; height: 1em; background-color: currentColor; -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; vertical-align: -0.125em;}
.ou-s1 {font-size: 1.5rem !important;flex-shrink: 0!important;}
.ou-s2 {font-size: 2.5rem !important;flex-shrink: 0!important;}
.ou-s3 {font-size: 3.5rem !important;flex-shrink: 0!important;}
.ou-s4 {font-size: 4.5rem !important;flex-shrink: 0!important;}
.ou-opus-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 18.72 18.72'%3E%3Cpath d='M16.95 0l-15.17 0c-0.97,0 -1.77,0.8 -1.77,1.77l0 15.17c0,0.97 0.8,1.77 1.77,1.77l15.17 0c0.97,0 1.77,-0.8 1.77,-1.77l0 -15.17c0,-0.97 -0.8,-1.77 -1.77,-1.77zm-0.48 6.95l0 3.89c0,0.7 -0.15,1.35 -0.42,1.9 -0,0.01 -0.01,0.02 -0.01,0.02 -0.06,0.11 -0.12,0.23 -0.19,0.34 -0.7,1.11 -1.94,1.79 -3.46,1.79 -0.58,0 -1.12,-0.1 -1.6,-0.28 -1.51,-0.57 -2.47,-1.97 -2.47,-3.77l0 -5.11c1.07,0 1.93,0.86 1.93,1.93l0 3.11c0,1.39 0.89,2.37 2.15,2.37 1.25,0 2.14,-0.98 2.14,-2.37l0 -3.49c-0.17,-0.4 -0.38,-0.77 -0.64,-1.12 -0.98,-1.32 -2.55,-2.18 -4.32,-2.18 -1.35,0 -2.58,0.5 -3.52,1.31 -1.14,0.99 -1.86,2.45 -1.86,4.07 0,2.84 2.22,5.18 5.01,5.37 0.37,0.3 0.8,0.54 1.27,0.72 0.6,0.23 1.25,0.34 1.93,0.34 0.25,0 0.49,-0.02 0.73,-0.05 -1.07,0.6 -2.3,0.93 -3.61,0.92 -4.02,-0.03 -7.29,-3.35 -7.25,-7.37 0.02,-2.73 1.55,-5.11 3.79,-6.35 1.05,-0.58 2.25,-0.91 3.52,-0.91 1.62,0 3.11,0.53 4.32,1.42 0.22,0.16 0.44,0.34 0.64,0.53 0.87,0.8 1.54,1.82 1.94,2.96z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 18.72 18.72'%3E%3Cpath d='M16.95 0l-15.17 0c-0.97,0 -1.77,0.8 -1.77,1.77l0 15.17c0,0.97 0.8,1.77 1.77,1.77l15.17 0c0.97,0 1.77,-0.8 1.77,-1.77l0 -15.17c0,-0.97 -0.8,-1.77 -1.77,-1.77zm-0.48 6.95l0 3.89c0,0.7 -0.15,1.35 -0.42,1.9 -0,0.01 -0.01,0.02 -0.01,0.02 -0.06,0.11 -0.12,0.23 -0.19,0.34 -0.7,1.11 -1.94,1.79 -3.46,1.79 -0.58,0 -1.12,-0.1 -1.6,-0.28 -1.51,-0.57 -2.47,-1.97 -2.47,-3.77l0 -5.11c1.07,0 1.93,0.86 1.93,1.93l0 3.11c0,1.39 0.89,2.37 2.15,2.37 1.25,0 2.14,-0.98 2.14,-2.37l0 -3.49c-0.17,-0.4 -0.38,-0.77 -0.64,-1.12 -0.98,-1.32 -2.55,-2.18 -4.32,-2.18 -1.35,0 -2.58,0.5 -3.52,1.31 -1.14,0.99 -1.86,2.45 -1.86,4.07 0,2.84 2.22,5.18 5.01,5.37 0.37,0.3 0.8,0.54 1.27,0.72 0.6,0.23 1.25,0.34 1.93,0.34 0.25,0 0.49,-0.02 0.73,-0.05 -1.07,0.6 -2.3,0.93 -3.61,0.92 -4.02,-0.03 -7.29,-3.35 -7.25,-7.37 0.02,-2.73 1.55,-5.11 3.79,-6.35 1.05,-0.58 2.25,-0.91 3.52,-0.91 1.62,0 3.11,0.53 4.32,1.42 0.22,0.16 0.44,0.34 0.64,0.53 0.87,0.8 1.54,1.82 1.94,2.96z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-like {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32.61 30.28"%3E%3Cpath stroke="currentColor" stroke-width="2.33" stroke-linecap="round" stroke-linejoin="round" d="M23.3 11.65h4.85c1.59 0 3.02 1.08 3.19 2.66.07.66.11 1.32.11 1.99v.03c0 4.24-1.45 8.35-4.11 11.65-.6.75-1.53 1.13-2.49 1.13h-6.24c-.75 0-1.5-.12-2.21-.36l-4.84-1.62c-.71-.24-1.46-.36-2.21-.36H7.14m16.46-15.14h-3.5m-11.83 2.33c1.25 0 2.38-.69 3.15-1.68 1.2-1.54 2.72-2.81 4.44-3.73 1.12-.6 2.1-1.48 2.57-2.66.33-.83.5-1.71.5-2.6v-.98c0-.64.52-1.16 1.16-1.16 1.93 0 3.49 1.56 3.49 3.49 0 1.79-.4 3.48-1.12 5-.41.87.17 1.99 1.13 1.99"/%3E%3Cpath stroke="%23F28500" stroke-width="2.33" stroke-linecap="round" stroke-linejoin="round" d="M6.84 26.79c.13.32.27.63.42.93.31.62-.12 1.39-.81 1.39H4.99c-1.38 0-2.66-.8-3.06-2.12C1.4 25.23 1.12 23.4 1.12 21.56v-.01c0-2.41.46-4.71 1.29-6.83.47-1.2 1.69-1.91 2.98-1.91h1.64c.73 0 1.16.86.78 1.49-1.32 2.17-2.02 4.68-2.02 7.22v.02c0 1.85.36 3.62 1.02 5.24z"/%3E%3C/svg%3E') no-repeat center;
    -webkit-mask-size: contain;
    mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32.61 30.28"%3E%3Cpath stroke="currentColor" stroke-width="2.33" stroke-linecap="round" stroke-linejoin="round" d="M23.3 11.65h4.85c1.59 0 3.02 1.08 3.19 2.66.07.66.11 1.32.11 1.99v.03c0 4.24-1.45 8.35-4.11 11.65-.6.75-1.53 1.13-2.49 1.13h-6.24c-.75 0-1.5-.12-2.21-.36l-4.84-1.62c-.71-.24-1.46-.36-2.21-.36H7.14m16.46-15.14h-3.5m-11.83 2.33c1.25 0 2.38-.69 3.15-1.68 1.2-1.54 2.72-2.81 4.44-3.73 1.12-.6 2.1-1.48 2.57-2.66.33-.83.5-1.71.5-2.6v-.98c0-.64.52-1.16 1.16-1.16 1.93 0 3.49 1.56 3.49 3.49 0 1.79-.4 3.48-1.12 5-.41.87.17 1.99 1.13 1.99"/%3E%3Cpath stroke="%23F28500" stroke-width="2.33" stroke-linecap="round" stroke-linejoin="round" d="M6.84 26.79c.13.32.27.63.42.93.31.62-.12 1.39-.81 1.39H4.99c-1.38 0-2.66-.8-3.06-2.12C1.4 25.23 1.12 23.4 1.12 21.56v-.01c0-2.41.46-4.71 1.29-6.83.47-1.2 1.69-1.91 2.98-1.91h1.64c.73 0 1.16.86.78 1.49-1.32 2.17-2.02 4.68-2.02 7.22v.02c0 1.85.36 3.62 1.02 5.24z"/%3E%3C/svg%3E') no-repeat center;
    mask-size: contain;
}
.ou-like-solid {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M7.493 18.5c-.425 0-.82-.236-.975-.632A7.48 7.48 0 0 1 6 15.125c0-1.75.599-3.358 1.602-4.634.151-.192.373-.309.6-.397.473-.183.89-.514 1.212-.924a9.042 9.042 0 0 1 2.861-2.4c.723-.384 1.35-.956 1.653-1.715a4.498 4.498 0 0 0 .322-1.672V2.75A.75.75 0 0 1 15 2a2.25 2.25 0 0 1 2.25 2.25c0 1.152-.26 2.243-.723 3.218-.266.558.107 1.282.725 1.282h3.126c1.026 0 1.945.694 2.054 1.715.045.422.068.85.068 1.285a11.95 11.95 0 0 1-2.649 7.521c-.388.482-.987.729-1.605.729H14.23c-.483 0-.964-.078-1.423-.23l-3.114-1.04a4.501 4.501 0 0 0-1.423-.23h-.777ZM2.331 10.727a11.969 11.969 0 0 0-.831 4.398 12 12 0 0 0 .52 3.507C2.28 19.482 3.105 20 3.994 20H4.9c.445 0 .72-.498.523-.898a8.963 8.963 0 0 1-.924-3.977c0-1.708.476-3.305 1.302-4.666.245-.403-.028-.959-.5-.959H4.25c-.832 0-1.612.453-1.918 1.227Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M7.493 18.5c-.425 0-.82-.236-.975-.632A7.48 7.48 0 0 1 6 15.125c0-1.75.599-3.358 1.602-4.634.151-.192.373-.309.6-.397.473-.183.89-.514 1.212-.924a9.042 9.042 0 0 1 2.861-2.4c.723-.384 1.35-.956 1.653-1.715a4.498 4.498 0 0 0 .322-1.672V2.75A.75.75 0 0 1 15 2a2.25 2.25 0 0 1 2.25 2.25c0 1.152-.26 2.243-.723 3.218-.266.558.107 1.282.725 1.282h3.126c1.026 0 1.945.694 2.054 1.715.045.422.068.85.068 1.285a11.95 11.95 0 0 1-2.649 7.521c-.388.482-.987.729-1.605.729H14.23c-.483 0-.964-.078-1.423-.23l-3.114-1.04a4.501 4.501 0 0 0-1.423-.23h-.777ZM2.331 10.727a11.969 11.969 0 0 0-.831 4.398 12 12 0 0 0 .52 3.507C2.28 19.482 3.105 20 3.994 20H4.9c.445 0 .72-.498.523-.898a8.963 8.963 0 0 1-.924-3.977c0-1.708.476-3.305 1.302-4.666.245-.403-.028-.959-.5-.959H4.25c-.832 0-1.612.453-1.918 1.227Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-like-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M16.0001 7.9996c0 4.418-3.5815 7.9996-7.9995 7.9996S.001 12.4176.001 7.9996 3.5825 0 8.0006 0C12.4186 0 16 3.5815 16 7.9996Z' fill='url(%23paint0_linear_15251_63610)'/%3E%3Cpath d='M16.0001 7.9996c0 4.418-3.5815 7.9996-7.9995 7.9996S.001 12.4176.001 7.9996 3.5825 0 8.0006 0C12.4186 0 16 3.5815 16 7.9996Z' fill='url(%23paint1_radial_15251_63610)'/%3E%3Cpath d='M16.0001 7.9996c0 4.418-3.5815 7.9996-7.9995 7.9996S.001 12.4176.001 7.9996 3.5825 0 8.0006 0C12.4186 0 16 3.5815 16 7.9996Z' fill='url(%23paint2_radial_15251_63610)' fill-opacity='.5'/%3E%3Cpath d='M7.3014 3.8662a.6974.6974 0 0 1 .6974-.6977c.6742 0 1.2207.5465 1.2207 1.2206v1.7464a.101.101 0 0 0 .101.101h1.7953c.992 0 1.7232.9273 1.4917 1.892l-.4572 1.9047a2.301 2.301 0 0 1-2.2374 1.764H6.9185a.5752.5752 0 0 1-.5752-.5752V7.7384c0-.4168.097-.8278.2834-1.2005l.2856-.5712a3.6878 3.6878 0 0 0 .3893-1.6509l-.0002-.4496ZM4.367 7a.767.767 0 0 0-.7669.767v3.2598a.767.767 0 0 0 .767.767h.767a.3835.3835 0 0 0 .3835-.3835V7.3835A.3835.3835 0 0 0 5.134 7h-.767Z' fill='%23fff'/%3E%3Cdefs%3E%3CradialGradient id='paint1_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate(90 .0005 8) scale(7.99958)'%3E%3Cstop offset='.5618' stop-color='%230866FF' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%230866FF' stop-opacity='.1'/%3E%3C/radialGradient%3E%3CradialGradient id='paint2_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate(45 -4.5257 10.9237) scale(10.1818)'%3E%3Cstop offset='.3143' stop-color='%2302ADFC'/%3E%3Cstop offset='1' stop-color='%2302ADFC' stop-opacity='0'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint0_linear_15251_63610' x1='2.3989' y1='2.3999' x2='13.5983' y2='13.5993' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2302ADFC'/%3E%3Cstop offset='.5' stop-color='%230866FF'/%3E%3Cstop offset='1' stop-color='%232B7EFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.ou-heart {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-moon {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21.752 15.002A9.72 9.72 0 0 1 18 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 0 0 3 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 0 0 9.002-5.998Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21.752 15.002A9.72 9.72 0 0 1 18 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 0 0 3 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 0 0 9.002-5.998Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-sun {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 3v2.25m6.364.386-1.591 1.591M21 12h-2.25m-.386 6.364-1.591-1.591M12 18.75V21m-4.773-4.227-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 3v2.25m6.364.386-1.591 1.591M21 12h-2.25m-.386 6.364-1.591-1.591M12 18.75V21m-4.773-4.227-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-home {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m2.25 12 8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m2.25 12 8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-search {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-search-circle {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m15.75 15.75-2.489-2.489m0 0a3.375 3.375 0 1 0-4.773-4.773 3.375 3.375 0 0 0 4.774 4.774ZM21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m15.75 15.75-2.489-2.489m0 0a3.375 3.375 0 1 0-4.773-4.773 3.375 3.375 0 0 0 4.774 4.774ZM21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-search-document {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m5.231 13.481L15 17.25m-4.5-15H5.625c-.621 0-1.125.504-1.125 1.125v16.5c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Zm3.75 11.625a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m5.231 13.481L15 17.25m-4.5-15H5.625c-.621 0-1.125.504-1.125 1.125v16.5c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Zm3.75 11.625a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-user {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"%3E%3Cpath stroke-linecap="round" stroke-linejoin="round" d="M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0ZM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632Z"/%3E%3C/svg%3E') no-repeat center;
    -webkit-mask-size: contain;
    mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"%3E%3Cpath stroke-linecap="round" stroke-linejoin="round" d="M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0ZM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632Z"/%3E%3C/svg%3E') no-repeat center;
    mask-size: contain;
}
.ou-user-circle {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M17.982 18.725A7.488 7.488 0 0 0 12 15.75a7.488 7.488 0 0 0-5.982 2.975m11.963 0a9 9 0 1 0-11.963 0m11.963 0A8.966 8.966 0 0 1 12 21a8.966 8.966 0 0 1-5.982-2.275M15 9.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M17.982 18.725A7.488 7.488 0 0 0 12 15.75a7.488 7.488 0 0 0-5.982 2.975m11.963 0a9 9 0 1 0-11.963 0m11.963 0A8.966 8.966 0 0 1 12 21a8.966 8.966 0 0 1-5.982-2.275M15 9.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-user-group {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M18 18.72a9.094 9.094 0 0 0 3.741-.479 3 3 0 0 0-4.682-2.72m.94 3.198.001.031c0 .225-.012.447-.037.666A11.944 11.944 0 0 1 12 21c-2.17 0-4.207-.576-5.963-1.584A6.062 6.062 0 0 1 6 18.719m12 0a5.971 5.971 0 0 0-.941-3.197m0 0A5.995 5.995 0 0 0 12 12.75a5.995 5.995 0 0 0-5.058 2.772m0 0a3 3 0 0 0-4.681 2.72 8.986 8.986 0 0 0 3.74.477m.94-3.197a5.971 5.971 0 0 0-.94 3.197M15 6.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm6 3a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Zm-13.5 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M18 18.72a9.094 9.094 0 0 0 3.741-.479 3 3 0 0 0-4.682-2.72m.94 3.198.001.031c0 .225-.012.447-.037.666A11.944 11.944 0 0 1 12 21c-2.17 0-4.207-.576-5.963-1.584A6.062 6.062 0 0 1 6 18.719m12 0a5.971 5.971 0 0 0-.941-3.197m0 0A5.995 5.995 0 0 0 12 12.75a5.995 5.995 0 0 0-5.058 2.772m0 0a3 3 0 0 0-4.681 2.72 8.986 8.986 0 0 0 3.74.477m.94-3.197a5.971 5.971 0 0 0-.94 3.197M15 6.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm6 3a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Zm-13.5 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-users {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 19.128a9.38 9.38 0 0 0 2.625.372 9.337 9.337 0 0 0 4.121-.952 4.125 4.125 0 0 0-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 0 1 8.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0 1 11.964-3.07M12 6.375a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0Zm8.25 2.25a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 19.128a9.38 9.38 0 0 0 2.625.372 9.337 9.337 0 0 0 4.121-.952 4.125 4.125 0 0 0-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 0 1 8.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0 1 11.964-3.07M12 6.375a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0Zm8.25 2.25a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-user-plus {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M18 7.5v3m0 0v3m0-3h3m-3 0h-3m-2.25-4.125a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0ZM3 19.235v-.11a6.375 6.375 0 0 1 12.75 0v.109A12.318 12.318 0 0 1 9.374 21c-2.331 0-4.512-.645-6.374-1.766Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M18 7.5v3m0 0v3m0-3h3m-3 0h-3m-2.25-4.125a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0ZM3 19.235v-.11a6.375 6.375 0 0 1 12.75 0v.109A12.318 12.318 0 0 1 9.374 21c-2.331 0-4.512-.645-6.374-1.766Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-user-remove {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M22 10.5h-6m-2.25-4.125a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0ZM4 19.235v-.11a6.375 6.375 0 0 1 12.75 0v.109A12.318 12.318 0 0 1 10.374 21c-2.331 0-4.512-.645-6.374-1.766Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M22 10.5h-6m-2.25-4.125a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0ZM4 19.235v-.11a6.375 6.375 0 0 1 12.75 0v.109A12.318 12.318 0 0 1 10.374 21c-2.331 0-4.512-.645-6.374-1.766Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-profilecard {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 9h3.75M15 12h3.75M15 15h3.75M4.5 19.5h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Zm6-10.125a1.875 1.875 0 1 1-3.75 0 1.875 1.875 0 0 1 3.75 0Zm1.294 6.336a6.721 6.721 0 0 1-3.17.789 6.721 6.721 0 0 1-3.168-.789 3.376 3.376 0 0 1 6.338 0Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 9h3.75M15 12h3.75M15 15h3.75M4.5 19.5h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Zm6-10.125a1.875 1.875 0 1 1-3.75 0 1.875 1.875 0 0 1 3.75 0Zm1.294 6.336a6.721 6.721 0 0 1-3.17.789 6.721 6.721 0 0 1-3.168-.789 3.376 3.376 0 0 1 6.338 0Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-close {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 18 18 6M6 6l12 12'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 18 18 6M6 6l12 12'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-arrow-left {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15.75 19.5 8.25 12l7.5-7.5'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15.75 19.5 8.25 12l7.5-7.5'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-arrow-right {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M16.28 11.47a.75.75 0 0 1 0 1.06l-7.5 7.5a.75.75 0 0 1-1.06-1.06L14.69 12 7.72 5.03a.75.75 0 0 1 1.06-1.06l7.5 7.5Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M16.28 11.47a.75.75 0 0 1 0 1.06l-7.5 7.5a.75.75 0 0 1-1.06-1.06L14.69 12 7.72 5.03a.75.75 0 0 1 1.06-1.06l7.5 7.5Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-arrow-down {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-arrow-top-square {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13.5 6H5.25A2.25 2.25 0 0 0 3 8.25v10.5A2.25 2.25 0 0 0 5.25 21h10.5A2.25 2.25 0 0 0 18 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13.5 6H5.25A2.25 2.25 0 0 0 3 8.25v10.5A2.25 2.25 0 0 0 5.25 21h10.5A2.25 2.25 0 0 0 18 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-download {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5M16.5 12 12 16.5m0 0L7.5 12m4.5 4.5V3'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5M16.5 12 12 16.5m0 0L7.5 12m4.5 4.5V3'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}

.ou-refresh {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0 3.181 3.183a8.25 8.25 0 0 0 13.803-3.7M4.031 9.865a8.25 8.25 0 0 1 13.803-3.7l3.181 3.182m0-4.991v4.99'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0 3.181 3.183a8.25 8.25 0 0 0 13.803-3.7M4.031 9.865a8.25 8.25 0 0 1 13.803-3.7l3.181 3.182m0-4.991v4.99'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-sync {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 12c0-1.232-.046-2.453-.138-3.662a4.006 4.006 0 0 0-3.7-3.7 48.678 48.678 0 0 0-7.324 0 4.006 4.006 0 0 0-3.7 3.7c-.017.22-.032.441-.046.662M19.5 12l3-3m-3 3-3-3m-12 3c0 1.232.046 2.453.138 3.662a4.006 4.006 0 0 0 3.7 3.7 48.656 48.656 0 0 0 7.324 0 4.006 4.006 0 0 0 3.7-3.7c.017-.22.032-.441.046-.662M4.5 12l3 3m-3-3-3 3'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 12c0-1.232-.046-2.453-.138-3.662a4.006 4.006 0 0 0-3.7-3.7 48.678 48.678 0 0 0-7.324 0 4.006 4.006 0 0 0-3.7 3.7c-.017.22-.032.441-.046.662M19.5 12l3-3m-3 3-3-3m-12 3c0 1.232.046 2.453.138 3.662a4.006 4.006 0 0 0 3.7 3.7 48.656 48.656 0 0 0 7.324 0 4.006 4.006 0 0 0 3.7-3.7c.017-.22.032-.441.046-.662M4.5 12l3 3m-3-3-3 3'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-dots-horizontal {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM12.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM18.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM12.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM18.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-grid {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.75 6A2.25 2.25 0 0 1 6 3.75h2.25A2.25 2.25 0 0 1 10.5 6v2.25a2.25 2.25 0 0 1-2.25 2.25H6a2.25 2.25 0 0 1-2.25-2.25V6ZM3.75 15.75A2.25 2.25 0 0 1 6 13.5h2.25a2.25 2.25 0 0 1 2.25 2.25V18a2.25 2.25 0 0 1-2.25 2.25H6A2.25 2.25 0 0 1 3.75 18v-2.25ZM13.5 6a2.25 2.25 0 0 1 2.25-2.25H18A2.25 2.25 0 0 1 20.25 6v2.25A2.25 2.25 0 0 1 18 10.5h-2.25a2.25 2.25 0 0 1-2.25-2.25V6ZM13.5 15.75a2.25 2.25 0 0 1 2.25-2.25H18a2.25 2.25 0 0 1 2.25 2.25V18A2.25 2.25 0 0 1 18 20.25h-2.25A2.25 2.25 0 0 1 13.5 18v-2.25Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.75 6A2.25 2.25 0 0 1 6 3.75h2.25A2.25 2.25 0 0 1 10.5 6v2.25a2.25 2.25 0 0 1-2.25 2.25H6a2.25 2.25 0 0 1-2.25-2.25V6ZM3.75 15.75A2.25 2.25 0 0 1 6 13.5h2.25a2.25 2.25 0 0 1 2.25 2.25V18a2.25 2.25 0 0 1-2.25 2.25H6A2.25 2.25 0 0 1 3.75 18v-2.25ZM13.5 6a2.25 2.25 0 0 1 2.25-2.25H18A2.25 2.25 0 0 1 20.25 6v2.25A2.25 2.25 0 0 1 18 10.5h-2.25a2.25 2.25 0 0 1-2.25-2.25V6ZM13.5 15.75a2.25 2.25 0 0 1 2.25-2.25H18a2.25 2.25 0 0 1 2.25 2.25V18A2.25 2.25 0 0 1 18 20.25h-2.25A2.25 2.25 0 0 1 13.5 18v-2.25Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-grid-solid {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M3 6a3 3 0 0 1 3-3h2.25a3 3 0 0 1 3 3v2.25a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6Zm9.75 0a3 3 0 0 1 3-3H18a3 3 0 0 1 3 3v2.25a3 3 0 0 1-3 3h-2.25a3 3 0 0 1-3-3V6ZM3 15.75a3 3 0 0 1 3-3h2.25a3 3 0 0 1 3 3V18a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-2.25Zm9.75 0a3 3 0 0 1 3-3H18a3 3 0 0 1 3 3V18a3 3 0 0 1-3 3h-2.25a3 3 0 0 1-3-3v-2.25Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M3 6a3 3 0 0 1 3-3h2.25a3 3 0 0 1 3 3v2.25a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6Zm9.75 0a3 3 0 0 1 3-3H18a3 3 0 0 1 3 3v2.25a3 3 0 0 1-3 3h-2.25a3 3 0 0 1-3-3V6ZM3 15.75a3 3 0 0 1 3-3h2.25a3 3 0 0 1 3 3V18a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-2.25Zm9.75 0a3 3 0 0 1 3-3H18a3 3 0 0 1 3 3V18a3 3 0 0 1-3 3h-2.25a3 3 0 0 1-3-3v-2.25Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-grid-plus {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13.5 16.875h3.375m0 0h3.375m-3.375 0V13.5m0 3.375v3.375M6 10.5h2.25a2.25 2.25 0 0 0 2.25-2.25V6a2.25 2.25 0 0 0-2.25-2.25H6A2.25 2.25 0 0 0 3.75 6v2.25A2.25 2.25 0 0 0 6 10.5Zm0 9.75h2.25A2.25 2.25 0 0 0 10.5 18v-2.25a2.25 2.25 0 0 0-2.25-2.25H6a2.25 2.25 0 0 0-2.25 2.25V18A2.25 2.25 0 0 0 6 20.25Zm9.75-9.75H18a2.25 2.25 0 0 0 2.25-2.25V6A2.25 2.25 0 0 0 18 3.75h-2.25A2.25 2.25 0 0 0 13.5 6v2.25a2.25 2.25 0 0 0 2.25 2.25Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13.5 16.875h3.375m0 0h3.375m-3.375 0V13.5m0 3.375v3.375M6 10.5h2.25a2.25 2.25 0 0 0 2.25-2.25V6a2.25 2.25 0 0 0-2.25-2.25H6A2.25 2.25 0 0 0 3.75 6v2.25A2.25 2.25 0 0 0 6 10.5Zm0 9.75h2.25A2.25 2.25 0 0 0 10.5 18v-2.25a2.25 2.25 0 0 0-2.25-2.25H6a2.25 2.25 0 0 0-2.25 2.25V18A2.25 2.25 0 0 0 6 20.25Zm9.75-9.75H18a2.25 2.25 0 0 0 2.25-2.25V6A2.25 2.25 0 0 0 18 3.75h-2.25A2.25 2.25 0 0 0 13.5 6v2.25a2.25 2.25 0 0 0 2.25 2.25Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-grid-plus-solid {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M6 3a3 3 0 0 0-3 3v2.25a3 3 0 0 0 3 3h2.25a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H6ZM15.75 3a3 3 0 0 0-3 3v2.25a3 3 0 0 0 3 3H18a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3h-2.25ZM6 12.75a3 3 0 0 0-3 3V18a3 3 0 0 0 3 3h2.25a3 3 0 0 0 3-3v-2.25a3 3 0 0 0-3-3H6ZM17.625 13.5a.75.75 0 0 0-1.5 0v2.625H13.5a.75.75 0 0 0 0 1.5h2.625v2.625a.75.75 0 0 0 1.5 0v-2.625h2.625a.75.75 0 0 0 0-1.5h-2.625V13.5Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M6 3a3 3 0 0 0-3 3v2.25a3 3 0 0 0 3 3h2.25a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H6ZM15.75 3a3 3 0 0 0-3 3v2.25a3 3 0 0 0 3 3H18a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3h-2.25ZM6 12.75a3 3 0 0 0-3 3V18a3 3 0 0 0 3 3h2.25a3 3 0 0 0 3-3v-2.25a3 3 0 0 0-3-3H6ZM17.625 13.5a.75.75 0 0 0-1.5 0v2.625H13.5a.75.75 0 0 0 0 1.5h2.625v2.625a.75.75 0 0 0 1.5 0v-2.625h2.625a.75.75 0 0 0 0-1.5h-2.625V13.5Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-edit {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m16.862 4.487 1.687-1.688a1.875 1.875 0 1 1 2.652 2.652L10.582 16.07a4.5 4.5 0 0 1-1.897 1.13L6 18l.8-2.685a4.5 4.5 0 0 1 1.13-1.897l8.932-8.931Zm0 0L19.5 7.125M18 14v4.75A2.25 2.25 0 0 1 15.75 21H5.25A2.25 2.25 0 0 1 3 18.75V8.25A2.25 2.25 0 0 1 5.25 6H10'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m16.862 4.487 1.687-1.688a1.875 1.875 0 1 1 2.652 2.652L10.582 16.07a4.5 4.5 0 0 1-1.897 1.13L6 18l.8-2.685a4.5 4.5 0 0 1 1.13-1.897l8.932-8.931Zm0 0L19.5 7.125M18 14v4.75A2.25 2.25 0 0 1 15.75 21H5.25A2.25 2.25 0 0 1 3 18.75V8.25A2.25 2.25 0 0 1 5.25 6H10'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-pencil {
    background: no-repeat center/contain;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="m16.862 4.487 1.687-1.688a1.875 1.875 0 1 1 2.652 2.652L6.832 19.82a4.5 4.5 0 0 1-1.897 1.13l-2.685.8.8-2.685a4.5 4.5 0 0 1 1.13-1.897L16.863 4.487Zm0 0L19.5 7.125"/></svg>') center / contain no-repeat;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="m16.862 4.487 1.687-1.688a1.875 1.875 0 1 1 2.652 2.652L6.832 19.82a4.5 4.5 0 0 1-1.897 1.13l-2.685.8.8-2.685a4.5 4.5 0 0 1 1.13-1.897L16.863 4.487Zm0 0L19.5 7.125"/></svg>') center / contain no-repeat;
    background-color: currentColor;
}
.ou-trash {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m14.74 9-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 0 1-2.244 2.077H8.084a2.25 2.25 0 0 1-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 0 0-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 0 1 3.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 0 0-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 0 0-7.5 0'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m14.74 9-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 0 1-2.244 2.077H8.084a2.25 2.25 0 0 1-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 0 0-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 0 1 3.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 0 0-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 0 0-7.5 0'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-hashtag {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5.25 8.25h15m-16.5 7.5h15m-1.8-13.5-3.9 19.5m-2.1-19.5-3.9 19.5'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5.25 8.25h15m-16.5 7.5h15m-1.8-13.5-3.9 19.5m-2.1-19.5-3.9 19.5'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-finger {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M7.864 4.243A7.5 7.5 0 0 1 19.5 10.5c0 2.92-.556 5.709-1.568 8.268M5.742 6.364A7.465 7.465 0 0 0 4.5 10.5a7.464 7.464 0 0 1-1.15 3.993m1.989 3.559A11.209 11.209 0 0 0 8.25 10.5a3.75 3.75 0 1 1 7.5 0c0 .527-.021 1.049-.064 1.565M12 10.5a14.94 14.94 0 0 1-3.6 9.75m6.633-4.596a18.666 18.666 0 0 1-2.485 5.33'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M7.864 4.243A7.5 7.5 0 0 1 19.5 10.5c0 2.92-.556 5.709-1.568 8.268M5.742 6.364A7.465 7.465 0 0 0 4.5 10.5a7.464 7.464 0 0 1-1.15 3.993m1.989 3.559A11.209 11.209 0 0 0 8.25 10.5a3.75 3.75 0 1 1 7.5 0c0 .527-.021 1.049-.064 1.565M12 10.5a14.94 14.94 0 0 1-3.6 9.75m6.633-4.596a18.666 18.666 0 0 1-2.485 5.33'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-mail {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21.75 6.75v10.5a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25m19.5 0v.243a2.25 2.25 0 0 1-1.07 1.916l-7.5 4.615a2.25 2.25 0 0 1-2.36 0L3.32 8.91a2.25 2.25 0 0 1-1.07-1.916V6.75'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21.75 6.75v10.5a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25m19.5 0v.243a2.25 2.25 0 0 1-1.07 1.916l-7.5 4.615a2.25 2.25 0 0 1-2.36 0L3.32 8.91a2.25 2.25 0 0 1-1.07-1.916V6.75'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-send {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 12 3.269 3.125A59.769 59.769 0 0 1 21.485 12 59.768 59.768 0 0 1 3.27 20.875L5.999 12Zm0 0h7.5'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 12 3.269 3.125A59.769 59.769 0 0 1 21.485 12 59.768 59.768 0 0 1 3.27 20.875L5.999 12Zm0 0h7.5'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-circle {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-check-circle {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-check-verify {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M8.603 3.799A4.49 4.49 0 0 1 12 2.25c1.357 0 2.573.6 3.397 1.549a4.49 4.49 0 0 1 3.498 1.307 4.491 4.491 0 0 1 1.307 3.497A4.49 4.49 0 0 1 21.75 12a4.49 4.49 0 0 1-1.549 3.397 4.491 4.491 0 0 1-1.307 3.497 4.491 4.491 0 0 1-3.497 1.307A4.49 4.49 0 0 1 12 21.75a4.49 4.49 0 0 1-3.397-1.549 4.49 4.49 0 0 1-3.498-1.306 4.491 4.491 0 0 1-1.307-3.498A4.49 4.49 0 0 1 2.25 12c0-1.357.6-2.573 1.549-3.397a4.49 4.49 0 0 1 1.307-3.497 4.49 4.49 0 0 1 3.497-1.307Zm7.007 6.387a.75.75 0 1 0-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.14-.094l3.75-5.25Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg width='20' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M8.603 3.799A4.49 4.49 0 0 1 12 2.25c1.357 0 2.573.6 3.397 1.549a4.49 4.49 0 0 1 3.498 1.307 4.491 4.491 0 0 1 1.307 3.497A4.49 4.49 0 0 1 21.75 12a4.49 4.49 0 0 1-1.549 3.397 4.491 4.491 0 0 1-1.307 3.497 4.491 4.491 0 0 1-3.497 1.307A4.49 4.49 0 0 1 12 21.75a4.49 4.49 0 0 1-3.397-1.549 4.49 4.49 0 0 1-3.498-1.306 4.491 4.491 0 0 1-1.307-3.498A4.49 4.49 0 0 1 2.25 12c0-1.357.6-2.573 1.549-3.397a4.49 4.49 0 0 1 1.307-3.497 4.49 4.49 0 0 1 3.497-1.307Zm7.007 6.387a.75.75 0 1 0-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.14-.094l3.75-5.25Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-document-check {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M10.125 2.25h-4.5c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125v-9M10.125 2.25h.375a9 9 0 0 1 9 9v.375M10.125 2.25A3.375 3.375 0 0 1 13.5 5.625v1.5c0 .621.504 1.125 1.125 1.125h1.5a3.375 3.375 0 0 1 3.375 3.375M9 15l2.25 2.25L15 12'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M10.125 2.25h-4.5c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125v-9M10.125 2.25h.375a9 9 0 0 1 9 9v.375M10.125 2.25A3.375 3.375 0 0 1 13.5 5.625v1.5c0 .621.504 1.125 1.125 1.125h1.5a3.375 3.375 0 0 1 3.375 3.375M9 15l2.25 2.25L15 12'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-folder {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.25 12.75V12A2.25 2.25 0 0 1 4.5 9.75h15A2.25 2.25 0 0 1 21.75 12v.75m-8.69-6.44-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.25 12.75V12A2.25 2.25 0 0 1 4.5 9.75h15A2.25 2.25 0 0 1 21.75 12v.75m-8.69-6.44-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-folder-open {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.75 9.776c.112-.017.227-.026.344-.026h15.812c.117 0 .232.009.344.026m-16.5 0a2.25 2.25 0 0 0-1.883 2.542l.857 6a2.25 2.25 0 0 0 2.227 1.932H19.05a2.25 2.25 0 0 0 2.227-1.932l.857-6a2.25 2.25 0 0 0-1.883-2.542m-16.5 0V6A2.25 2.25 0 0 1 6 3.75h3.879a1.5 1.5 0 0 1 1.06.44l2.122 2.12a1.5 1.5 0 0 0 1.06.44H18A2.25 2.25 0 0 1 20.25 9v.776'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.75 9.776c.112-.017.227-.026.344-.026h15.812c.117 0 .232.009.344.026m-16.5 0a2.25 2.25 0 0 0-1.883 2.542l.857 6a2.25 2.25 0 0 0 2.227 1.932H19.05a2.25 2.25 0 0 0 2.227-1.932l.857-6a2.25 2.25 0 0 0-1.883-2.542m-16.5 0V6A2.25 2.25 0 0 1 6 3.75h3.879a1.5 1.5 0 0 1 1.06.44l2.122 2.12a1.5 1.5 0 0 0 1.06.44H18A2.25 2.25 0 0 1 20.25 9v.776'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-folder-upload {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m9 13.5 3 3m0 0 3-3m-3 3v-6m1.06-4.19-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m9 13.5 3 3m0 0 3-3m-3 3v-6m1.06-4.19-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-folder-plus {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 10.5v6m3-3H9m4.06-7.19-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 10.5v6m3-3H9m4.06-7.19-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-lifebuoy {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M16.712 4.33a9.027 9.027 0 0 1 1.652 1.306c.51.51.944 1.064 1.306 1.652M16.712 4.33l-3.448 4.138m3.448-4.138a9.014 9.014 0 0 0-9.424 0M19.67 7.288l-4.138 3.448m4.138-3.448a9.014 9.014 0 0 1 0 9.424m-4.138-5.976a3.736 3.736 0 0 0-.88-1.388 3.737 3.737 0 0 0-1.388-.88m2.268 2.268a3.765 3.765 0 0 1 0 2.528m-2.268-4.796a3.765 3.765 0 0 0-2.528 0m4.796 4.796c-.181.506-.475.982-.88 1.388a3.736 3.736 0 0 1-1.388.88m2.268-2.268 4.138 3.448m0 0a9.027 9.027 0 0 1-1.306 1.652c-.51.51-1.064.944-1.652 1.306m0 0-3.448-4.138m3.448 4.138a9.014 9.014 0 0 1-9.424 0m5.976-4.138a3.765 3.765 0 0 1-2.528 0m0 0a3.736 3.736 0 0 1-1.388-.88 3.737 3.737 0 0 1-.88-1.388m2.268 2.268L7.288 19.67m0 0a9.024 9.024 0 0 1-1.652-1.306 9.027 9.027 0 0 1-1.306-1.652m0 0 4.138-3.448M4.33 16.712a9.014 9.014 0 0 1 0-9.424m4.138 5.976a3.765 3.765 0 0 1 0-2.528m0 0c.181-.506.475-.982.88-1.388a3.736 3.736 0 0 1 1.388-.88m-2.268 2.268L4.33 7.288m6.406 1.18L7.288 4.33m0 0a9.024 9.024 0 0 0-1.652 1.306A9.025 9.025 0 0 0 4.33 7.288' /%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M16.712 4.33a9.027 9.027 0 0 1 1.652 1.306c.51.51.944 1.064 1.306 1.652M16.712 4.33l-3.448 4.138m3.448-4.138a9.014 9.014 0 0 0-9.424 0M19.67 7.288l-4.138 3.448m4.138-3.448a9.014 9.014 0 0 1 0 9.424m-4.138-5.976a3.736 3.736 0 0 0-.88-1.388 3.737 3.737 0 0 0-1.388-.88m2.268 2.268a3.765 3.765 0 0 1 0 2.528m-2.268-4.796a3.765 3.765 0 0 0-2.528 0m4.796 4.796c-.181.506-.475.982-.88 1.388a3.736 3.736 0 0 1-1.388.88m2.268-2.268 4.138 3.448m0 0a9.027 9.027 0 0 1-1.306 1.652c-.51.51-1.064.944-1.652 1.306m0 0-3.448-4.138m3.448 4.138a9.014 9.014 0 0 1-9.424 0m5.976-4.138a3.765 3.765 0 0 1-2.528 0m0 0a3.736 3.736 0 0 1-1.388-.88 3.737 3.737 0 0 1-.88-1.388m2.268 2.268L7.288 19.67m0 0a9.024 9.024 0 0 1-1.652-1.306 9.027 9.027 0 0 1-1.306-1.652m0 0 4.138-3.448M4.33 16.712a9.014 9.014 0 0 1 0-9.424m4.138 5.976a3.765 3.765 0 0 1 0-2.528m0 0c.181-.506.475-.982.88-1.388a3.736 3.736 0 0 1 1.388-.88m-2.268 2.268L4.33 7.288m6.406 1.18L7.288 4.33m0 0a9.024 9.024 0 0 0-1.652 1.306A9.025 9.025 0 0 0 4.33 7.288' /%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-question-circle {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9.879 7.519c1.171-1.025 3.071-1.025 4.242 0 1.172 1.025 1.172 2.687 0 3.712-.203.179-.43.326-.67.442-.745.361-1.45.999-1.45 1.827v.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 5.25h.008v.008H12v-.008Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9.879 7.519c1.171-1.025 3.071-1.025 4.242 0 1.172 1.025 1.172 2.687 0 3.712-.203.179-.43.326-.67.442-.745.361-1.45.999-1.45 1.827v.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 5.25h.008v.008H12v-.008Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-bars {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.75 9h16.5m-16.5 6.75h16.5'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.75 9h16.5m-16.5 6.75h16.5'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-bars-4 {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.75 5.25h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.75 5.25h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-menu2 {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.75 12h16.5m-16.5 3.75h16.5M3.75 19.5h16.5M5.625 4.5h12.75a1.875 1.875 0 0 1 0 3.75H5.625a1.875 1.875 0 0 1 0-3.75Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.75 12h16.5m-16.5 3.75h16.5M3.75 19.5h16.5M5.625 4.5h12.75a1.875 1.875 0 0 1 0 3.75H5.625a1.875 1.875 0 0 1 0-3.75Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-people {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M18 18.72a9.094 9.094 0 0 0 3.741-.479 3 3 0 0 0-4.682-2.72m.94 3.198.001.031c0 .225-.012.447-.037.666A11.944 11.944 0 0 1 12 21c-2.17 0-4.207-.576-5.963-1.584A6.062 6.062 0 0 1 6 18.719m12 0a5.971 5.971 0 0 0-.941-3.197m0 0A5.995 5.995 0 0 0 12 12.75a5.995 5.995 0 0 0-5.058 2.772m0 0a3 3 0 0 0-4.681 2.72 8.986 8.986 0 0 0 3.74.477m.94-3.197a5.971 5.971 0 0 0-.94 3.197M15 6.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm6 3a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Zm-13.5 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M18 18.72a9.094 9.094 0 0 0 3.741-.479 3 3 0 0 0-4.682-2.72m.94 3.198.001.031c0 .225-.012.447-.037.666A11.944 11.944 0 0 1 12 21c-2.17 0-4.207-.576-5.963-1.584A6.062 6.062 0 0 1 6 18.719m12 0a5.971 5.971 0 0 0-.941-3.197m0 0A5.995 5.995 0 0 0 12 12.75a5.995 5.995 0 0 0-5.058 2.772m0 0a3 3 0 0 0-4.681 2.72 8.986 8.986 0 0 0 3.74.477m.94-3.197a5.971 5.971 0 0 0-.94 3.197M15 6.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm6 3a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Zm-13.5 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-power {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5.636 5.636a9 9 0 1 0 12.728 0M12 3v9'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5.636 5.636a9 9 0 1 0 12.728 0M12 3v9'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-lock {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M16.5 10.5V6.75a4.5 4.5 0 1 0-9 0v3.75m-.75 11.25h10.5a2.25 2.25 0 0 0 2.25-2.25v-6.75a2.25 2.25 0 0 0-2.25-2.25H6.75a2.25 2.25 0 0 0-2.25 2.25v6.75a2.25 2.25 0 0 0 2.25 2.25Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M16.5 10.5V6.75a4.5 4.5 0 1 0-9 0v3.75m-.75 11.25h10.5a2.25 2.25 0 0 0 2.25-2.25v-6.75a2.25 2.25 0 0 0-2.25-2.25H6.75a2.25 2.25 0 0 0-2.25 2.25v6.75a2.25 2.25 0 0 0 2.25 2.25Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-shield {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 12.75 11.25 15 15 9.75m-3-7.036A11.959 11.959 0 0 1 3.598 6 11.99 11.99 0 0 0 3 9.749c0 5.592 3.824 10.29 9 11.623 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.571-.598-3.751h-.152c-3.196 0-6.1-1.248-8.25-3.285Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 12.75 11.25 15 15 9.75m-3-7.036A11.959 11.959 0 0 1 3.598 6 11.99 11.99 0 0 0 3 9.749c0 5.592 3.824 10.29 9 11.623 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.571-.598-3.751h-.152c-3.196 0-6.1-1.248-8.25-3.285Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-shield-info {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 9v3.75m0-10.036A11.959 11.959 0 0 1 3.598 6 11.99 11.99 0 0 0 3 9.75c0 5.592 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.57-.598-3.75h-.152c-3.196 0-6.1-1.25-8.25-3.286Zm0 13.036h.008v.008H12v-.008Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 9v3.75m0-10.036A11.959 11.959 0 0 1 3.598 6 11.99 11.99 0 0 0 3 9.75c0 5.592 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.57-.598-3.75h-.152c-3.196 0-6.1-1.25-8.25-3.286Zm0 13.036h.008v.008H12v-.008Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-key {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15.75 5.25a3 3 0 0 1 3 3m3 0a6 6 0 0 1-7.029 5.912c-.563-.097-1.159.026-1.563.43L10.5 17.25H8.25v2.25H6v2.25H2.25v-2.818c0-.597.237-1.17.659-1.591l6.499-6.499c.404-.404.527-1 .43-1.563A6 6 0 1 1 21.75 8.25Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15.75 5.25a3 3 0 0 1 3 3m3 0a6 6 0 0 1-7.029 5.912c-.563-.097-1.159.026-1.563.43L10.5 17.25H8.25v2.25H6v2.25H2.25v-2.818c0-.597.237-1.17.659-1.591l6.499-6.499c.404-.404.527-1 .43-1.563A6 6 0 1 1 21.75 8.25Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-info-circle {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 9v3.75m9-.75a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 3.75h.008v.008H12v-.008Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 9v3.75m9-.75a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 3.75h.008v.008H12v-.008Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-alert-square {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126ZM12 15.75h.007v.008H12v-.008Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126ZM12 15.75h.007v.008H12v-.008Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-image {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m2.25 15.75 5.159-5.159a2.25 2.25 0 0 1 3.182 0l5.159 5.159m-1.5-1.5 1.409-1.409a2.25 2.25 0 0 1 3.182 0l2.909 2.909m-18 3.75h16.5a1.5 1.5 0 0 0 1.5-1.5V6a1.5 1.5 0 0 0-1.5-1.5H3.75A1.5 1.5 0 0 0 2.25 6v12a1.5 1.5 0 0 0 1.5 1.5Zm10.5-11.25h.008v.008h-.008V8.25Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m2.25 15.75 5.159-5.159a2.25 2.25 0 0 1 3.182 0l5.159 5.159m-1.5-1.5 1.409-1.409a2.25 2.25 0 0 1 3.182 0l2.909 2.909m-18 3.75h16.5a1.5 1.5 0 0 0 1.5-1.5V6a1.5 1.5 0 0 0-1.5-1.5H3.75A1.5 1.5 0 0 0 2.25 6v12a1.5 1.5 0 0 0 1.5 1.5Zm10.5-11.25h.008v.008h-.008V8.25Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-camera {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6.827 6.175A2.31 2.31 0 0 1 5.186 7.23c-.38.054-.757.112-1.134.175C2.999 7.58 2.25 8.507 2.25 9.574V18a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9.574c0-1.067-.75-1.994-1.802-2.169a47.865 47.865 0 0 0-1.134-.175 2.31 2.31 0 0 1-1.64-1.055l-.822-1.316a2.192 2.192 0 0 0-1.736-1.039 48.774 48.774 0 0 0-5.232 0 2.192 2.192 0 0 0-1.736 1.039l-.821 1.316Z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M16.5 12.75a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0ZM18.75 10.5h.008v.008h-.008V10.5Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6.827 6.175A2.31 2.31 0 0 1 5.186 7.23c-.38.054-.757.112-1.134.175C2.999 7.58 2.25 8.507 2.25 9.574V18a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9.574c0-1.067-.75-1.994-1.802-2.169a47.865 47.865 0 0 0-1.134-.175 2.31 2.31 0 0 1-1.64-1.055l-.822-1.316a2.192 2.192 0 0 0-1.736-1.039 48.774 48.774 0 0 0-5.232 0 2.192 2.192 0 0 0-1.736 1.039l-.821 1.316Z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M16.5 12.75a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0ZM18.75 10.5h.008v.008h-.008V10.5Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-camera-solid {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 9a3.75 3.75 0 1 0 0 7.5A3.75 3.75 0 0 0 12 9Z'/%3E%3Cpath fill-rule='evenodd' d='M9.344 3.071a49.52 49.52 0 0 1 5.312 0c.967.052 1.83.585 2.332 1.39l.821 1.317c.24.383.645.643 1.11.71.386.054.77.113 1.152.177 1.432.239 2.429 1.493 2.429 2.909V18a3 3 0 0 1-3 3h-15a3 3 0 0 1-3-3V9.574c0-1.416.997-2.67 2.429-2.909.382-.064.766-.123 1.151-.178a1.56 1.56 0 0 0 1.11-.71l.822-1.315a2.942 2.942 0 0 1 2.332-1.39ZM6.75 12.75a5.25 5.25 0 1 1 10.5 0 5.25 5.25 0 0 1-10.5 0Zm12-1.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 9a3.75 3.75 0 1 0 0 7.5A3.75 3.75 0 0 0 12 9Z'/%3E%3Cpath fill-rule='evenodd' d='M9.344 3.071a49.52 49.52 0 0 1 5.312 0c.967.052 1.83.585 2.332 1.39l.821 1.317c.24.383.645.643 1.11.71.386.054.77.113 1.152.177 1.432.239 2.429 1.493 2.429 2.909V18a3 3 0 0 1-3 3h-15a3 3 0 0 1-3-3V9.574c0-1.416.997-2.67 2.429-2.909.382-.064.766-.123 1.151-.178a1.56 1.56 0 0 0 1.11-.71l.822-1.315a2.942 2.942 0 0 1 2.332-1.39ZM6.75 12.75a5.25 5.25 0 1 1 10.5 0 5.25 5.25 0 0 1-10.5 0Zm12-1.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-smile {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15.182 15.182a4.5 4.5 0 0 1-6.364 0M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0ZM9.75 9.75c0 .414-.168.75-.375.75S9 10.164 9 9.75 9.168 9 9.375 9s.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Zm5.625 0c0 .414-.168.75-.375.75s-.375-.336-.375-.75.168-.75.375-.75.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15.182 15.182a4.5 4.5 0 0 1-6.364 0M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0ZM9.75 9.75c0 .414-.168.75-.375.75S9 10.164 9 9.75 9.168 9 9.375 9s.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Zm5.625 0c0 .414-.168.75-.375.75s-.375-.336-.375-.75.168-.75.375-.75.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-clock {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-global {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 21a9.004 9.004 0 0 0 8.716-6.747M12 21a9.004 9.004 0 0 1-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 0 1 7.843 4.582M12 3a8.997 8.997 0 0 0-7.843 4.582m15.686 0A11.953 11.953 0 0 1 12 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0 1 21 12c0 .778-.099 1.533-.284 2.253m0 0A17.919 17.919 0 0 1 12 16.5c-3.162 0-6.133-.815-8.716-2.247m0 0A9.015 9.015 0 0 1 3 12c0-1.605.42-3.113 1.157-4.418'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 21a9.004 9.004 0 0 0 8.716-6.747M12 21a9.004 9.004 0 0 1-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 0 1 7.843 4.582M12 3a8.997 8.997 0 0 0-7.843 4.582m15.686 0A11.953 11.953 0 0 1 12 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0 1 21 12c0 .778-.099 1.533-.284 2.253m0 0A17.919 17.919 0 0 1 12 16.5c-3.162 0-6.133-.815-8.716-2.247m0 0A9.015 9.015 0 0 1 3 12c0-1.605.42-3.113 1.157-4.418'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-calendar {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 7.5v11.25m-18 0A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75m-18 0v-7.5A2.25 2.25 0 0 1 5.25 9h13.5A2.25 2.25 0 0 1 21 11.25v7.5'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 7.5v11.25m-18 0A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75m-18 0v-7.5A2.25 2.25 0 0 1 5.25 9h13.5A2.25 2.25 0 0 1 21 11.25v7.5'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-calendar-day {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 7.5v11.25m-18 0A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75m-18 0v-7.5A2.25 2.25 0 0 1 5.25 9h13.5A2.25 2.25 0 0 1 21 11.25v7.5m-9-6h.008v.008H12v-.008ZM12 15h.008v.008H12V15Zm0 2.25h.008v.008H12v-.008ZM9.75 15h.008v.008H9.75V15Zm0 2.25h.008v.008H9.75v-.008ZM7.5 15h.008v.008H7.5V15Zm0 2.25h.008v.008H7.5v-.008Zm6.75-4.5h.008v.008h-.008v-.008Zm0 2.25h.008v.008h-.008V15Zm0 2.25h.008v.008h-.008v-.008Zm2.25-4.5h.008v.008H16.5v-.008Zm0 2.25h.008v.008H16.5V15Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 7.5v11.25m-18 0A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75m-18 0v-7.5A2.25 2.25 0 0 1 5.25 9h13.5A2.25 2.25 0 0 1 21 11.25v7.5m-9-6h.008v.008H12v-.008ZM12 15h.008v.008H12V15Zm0 2.25h.008v.008H12v-.008ZM9.75 15h.008v.008H9.75V15Zm0 2.25h.008v.008H9.75v-.008ZM7.5 15h.008v.008H7.5V15Zm0 2.25h.008v.008H7.5v-.008Zm6.75-4.5h.008v.008h-.008v-.008Zm0 2.25h.008v.008h-.008V15Zm0 2.25h.008v.008h-.008v-.008Zm2.25-4.5h.008v.008H16.5v-.008Zm0 2.25h.008v.008H16.5V15Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-copy {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15.75 17.25v3.375c0 .621-.504 1.125-1.125 1.125h-9.75a1.125 1.125 0 0 1-1.125-1.125V7.875c0-.621.504-1.125 1.125-1.125H6.75a9.06 9.06 0 0 1 1.5.124m7.5 10.376h3.375c.621 0 1.125-.504 1.125-1.125V11.25c0-4.46-3.243-8.161-7.5-8.876a9.06 9.06 0 0 0-1.5-.124H9.375c-.621 0-1.125.504-1.125 1.125v3.5m7.5 10.375H9.375a1.125 1.125 0 0 1-1.125-1.125v-9.25m12 6.625v-1.875a3.375 3.375 0 0 0-3.375-3.375h-1.5a1.125 1.125 0 0 1-1.125-1.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H9.75'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15.75 17.25v3.375c0 .621-.504 1.125-1.125 1.125h-9.75a1.125 1.125 0 0 1-1.125-1.125V7.875c0-.621.504-1.125 1.125-1.125H6.75a9.06 9.06 0 0 1 1.5.124m7.5 10.376h3.375c.621 0 1.125-.504 1.125-1.125V11.25c0-4.46-3.243-8.161-7.5-8.876a9.06 9.06 0 0 0-1.5-.124H9.375c-.621 0-1.125.504-1.125 1.125v3.5m7.5 10.375H9.375a1.125 1.125 0 0 1-1.125-1.125v-9.25m12 6.625v-1.875a3.375 3.375 0 0 0-3.375-3.375h-1.5a1.125 1.125 0 0 1-1.125-1.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H9.75'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-bell {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-bell-solid {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12 2.25A6.75 6.75 0 0 0 5.25 9v.75a8.217 8.217 0 0 1-2.119 5.52.75.75 0 0 0 .298 1.206c1.544.57 3.16.99 4.831 1.243a3.75 3.75 0 1 0 7.48 0 24.583 24.583 0 0 0 4.83-1.244.75.75 0 0 0 .298-1.205 8.217 8.217 0 0 1-2.118-5.52V9A6.75 6.75 0 0 0 12 2.25ZM9.75 18c0-.034 0-.067.002-.1a25.05 25.05 0 0 0 4.496 0l.002.1a2.25 2.25 0 1 1-4.5 0Zm.75-10.5a.75.75 0 0 0 0 1.5h1.599l-2.223 3.334A.75.75 0 0 0 10.5 13.5h3a.75.75 0 0 0 0-1.5h-1.599l2.223-3.334A.75.75 0 0 0 13.5 7.5h-3Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12 2.25A6.75 6.75 0 0 0 5.25 9v.75a8.217 8.217 0 0 1-2.119 5.52.75.75 0 0 0 .298 1.206c1.544.57 3.16.99 4.831 1.243a3.75 3.75 0 1 0 7.48 0 24.583 24.583 0 0 0 4.83-1.244.75.75 0 0 0 .298-1.205 8.217 8.217 0 0 1-2.118-5.52V9A6.75 6.75 0 0 0 12 2.25ZM9.75 18c0-.034 0-.067.002-.1a25.05 25.05 0 0 0 4.496 0l.002.1a2.25 2.25 0 1 1-4.5 0Zm.75-10.5a.75.75 0 0 0 0 1.5h1.599l-2.223 3.334A.75.75 0 0 0 10.5 13.5h3a.75.75 0 0 0 0-1.5h-1.599l2.223-3.334A.75.75 0 0 0 13.5 7.5h-3Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-snooze {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0M10.5 8.25h3l-3 4.5h3'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0M10.5 8.25h3l-3 4.5h3'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-inbox {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m7.875 14.25 1.214 1.942a2.25 2.25 0 0 0 1.908 1.058h2.006c.776 0 1.497-.4 1.908-1.058l1.214-1.942M2.41 9h4.636a2.25 2.25 0 0 1 1.872 1.002l.164.246a2.25 2.25 0 0 0 1.872 1.002h2.092a2.25 2.25 0 0 0 1.872-1.002l.164-.246A2.25 2.25 0 0 1 16.954 9h4.636M2.41 9a2.25 2.25 0 0 0-.16.832V12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 12V9.832c0-.287-.055-.57-.16-.832M2.41 9a2.25 2.25 0 0 1 .382-.632l3.285-3.832a2.25 2.25 0 0 1 1.708-.786h8.43c.657 0 1.281.287 1.709.786l3.284 3.832c.163.19.291.404.382.632M4.5 20.25h15A2.25 2.25 0 0 0 21.75 18v-2.625c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125V18a2.25 2.25 0 0 0 2.25 2.25Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m7.875 14.25 1.214 1.942a2.25 2.25 0 0 0 1.908 1.058h2.006c.776 0 1.497-.4 1.908-1.058l1.214-1.942M2.41 9h4.636a2.25 2.25 0 0 1 1.872 1.002l.164.246a2.25 2.25 0 0 0 1.872 1.002h2.092a2.25 2.25 0 0 0 1.872-1.002l.164-.246A2.25 2.25 0 0 1 16.954 9h4.636M2.41 9a2.25 2.25 0 0 0-.16.832V12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 12V9.832c0-.287-.055-.57-.16-.832M2.41 9a2.25 2.25 0 0 1 .382-.632l3.285-3.832a2.25 2.25 0 0 1 1.708-.786h8.43c.657 0 1.281.287 1.709.786l3.284 3.832c.163.19.291.404.382.632M4.5 20.25h15A2.25 2.25 0 0 0 21.75 18v-2.625c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125V18a2.25 2.25 0 0 0 2.25 2.25Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-inbox-solid {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M1.5 9.832v1.793c0 1.036.84 1.875 1.875 1.875h17.25c1.035 0 1.875-.84 1.875-1.875V9.832a3 3 0 0 0-.722-1.952l-3.285-3.832A3 3 0 0 0 16.215 3h-8.43a3 3 0 0 0-2.278 1.048L2.222 7.88A3 3 0 0 0 1.5 9.832ZM7.785 4.5a1.5 1.5 0 0 0-1.139.524L3.881 8.25h3.165a3 3 0 0 1 2.496 1.336l.164.246a1.5 1.5 0 0 0 1.248.668h2.092a1.5 1.5 0 0 0 1.248-.668l.164-.246a3 3 0 0 1 2.496-1.336h3.165l-2.765-3.226a1.5 1.5 0 0 0-1.139-.524h-8.43Z' clip-rule='evenodd'/%3E%3Cpath d='M2.813 15c-.725 0-1.313.588-1.313 1.313V18a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3v-1.688c0-.724-.588-1.312-1.313-1.312h-4.233a3 3 0 0 0-2.496 1.336l-.164.246a1.5 1.5 0 0 1-1.248.668h-2.092a1.5 1.5 0 0 1-1.248-.668l-.164-.246A3 3 0 0 0 7.046 15H2.812Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M1.5 9.832v1.793c0 1.036.84 1.875 1.875 1.875h17.25c1.035 0 1.875-.84 1.875-1.875V9.832a3 3 0 0 0-.722-1.952l-3.285-3.832A3 3 0 0 0 16.215 3h-8.43a3 3 0 0 0-2.278 1.048L2.222 7.88A3 3 0 0 0 1.5 9.832ZM7.785 4.5a1.5 1.5 0 0 0-1.139.524L3.881 8.25h3.165a3 3 0 0 1 2.496 1.336l.164.246a1.5 1.5 0 0 0 1.248.668h2.092a1.5 1.5 0 0 0 1.248-.668l.164-.246a3 3 0 0 1 2.496-1.336h3.165l-2.765-3.226a1.5 1.5 0 0 0-1.139-.524h-8.43Z' clip-rule='evenodd'/%3E%3Cpath d='M2.813 15c-.725 0-1.313.588-1.313 1.313V18a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3v-1.688c0-.724-.588-1.312-1.313-1.312h-4.233a3 3 0 0 0-2.496 1.336l-.164.246a1.5 1.5 0 0 1-1.248.668h-2.092a1.5 1.5 0 0 1-1.248-.668l-.164-.246A3 3 0 0 0 7.046 15H2.812Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-messenger {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M0 7.76C0 3.301 3.493 0 8 0s8 3.301 8 7.76-3.493 7.76-8 7.76c-.81 0-1.586-.107-2.316-.307a.64.64 0 0 0-.427.03l-1.588.702a.64.64 0 0 1-.898-.566l-.044-1.423a.64.64 0 0 0-.215-.456C.956 12.108 0 10.092 0 7.76m5.546-1.459-2.35 3.728c-.225.358.214.761.551.506l2.525-1.916a.48.48 0 0 1 .578-.002l1.869 1.402a1.2 1.2 0 0 0 1.735-.32l2.35-3.728c.226-.358-.214-.761-.551-.506L9.728 7.381a.48.48 0 0 1-.578.002L7.281 5.98a1.2 1.2 0 0 0-1.735.32z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M0 7.76C0 3.301 3.493 0 8 0s8 3.301 8 7.76-3.493 7.76-8 7.76c-.81 0-1.586-.107-2.316-.307a.64.64 0 0 0-.427.03l-1.588.702a.64.64 0 0 1-.898-.566l-.044-1.423a.64.64 0 0 0-.215-.456C.956 12.108 0 10.092 0 7.76m5.546-1.459-2.35 3.728c-.225.358.214.761.551.506l2.525-1.916a.48.48 0 0 1 .578-.002l1.869 1.402a1.2 1.2 0 0 0 1.735-.32l2.35-3.728c.226-.358-.214-.761-.551-.506L9.728 7.381a.48.48 0 0 1-.578.002L7.281 5.98a1.2 1.2 0 0 0-1.735.32z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-wifi {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M8.288 15.038a5.25 5.25 0 0 1 7.424 0M5.106 11.856c3.807-3.808 9.98-3.808 13.788 0M1.924 8.674c5.565-5.565 14.587-5.565 20.152 0M12.53 18.22l-.53.53-.53-.53a.75.75 0 0 1 1.06 0Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M8.288 15.038a5.25 5.25 0 0 1 7.424 0M5.106 11.856c3.807-3.808 9.98-3.808 13.788 0M1.924 8.674c5.565-5.565 14.587-5.565 20.152 0M12.53 18.22l-.53.53-.53-.53a.75.75 0 0 1 1.06 0Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-wifi-not {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M8.288 15.038a5.25 5.25 0 0 1 7.424 0M5.106 11.856c3.807-3.808 9.98-3.808 13.788 0M1.924 8.674c5.565-5.565 14.587-5.565 20.152 0M12.53 18.22l-.53.53-.53-.53a.75.75 0 0 1 1.06 0ZM4.5 4.5l15 15'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M8.288 15.038a5.25 5.25 0 0 1 7.424 0M5.106 11.856c3.807-3.808 9.98-3.808 13.788 0M1.924 8.674c5.565-5.565 14.587-5.565 20.152 0M12.53 18.22l-.53.53-.53-.53a.75.75 0 0 1 1.06 0ZM4.5 4.5l15 15'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-at {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M16.5 12a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm0 0c0 1.657 1.007 3 2.25 3S21 13.657 21 12a9 9 0 1 0-2.636 6.364M16.5 12V8.25'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M16.5 12a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm0 0c0 1.657 1.007 3 2.25 3S21 13.657 21 12a9 9 0 1 0-2.636 6.364M16.5 12V8.25'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-gear {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9.594 3.94c.09-.542.56-.94 1.11-.94h2.593c.55 0 1.02.398 1.11.94l.213 1.281c.063.374.313.686.645.87.074.04.147.083.22.127.325.196.72.257 1.075.124l1.217-.456a1.125 1.125 0 0 1 1.37.49l1.296 2.247a1.125 1.125 0 0 1-.26 1.431l-1.003.827c-.293.241-.438.613-.43.992a7.723 7.723 0 0 1 0 .255c-.008.378.137.75.43.991l1.004.827c.424.35.534.955.26 1.43l-1.298 2.247a1.125 1.125 0 0 1-1.369.491l-1.217-.456c-.355-.133-.75-.072-1.076.124a6.47 6.47 0 0 1-.22.128c-.331.183-.581.495-.644.869l-.213 1.281c-.09.543-.56.94-1.11.94h-2.594c-.55 0-1.019-.398-1.11-.94l-.213-1.281c-.062-.374-.312-.686-.644-.87a6.52 6.52 0 0 1-.22-.127c-.325-.196-.72-.257-1.076-.124l-1.217.456a1.125 1.125 0 0 1-1.369-.49l-1.297-2.247a1.125 1.125 0 0 1 .26-1.431l1.004-.827c.292-.24.437-.613.43-.991a6.932 6.932 0 0 1 0-.255c.007-.38-.138-.751-.43-.992l-1.004-.827a1.125 1.125 0 0 1-.26-1.43l1.297-2.247a1.125 1.125 0 0 1 1.37-.491l1.216.456c.356.133.751.072 1.076-.124.072-.044.146-.086.22-.128.332-.183.582-.495.644-.869l.214-1.28Z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9.594 3.94c.09-.542.56-.94 1.11-.94h2.593c.55 0 1.02.398 1.11.94l.213 1.281c.063.374.313.686.645.87.074.04.147.083.22.127.325.196.72.257 1.075.124l1.217-.456a1.125 1.125 0 0 1 1.37.49l1.296 2.247a1.125 1.125 0 0 1-.26 1.431l-1.003.827c-.293.241-.438.613-.43.992a7.723 7.723 0 0 1 0 .255c-.008.378.137.75.43.991l1.004.827c.424.35.534.955.26 1.43l-1.298 2.247a1.125 1.125 0 0 1-1.369.491l-1.217-.456c-.355-.133-.75-.072-1.076.124a6.47 6.47 0 0 1-.22.128c-.331.183-.581.495-.644.869l-.213 1.281c-.09.543-.56.94-1.11.94h-2.594c-.55 0-1.019-.398-1.11-.94l-.213-1.281c-.062-.374-.312-.686-.644-.87a6.52 6.52 0 0 1-.22-.127c-.325-.196-.72-.257-1.076-.124l-1.217.456a1.125 1.125 0 0 1-1.369-.49l-1.297-2.247a1.125 1.125 0 0 1 .26-1.431l1.004-.827c.292-.24.437-.613.43-.991a6.932 6.932 0 0 1 0-.255c.007-.38-.138-.751-.43-.992l-1.004-.827a1.125 1.125 0 0 1-.26-1.43l1.297-2.247a1.125 1.125 0 0 1 1.37-.491l1.216.456c.356.133.751.072 1.076-.124.072-.044.146-.086.22-.128.332-.183.582-.495.644-.869l.214-1.28Z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-phone {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 0 0 2.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 0 1-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 0 0-1.091-.852H4.5A2.25 2.25 0 0 0 2.25 4.5v2.25Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 0 0 2.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 0 1-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 0 0-1.091-.852H4.5A2.25 2.25 0 0 0 2.25 4.5v2.25Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-mobile {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M10.5 1.5H8.25A2.25 2.25 0 0 0 6 3.75v16.5a2.25 2.25 0 0 0 2.25 2.25h7.5A2.25 2.25 0 0 0 18 20.25V3.75a2.25 2.25 0 0 0-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M10.5 1.5H8.25A2.25 2.25 0 0 0 6 3.75v16.5a2.25 2.25 0 0 0 2.25 2.25h7.5A2.25 2.25 0 0 0 18 20.25V3.75a2.25 2.25 0 0 0-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-book-open {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 6.042A8.967 8.967 0 0 0 6 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 0 1 6 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 0 1 6-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0 0 18 18a8.967 8.967 0 0 0-6 2.292m0-14.25v14.25'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 6.042A8.967 8.967 0 0 0 6 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 0 1 6 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 0 1 6-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0 0 18 18a8.967 8.967 0 0 0-6 2.292m0-14.25v14.25'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-bookmark {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M17.593 3.322c1.1.128 1.907 1.077 1.907 2.185V21L12 17.25 4.5 21V5.507c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0 1 11.186 0Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M17.593 3.322c1.1.128 1.907 1.077 1.907 2.185V21L12 17.25 4.5 21V5.507c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0 1 11.186 0Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-bookmark-solid {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M6.32 2.577a49.255 49.255 0 0 1 11.36 0c1.497.174 2.57 1.46 2.57 2.93V21a.75.75 0 0 1-1.085.67L12 18.089l-7.165 3.583A.75.75 0 0 1 3.75 21V5.507c0-1.47 1.073-2.756 2.57-2.93Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M6.32 2.577a49.255 49.255 0 0 1 11.36 0c1.497.174 2.57 1.46 2.57 2.93V21a.75.75 0 0 1-1.085.67L12 18.089l-7.165 3.583A.75.75 0 0 1 3.75 21V5.507c0-1.47 1.073-2.756 2.57-2.93Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-education {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4.26 10.147a60.438 60.438 0 0 0-.491 6.347A48.62 48.62 0 0 1 12 20.904a48.62 48.62 0 0 1 8.232-4.41 60.46 60.46 0 0 0-.491-6.347m-15.482 0a50.636 50.636 0 0 0-2.658-.813A59.906 59.906 0 0 1 12 3.493a59.903 59.903 0 0 1 10.399 5.84c-.896.248-1.783.52-2.658.814m-15.482 0A50.717 50.717 0 0 1 12 13.489a50.702 50.702 0 0 1 7.74-3.342M6.75 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm0 0v-3.675A55.378 55.378 0 0 1 12 8.443m-7.007 11.55A5.981 5.981 0 0 0 6.75 15.75v-1.5'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4.26 10.147a60.438 60.438 0 0 0-.491 6.347A48.62 48.62 0 0 1 12 20.904a48.62 48.62 0 0 1 8.232-4.41 60.46 60.46 0 0 0-.491-6.347m-15.482 0a50.636 50.636 0 0 0-2.658-.813A59.906 59.906 0 0 1 12 3.493a59.903 59.903 0 0 1 10.399 5.84c-.896.248-1.783.52-2.658.814m-15.482 0A50.717 50.717 0 0 1 12 13.489a50.702 50.702 0 0 1 7.74-3.342M6.75 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm0 0v-3.675A55.378 55.378 0 0 1 12 8.443m-7.007 11.55A5.981 5.981 0 0 0 6.75 15.75v-1.5'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-building {
    background: no-repeat center/contain;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M12 21v-8.25M15.75 21v-8.25M8.25 21v-8.25M3 9l9-6 9 6m-1.5 12V10.332A48.36 48.36 0 0 0 12 9.75c-2.551 0-5.056.2-7.5.582V21M3 21h18M12 6.75h.008v.008H12V6.75Z"/></svg>') center / contain no-repeat;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M12 21v-8.25M15.75 21v-8.25M8.25 21v-8.25M3 9l9-6 9 6m-1.5 12V10.332A48.36 48.36 0 0 0 12 9.75c-2.551 0-5.056.2-7.5.582V21M3 21h18M12 6.75h.008v.008H12V6.75Z"/></svg>') center / contain no-repeat;
    background-color: currentColor;
}
.ou-bag {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M20.25 14.15v4.25c0 1.094-.787 2.036-1.872 2.18-2.087.277-4.216.42-6.378.42s-4.291-.143-6.378-.42c-1.085-.144-1.872-1.086-1.872-2.18v-4.25m16.5 0a2.18 2.18 0 0 0 .75-1.661V8.706c0-1.081-.768-2.015-1.837-2.175a48.114 48.114 0 0 0-3.413-.387m4.5 8.006c-.194.165-.42.295-.673.38A23.978 23.978 0 0 1 12 15.75c-2.648 0-5.195-.429-7.577-1.22a2.016 2.016 0 0 1-.673-.38m0 0A2.18 2.18 0 0 1 3 12.489V8.706c0-1.081.768-2.015 1.837-2.175a48.111 48.111 0 0 1 3.413-.387m7.5 0V5.25A2.25 2.25 0 0 0 13.5 3h-3a2.25 2.25 0 0 0-2.25 2.25v.894m7.5 0a48.667 48.667 0 0 0-7.5 0M12 12.75h.008v.008H12v-.008Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M20.25 14.15v4.25c0 1.094-.787 2.036-1.872 2.18-2.087.277-4.216.42-6.378.42s-4.291-.143-6.378-.42c-1.085-.144-1.872-1.086-1.872-2.18v-4.25m16.5 0a2.18 2.18 0 0 0 .75-1.661V8.706c0-1.081-.768-2.015-1.837-2.175a48.114 48.114 0 0 0-3.413-.387m4.5 8.006c-.194.165-.42.295-.673.38A23.978 23.978 0 0 1 12 15.75c-2.648 0-5.195-.429-7.577-1.22a2.016 2.016 0 0 1-.673-.38m0 0A2.18 2.18 0 0 1 3 12.489V8.706c0-1.081.768-2.015 1.837-2.175a48.111 48.111 0 0 1 3.413-.387m7.5 0V5.25A2.25 2.25 0 0 0 13.5 3h-3a2.25 2.25 0 0 0-2.25 2.25v.894m7.5 0a48.667 48.667 0 0 0-7.5 0M12 12.75h.008v.008H12v-.008Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-link-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13.19 8.688a4.5 4.5 0 0 1 1.242 7.244l-4.5 4.5a4.5 4.5 0 0 1-6.364-6.364l1.757-1.757m13.35-.622 1.757-1.757a4.5 4.5 0 0 0-6.364-6.364l-4.5 4.5a4.5 4.5 0 0 0 1.242 7.244'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13.19 8.688a4.5 4.5 0 0 1 1.242 7.244l-4.5 4.5a4.5 4.5 0 0 1-6.364-6.364l1.757-1.757m13.35-.622 1.757-1.757a4.5 4.5 0 0 0-6.364-6.364l-4.5 4.5a4.5 4.5 0 0 0 1.242 7.244'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-credit-card {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.25 8.25h19.5M2.25 9h19.5m-16.5 5.25h6m-6 2.25h3m-3.75 3h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.25 8.25h19.5M2.25 9h19.5m-16.5 5.25h6m-6 2.25h3m-3.75 3h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-plus {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 4.5v15m7.5-7.5h-15'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 4.5v15m7.5-7.5h-15'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-plus-circle {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 9v6m3-3H9m12 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 9v6m3-3H9m12 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-mause-cursor {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15.042 21.672 13.684 16.6m0 0-2.51 2.225.569-9.47 5.227 7.917-3.286-.672ZM12 2.25V4.5m5.834.166-1.591 1.591M20.25 10.5H18M7.757 14.743l-1.59 1.59M6 10.5H3.75m4.007-4.243-1.59-1.59'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15.042 21.672 13.684 16.6m0 0-2.51 2.225.569-9.47 5.227 7.917-3.286-.672ZM12 2.25V4.5m5.834.166-1.591 1.591M20.25 10.5H18M7.757 14.743l-1.59 1.59M6 10.5H3.75m4.007-4.243-1.59-1.59'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-chart-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3 13.125C3 12.504 3.504 12 4.125 12h2.25c.621 0 1.125.504 1.125 1.125v6.75C7.5 20.496 6.996 21 6.375 21h-2.25A1.125 1.125 0 0 1 3 19.875v-6.75ZM9.75 8.625c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v11.25c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V8.625ZM16.5 4.125c0-.621.504-1.125 1.125-1.125h2.25C20.496 3 21 3.504 21 4.125v15.75c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V4.125Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3 13.125C3 12.504 3.504 12 4.125 12h2.25c.621 0 1.125.504 1.125 1.125v6.75C7.5 20.496 6.996 21 6.375 21h-2.25A1.125 1.125 0 0 1 3 19.875v-6.75ZM9.75 8.625c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v11.25c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V8.625ZM16.5 4.125c0-.621.504-1.125 1.125-1.125h2.25C20.496 3 21 3.504 21 4.125v15.75c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V4.125Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-chart-circle {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M7.5 14.25v2.25m3-4.5v4.5m3-6.75v6.75m3-9v9M6 20.25h12A2.25 2.25 0 0 0 20.25 18V6A2.25 2.25 0 0 0 18 3.75H6A2.25 2.25 0 0 0 3.75 6v12A2.25 2.25 0 0 0 6 20.25Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M7.5 14.25v2.25m3-4.5v4.5m3-6.75v6.75m3-9v9M6 20.25h12A2.25 2.25 0 0 0 20.25 18V6A2.25 2.25 0 0 0 18 3.75H6A2.25 2.25 0 0 0 3.75 6v12A2.25 2.25 0 0 0 6 20.25Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-bolt-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m3.75 13.5 10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m3.75 13.5 10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-news-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 7.5h1.5m-1.5 3h1.5m-7.5 3h7.5m-7.5 3h7.5m3-9h3.375c.621 0 1.125.504 1.125 1.125V18a2.25 2.25 0 0 1-2.25 2.25M16.5 7.5V18a2.25 2.25 0 0 0 2.25 2.25M16.5 7.5V4.875c0-.621-.504-1.125-1.125-1.125H4.125C3.504 3.75 3 4.254 3 4.875V18a2.25 2.25 0 0 0 2.25 2.25h13.5M6 7.5h3v3H6v-3Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 7.5h1.5m-1.5 3h1.5m-7.5 3h7.5m-7.5 3h7.5m3-9h3.375c.621 0 1.125.504 1.125 1.125V18a2.25 2.25 0 0 1-2.25 2.25M16.5 7.5V18a2.25 2.25 0 0 0 2.25 2.25M16.5 7.5V4.875c0-.621-.504-1.125-1.125-1.125H4.125C3.504 3.75 3 4.254 3 4.875V18a2.25 2.25 0 0 0 2.25 2.25h13.5M6 7.5h3v3H6v-3Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-megaphone-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M10.34 15.84c-.688-.06-1.386-.09-2.09-.09H7.5a4.5 4.5 0 1 1 0-9h.75c.704 0 1.402-.03 2.09-.09m0 9.18c.253.962.584 1.892.985 2.783.247.55.06 1.21-.463 1.511l-.657.38c-.551.318-1.26.117-1.527-.461a20.845 20.845 0 0 1-1.44-4.282m3.102.069a18.03 18.03 0 0 1-.59-4.59c0-1.586.205-3.124.59-4.59m0 9.18a23.848 23.848 0 0 1 8.835 2.535M10.34 6.66a23.847 23.847 0 0 0 8.835-2.535m0 0A23.74 23.74 0 0 0 18.795 3m.38 1.125a23.91 23.91 0 0 1 1.014 5.395m-1.014 8.855c-.118.38-.245.754-.38 1.125m.38-1.125a23.91 23.91 0 0 0 1.014-5.395m0-3.46c.495.413.811 1.035.811 1.73 0 .695-.316 1.317-.811 1.73m0-3.46a24.347 24.347 0 0 1 0 3.46'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M10.34 15.84c-.688-.06-1.386-.09-2.09-.09H7.5a4.5 4.5 0 1 1 0-9h.75c.704 0 1.402-.03 2.09-.09m0 9.18c.253.962.584 1.892.985 2.783.247.55.06 1.21-.463 1.511l-.657.38c-.551.318-1.26.117-1.527-.461a20.845 20.845 0 0 1-1.44-4.282m3.102.069a18.03 18.03 0 0 1-.59-4.59c0-1.586.205-3.124.59-4.59m0 9.18a23.848 23.848 0 0 1 8.835 2.535M10.34 6.66a23.847 23.847 0 0 0 8.835-2.535m0 0A23.74 23.74 0 0 0 18.795 3m.38 1.125a23.91 23.91 0 0 1 1.014 5.395m-1.014 8.855c-.118.38-.245.754-.38 1.125m.38-1.125a23.91 23.91 0 0 0 1.014-5.395m0-3.46c.495.413.811 1.035.811 1.73 0 .695-.316 1.317-.811 1.73m0-3.46a24.347 24.347 0 0 1 0 3.46'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-share-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M7.217 10.907a2.25 2.25 0 1 0 0 2.186m0-2.186c.18.324.283.696.283 1.093s-.103.77-.283 1.093m0-2.186 9.566-5.314m-9.566 7.5 9.566 5.314m0 0a2.25 2.25 0 1 0 3.935 2.186 2.25 2.25 0 0 0-3.935-2.186Zm0-12.814a2.25 2.25 0 1 0 3.933-2.185 2.25 2.25 0 0 0-3.933 2.185Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M7.217 10.907a2.25 2.25 0 1 0 0 2.186m0-2.186c.18.324.283.696.283 1.093s-.103.77-.283 1.093m0-2.186 9.566-5.314m-9.566 7.5 9.566 5.314m0 0a2.25 2.25 0 1 0 3.935 2.186 2.25 2.25 0 0 0-3.935-2.186Zm0-12.814a2.25 2.25 0 1 0 3.933-2.185 2.25 2.25 0 0 0-3.933 2.185Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-map-icon {
    background: no-repeat center/contain;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M9 6.75V15m6-6v8.25m.503 3.498 4.875-2.437c.381-.19.622-.58.622-1.006V4.82c0-.836-.88-1.38-1.628-1.006l-3.869 1.934c-.317.159-.69.159-1.006 0L9.503 3.252a1.125 1.125 0 0 0-1.006 0L3.622 5.689C3.24 5.88 3 6.27 3 6.695V19.18c0 .836.88 1.38 1.628 1.006l3.869-1.934c.317-.159.69-.159 1.006 0l4.994 2.497c.317.158.69.158 1.006 0Z"/></svg>') center / contain no-repeat;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M9 6.75V15m6-6v8.25m.503 3.498 4.875-2.437c.381-.19.622-.58.622-1.006V4.82c0-.836-.88-1.38-1.628-1.006l-3.869 1.934c-.317.159-.69.159-1.006 0L9.503 3.252a1.125 1.125 0 0 0-1.006 0L3.622 5.689C3.24 5.88 3 6.27 3 6.695V19.18c0 .836.88 1.38 1.628 1.006l3.869-1.934c.317-.159.69-.159 1.006 0l4.994 2.497c.317.158.69.158 1.006 0Z"/></svg>') center / contain no-repeat;
    background-color: currentColor;
}
.ou-map-pin {
    background: no-repeat center/contain;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M15 10.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1 1 15 0Z"/></svg>') center / contain no-repeat;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M15 10.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1 1 15 0Z"/></svg>') center / contain no-repeat;
    background-color: currentColor;
}
.ou-whatsapp {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.9 7.9 0 0 0 13.6 2.326zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.9 7.9 0 0 0 13.6 2.326zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-facebook {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-instagram {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.9 3.9 0 0 0-1.417.923A3.9 3.9 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.9 3.9 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.9 3.9 0 0 0-.923-1.417A3.9 3.9 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599s.453.546.598.92c.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.5 2.5 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.5 2.5 0 0 1-.92-.598 2.5 2.5 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233s.008-2.388.046-3.231c.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92s.546-.453.92-.598c.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92m-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217m0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.9 3.9 0 0 0-1.417.923A3.9 3.9 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.9 3.9 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.9 3.9 0 0 0-.923-1.417A3.9 3.9 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599s.453.546.598.92c.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.5 2.5 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.5 2.5 0 0 1-.92-.598 2.5 2.5 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233s.008-2.388.046-3.231c.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92s.546-.453.92-.598c.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92m-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217m0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-twitter-x {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-youtube {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.01 2.01 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.01 2.01 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31 31 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.01 2.01 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A100 100 0 0 1 7.858 2zM6.4 5.209v4.818l4.157-2.408z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.01 2.01 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.01 2.01 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31 31 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.01 2.01 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A100 100 0 0 1 7.858 2zM6.4 5.209v4.818l4.157-2.408z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-linkedin {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}
.ou-paper-clip {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m18.375 12.739-7.693 7.693a4.5 4.5 0 0 1-6.364-6.364l10.94-10.94A3 3 0 1 1 19.5 7.372L8.552 18.32m.009-.01-.01.01m5.699-9.941-7.81 7.81a1.5 1.5 0 0 0 2.112 2.13'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m18.375 12.739-7.693 7.693a4.5 4.5 0 0 1-6.364-6.364l10.94-10.94A3 3 0 1 1 19.5 7.372L8.552 18.32m.009-.01-.01.01m5.699-9.941-7.81 7.81a1.5 1.5 0 0 0 2.112 2.13'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}















