@charset "UTF-8";
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}


*,*::before,*::after{box-sizing:border-box;}
body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
p{margin-top:0;margin-bottom:1rem;}
ul{padding-right:2rem;}
ul{margin-top:0;margin-bottom:1rem;}
strong{font-weight:bolder;}
a{color:#0d6efd;text-decoration:underline;}
a:hover{color:#0a58ca;}
img,svg{vertical-align:middle;}
button{border-radius:0;}
button:focus:not(:focus-visible){outline:0;}
button{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}
button{text-transform:none;}
button,[type=button]{-webkit-appearance:button;}
button:not(:disabled),[type=button]:not(:disabled){cursor:pointer;}
.container{width:100%;padding-left:var(--bs-gutter-x, 0.75rem);padding-right:var(--bs-gutter-x, 0.75rem);margin-left:auto;margin-right:auto;}
@media (min-width: 576px){
.container{max-width:540px;}
}
@media (min-width: 768px){
.container{max-width:720px;}
}
@media (min-width: 992px){
.container{max-width:960px;}
}
@media (min-width: 1200px){
.container{max-width:1140px;}
}
@media (min-width: 1400px){
.container{max-width:1320px;}
}
.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-left:calc(-0.5 * var(--bs-gutter-x));margin-right:calc(-0.5 * var(--bs-gutter-x));}
.row > *{flex-shrink:0;width:100%;max-width:100%;padding-left:calc(var(--bs-gutter-x) * 0.5);padding-right:calc(var(--bs-gutter-x) * 0.5);margin-top:var(--bs-gutter-y);}
.col{flex:1 0 0%;}
.col-6{flex:0 0 auto;width:50%;}
.g-2{--bs-gutter-x:0.5rem;}
.g-2{--bs-gutter-y:0.5rem;}
@media (min-width: 768px){
.col-md{flex:1 0 0%;}
.row-cols-md-3 > *{flex:0 0 auto;width:33.3333333333%;}
}
@media (min-width: 992px){
.row-cols-lg-4 > *{flex:0 0 auto;width:25%;}
}
@media (min-width: 1200px){
.row-cols-xl-6 > *{flex:0 0 auto;width:16.6666666667%;}
}
.fade{transition:opacity 0.15s linear;}
@media (prefers-reduced-motion: reduce){
.fade{transition:none;}
}
.fade:not(.show){opacity:0;}
.nav-link{display:block;padding:0.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;}
@media (prefers-reduced-motion: reduce){
.nav-link{transition:none;}
}
.nav-link:hover,.nav-link:focus{color:#0a58ca;}
.tab-content > .tab-pane{display:none;}
.tab-content > .active{display:block;}
.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:0.5rem;padding-bottom:0.5rem;}
.navbar-nav{display:flex;flex-direction:column;padding-right:0;margin-bottom:0;list-style:none;}
.navbar-nav .nav-link{padding-left:0;padding-right:0;}
.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0, 0, 0, 0.125);border-radius:0.25rem;}
.d-flex{display:flex!important;}
.flex-row{flex-direction:row!important;}
.flex-column{flex-direction:column!important;}
.align-items-center{align-items:center!important;}
.m-auto{margin:auto!important;}
.mt-3{margin-top:1rem!important;}
.mt-4{margin-top:1.5rem!important;}
.mb-1{margin-bottom:0.25rem!important;}
.mb-3{margin-bottom:1rem!important;}
.mb-4{margin-bottom:1.5rem!important;}
.mb-5{margin-bottom:3rem!important;}
.mt-5{margin-top:3rem!important;}
.fw-bold{font-weight:700!important;}
.text-center{text-align:center!important;}
.text-muted{--bs-text-opacity:1;color:#6c757d!important;}





.nav-link:hover,.nav-link:focus{color:#0f66c7;}
.card{border:1px solid #acacac;background:rgb(2,0,36);color:#000!important;}
.navbar{padding-top:0;padding-bottom:0;}
.nav-link{font-size:14px;font-weight:bold;}
.nav-link_top{font-size:14px;font-weight:bold;padding:1px;}
.navbar-nav > li.nav-item{text-align:center;padding-right:5px;padding-left:5px;white-space:nowrap;}
.nav-link.nav-link_top.active > img{}
.nav-link.nav-link_top > img{
  width: 120px;
}
.navbar-nav > li.nav-item .nav-link[aria-selected="true"] {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.navbar-nav > li.nav-item .nav-link[aria-selected="false"] {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}

.navbar-nav{flex-direction:row;}
.navbar{padding-top:0;padding-bottom:0;overflow-y:hidden;overflow-x:scroll;}
.navbar-nav::-webkit-scrollbar{display:none;}
.navbar-nav{-ms-overflow-style:none;scrollbar-width:none;}
.navbar::-webkit-scrollbar{display:none;}
.navbar{-ms-overflow-style:none;scrollbar-width:none;}
@media (max-width: 768px) and (min-width: 100px){
.navbar{padding-top:0;padding-bottom:0;overflow-y:hidden;overflow-x:scroll;}
li.nav-item{text-align:center;margin-left:inherit;*padding:10px;}
}
ul{padding-right:0;padding-left:0;}
ul{padding-right:15px;}
ul{margin-top:0;margin-bottom:0;}
li{*list-style:none;}
.card{border:1px solid #acacac;background:#f9f9f9;}
.nav-link{color:#495057;}
.logo_footer{height:80px;}
p{margin-top:0;margin-bottom:0.5rem;}
.ltr{direction:ltr;text-align:end;}
@media (min-width: 100px) and (max-width: 991px){
.card-product-grid .img-wrap{background:#fff;height:160px!important;padding:5px!important;}
}
.tab-content > .active{display:block;}
img.img-bg{border-radius:25%;margin-bottom:5px;}
a.title{text-decoration:none;}
a.title:hover{text-decoration:none;}
.img-wrap{position:relative;text-align:center;overflow:hidden;display:block;}
.img-wrap img{object-fit:cover;}
.ltr{direction:ltr;}
.card.card-product-grid{border:1px solid #dfdfdf;}
.card.card-product-grid:hover{border:1px solid #dfdfdf;}
.card.card-product-grid .img-wrap{object-fit:cover;padding:5px;}
[class*="card-product"] a.title{display:block;text-decoration:none;height:110px;overflow:hidden;font-size:14px;}
[class*="card-product"] a.title:hover{color:#000;}
[class*="card-product"] .price{color:rgb(33, 37, 41);font-size:14px!important;}
[class*="card-product"] .price-old{margin-left:3px;font-size:13px!important;color:#666;}
[class*="card-product"] .img-wrap{position:relative;}
[class*="card-product"] .img-wrap img{object-fit:cover;height:100%;max-width:100%;width:auto;}
.price-old{margin-left:3px;font-size:18px;}
.card-product-grid .img-wrap{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:4px;overflow:hidden;height:150px;}
.card-product-grid .img-wrap > img{max-width:100%;max-height:100%;border-radius:0;}
.card-product-grid .img-wrap{position:relative;width:100%;background:#fff;-webkit-filter:contrast(90%);filter:contrast(90%);border-radius:0;overflow:hidden;}
.card-product-grid .title{color:rgb(81, 88, 94);}
.card-product-grid .info-wrap{padding:10px;overflow:hidden;}
strong.price,.fw-bold.price{color:#000!important;font-size:18px;font-weight:700;}
@media (min-width: 100px) and (max-width: 567px){
[class*="card-product"] .price{color:rgb(33, 37, 41);font-size:14px!important;}
[class*="card-product"] .price-old{margin-left:3px;font-size:13px!important;}
strong.price,.fw-bold.price{color:rgb(200 18 18);font-size:18px!important;}
}


.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900);}
.fa,.fab,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;}
.fas{font-family:"Font Awesome 6 Free";}
.fab{font-family:"Font Awesome 6 Brands";}
.fa-phone:before{content:"\f095";}
.fa-envelope:before{content:"\f0e0";}
.fa-earth-americas:before{content:"\f57d";}
.fa-check:before{content:"\f00c";}
.fab{font-weight:400;}
.fa-apple:before{content:"\f179";}
.fa-facebook:before{content:"\f09a";}
.fa-whatsapp:before{content:"\f232";}
.fa-google-play:before{content:"\f3ab";}
.fa-threads:before{content:"\e618";}

.fas{font-weight:900;}
/*! CSS Used from: https://mylink.ps/css/bp.rtl.css */
*,*::before,*::after{box-sizing:border-box;}
body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
h5,h1{margin-top:0;margin-bottom:0.5rem;font-weight:500;line-height:1.2;}
h1{font-size:calc(1.375rem + 1.5vw);}
@media (min-width: 1200px){
h1{font-size:2.5rem;}
}
h5{font-size:1.25rem;}
p{margin-top:0;margin-bottom:1rem;}
.small{font-size:0.875em;}
a{color:#0d6efd;text-decoration:underline;}
a:hover{color:#0a58ca;}
img,svg{vertical-align:middle;}
label{display:inline-block;}
button{border-radius:0;}
button:focus:not(:focus-visible){outline:0;}
input,button{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}
button{text-transform:none;}
button,[type=button]{-webkit-appearance:button;}
button:not(:disabled),[type=button]:not(:disabled){cursor:pointer;}
.container{width:100%;padding-left:var(--bs-gutter-x, 0.75rem);padding-right:var(--bs-gutter-x, 0.75rem);margin-left:auto;margin-right:auto;}
@media (min-width: 576px){
.container{max-width:540px;}
}
@media (min-width: 768px){
.container{max-width:720px;}
}
@media (min-width: 992px){
.container{max-width:960px;}
}
@media (min-width: 1200px){
.container{max-width:1140px;}
}
@media (min-width: 1400px){
.container{max-width:1320px;}
}
.col-6{flex:0 0 auto;width:50%;}
.col-10{flex:0 0 auto;width:83.33333333%;}
@media (min-width: 768px){
.col-md-6{flex:0 0 auto;width:50%;}
}
.form-label{margin-bottom:0.5rem;}
.form-control{display:block;width:100%;padding:0.375rem 0.75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0.25rem;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
@media (prefers-reduced-motion: reduce){
.form-control{transition:none;}
}
.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);}
.form-control::placeholder{color:#6c757d;opacity:1;}
.form-control:disabled{background-color:#e9ecef;opacity:1;}
.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%;}
.input-group > .form-control{position:relative;flex:1 1 auto;width:1%;min-width:0;}
.input-group > .form-control:focus{z-index:3;}
.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:0.375rem 0.75rem;font-size:1rem;border-radius:0.25rem;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
@media (prefers-reduced-motion: reduce){
.btn{transition:none;}
}
.btn:hover{color:#212529;}
.btn:focus{outline:0;box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);}
.btn:disabled{pointer-events:none;opacity:0.65;}
.btn-primary{color:#fff !important;background-color:#0d6efd;border-color:#0d6efd;}
.btn-primary:hover{color:#fff!important;background-color:#0b5ed7;border-color:#0a58ca;}
.btn-primary:focus{color:#fff!important;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 0.25rem rgba(49, 132, 253, 0.5);}
.btn-primary:active{color:#fff!important;background-color:#0a58ca;border-color:#0a53be;}
.btn-primary:active:focus{box-shadow:0 0 0 0.25rem rgba(49, 132, 253, 0.5);}
.btn-primary:disabled{color:#fff!important;background-color:#0d6efd;border-color:#0d6efd;}
.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d;}
.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64;}
.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 0.25rem rgba(130, 138, 145, 0.5);}
.btn-secondary:active{color:#fff;background-color:#565e64;border-color:#51585e;}
.btn-secondary:active:focus{box-shadow:0 0 0 0.25rem rgba(130, 138, 145, 0.5);}
.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d;}
.btn-sm{padding:0.25rem 0.5rem;font-size:0.875rem;border-radius:0.2rem;}
.fade{transition:opacity 0.15s linear;}
@media (prefers-reduced-motion: reduce){
.fade{transition:none;}
}
.fade:not(.show){opacity:0;}
.btn-close{box-sizing:content-box;width:1em;height:1em;padding:0.25em 0.25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:0.25rem;opacity:0.5;}
.btn-close:hover{color:#000;text-decoration:none;opacity:0.75;}
.btn-close:focus{outline:0;box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);opacity:1;}
.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:0.25;}
.modal{position:fixed;top:0;right:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0;}
.modal-dialog{position:relative;width:auto;margin:0.5rem;pointer-events:none;}
.modal.fade .modal-dialog{transition:transform 0.3s ease-out;transform:translate(0, -50px);}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
@media (prefers-reduced-motion: reduce){
.modal.fade .modal-dialog{transition:none;}
}
.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem);}
.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0, 0, 0, 0.2);border-radius:0.3rem;outline:0;}
.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-right-radius:calc(0.3rem - 1px);border-top-left-radius:calc(0.3rem - 1px);}
.modal-header .btn-close{padding:0.5rem 0.5rem;margin:-0.5rem auto -0.5rem -0.5rem;}
.modal-title{margin-bottom:0;line-height:1.5;}
.modal-body{position:relative;flex:1 1 auto;padding:1rem;}
.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:0.75rem;border-top:1px solid #dee2e6;border-bottom-left-radius:calc(0.3rem - 1px);border-bottom-right-radius:calc(0.3rem - 1px);}
.modal-footer > *{margin:0.25rem;}
@media (min-width: 576px){
.modal-dialog{max-width:500px;margin:1.75rem auto;}
.modal-dialog-centered{min-height:calc(100% - 3.5rem);}
.modal-sm{max-width:300px;}
}
@media (min-width: 992px){
.modal-lg{max-width:800px;}
}
.float-end{float:left!important;}
.d-flex{display:flex!important;}
.d-inline-flex{display:inline-flex!important;}
.flex-column{flex-direction:column!important;}
.gap-2{gap:0.5rem!important;}
.justify-content-center{justify-content:center!important;}
.align-items-center{align-items:center!important;}
.m-auto{margin:auto!important;}
.mt-2{margin-top:0.5rem!important;}
.mt-3{margin-top:1rem!important;}
.mt-4{margin-top:1.5rem!important;}
.mb-3{margin-bottom:1rem!important;}
.mb-4{margin-bottom:1.5rem!important;}
.mb-5{margin-bottom:3rem!important;}
.mt-5{margin-top:3rem!important;}
.fs-4{font-size:calc(1.275rem + 0.3vw)!important;}
.fw-bold{font-weight:700!important;}
.text-center{text-align:center!important;}
.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity))!important;}
.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity))!important;}
.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity))!important;}
.text-muted{--bs-text-opacity:1;color:#6c757d!important;}
.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity))!important;}
.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity))!important;}
.rounded-circle{border-radius:50%!important;}
@media (min-width: 1200px){
.fs-4{font-size:1.5rem!important;}
}
/*! CSS Used from: https://mylink.ps/css/main.rtl.css */
body{background:rgb(247, 247, 247)!important;direction:rtl;font-size:13px;color:#000000;font-family:'Droid Arabic Naskh','Noto Sans Kannada', sans-serif;overflow-y:scroll;}
a{color:rgb(81, 88, 94);text-decoration:none;}
a:hover{color:#000;text-decoration:none;}
svg.icon_top{max-width:50px;height:27px;fill:#55c5c9;opacity:0.7;}
.btn{padding:0.575rem 0.75rem;}
.btn-primary{background:rgb(2,0,36);background:linear-gradient(180deg, rgba(2,0,36,1) 0%, #3799f2 0%, #0f66c7 100%);border-top:solid #0f66c7 1px;color:#fff!important;}
.bg-primary{background:rgb(241, 241, 241);background:linear-gradient(180deg, rgba(241, 241, 241, 1) 0%, rgba(210, 210, 210, 1) 100%);}
.btn-primary:focus{box-shadow:none;}
.btn:focus{outline:0;box-shadow:none;}
.btn-primary:active:focus{box-shadow:none;}
.btn:focus{outline:0;box-shadow:none;}
.btn-primary:active:focus{box-shadow:none;}
.btn-secondary{color:#000;background:#dddddd;}
.btn-secondary:hover,.btn-secondary:focus:hover{color:#000;background-color:#bee6fd;border-color:#3c7fb1;}
.btn-secondary:focus{color:#000;background:#dddddd;border-color:#6c757d;}
.btn-secondary:disabled{color:#8e8e8e;background-color:#f4f4f4;border-color:#adb2b5;}
.btn-secondary:active:focus{box-shadow:none;}
.form-control{border-color:#6c757d;min-height:43px;}
.form-control:focus{outline:0;box-shadow:none;border-color:#6c757d;}
.modal.fade .modal-dialog{-webkit-transform:translate(0);-moz-transform:translate(0);transform:translate(0);}
.modal-content{border-radius:7px;}
.btn-close:focus{box-shadow:none;}
.btn-close:focus{box-shadow:none;}
.btn-close{background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/10px auto no-repeat;opacity:0.4;}
.btn-close:hover{color:#fff;text-decoration:none;opacity:1;background:#c42b1c url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/10px auto no-repeat;}
.modal-footer{border-top:0;display:block;text-align:center;}
@media (min-width: 576px){
.modal-dialog{max-width:570px;}
}
label{font-size:13px;}
.modal-footer > *{margin:0;}
.modal-footer{padding:0.9rem 0.75rem;}
.logo_footer{height:80px;}
.fa-lg-s{font-size:2em!important;line-height:.75em;vertical-align:-.0667em;}
.small{font-size:0.875em;}
p{margin-top:0;margin-bottom:0.5rem;}
.ltr{direction:ltr;text-align:end;}
.fa-lg-s{font-size:2em!important;line-height:.75em;vertical-align:-.0667em;}
.btn:disabled{pointer-events:none;opacity:0.35;}
.profile-img {
    width: 150px;
    height: 150px;
    padding: 5px;
    object-fit: contain !important;
    border-radius: 0%;
    border: #4cb7c5 5px solid;
    background: #fff;
    margin-bottom: 1rem;
}
.link-card{background:linear-gradient(135deg, #55c5c9, #2677ac);border-radius:2rem;padding:1rem;direction:ltr;margin-bottom:1rem;text-align:center;font-size:16px;color:#ffffff;text-decoration:none;transition:background 0.3sease, box-shadow 0.3sease;font-weight:bold;display:block;    box-shadow: inset #1e6a95 1px 4px 0 0;}
.link-card:hover{background:linear-gradient(135deg, #55c5c9, #2677ac);border-radius:2rem;padding:1rem;direction:ltr;margin-bottom:1rem;text-align:center;font-size:16px;color:#ffffff;text-decoration:none;transition:background 0.3sease, box-shadow 0.3sease;font-weight:bold;display:block;    box-shadow: inset #1e6a95 1px 4px 0 0;}
.ltr{direction:ltr;}



.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-right: 8.33333333%;
}

.offset-2 {
  margin-right: 16.66666667%;
}

.offset-3 {
  margin-right: 25%;
}

.offset-4 {
  margin-right: 33.33333333%;
}

.offset-5 {
  margin-right: 41.66666667%;
}

.offset-6 {
  margin-right: 50%;
}

.offset-7 {
  margin-right: 58.33333333%;
}

.offset-8 {
  margin-right: 66.66666667%;
}

.offset-9 {
  margin-right: 75%;
}

.offset-10 {
  margin-right: 83.33333333%;
}

.offset-11 {
  margin-right: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-right: 0;
  }

  .offset-sm-1 {
    margin-right: 8.33333333%;
  }

  .offset-sm-2 {
    margin-right: 16.66666667%;
  }

  .offset-sm-3 {
    margin-right: 25%;
  }

  .offset-sm-4 {
    margin-right: 33.33333333%;
  }

  .offset-sm-5 {
    margin-right: 41.66666667%;
  }

  .offset-sm-6 {
    margin-right: 50%;
  }

  .offset-sm-7 {
    margin-right: 58.33333333%;
  }

  .offset-sm-8 {
    margin-right: 66.66666667%;
  }

  .offset-sm-9 {
    margin-right: 75%;
  }

  .offset-sm-10 {
    margin-right: 83.33333333%;
  }

  .offset-sm-11 {
    margin-right: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-right: 0;
  }

  .offset-md-1 {
    margin-right: 8.33333333%;
  }

  .offset-md-2 {
    margin-right: 16.66666667%;
  }

  .offset-md-3 {
    margin-right: 25%;
  }

  .offset-md-4 {
    margin-right: 33.33333333%;
  }

  .offset-md-5 {
    margin-right: 41.66666667%;
  }

  .offset-md-6 {
    margin-right: 50%;
  }

  .offset-md-7 {
    margin-right: 58.33333333%;
  }

  .offset-md-8 {
    margin-right: 66.66666667%;
  }

  .offset-md-9 {
    margin-right: 75%;
  }

  .offset-md-10 {
    margin-right: 83.33333333%;
  }

  .offset-md-11 {
    margin-right: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-right: 0;
  }

  .offset-lg-1 {
    margin-right: 8.33333333%;
  }

  .offset-lg-2 {
    margin-right: 16.66666667%;
  }

  .offset-lg-3 {
    margin-right: 25%;
  }

  .offset-lg-4 {
    margin-right: 33.33333333%;
  }

  .offset-lg-5 {
    margin-right: 41.66666667%;
  }

  .offset-lg-6 {
    margin-right: 50%;
  }

  .offset-lg-7 {
    margin-right: 58.33333333%;
  }

  .offset-lg-8 {
    margin-right: 66.66666667%;
  }

  .offset-lg-9 {
    margin-right: 75%;
  }

  .offset-lg-10 {
    margin-right: 83.33333333%;
  }

  .offset-lg-11 {
    margin-right: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-right: 0;
  }

  .offset-xl-1 {
    margin-right: 8.33333333%;
  }

  .offset-xl-2 {
    margin-right: 16.66666667%;
  }

  .offset-xl-3 {
    margin-right: 25%;
  }

  .offset-xl-4 {
    margin-right: 33.33333333%;
  }

  .offset-xl-5 {
    margin-right: 41.66666667%;
  }

  .offset-xl-6 {
    margin-right: 50%;
  }

  .offset-xl-7 {
    margin-right: 58.33333333%;
  }

  .offset-xl-8 {
    margin-right: 66.66666667%;
  }

  .offset-xl-9 {
    margin-right: 75%;
  }

  .offset-xl-10 {
    margin-right: 83.33333333%;
  }

  .offset-xl-11 {
    margin-right: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-right: 0;
  }

  .offset-xxl-1 {
    margin-right: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-right: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-right: 25%;
  }

  .offset-xxl-4 {
    margin-right: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-right: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-right: 50%;
  }

  .offset-xxl-7 {
    margin-right: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-right: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-right: 75%;
  }

  .offset-xxl-10 {
    margin-right: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-right: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}


.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

a.btn-group.btn.btn-primary {
    position: absolute;
    margin-top: -16px;
    margin-right: 10px;
    background: #ffffff4a;
}

.img-thumbnail{padding:0.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:0.25rem;max-width:100%;height:auto;}

.col-form-label{padding-top:calc(0.375rem + 1px);padding-bottom:calc(0.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5;}
.form-control{display:block;width:100%;padding:0.375rem 0.75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0.25rem;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
@media (prefers-reduced-motion: reduce){
.form-control{transition:none;}
}
.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);}
.form-control::placeholder{color:#6c757d;opacity:1;}
.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1;}
.form-select{display:block;width:100%;padding:0.375rem 0.75rem 0.375rem 2.25rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image: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 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:left 0.75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:0.25rem;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
@media (prefers-reduced-motion: reduce){
.form-select{transition:none;}
}
.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);}
.form-select:disabled{background-color:#e9ecef;}
.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%;}
.input-group > .form-control{position:relative;flex:1 1 auto;width:1%;min-width:0;}
.input-group > .form-control:focus{z-index:3;}
.input-group .btn{position:relative;z-index:2;}
.input-group .btn:focus{z-index:3;}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-left-radius:0;border-bottom-left-radius:0;}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-right:-1px;border-top-right-radius:0;border-bottom-right-radius:0;}

.dropdown-menu {
max-height: 300px;
overflow-y: auto;
width: 100%;
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.carousel{position:relative;}
.carousel-inner{position:relative;width:100%;overflow:hidden;}
.carousel-inner::after{display:block;clear:both;content:"";}
.carousel-item{position:relative;display:none;float:right;width:100%;margin-left:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform 0.6s ease-in-out;}
@media (prefers-reduced-motion: reduce){
.carousel-item{transition:none;}
}
.carousel-item.active{display:block;}
.link-light{color:#f8f9fa;}
.link-light:hover,.link-light:focus{color:#f9fafb;}
.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020;}
.float-start{float:right!important;}
.d-inline-block{display:inline-block!important;}
.d-block{display:block!important;}
.d-flex{display:flex!important;}
.d-none{display:none!important;}
.shadow{box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15)!important;}
.position-relative{position:relative!important;}
.position-fixed{position:fixed!important;}
.bottom-0{bottom:0!important;}
.end-0{left:0!important;}
.border-0{border:0!important;}
.border-top{border-top:1px solid #dee2e6!important;}
.w-100{width:100%!important;}
.flex-row{flex-direction:row!important;}
.gap-2{gap:0.5rem!important;}
.justify-content-center{justify-content:center!important;}
.justify-content-between{justify-content:space-between!important;}
.align-items-center{align-items:center!important;}
.m-auto{margin:auto!important;}
.my-3{margin-top:1rem!important;margin-bottom:1rem!important;}
.mt-2{margin-top:0.5rem!important;}
.mt-3{margin-top:1rem!important;}
.mt-4{margin-top:1.5rem!important;}
.mt-auto{margin-top:auto!important;}
.me-1{margin-left:0.25rem!important;}
.me-2{margin-left:0.5rem!important;}
.mb-0{margin-bottom:0!important;}
.mb-1{margin-bottom:0.25rem!important;}
.mb-2{margin-bottom:0.5rem!important;}
.mb-3{margin-bottom:1rem!important;}
.mb-4{margin-bottom:1.5rem!important;}
.mb-5{margin-bottom:3rem!important;}
.ms-1{margin-right:0.25rem!important;}
.p-3{padding:1rem!important;}
.p-4{padding:1.5rem!important;}
.py-5{padding-top:3rem!important;padding-bottom:3rem!important;}
.fs-5{font-size:1.25rem!important;}
.fs-6{font-size:1rem!important;}
.fw-bold{font-weight:700!important;}
.lh-1{line-height:1!important;}
.text-center{text-align:center!important;}
.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity))!important;}
.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity))!important;}
.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity))!important;}
.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity))!important;}
.text-muted{--bs-text-opacity:1;color:#6c757d!important;}
.text-reset{--bs-text-opacity:1;color:inherit!important;}
.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity))!important;}
.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity))!important;}
.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity))!important;}
.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity))!important;}
.rounded-pill{border-radius:50rem!important;}
@media (min-width: 576px){
.d-sm-block{display:block!important;}
}
@media (min-width: 768px){
.d-md-block{display:block!important;}
.d-md-flex{display:flex!important;}
.d-md-none{display:none!important;}
.me-md-4{margin-left:1.5rem!important;}
.ms-md-4{margin-right:1.5rem!important;}
.text-md-start{text-align:right!important;}
}
@media (min-width: 992px){
.mt-lg-0{margin-top:0!important;}
.mb-lg-0{margin-bottom:0!important;}
}
@media (min-width: 1200px){
.d-xl-block{display:block!important;}
}



.btn{padding:0.575rem 0.75rem;}
.btn-primary{background:linear-gradient(rgb(2, 0, 36) 0%, rgb(55, 153, 242) 0%, rgb(15, 102, 199) 100%);border-top:1px solid rgb(15, 102, 199);color:rgb(255, 255, 255);}
.bg-primary{background:linear-gradient(rgb(241, 241, 241) 0%, rgb(210, 210, 210) 100%);}
.btn-primary:focus{box-shadow:none;}
.btn:focus{outline:0px;box-shadow:none;}
.btn-primary:active:focus{box-shadow:none;}
.bg-danger{background:rgb(184, 45, 23);}
.badge{padding:0.5em 0.65em 0.3em;}




.col-form-label{font-size:12px;align-items:center;color:rgb(0, 0, 0);font-weight:bold;padding:0px 10px;display:flex;align-content:center;}
ul{padding-right:0px;padding-left:0px;}
ul{padding-right:15px;}
ul{margin-top:0px;margin-bottom:0px;}
label{font-size:13px;}
.form-select:focus{box-shadow:none;border-color:rgb(100, 100, 100);}
.form-select{border:1px solid rgb(136, 136, 136);border-radius:0px;font-size:13px;line-height:2;min-height:43px;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23341a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") 6px 16px / 16px 12px no-repeat, linear-gradient(rgb(236, 236, 236) 0%, rgb(228, 228, 228) 100%);}
.card{border:1px solid rgb(172, 172, 172);background:#fff;}
.modal-footer > *{margin:0px;}
.modal-footer{padding:0.9rem 0.75rem;}
.nav-link{color:rgb(73, 80, 87);}
img.logo{width:50px;border:1px solid rgb(15, 102, 199);border-radius:50%;margin-left:10px;box-shadow:rgba(255, 255, 255, 0.42) 0px 2px 1px 0px;}
.logo_footer{height:40px;}
.fa-lg-s{line-height:0.75em;vertical-align:-0.0667em;font-size:2em!important;}
.small{font-size:0.875em;}
span.position-badge.badge{position:absolute;right:0px;}
.icon-header{min-width:55px;text-align:center;}
p{margin-top:0px;margin-bottom:0.5rem;}
.ltr{direction:ltr;text-align:end;}
.btn-icon{background:transparent;font-size:22px;margin:0px;padding:0px 10px;color:rgb(0, 0, 0);border:1px solid rgb(129, 129, 129);}
div#productImageCarousel{width:100%;height:380px;display:flex;justify-content:center;align-items:center;background:rgb(242, 242, 242);border-radius:0px;}
div#productImageCarousel > * img{background:rgb(255, 255, 255);filter:contrast(90%);padding:10px;max-width:100%;max-height:100%;}
.fa-lg-s{line-height:0.75em;vertical-align:-0.0667em;font-size:2em!important;}
.main-product-image{border-radius:8px;height:380px;object-fit:contain;}
.thumb-image{height:80px!important;width:80px!important;object-fit:cover;}
.active-thumb{border:2px solid rgb(32, 118, 186)!important}
@media (min-width: 500px) and (max-width: 800px){
.carousel-item{min-height:270px;}
}
@media (min-width: 100px) and (max-width: 991px){
h6{font-size:0.84rem;}
.card-product-grid .img-wrap{background:rgb(255, 255, 255);height:160px!important;padding:5px!important;}
}
.btn:disabled{pointer-events:none;opacity:0.35;}
.btn-light:active:focus{box-shadow:none;}
.btn-light:active{background-color:rgb(255, 255, 255)!important;border-color:rgb(222, 226, 230)!important;color:rgb(33, 37, 41)!important;}
.btn-light:focus{background-color:rgb(255, 255, 255)!important;border-color:rgb(222, 226, 230)!important;color:rgb(33, 37, 41)!important;}
.share-buttons{display:flex;gap:10px;}
.share-button{border:none;border-radius:5px;color:rgb(255, 255, 255);cursor:pointer;font-size:16px;padding:8px 16px 5px;}
.facebook{background-color:rgb(59, 89, 152);}
.whatsapp{background-color:rgb(37, 211, 102);}
.card-header:first-child{border-bottom:1px solid rgb(172, 172, 172);}
.badge{padding:0.5em 0.65em 0.3em;}
var{font-style:normal;}
a.title{text-decoration:none;}
a.title:hover{text-decoration:none;}
.img-wrap{position:relative;text-align:center;overflow:hidden;display:block;}
.img-wrap img{object-fit:cover;}
.ltr{direction:ltr;}
.header-main{position:relative;padding-top:0.4rem;padding-bottom:0.4rem;}
.section-footer .title{font-weight:bold;margin-bottom:10px;}
.footer-bottom{padding-top:20px;padding-bottom:20px;}
.btn-icon{width:2.6rem;padding-left:0px;padding-right:0px;}
.btn-light{background-color:rgb(255, 255, 255);border-color:rgb(222, 226, 230);color:rgb(33, 37, 41);}
.btn-light:hover{border-color:rgb(193, 201, 208);color:rgb(0, 0, 0);}
.card.card-product-grid{border:1px solid rgb(223, 223, 223);}
.card.card-product-grid:hover{border:1px solid rgb(223, 223, 223);}
.card.card-product-grid .img-wrap{object-fit:cover;padding:5px;}
[class*="card-product"] a.title{display:block;text-decoration:none;height:65px;overflow:hidden;font-size:14px;}
[class*="card-product"] a.title:hover{color:rgb(0, 0, 0);}
[class*="card-product"] .price{color:rgb(33, 37, 41);font-size:14px!important;}
[class*="card-product"] .price-old{margin-left:3px;color:rgb(102, 102, 102);font-size:13px!important;}
[class*="card-product"] .img-wrap{position:relative;}
[class*="card-product"] .img-wrap img{object-fit:cover;height:100%;max-width:100%;width:auto;}
.price-old{margin-left:3px;font-size:18px;}
.card-product-grid .img-wrap{position:relative;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;border-radius:4px;overflow:hidden;height:150px;}
.card-product-grid .img-wrap > img{max-width:100%;max-height:100%;border-radius:0px;}
.card-product-grid .img-wrap{position:relative;width:100%;background:rgb(255, 255, 255);filter:contrast(90%);}
.card-product-grid .title{color:rgb(81, 88, 94);}
.card-product-grid .info-wrap{padding:10px;overflow:hidden;}
strong.price,.fw-bold.price{font-size:18px;font-weight:700;color:rgb(0, 0, 0)!important;}
.list-menu{list-style:none;margin-right:0px;padding-right:0px;}
.list-menu li{position:relative;margin-bottom:4px;}
.list-menu li > a{display:block;color:rgb(81, 88, 94);text-decoration:none;}
.list-menu li > a:hover{color:rgb(0, 0, 0);text-decoration:none;}
.carousel-inner{position:relative;width:initial;overflow:hidden;}
@media (min-width: 100px) and (max-width: 567px){
[class*="card-product"] .price{color:rgb(33, 37, 41);font-size:14px!important;}
[class*="card-product"] .price-old{margin-left:3px;font-size:13px!important;}
}

.active-thumb{border:2px solid #2076ba!important}






.nav-link:hover,.nav-link:focus{color:#0f66c7;}
.card{border:1px solid #acacac;background:rgb(2,0,36);color:#000!important;}
.btn{padding:0.575rem 0.75rem;}
.btn-primary{background:rgb(2,0,36);background:linear-gradient(180deg, rgba(2,0,36,1) 0%, #3799f2 0%, #0f66c7 100%);border-top:solid #0f66c7 1px;color:#fff;}
.btn-primary:focus{box-shadow:none;}
.btn:focus{outline:0;box-shadow:none;}
.btn-primary:active:focus{box-shadow:none;}
.btn:focus{outline:0;box-shadow:none;}
.btn-primary:active:focus{box-shadow:none;}
.nav-link{font-size:14px;font-weight:bold;}
.image-box > * #file-input{display:none;}
@media (max-width: 768px) and (min-width: 100px){
li.nav-item{text-align:center;margin-left:inherit;*padding:10px;}
}
.nav-tabs .nav-link{padding:15px;border-color:#acacac;border-bottom:0;border-radius:0;background:rgb(221 221 221);}
.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#acacac!important;background:#fff;}
.form-control{border-color:#6c757d;min-height:43px;}
.form-control:focus{outline:0;box-shadow:none;border-color:#6c757d;}
.col-form-label{font-size:12px;align-items:center;color:#000;font-weight:bold;padding:0px 10px;display:flex;align-content:center;}
ul{padding-right:0;padding-left:0;}
ul{padding-right:15px;}
ul{margin-top:0;margin-bottom:0;}
label{font-size:13px;}
.form-check-input[type=checkbox]{border-radius:0;}
.form-check-input:focus{box-shadow:none;}
.form-select:focus{box-shadow:none;border-color:#646464;}
.form-select{border:1px solid #888888;border-radius:0;font-size:13px;line-height:2;min-height:43px;background:rgb(224,224,224);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23341a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat 6px 16px/16px 12px, linear-gradient(180deg, rgb(236 236 236) 0%, rgb(228 228 228) 100%);}
li{*list-style:none;}
.card{border:1px solid #acacac;background:#f9f9f9;}
[contenteditable]{-webkit-user-select:text;user-select:text;}
.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{color:#495057;border-color:#acacac!important;isolation:isolate;}
.nav-link{color:#495057;}
.logo_footer{height:80px;}
p{margin-top:0;margin-bottom:0.5rem;}
.ltr{direction:ltr;text-align:end;}
.btn:disabled{pointer-events:none;opacity:0.35;}
.form-check-input:checked{background-color:#2d699e!important;border-color:#2d699e!important;}
.form-check-input:focus{border-color:#0f66c7!important;outline:0;box-shadow:none!important;}
.btn-toolbar{display:block;border:1px solid #acacac;}
div[contenteditable="true"]:focus{border:0;outline:0;}
div#description{direction:ltr;}
div#description_ar{direction:rtl;}
.tab-pane > .bg-white > div{width:100%!important;}
.upload-container{display:flex;flex-direction:column;width:100%;max-width:600px;margin:0 auto;}
.image-box{display:flex;flex-wrap:wrap;border:1px solid #ddd;padding:10px;border-radius:5px;min-height:150px;gap:10px;justify-content:center;align-items:center;background-color:#f9f9f9;}
.image-preview-wrapper{position:relative;display:inline-block;text-align:center;}
.image-preview{width:100px;height:100px;object-fit:contain;padding:10px;border-radius:8px;border:5px solid #dddddd;}
.button-container{display:flex;justify-content:center;margin-top:5px;position:absolute;top:0px;left:0;}
.remove-image-btn,.set-default-btn{background-color:red;color:white;border:none;border-radius:5px;width:20px;height:20px;cursor:pointer;font-size:14px;display:flex;justify-content:center;align-items:center;margin-left:5px;}
.set-default-btn{background-color:blue;}
.remove-image-btn:hover{background-color:darkred;}
.set-default-btn:hover{background-color:darkblue;}
.add-image-box:hover{background-color:#ccc;}
.add-image-text{font-size:14px;color:#666;}
.add-image-box{display:flex;justify-content:center;align-items:center;width:100px;height:100px;background-color:#ddd;border:2px dashed #ccc;cursor:pointer;border-radius:8px;}
.default-image > img{border:5px solid #0e66c7;border-radius:10px;}
.tab-content > .active{display:block;}
.nav-tabs{border-bottom:1px solid #acacac;}
.ltr{direction:ltr;}
.btn i{min-width:16px;vertical-align:sub;}

.col-form-label{padding-top:calc(0.375rem + 1px);padding-bottom:calc(0.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5;}
.form-control{display:block;width:100%;padding:0.375rem 0.75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0.25rem;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
@media (prefers-reduced-motion: reduce){
.form-control{transition:none;}
}
.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);}
.form-control::placeholder{color:#6c757d;opacity:1;}
.form-control:disabled{background-color:#e9ecef;opacity:1;}
.form-select{display:block;width:100%;padding:0.375rem 0.75rem 0.375rem 2.25rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image: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 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:left 0.75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:0.25rem;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
@media (prefers-reduced-motion: reduce){
.form-select{transition:none;}
}
.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);}
.form-select:disabled{background-color:#e9ecef;}
.form-check{display:block;min-height:1.5rem;padding-right:1.5em;margin-bottom:0.125rem;}
.form-check .form-check-input{float:right;margin-right:-1.5em;}
.form-check-input{width:1em;height:1em;margin-top:0.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0, 0, 0, 0.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact;}
.form-check-input[type=checkbox]{border-radius:0.25em;}
.form-check-input:active{filter:brightness(90%);}
.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);}
.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd;}
.form-check-input:checked[type=checkbox]{background-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 10l3 3l6-6'/%3e%3c/svg%3e");}
.form-check-input:disabled{pointer-events:none;filter:none;opacity:0.5;}
.form-check-input:disabled ~ .form-check-label{opacity:0.5;}
.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:0.375rem 0.75rem;font-size:1rem;border-radius:2rem;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
@media (prefers-reduced-motion: reduce){
.btn{transition:none;}
}

.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline;}
.btn-link:hover{color:#0a58ca;}
.btn-link:disabled{color:#6c757d;}
.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start;}
.nav{display:flex;flex-wrap:wrap;padding-right:0;margin-bottom:0;list-style:none;}
.nav-link{display:block;padding:0.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;}
@media (prefers-reduced-motion: reduce){
.nav-link{transition:none;}
}
.nav-link:hover,.nav-link:focus{color:#0a58ca;}
.nav-tabs{border-bottom:1px solid #dee2e6;}
.nav-tabs .nav-link{margin-bottom:-1px;background:none;border:1px solid transparent;border-top-right-radius:0.25rem;border-top-left-radius:0.25rem;}
.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate;}
.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff;}
.tab-content > .tab-pane{display:none;}
.tab-content > .active{display:block;}
.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0, 0, 0, 0.125);border-radius:0.25rem;}
.card-body{flex:1 1 auto;padding:1rem 1rem;}


.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary {
color: #000;
background: #fff;
font-size: 12px;
padding: 12px 25px 8px 25px;
}

.btn-secondary {
color: #000;
background: #dddddd;
}


*,*::before,*::after{box-sizing:border-box;}
img{vertical-align:middle;}
.img-thumbnail{padding:0.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:0.25rem;max-width:100%;height:auto;}
.align-items-center{align-items:center!important;}
/*! CSS Used from: Embedded */
.img-thumbnail{border-radius:0px;}
img{-webkit-user-drag:none;}
.img-sm{display:inline-block;object-fit:contain;flex-shrink:0;flex-grow:0;}
.img-sm{padding:10px;width:72px;height:72px;}
.itemside{position:relative;display:flex;width:100%;}
.itemside .aside{position:relative;flex-shrink:0;}
.itemside .info{padding-right:0.75rem;flex-grow:1;}

.text-end {
    text-align: left !important;
}

.digit-style {
    font-family: 'Courier New', monospace;
    font-size: 2rem;
    letter-spacing: 3px;
    background-color: #f8f9fa;
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-block;
    min-width: 160px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
}

.safari-notice {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.98);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.notice-content {
  text-align: center;
  max-width: 360px;
  border: 2px solid #ffc107;
  border-radius: 12px;
  padding: 20px;
  background-color: #fffbea;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.notice-content h5 {
  color: #d35400;
  margin-bottom: 15px;
}

.notice-content p {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

.safari-hint-img {
  margin-top: 15px;
  max-width: 100%;
  border-radius: 8px;
}

