/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,300;1,400;1,500&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap');


:root[data-bs-theme=light]{

    --bs-primary: #06F; /* Primary */
    --bs-primary-rgb: 0,102,255;

    --bs-danger:#F40000; /* Red Warning */
    --bs-danger-rgb:244, 0, 0;


    --bs-secondary:#A5A7B4;
    --bs-secondary-rgb:165, 167, 180;


    --bs-secondary-bg-subtle:#E5E5E5;
    --bs-secondary-bg-subtle-rgb:229, 229, 229;

    --bs-primary-bg-subtle: #cfe2ff; /* Highlight */
    --bs-primary-bg-subtle-rgb: 207, 226, 255;

    --bs-body-color: #010404; /* Black */
    --bs-body-color-rgb: 1, 4, 4;

    --bs-secondary-color: #4A4E69; /* Grey-Text */
    --bs-secondary-color-rgb: 74, 78, 105;

    --bs-danger-bg-subtle: #F39696;
    --bs-danger-bg-subtle-rgb: 243, 150, 150;

    --bs-info-bg-subtle: #979DE2;
    --bs-info-bg-subtle-rgb: 151, 157, 226;

    --bs-warning: #FFA500;
    --bs-warning-rgb: 255, 165, 0;

    --bs-success-bg-subtle: #91BD8A;
    --bs-success-bg-subtle-rgb: 145, 189, 138;
}

:root[data-bs-theme=dark]{
    --bs-secondary-bg-subtle:#25293C;
    --bs-secondary-bg-subtle-rgb:37, 41, 60;

    --bs-primary: #83aeec; /* Primary */
    --bs-primary-rgb: 26,117,255;

    --bs-body-bg: #2F3349;
    --bs-body-bg-rgb: 47,51,73;

    --bs-primary-bg-subtle: #191919;

    --bs-danger-bg-subtle: #F39696;
    --bs-danger-bg-subtle-rgb: 243, 150, 150;

    --bs-info-bg-subtle: #979DE2;
    --bs-info-bg-subtle-rgb: 151, 157, 226;

    --bs-warning: #FFA500;
    --bs-warning-rgb: 255, 165, 0;

    --bs-success-bg-subtle: #91BD8A;
    --bs-success-bg-subtle-rgb: 145, 189, 138;



}

:root[data-bs-theme=dark] body,
:root[data-bs-theme=dark] .bg-body,
:root[data-bs-theme=dark] .form-select,
:root[data-bs-theme=dark] .form-control{
    background-color: #2F3349 !important;
}


:root[data-bs-theme=dark] .form-select,
:root[data-bs-theme=dark] .text-body,
:root[data-bs-theme=dark] .form-control{
    color:#fff !important;
}

/*
:root[data-bs-theme=dark] .style-label,
:root[data-bs-theme=dark] .form-control{
    color:#fff;
}*/

:root[data-bs-theme=dark] .table {
    --bs-table-bg: rgb(255 255 255 / 5%);
}


.pagination{
    --bs-pagination-active-bg: #06F;
    --bs-link-color: #06F;
    --bs-pagination-active-border-color: #06F;
}

.btn-primary{
    --bs-btn-bg: #06F;
    --bs-btn-border-color:#06F;
}


.btn-secondary,
.btn-secondary{
    --bs-btn-bg: rgba(36, 144, 239, 0.10);
    --bs-btn-border-color:rgba(36, 144, 239, 0.10);
    color: var(--bs-primary);
}

.btn-secondary:hover{
    --bs-btn-hover-bg: rgba(36, 144, 239, 0.20);
    --bs-btn-hover-border-color:rgba(36, 144, 239, 0.10);
    color: var(--bs-primary);
}

.btn-print{
    padding: 2px 9px;
}

:root{
    --bs-body-font-family: 'Lato', sans-serif;
}

:root[dir="rtl"]{
    --bs-body-font-family: 'Tajawal', sans-serif;
}

html{
    font-size: 15px; /* Base font size */
    height: 100%;
}

body{
    font-family: var(--bs-body-font-family);
    height: 100%;
}

.font-ar{
    font-family: 'Tajawal', sans-serif;
}


.font-en{
    font-family: 'Lato', sans-serif;
}


h5{
    letter-spacing: 0.4px;
}

main.rounded-top-0{
    border-radius:2px 2px 0px 0px !important;
}

.btn-light{
    background-color: transparent !important;
    border: none;
}


.btn-light:hover{
    background-color:var(--bs-primary-bg-subtle) !important;
    color: var(--bs-primary) !important;
}


.btn-light.btn-toggle:not(.collapsed){
    background-color:var(--bs-primary-bg-subtle) !important;
    color: var(--bs-primary) !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

header .dropdown-right .dropdown-menu{
    left: auto !important;
    right: 0 !important;
}

header .dropdown-lg .dropdown-menu{
    width: 500px;
    padding: 0;
}

header .dropdown-toggle::after{
    display: none;
}

/* Sidebar */

#sidebar .btn{
    display: block;
    text-align: start;
}

#sidebar .btn.active{
    color: var(--bs-primary) !important;
}

.btn-toggle-nav{
    position: relative;
    margin-left: 20px;
    padding-left: 13px;
}

#sidebar ul .collapse,
#sidebar ul .collapsing {
    background-color: rgba(var(--bs-primary-bg-subtle-rgb), 0.5);
    padding-bottom: 10px;
}


.btn-toggle{
    position: relative;
}

.btn-toggle:after{
    content:'\F282';
    font-family: bootstrap-icons !important;
    display: block;
    width: 16px;
    height: 16px;
    position:absolute;
    right: 16px;
    top: -2px;
    bottom: 0;
    margin: auto;
    border: none;

}

.btn-toggle.collapsed:after{
    content:'\F286';
}

button.btn-toggle:after{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

#sidebar .btn-toggle-nav:before{
    content: '';
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 17px;
    background: var(--bs-secondary-color);
}

#sidebar .btn-toggle-nav li{
    position: relative;
}

#sidebar .btn-toggle-nav li:before{
    content: '';
    width: 13px;
    height: 1px;
    position: absolute;
    left: -13px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--bs-secondary-color);
}

#sidebar li img{
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
}

.sidebar-btn{
    display: none;
}

/* End Sidebar */

.nav-tabs .nav-link{
    color: var(--bs-body-color);
    background-color: #98C1FF;
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-right: solid 2px var(--bs-white);
}

html[data-bs-theme="dark"] .nav-tabs .nav-link{
    background-color: #0D0D0D;
}

.nav-tabs li:last-child .nav-link{
    border:none;
}

.nav-tabs .nav-link.active{
    color: var(--bs-primary);
    background-color: var(--bs-primary-bg-subtle);
}

html[data-bs-theme="dark"] .nav-tabs .nav-link.active{
    color: var(--bs-primary);
    background-color: #191919;
}

.style-label{
    position: absolute;
    margin-top: -9px;
    margin-left: 16px;
    font-weight: 700;
    background: var(--bs-body-bg);
    line-height: 16px;
    font-size:14px;
    z-index: 6;
}

.label-sm{
    margin-top: -9px;
    margin-left: 12px;
    font-size: 14px;
    font-weight: 400;
    background: var(--bs-secondary-bg-subtle);
    line-height: 14px;
    color: var(--bs-primary);

}

.form-select{
    padding-bottom: 7px;
    padding-top: 7px;
    font-weight: 500;
}


.form-select.form-select-lg,
.form-control.form-control-lg{
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 500;
}

.no-arrow:after{
    display: none;
}

.table-striped>tbody>tr:nth-of-type(odd)>*{
    background: #F6FBFF;
}

html[data-bs-theme="dark"] .table-striped>tbody>tr:nth-of-type(odd)>*{
    background: var(--bs-body-bg);
    --bs-table-bg-type: rgb(0 0 0 / 0%);
}

html[data-bs-theme="dark"] .table-striped>tbody>tr>*,
html[data-bs-theme="dark"] .table>:not(:last-child)>:last-child>*{
    border-color: rgba(255, 255, 255, 0.1);
}

.table-striped thead th{
    border-right: solid 1px rgb(3 3 3 / 10%);
}

.dropdown-toggle.no-arrow{
    border: none;
    padding: 0px 5px;
}

.form-check-input{
    font-size: 20px;
    position: relative;
    top: -2px;
}

.table{
    --bs-table-bg: var(--bs-body-bg);
}

.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle)!important;
}

.nav-tabs{
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    min-height: 41px;
}

.tabs-wrapper{
    position: relative;

}

.tabs-wrapper:after {
    content: '';
    display: block;
    width: 25px;
    height: 39px;
    position: absolute;
    right: -1px;
    top: 2px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(229,229,229,1) 83%);
}

html[data-bs-theme="dark"] .tabs-wrapper:after {
    display:none;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #161719 83%);
}

.table-responsive-lg table{
    min-width: 700px;
}



.btn-default{
    width: 200px;
    text-align: start;
}

.branch-form{
    width: 880px;
    max-width: 100%;
    margin: auto;
}

.drop-zone {
    max-width: 180px;
    height: 150px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    color: var(--bs-secondary-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.28px;
    text-transform: capitalize;
    position: relative;
    border: 1px dashed var(--bs-secondary);
    border-radius: 10px;
}

.drop-zone__prompt span{
    display: block;
    color: var(--bs-secondary);
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    background-color: var(--bs-body-bg);
    background-size: cover;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

.upload-icon{
    display: block;
    margin: 0 auto 10px;
}

.drop-zone .btn{
    position: absolute;
    right: -200px;
    bottom: 0;
    width: 180px;
}

.tabs-btns{
    margin-top: -69px;
}

.files{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.files .file{
    width: 150px;
    height: 150px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--bs-secondary-bg-subtle);
}

.files .file img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-width.modal .modal-dialog{
    max-width: 800px;
    width: 95%;
}

.uploaded-imgs{
    padding-top: 16px;
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.uploaded-imgs .file{
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    width: 100px;
    height: 100px;
    padding: 2px;
    overflow: hidden;
}

.uploaded-imgs .file img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

input[type=search].form-control{
    background-image: url(assets/images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: 15px center;
}

/* Batch 2 */

.style-label span{
    color:#FD0D0D
}

.bg-light-login{
    background: #F6FBFF;
}

.text-secondary-color{
    color:#4A4E69;
}

.login-page{
    min-height: 100%;
    padding: 50px 0;
}

.welcome{
    min-height: 500px;
    border-radius: 15px;
    box-shadow: 18px 18px 50px 0px rgba(13, 39, 80, 0.16), -23px -23px 45px 0px #FFF;
}

html[data-bs-theme="dark"] .welcome{
    box-shadow: 18px 18px 50px 0px rgba(0, 0, 0, 0.16), -23px -23px 45px 0px #393D53;
}

.welcome-left{
    background: #082263!important;
}

.welcome-logo{
    bottom:50px;
    text-align: center;
}

.input-group-text{
    border: none;
    position: absolute;
    z-index: 6;
    top: 18px;
    left: 20px;
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    border-radius: 6px !important;
    color: var(--bs-primary);
    padding: 5px 9px;
}

.input-group input{
    padding-left: 50px;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.py-2-5{
    padding-top: 0.7rem!important;
    padding-bottom: 0.75rem!important;
}

.bg-primary-subtle > .table-striped>tbody>tr:nth-of-type(odd)>*{
    background-color: var(--bs-primary-bg-subtle) !important;
}


.bg-primary-subtle >.table-striped>tbody>tr:nth-of-type(odd)>*{
    --bs-table-bg-type: var(--bs-primary-bg-subtle) !important;
}

table.align-content-center  td{
    vertical-align: middle;
}

.company{
    letter-spacing: 4.2px;
}

.id-profile li strong{
    width: 50%;
}

.breadcrumb .breadcrumb-item.active{
    color: var(--bs-body-color);
    font-weight: 500;
}

.breadcrumb .breadcrumb-item a{
    color: var(--bs-secondary-color);
    opacity: 0.8;
}

.with-symbols{
    display: flex;
    align-items: center;
    gap: 10px;
}

.with-symbols .form-symbol{
    font-weight: 700;
    margin-right: -10px;
}

.bg-block{
    background: #EFEFEF;
}

.dark-logo{
    display: none;
}

/* rtl */

html[dir="rtl"] .navbar-nav.me-auto{
    margin-right: 0 !important;
}

html[dir="rtl"] header .dropdown-right .dropdown-menu{
    left: 0 !important;
    right: auto !important;
}

html[dir="rtl"] .style-label{
    margin-left: 0;
    margin-right: 16px;
}

html[dir="rtl"] .nav-tabs li:last-child .nav-link {
    border-right: solid 2px var(--bs-white);
}

html[dir="rtl"] .nav-tabs li:first-child .nav-link {
    border-right: none;
}

html[dir="rtl"] .btn-toggle:after{
    right:auto;
    left: 16px;
}

html[dir="rtl"] .btn-toggle-nav{
    margin-left: 0px;
    padding-left: 0px;
    margin-right: 20px;
    padding-right: 13px;
}

html[dir="rtl"] #sidebar .btn-toggle-nav li:before{
    left: auto;
    right: -13px;
}

html[dir="rtl"] #sidebar .btn-toggle-nav:before{
    left: auto;
    right: 0;
}

html[dir="rtl"] .bi.bi-chevron-left,
html[dir="rtl"] .bi.bi-chevron-right{
    transform: rotate(180deg);
    display: inline-block;
    position: relative;
    top:-3px;
}

html[dir="rtl"]  #sidebar .flex-shrink-0 > ul > li > .btn{
    padding-right: 0;
}

html[dir="rtl"]  .drop-zone .btn{
    right: auto;
    left: -200px;
}

html[dir="rtl"] .btn-secondary{
    background-color: rgba(36, 144, 239, 0.10);
    border-color: rgba(36, 144, 239, 0.10);
    color: var(--bs-primary);
}

html[dir="rtl"] .welcome-left{
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

html[dir="rtl"] .welcome > div:last-child{
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}



html[data-bs-theme="dark"] .page-link,
html[data-bs-theme="dark"] .page-item.disabled .page-link{
    background-color: var(--bs-pagination-bg);
    color: var(--bs-pagination-color);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
}

html[data-bs-theme="dark"] .page-item.active .page-link{
    background-color: var(--bs-primary);
    color: #fff;
}

html[data-bs-theme="dark"]{

/*.table>:not(caption)>*>*{*/
/*    color: var(--bs-body-color);*/
/*}*/

.table .dropdown .btn{
    color: var(--bs-body-color);
}

.dropdown-menu{
    border-color: var(--bs-secondary-color);
}

.dropdown-menu,
.dropdown-item{
    color: var(--bs-body-color) !important;
    background-color: var(--bs-body-bg);
}

.dropdown-item:hover{
    background-color: var(--bs-primary);
}

.list-group-item{
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
}

.list-group-item:hover,
.list-group-item.active{
    background: var(--bs-secondary-bg-subtle);
    border-color: var(--bs-secondary-color);
}

.bg-block{
    background: #1F2339;
}

.border-secondary{
    border-color: rgba(165, 167, 180, 1) !important;
}

#sidebar ul .collapse,
#sidebar ul .collapsing {
    background-color: rgba(25, 25, 25, 0.5);
    padding-bottom: 10px;
}

.btn-light.btn-toggle:not(.collapsed){
    color: var(--bs-primary) !important;
    background: #191919 !important;

}

.btn-light:hover,
#sidebar ul li ul .btn.active{
    background-color: var(--bs-body-bg) !important;
}

.dropdown label,
.dropdown{
    color: var(--bs-body-color);
}

.btn-print:hover{
    background: var(--bs-body-bg);
}

.btn-secondary{
    background: var(--bs-body-bg) !important;
    border-color: var(--bs-primary) !important;
}

.text-secondary-color {
    color: #A5A7B4;
}

.dark-logo{
    display: block;
}

.light-logo{
    display: none;
}

.style-label{
    color: var(--bs-body-color);
}

.form-check-label{
    color: var(--bs-body-color);
}

#sidebar > div > ul > li > a{
    color: var(--bs-body-color) !important;
}

#sidebar > div > ul > li > a.active,
#sidebar > div > ul > li > a:hover{
    background: #191919 !important;
}


}

html[dir="rtl"] .with-symbols .form-symbol{
    margin-left: -10px;
    margin-right: 0;
}

.sidebar-width{
    width: 240px;
}


/* Small Screens Breakpoint for Sidebar  */

@media (min-width:1024px){
    .sidebar-btn{
        display: none !important;
    }

    /* Sidebar hover style */
    .sidebar-width{
        width: 240px;
        transition: all 0.5s ease;
    }

    .sidebar-items a {
        white-space: nowrap;
    }

    .sidebar-items > li > a span,
    .sidebar-items > li > a:after{
        opacity: 1;
        transition: opacity 0.5s ease;
        -webkit-transition: opacity 0.5s ease;
        -moz-transition: opacity 0.5s ease;
    }

    .sidebar-items > li div{
        max-height: 500px;
        overflow: hidden;
        opacity: 1;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
    }

    .sidebar-items > li img{
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
    }


    .sidebar-status:not(.hovered) .sidebar-items > li > a span,
    .sidebar-status:not(.hovered) .sidebar-items > li > a:after{
        opacity: 0;
        font-size: 0;
    }

    .sidebar-status:not(.hovered) .sidebar-items > li div{
        max-height: 0;
        opacity: 0;
    }

    .sidebar-status:not(.hovered) .sidebar-items > li img{
        margin: 0 !important;
    }

    .sidebar-status:not(.hovered) .sidebar-width{
        width: 54px;
    }

    .hover-sidebar-btn{
        display: none;
    }

    .logo{
        position: absolute;
        top: 24px;
        margin-left: 60px;
    }

    html[dir="rtl"] .logo{
        margin-left: auto;
        margin-right: 60px;
    }

    .sidebar-wrapper{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .sidebar-wrapper:has(.sidebar-status) .sidebar-logo-v2{
        display: none;
    }



}

@media (max-width:1023px){

    .sidebar-logo-v2{
        display: none;
    }

    .sidebar-wrapper:has(.show.collapse-horizontal) .sidebar-logo-v2{
        display: block;
        padding: 0 10px;
    }

    #sidebar{
        position: relative;
        z-index:2;
        padding-right: 25px;
    }

    html[dir="rtl"] #sidebar{
        padding-right: 0;
        padding-left: 25px;
    }

    .sidebar-wrapper{
        position: fixed;
        top: 0;
        bottom: 0;
        background:var(--bs-body-bg);
        z-index: 10;
        max-height: 100vh;
        overflow: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .nav-overlay{
        content: '';
        position: fixed;
        left: 50px;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #000;
        opacity: 0.4;
        display: none;
        z-index: 9;
    }

    html[data-bs-theme="dark"] .nav-overlay{
        opacity: 0.8;
    }

    html[dir="rtl"] .nav-overlay{
        left: 0px;
        right: 50px;
    }

    .sidebar-btn{
        position:absolute;
        right: 12px;
        display: block;
    }

    html[dir="rtl"] .sidebar-btn{
        left: 12px;
        right: auto;
    }

    header .dropdown-lg .dropdown-menu{
        width: auto;
    }

    .slide-sidebar-btn{
        display: none;
    }


}

@media (min-width:1024px){
    body:has(#sidebar) .tabs-wrapper,
    body:has(#sidebar.sidebar-status.hovered) .tabs-wrapper{
        max-width: calc(100vw - 360px);
    }

    body:has(#sidebar.sidebar-status) .tabs-wrapper{
        max-width: calc(100vw - 188px);
    }
}

@media (min-width:1024px) and (max-width:1500px){

    table.table-width-900{
        min-width: 900px;
    }

    table.table-width-1000{
        min-width: 980px;
    }

    table.table-width-1100{
        min-width: 1100px;
    }

    table.table-width-1200{
        min-width: 1200px;
    }

    body:has(#sidebar.show) .table-responsive-xxl{
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        max-width: 70vw;
    }

}

@media (max-width:1023px){

    table.table-width-900{
        min-width: 900px;
    }

    table.table-width-1000{
        min-width: 980px;
    }

    table.table-width-1100{
        min-width: 1100px;
    }

    table.table-width-1200{
        min-width: 1200px;
    }
}


@media (max-width:991px){
    .tabs-btns{
        margin-top: -10px;
    }

    .welcome-left{
        border-bottom-left-radius:0px !important;
        border-bottom-right-radius:0px !important;
        border-top-left-radius:15px !important;
        border-top-right-radius:15px !important;
        min-height: 200px;
    }

    html[dir="rtl"] .welcome-left{
        border-bottom-left-radius:0px !important;
        border-bottom-right-radius:0px !important;
        border-top-left-radius:15px !important;
        border-top-right-radius:15px !important;
    }

    .welcome-left p br{
        display: none;
    }

    .input-group-text{
        top:12px;
    }

}

@media (max-width:575px){
    .drop-zone .btn {
        right: 0;
        bottom: -50px;
    }

    html[dir="rtl"]  .drop-zone .btn{
        right: 0;
        bottom: -50px;
    }


    .drop-zone{
        margin-bottom: 50px;
    }



    .with-symbols{
        display: flex;
        align-items: center;
        gap: 5px;
        flex-direction: column;
    }

    .form-symbol{
        font-size: 18px;
    }
}
