*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #f4f4f4;
}

.alert-fixed {
    position: fixed;
    top: 45px;
    left: 10%;
    width: 80%;
    z-index: 9999;
    border-radius: 0px;
    font-weight: bold;
    text-align: center;
    box-shadow: 3px 5px 16px #888888;
}

.navbar {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    height: 10vh;
    background-color: white;
    width: 100%;
    border-top:1px solid #d5d5d5;
    z-index: 10000000;
  }

/*.main-body{*/
/*    flex: 1 1 auto;*/
/*}*/

.main-container{
    height: 90vh;
    height: calc(var(--vh, 1vh) * 90);
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (min-width: 576px) {


    /* width */
    ::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #c09696;
        border-radius: 3px;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: rgb(173, 166, 166);
        border-radius: 3px;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #c4bcbc;
    }

}

  .navbar a {
    float: left;
    display: block;
    color: #2e2c2c;
    text-align: center;
    padding: 0px 16px;
    text-decoration: none;
    font-size: 17px;
  }

  .f-10{
    font-size: 10px;
  }
  .f-11{
    font-size: 11px;
  }
  .f-12{
    font-size: 12px;
  }
  .f-13{
    font-size: 13px;
  }
  .f-14{
    font-size: 14px;
  }
  .f-15{
    font-size: 15px;
  }
  .f-16{
    font-size: 16px;
  }
  .f-17{
    font-size: 17px;
  }
  .f-18{
    font-size: 18px;
  }



.bs-blue{
    color:var(--bs-blue) !important;
}
.bs-indigo{
    color:var(--bs-indigo) !important;
}
.bs-purple{
    color:var(--bs-purple) !important;
}
.bs-pink{
    color:var(--bs-pink) !important;
}
.bs-red{
    color:var(--bs-red) !important;
}
.bs-orange{
    color:var(--bs-orange) !important;
}
.bs-yellow{
    color:var(--bs-yellow) !important;
}
.bs-green{
    color:var(--bs-green) !important;
}
.bs-teal{
    color:var(--bs-teal) !important;
}

.bs-cyan {
    color:var(--bs-cyan) !important;
}
.bs-white{
    color:var(--bs-white) !important;
}
.bs-gray {
    color:var(--bs-gray) !important;
}
.bs-gray-dark {
    color:var(--bs-gray-dark) !important;
}
.bs-primary {
    color:var(--bs-primary) !important;
}
.bs-secondary {
    color:var(--bs-secondary) !important;
}
.bs-success {
    color:var(--bs-success) !important;
}
.bs-info {
    color:var(--bs-info) !important;
}
.bs-warning {
    color:var(--bs-warning) !important;
}
.bs-danger {
    color:var(--bs-danger) !important;
}
.bs-light {
    color:var(--bs-light) !important;
}
.bs-dark{
    color:var(--bs-dark) !important;
}

  .overflow-y{
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }



 a{
   text-decoration: none;
 }


.bg-pink{
     background-color: #ffd8df;
 }

.light-black{
     color: #5d5c5c;
 }

.filter-remove{
    border: 1px solid #707070;
    padding: 2px;
    border-radius: 3px;
}

.box{
    box-sizing: border-box;
    border: 3px solid transparent;
    background-clip:padding-box;
}


@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/IRANSansWeb%28FaNum%29_Black.eot");
    src: url("../fonts/IRANSansWeb%28FaNum%29_Black.eot?#iefix")
    format("embedded-opentype"),
        /* IE6-8 */
    url("../fonts/IRANSansWeb%28FaNum%29_Black.woff2")
    format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/
    url("../fonts/IRANSansWeb%28FaNum%29_Black.woff")
    format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url("../fonts/IRANSansWeb%28FaNum%29_Black.ttf")
    format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/IRANSansWeb%28FaNum%29_Bold.eot");
    src: url("../fonts/IRANSansWeb%28FaNum%29_Bold.eot?#iefix")
    format("embedded-opentype"),
        /* IE6-8 */
    url("../fonts/IRANSansWeb%28FaNum%29_Bold.woff2")
    format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/
    url("../fonts/IRANSansWeb%28FaNum%29_Bold.woff")
    format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url("../fonts/IRANSansWeb%28FaNum%29_Bold.ttf")
    format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/IRANSansWeb%28FaNum%29_Medium.eot");
    src: url("../fonts/IRANSansWeb%28FaNum%29_Medium.eot?#iefix")
    format("embedded-opentype"),
        /* IE6-8 */
    url("../fonts/IRANSansWeb%28FaNum%29_Medium.woff2")
    format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/
    url("../fonts/IRANSansWeb%28FaNum%29_Medium.woff")
    format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url("../fonts/IRANSansWeb%28FaNum%29_Medium.ttf")
    format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/IRANSansWeb%28FaNum%29_Light.eot");
    src: url("../fonts/IRANSansWeb%28FaNum%29_Light.eot?#iefix")
    format("embedded-opentype"),
        /* IE6-8 */
    url("../fonts/IRANSansWeb%28FaNum%29_Light.woff2")
    format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/
    url("../fonts/IRANSansWeb%28FaNum%29_Light.woff")
    format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url("../fonts/IRANSansWeb%28FaNum%29_Light.ttf")
    format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/IRANSansWeb%28FaNum%29_UltraLight.eot");
    src: url("../fonts/IRANSansWeb%28FaNum%29_UltraLight.eot?#iefix")
    format("embedded-opentype"),
        /* IE6-8 */
    url("../fonts/IRANSansWeb%28FaNum%29_UltraLight.woff2")
    format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/
    url("../fonts/IRANSansWeb%28FaNum%29_UltraLight.woff")
    format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url("../fonts/IRANSansWeb%28FaNum%29_UltraLight.ttf")
    format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/IRANSansWeb%28FaNum%29.eot");
    src: url("../fonts/IRANSansWeb%28FaNum%29.eot?#iefix")
    format("embedded-opentype"),
        /* IE6-8 */
    url("../fonts/IRANSansWeb%28FaNum%29.woff2")
    format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/
    url("../fonts/IRANSansWeb%28FaNum%29.woff")
    format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url("../fonts/IRANSansWeb%28FaNum%29.ttf")
    format("truetype");
}

.pointer{
    cursor: pointer;
}


/* region datePicker */

.datepicker-plot-area {
    font: 13px Tahoma !important;
}

.pwt-btn-today {
    float: none !important;
    font-size: 13px !important;
    margin:  0 0 5px 0 !important;
    display: inline-block !important;
    background-color: white !important;
    border: 1px solid #0a53be;
    color: blue !important;
    border-radius: 5px !important;
    padding: 5px 20px !important;
    line-height: 15px !important;
}

.pwt-btn-today:hover{
    color: white !important;
    background-color: #0a53be !important;
    transition: 500ms;
}

.datepicker-plot-area {
    border-radius: 5px !important;
    padding: 5px !important;
    min-width: 225px !important;
}

/*.datepicker-plot-area .datepicker-day-view .table-days td.selected span, .datepicker-plot-area .datepicker-year-view .year-item.selected, .datepicker-plot-area .datepicker-month-view .month-item.selected {*/
/*    border-radius: 5px !important;*/
/*    background-color: #198754!important;*/
/*}*/

.datepicker-plot-area .datepicker-day-view .table-days td.today span {
    background-color: #04AA6D;
}

/*.datepicker-plot-area .datepicker-day-view .table-days td.selected span .datepicker-plot-area .datepicker-day-view .table-days td:hover, .datepicker-plot-area .datepicker-day-view .table-days td span:hover, .datepicker-plot-area .datepicker-year-view .year-item:hover, .datepicker-plot-area .datepicker-month-view .month-item:hover {*/
/*    background-color: #dcd9d4 !important;*/
/*    border-radius: 5px !important;*/
/*}*/



.selected-date{
    background-color: #9fa8da !important;
}

.icon::before {
    /* removed font- based rules */
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.datepicker-navigator{
    display: flex !important;
    flex-direction: row-reverse;
}
.pwt-btn-prev,.pwt-btn-next  {
    width: 25% !important;
}


.pwt-btn-prev::before {
    font-family: "Font Awesome 5 Free";
    content: "\f35a";
    font-weight: 400;
    color: #ff5722;
}

.pwt-btn-next::after {
    font-family: "Font Awesome 5 Free";
    content: "\f359";
    font-weight: 400;
    color: #ff5722;
}
.pwt-btn-switch{
    font-size: 18px !important;
    font-weight: bold !important;
    color: #69c2ea !important;
}
 .text-danger-date-picker{
     color:#f00 !important;
     font-weight: bold;
 }
/* endregion datePicker */


.center-btn-navigation{
    background: radial-gradient(circle at 10% 20%, rgb(255, 197, 118) 0%, rgb(254, 106, 103) 47.7%, rgb(240, 23, 23) 92.3%);
}

.ltr{
    direction: ltr !important;
}

.back-link{
    position: absolute;
    left: 22px;
    top: 10px;
    color: var(--bs-gray-dark);
}