@font-face {
    src: url("fonts/Vazir-Medium.woff2");
    src: url("fonts/Vazir-Medium.woff2");!important;
    font-family: 'iran';!important;
}


* {
    font-family: 'iran';
}


*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

button{
    cursor: pointer;
}

a
{
    text-decoration: none !important;
}

html , body , *
{
    font-family: 'iran';
}


Make scrollbar thin
::-webkit-scrollbar {
    width: 8px; /* Width of the scrollbar */
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* Track color */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; /* Handle color */
    border-radius: 10px; /* Rounded corners for handle */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; /* Darker color on hover */
}

/* Make scrollbar thin in Firefox */
html {
    scrollbar-width: thin; /* Sets scrollbar width to thin */
    scrollbar-color: #888 #f1f1f1; /* Thumb and track colors */
}


.mainsection {
    scrollbar-width: thin; /* Makes the scrollbar thin */
    scrollbar-color: #444 #f1f1f1; /* Thumb and track colors */
    /* Firefox doesn't support rounded scrollbars natively */
}

.mainsection::-webkit-scrollbar {
    width: 8px; /* Make the scrollbar thin */
}

.mainsection::-webkit-scrollbar-track {
    background: #f1f1f1; /* Track color */
}

.mainsection::-webkit-scrollbar-thumb {
    background: #444; /* Thumb color */
    border-radius: 10px; /* Make the scrollbar thumb rounded */
}

.mainsection::-webkit-scrollbar-thumb:hover {
    background: #333; /* Darker thumb color on hover */
}






.w--100{
    width: 100%;
    background: url("assets/loginbaner.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    padding-top: 96px;
}


.page-title {
    color: #323232;
    margin: auto;
    text-align: center;
    padding-bottom: 15px;
    font-size: 21px;
    border-bottom: 1px solid #00a976;
    font-weight: initial;
}

.father
{
    display: grid;
    grid-template-columns: 2fr 10fr;
    gap: 12px;
}

.add-visit-btn{
    height: 100%;
    border-radius: 3px;
    border: none;
    background: #00a976;
    color: #fff;
    font-size: 16px;
}

.sidebar {
    background: #0d9aa024;
    border-left: 1px solid #c1c1c1;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#A0FFEA", endColorstr="#C1FCD3", GradientType=1 );
    border-radius: 4px;
    padding: 18px 24px; 
}

.father
{
    height: 100vh;
}

.cotainer-d
{
    max-width: 1200px;
    margin: auto;
}

.item-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #a8a8a854;
    padding-bottom: 10px;
}

.item-title
{
    font-size: 15px;
    color: #444;
    padding: 8px 0px;
    background: #44444426;
    border-radius: 4px;
    transition: all 0.4s;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.item-title:hover
{
    background: #21212126;
}

.item-btn
{
    font-size: 13px;
    padding: 8px ;
    background-color: #444;
    color: #Fff;
    border-radius: 3px;
    transition: all 0.4s;
    display: inline-block;
    text-align: center;
    width: 100%;
    text-decoration: none;
}

.item-btn:hover
{
    background: #44444426;
    color: #222;
}

.item-box ul
{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.item-box ul li
{
    width: 100%;
}



/* mainsection */
.mainsection {
    padding: 18px;
    max-height: 100vh;
    overflow-y: scroll;
    padding-top: 0px;
}
.container-d
{
    max-width:1000px;
    padding: 12px;
}

.main-sec
{
    width: 100%;
}



tbody tr:nth-child(even)
{
    background-color: #ddd;
}


table a , table button
{
    padding: 6px 12px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    border: none;
}


thead th {
    background-color: #087f5b;
    color: #fff;

}

table
{
    width:  100%;
    background-color: #fafafa;
    margin:48px auto;
    font-size: 18px;
    border-collapse: collapse;
}


th , td{
    text-align: right;
    padding: 16px 24px;
    font-weight: normal;
}

.btn-danger
{
    background-color: #444;
    color: #fff;
    transition: all 0.4s;
}

.btn-danger:hover
{
    /* background-color: #bce2ff; */

    background-color: #087f5b;
    color: #fff;
}

.btn-primary
{
    font-size: 12.5px !important;
}

/* button.btn-primary
{
    background-color: #444;
    color: #fff;
    transition: all 0.4s;
    border: none;
    padding: 5px 0px;
    border-radius: 3px;
    font-size: 18px;
} */

.btn-del {
    background: #e7e7e7 !important;
    color: red !important;
    border: 1px solid red !important;
    border-radius: 3px !important;
    cursor: pointer;
    font-size: 12px !important;
}

.header
{
    width:  100%;
}

.head-title
{
    font-size: 18px;
    margin: auto;
    margin-top: auto;
    padding: 16px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 3px;
    letter-spacing: 0.5px;
    color: #444;
    background: hsla(167, 100%, 81%, 1);
    background: linear-gradient(90deg, hsla(167, 100%, 81%, 1) 0%, hsla(138, 91%, 87%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(167, 100%, 81%, 1) 0%, hsla(138, 91%, 87%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(167, 100%, 81%, 1) 0%, hsla(138, 91%, 87%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#A0FFEA", endColorstr="#C1FCD3", GradientType=1 );
    letter-spacing: 1px;
    margin-top: 8px;
}

.fcontainer
{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 32px;
    gap: 24px;

}

.panelnavbar form
{
    max-width: 500px;
    display: grid;
    grid-template-columns: 3fr 1fr;
    flex-direction: row;
}

form
{
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;

}

.search input {
    padding: 10px;
    margin: -5px;
    font-family: "iran";
    border: none;
    border: 1px solid #6e6e6e;
    font-size: 17px;
    height: 100%;
}

.search button
{
    padding: 6.5px 20px;
    position: relative;
    font-family: "iran";
    border: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #fff;
    background-color: #087f5b;
    transition: all 0.4s;
}

.search button:hover
{
    background-color: #065c42;
}


ion-icon
{
    width: 15px;
    height: 15px;
    color: #444;
}

/* .panelnavbar
{
    border-bottom: 1px solid #d9d9d9;
    padding-bottom:12px ;
} */

.main-sec form
{
    width: 100%;
}

.main-sec .form-groups
{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 18px;
    justify-content: center;
    text-align: center;
    box-shadow: 0px 6px 6px rgb(211, 211, 211) !important;
    border-radius: 3px;
    overflow: hidden;
    background-color: #efefef;
    padding: 32px 96px;

}

.main-sec .form-groups input
{
    /* max-width: 800px; */
    width: 100%;
    padding: 6px 8px;
    margin: 8px 0;
    box-sizing: border-box;
    font-weight: bold;
    border-radius: 3px;
    /*border: 1px solid #ccc;*/
    border: none;
    font-family: 'iran';
}

/*.main-sec .form-groups button:hover*/
/*{*/
/*    background-color: #065c42;*/
/*}*/

.alert
{
    color: #1c7ed6;
    /* background-color: #d4edda;
    border-color: #c3e6cb; */

    background-color: #d0ebff;
    border-color: #4dabf7;
    width: 100%;
    padding: 12px 12px;
    border-radius: 5px;
    margin-bottom: 24px;

}

.alert-text
{
    text-align: center;
    font-size: 15px;
}

.search select
{
    /* width: 100%; */
    padding: 6.5px 20px;
    font-size: 13px;
    font-family: 'iran';
    border: none;
    background-color: #444;
    color: #fff !important;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    color: inherit;
    margin-right: 12px;
}

.search select option
{
    font-family: 'iran' !important;
}

table tr td , table thead th , table a
{
    font-size: 12px;
}

.selctbime
{
    padding: 8px;
    background-color: #0b7285;
    color: #fff;
    border-radius: 3px;
}


.dt-area
{
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.form-group textarea
{
    width: 100%;
    margin-top: 5px;
    height: 55px;
}

.form-group label {
    padding: 4px 12px;
    border-radius: 3px !important;
    font-size: 14px !important;
    color: #fff;
    width: 100% !important;
}

.login-form label{
    float: right; !important;
}

.selctbime option
{
    font-family: 'iran' !important;
}

.btn-vis
{
    background-color: #0b7285;
    transition : all 0.4s;

}

.btn-vis:hover
{
    background-color: #444;
}

#introduce{
    display: block;
    width: 100%;
    font-size: 35px;
    font-weight: bold;
    color: white;
    padding-bottom: 5px;
    background-color: #4CAF50;
    text-decoration: none;
    margin-bottom: 15px;
}


.profile-box
{
    max-width: 130rem;
    margin: 0 auto;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.20);
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.8rem;
    padding: 2rem;
    margin-bottom: 64px;
}

.profile-header
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.2rem;
    padding-bottom: 2.4rem;
    border-bottom: 2px solid rgb(166, 166, 166);
}

.profile-header-text-box
{
    display: flex;
    gap: 1.2rem;
    flex-direction: column;
}

.profile-header-text-box p
{
    color: #222;
}



#accordion-wraper{
    margin: auto;
    border-radius: 4px;
    overflow: hidden;
}


.accordion{
    border: none;
    background: #0b7285;
    color: #fff;
    width: 100%;
    padding: 10px;
    text-align: right;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    transition: all 0.4s;
    border-radius: 3px;
}

.accordion:hover
{
    background: #09606f;
}

.panel{
    width: 100%;
    text-align: justify;
    background-color: #f1f3f5;
    padding: 6px 12px;
    box-sizing: border-box;
    color: #444;
    font-size: 18px;
    overflow: hidden;
    transition: 0.3s;
    height: 0;
}

.vis-box
{
    padding: 12px;

    display: flex;
    flex-direction: column;
    gap: 14px;
}

.vis-box p
{
    font-size: 16px;
    line-height: 1.5;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

.vis-box p strong
{
    color: #444;
}

.ed-v
{
    color: #364fc7;
    font-weight: bold;
}

.dl-v
{
    color: #f03e3e;
    font-weight: bold;
}

.selctbime {
    padding: 8px;
    background-color: #0b7285;
    color: #fff;
    border-radius: 3px;
}

.login-container
{
    direction: ltr;
    max-width: 700px;
    margin: auto;
    margin-top: 96px;
}

.login-container .alert
{
    margin-top: 18px;
}

.sabt-visit-button
{
    /*text-align: center;*/
    width: 100%;
    /*padding: 6px 0;*/
    /*background-color: #087f5b;*/
    /*border-radius: 3px;*/
    transition: all 0.4s;
    cursor: pointer;
}


.sabt-visit-button a
{
    color: #fff;
    width: 100%;
    padding: 6px 0;
    background-color: #087f5b;
    border-radius: 3px;
    text-align: center;
    display: block;
    transition: all 0.4s;
}

.sabt-visit-button a:hover
{
    background-color: #065c42;
}


.page
{
    display: flex;
    gap: 10px;
    justify-content: center;
}

.page a
{
    padding: 5px 10px;
    background-color: #087f5b;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    transition: all 0.4s;
}

.page a:hover
{
    background-color: #444;
    color: #fff;
}

.show-link {
    color: #0000EE;
    font-size: 13px;
}

.success-btn {
    padding: 10px;
    color: #228be6;
    background: #12b886;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}


.flex-form-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center;
    margin-bottom: 14px;
}


.pagination {
    margin-top: 20px;
    text-align: center;
}

.pagination ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.pagination li {
    display: inline;
    margin: 0;
    padding: 0;
}

.pagination li a,
.pagination li span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #337ab7;
    margin-left: -1px;
}

.pagination li:first-child a {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination li:last-child a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination li a:hover,
.pagination li a:focus {
    background-color: #f5f5f5;
}

.pagination .active span {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover,
.pagination .disabled a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}




