﻿@font-face {
    font-family: 'Nastaliq';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notonastaliqurdudraft/v4/NotoNastaliqUrduDraft.eot);
    src: url(//fonts.gstatic.com/ea/notonastaliqurdudraft/v4/NotoNastaliqUrduDraft.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/notonastaliqurdudraft/v4/NotoNastaliqUrduDraft.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notonastaliqurdudraft/v4/NotoNastaliqUrduDraft.woff) format('woff'), url(//fonts.gstatic.com/ea/notonastaliqurdudraft/v4/NotoNastaliqUrduDraft.ttf) format('truetype');
}
@font-face {
    font-family: 'vazir';
    src: url('../icofont/fonts/vazir.eot') format('eot'), url('../icofont/fonts/vazir.ttf') format('truetype'), url('../icofont/fonts/vazir.woff') format('woff2'), url('../icofont/fonts/vazir.woff2') format('woff');
}
@font-face {
    font-family: 'Mitra';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/BMitra.eot?#') format('eot'), url('../fonts/BMitra.woff') format('woff'), url('../fonts/BMitra.ttf') format('truetype');
}
@font-face {
    font-family: 'Nazanin';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/BNazanin.eot?#') format('eot'), url('../fonts/BNazanin.woff') format('woff'), url('../fonts/BNazanin.ttf') format('truetype');
}

.filterArea {
    margin: 10px;
    display: block;
    background-color: rgba(137, 180, 246, 0.86);
    border-radius: 10px;
}

.back-ground-pic {
    background: url(../images/bg-login.jpg);
    position: relative;
    background-size: cover;
}
.LoginForm {
    margin: 30px;
    background-color: #0061AA;
    border: 1px solid black;
    opacity: 0.8;
    filter: alpha(opacity = 80); /* For IE8 and earlier */
}
.icofont-00x{
    font-size:20px;
}
txtSmal {
    font-size: small;
    display: inline;
}
txtMedium {
    font-size: medium;
    display: inline;
}
txtLarg {
    font-size: large;
    display: inline;
}
txtLarger {
    font-size: larger;
    display: inline;
}
txtXlarg {
    font-size: x-large;
    display: inline;
}

.m-l-10 {
  margin-left: 10px;
}

.m-r-20 {
  margin-right: 20px;
}

.div-filter-rep {
  display: inline-block;
  width: 175px;
  margin-left: 10px;
  padding: 5px;
  direction: rtl;
}
.badge-data {
    background-color: rgb(124, 182, 212);
    color:#f2f2f2;
}

.div-new-data-3 {
  display: inline-block;
  width: 8%;
  margin-left: 5px;
  padding: 5px;
  direction: rtl;
}

.div-new-data-1 {
    display: inline-block;
    padding: 5px;
    direction: rtl;
}

.div-new-data-2 {
    display: inline-block;
    width: 80%;
    margin-left: 10px;
    padding: 5px;
    direction: rtl;
}
.control-Date {
    display: flex;
    background-color: #fff;
    font-size: 112.5%;
    padding-left: 1px;
    padding-right: 1px;
    border: 1px solid #ced4da;
    border-radius: 0.3rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.control-input {
    min-height: 25px;
    color: #031339;
    border-width: thin;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.3rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .control-input:hover {
        border-width: 1px;
        border-color: firebrick;
    }

    .control-input:focus {
        border-width: 1px;
        border-color: chartreuse;
        color: maroon;
        font-size: 1.1rem;
        background-color: #fff7c8;
    }

.control-input-Area {
    min-height: 25px;
    color: #031339;
    border-width: thin;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.3rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .control-input-Area:hover {
        border-width: 1px;
        border-color: firebrick;
    }

    .control-input-Area:focus {
        border-width: 1px;
        border-color: chartreuse;
        color: maroon;
        font-size: 1.2rem;
        background-color: #fff7c8;
    }

.control-input-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    color: #031339;
    border: 0px solid;
}

    .control-input-plaintext:hover {
        border-width: 1px;
        border-color: firebrick;
    }

    .control-input-plaintext:focus {
        border-width: 1px;
        border-color: chartreuse;
        color: #043260;
        font-size: 1.2rem;
        background-color: #f3e2cf;
    }

.control-text {
    display: block;
    width: 100%;
    margin-top: 2px;
    padding: 5px;
    border-radius: 7px;
    background-color: rgb(91, 95, 108);
    min-height: 30px;
    color: white;
    text-align: center;
}
.div-New-data {
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 10px;
    display: block;
    background-color: rgba(173,213,242,0.76);
    padding: 10px;
    border-radius: 10px;
}

.rtl {
  direction: rtl;
}
.ltr {
    direction: ltr;
}

.text-h-c {
    height: 25px;
    font-size: medium;
    font-weight:800;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    border-width: 0px;
}

 .text-h-c:focus {
        background-color: #c3f275;
        color:#060d44;
        height: 35px;
        font-size:large;
 }

.m-t-5 {
    margin-top: 5px;
}
.m-t-50 {
    margin-top: 50px;
}

.text-infovije {
  background-color: #3083f7;
  width: 90%;
}

.vijeres {
  width: 200px;
  height: 270px;
  padding: 10px;
  background-color: #9dbfef;
  border-radius: 10px;
  margin: 5px;
}

.vije-1 {
  background-color: #f9d1b3;
  font-size: 26px;
  color:#2b3545
}

.vije-2 {
    background-color: #b3f9d7;
    font-size: 26px;
    color: #2b3545
}

.vije-3 {
  background-color: #b3c7f9;
  font-size: 26px;
  color:#fa3a3a;
}
.vije-4 {
    background-color: #315644;
    font-size: 26px;
    color: #d2d8e1
}

.vije-header {
    background-color: #1c4a8f;
    color: rgb(248,251,254);
    font-size: 24px;
    border-radius: 10px;
}

.vije-HeaderRiz {
  font-size: 20px;
  background-color: #222121;
  color: #d7e8f5;

}

.vije-DetailRizFard {
    font-size: 18px;
    background-color: #dfecff;
    color: #303c5c;
}

.vije-DetailRizZoj {
    display: inline-block;
    font-size: 20px;
    background-color: #94a2b7;
}
.Zoj {
    background-color: #94a2b7;
    color: #ffffff;
}
.Fard {
    background-color: #dfecff;
    color: #28292b;
}
    .Zoj:hover, .Fard:hover {
        background-color: rgb(93, 143, 217);
        color: yellow;
    }
.bargasht {
    color: red;
}
.deleted {
    background-color: #710505;
    color: #dfecff;
}

.combo-date {
  direction: ltr;
  width: 44px;
  border-radius:5px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-10 {
  margin-right: 10px;
}

.combo-filter-rep {
  width: 100%;
  direction: rtl;
  border-radius:5px;
}

.lbl-info-data {
  background-color: #b3c7f9;
  color: #052555;
  width:100%;
}

.align-text-center {
  text-align: center;
}

.dis-none{
    display:none;
}
/*---------------------------------------*/
::-moz-selection { /* Code for Firefox */
    color: red;
    background: yellow;
}

::selection {
    color: red;
    background: yellow;
}

.font-6 {
    font-size: 37.5% !important;
}

.font-7 {
    font-size: 43.8% !important;
}

.font-8 {
    font-size: 50% !important;
}

.font-9 {
    font-size: 56.3% !important;
}

.font-10 {
    font-size: 62.5% !important;
}

.font-11 {
    font-size: 68.8% !important;
}

.font-12 {
    font-size: 75% !important;
}

.font-13 {
    font-size: 81.3% !important;
}

.font-14 {
    font-size: 87.5% !important;
}

.font-15 {
    font-size: 93.8% !important;
}

.font-16 {
    font-size: 100% !important;
}

.font-17 {
    font-size: 106.3% !important;
}

.font-18 {
    font-size: 112.5% !important;
}

.font-19 {
    font-size: 118.8% !important;
}

.font-20 {
    font-size: 125% !important;
}

.font-21 {
    font-size: 131.3% !important;
}

.font-22 {
    font-size: 137.5% !important;
}

.font-23 {
    font-size: 143.8% !important;
}

.font-24 {
    font-size: 150% !important;
}

.font-32 {
    font-size: 200% !important;
}

.font-48 {
    font-size: 300% !important;
}


body {
    background-color: #ebeff2;
    direction: rtl;
}

.btn_ABCD {
    display: inline;
    background-color: rgba(25, 103, 243, 0.71);
    color: #ebeff2;
    font-size: 14px;
    border-color: rgba(25, 103, 243, 0.50);
    padding: 7px;
    border-radius: 5px;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out;
    align-self: center;
}

    .btn_ABCD:hover {
        background-color: #0bc4f6;
        color: #2a1212;
    }

.btn_LeftBottom {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 25px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    background-color: aliceblue;
    color: blue;
    cursor: pointer;
    padding:5px 10px 5px 10px;
}

.btn_RightBottom {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 25px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    background-color: aliceblue;
    color: blue;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
}
.btn_LeftTop {
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    background-color: aliceblue;
    color: blue;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
}

.btn_RightTop {
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    background-color: aliceblue;
    color: blue;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
}

.btn_Left {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    background-color: aliceblue;
    color: blue;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
}

.btn_Right {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    background-color: aliceblue;
    color: blue;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
}
.btn_Top {
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 0px !important;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    background-color: aliceblue;
    color: blue;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
}
.btn_Bottom {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 25px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 25px !important;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    background-color: aliceblue;
    color: blue;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
}
.btn_Middle {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    background-color: aliceblue;
    color: blue;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
}
.btn_Green {
    color: #161617;
    background-color: #57b13d;
}
    .btn_Green:hover {
        background-color: #218d02;
        color: white;
    }

.btn_Blue {
    color: #161617;
    background-color: #2e8ef6;
}
    .btn_Blue:hover {
        background-color: #1567fa;
        color: white;
    }

.btn_Gray {
    color: #161617;
    background-color: #8996a8;
}
    .btn_Gray:hover {
        background-color: #43484e;
        color: white;
    }

.btn_Yellow {
    color: #161617;
    background-color: #eef548;
}
    .btn_Yellow:hover {
        background-color: #b9c107;
        color: white;
    }
.btn_Red {
    color: #161617;
    background-color: #fb3755;
}
    .btn_Red:hover {
        color: white;
        background-color: #932435;
    }

.btn_Light {
    color: #161617;
    background-color: #ebeff2;
}
    .btn_Light:hover {
        color: aliceblue;
        background-color: #585c5f;
    }

.btn_Selected {
    color: #fff !important;
    background-color: #28a745 !important;
}

.Header_Top {
    border-top-right-radius: 5px;
    border-top-left-radius: 25px;
}

.btn_ABCD_green {
    display: inline;
    background-color: rgba(6, 148, 26, 0.75);
    color: #ebeff2;
    font-size: 14px;
    border-color: rgba(25, 103, 243, 0.50);
    padding: 7px;
    border-radius: 5px;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out;
    align-self: center;
    min-width:60px;

}

    .btn_ABCD_green:hover {
        background-color: #14f61f;
        color: #2a1212;
    }
.btn_ABCD_Red {
    display: inline;
    background-color: rgba(198, 8, 49, 0.75);
    color: #ebeff2;
    font-size: 14px;
    border-color: rgba(25, 103, 243, 0.50);
    padding: 7px;
    border-radius: 5px;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out;
    align-self: center;
    min-width: 60px;
}

    .btn_ABCD_Red:hover {
        background-color: #fb5880;
        color: #2a1212;
    }

.div-borther {
    /*border-width: 1px;*/
    border-color: #f1efef;
    border: ridge;
    border-radius: 10px;
}

.p-10 {
    padding: 10px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.line-select {
    background-color: #6aed60;
    width: 0px;
    height: 5px;
    margin-top: 5px;
    transition: width .4s ease;
}

.line-2 {
    background-color: #3b3737;
    width: 100%;
    height: 2px
}

.line-1 {
    background-color: #3b3737;
    width: 90%;
    height: 1px;
    margin-top:10px;
    margin-bottom:10px;
}

.h-fix-30 {
    height: 30px;
}
.h-fix-100 {
    height: 100px;
}
.w-5 {
    width: 5% !important;
}
.w-10 {
    width: 10% !important;
}
.w-15 {
    width: 15% !important;
}
.w-20 {
    width: 20% !important;
}
.w-30 {
    width: 30% !important;
}
.w-40 {
    width: 40% !important;
}
.w-60 {
    width: 60% !important;
}
.w-70 {
    width: 70% !important;
}
.w-80 {
    width: 80% !important;
}
.w-90 {
    width: 90% !important;
}

.w-fix-5 {
    display: inline-block;
    width: 5px;
}
.w-fix-30 {
    display: inline-block;
    width: 30px;
}
.w-fix-50 {
    display: inline-block;
    width: 50px;
}
.w-fix-75 {
    display: inline-block;
    width: 75px;
}
.w-fix-100 {
    display: inline-block;
    width: 100px;
}
.w-fix-125 {
    display: inline-block;
    width: 125px;
}
.w-fix-150 {
    display: inline-block;
    width: 150px;
}
.w-fix-180 {
    display: inline-block;
    width: 180px;
}
.w-fix-200 {
    display: inline-block;
    width: 200px;
}
.w-fix-250 {
    display: inline-block;
    width: 250px;
}
.w-fix-300 {
    display: inline-block;
    width: 300px;
}
.w-fix-350 {
    display: inline-block;
    width: 350px;
}

.w-fix-400 {
    display: inline-block;
    width: 400px;
}
.w-fix-450 {
    display: inline-block;
    width: 450px;
}

.w-fix-500 {
    display: inline-block;
    width: 500px;
}
.w-fix-550 {
    display: inline-block;
    width: 550px;
}

.w-fix-600 {
    display: inline-block;
    width: 600px;
}
.w-fix-700 {
    display: inline-block;
    width: 700px;
}
.w-fix-800 {
    display: inline-block;
    width: 800px;
}
.w-fix-900 {
    display: inline-block;
    width: 900px;
}

.w-max-40 {
    width: 100%;
    max-width: 40px;
}
.w-max-50 {
    width: 100%;
    max-width: 50px;
}
.w-max-65 {
    width: 100%;
    max-width: 65px;
}
.w-max-75 {
    width: 100%;
    max-width: 75px;
}
.w-max-100 {
    width: 100%;
    max-width: 100px;
}
.w-max-150 {
    width: 100%;
    max-width: 150px;
}
.w-max-200 {
    width: 100%;
    max-width: 200px;
}
.w-lim-75-125 {
    width: 100%;
    min-width: 75px;
    max-width: 125px;
}
.w-lim-100-150 {
    width: 100%;
    min-width: 100px;
    max-width: 150px;
}
.w-lim-150-200 {
    width: 100%;
    min-width: 150px;
    max-width: 200px;
}

.w-lim-200-300 {
    width: 100%;
    min-width: 200px;
    max-width: 300px;
}
.w-lim-300-600 {
    width: 100%;
    min-width: 300px;
    max-width: 600px;
}
.w-min-45 {
    min-width: 45px;
}
.w-min-50 {
    min-width: 50px;
}
.w-min-75 {
    min-width: 75px;
}
.w-min-100 {
    min-width: 100px;
}
.w-min-120 {
    min-width: 120px;
}
.w-min-150 {
    min-width: 150px;
}
.w-min-200 {
    min-width: 200px;
}
.w-min-250 {
    min-width: 250px;
}
.w-min-300 {
    min-width: 300px;
}

.w-max-450 {
    width: 100%;
    max-width: 450px;
}

.w-max-350 {
    width: 100%;
    max-width: 350px;
}

.w-max-500 {
    width: 100%;
    max-width: 500px;
}

.w-max-600 {
    width: 100%;
    max-width: 600px;
}


.w-max-700 {
    width: 100%;
    max-width: 700px;
}

.w-max-800 {
    width: 100%;
    max-width: 800px;
}

.w-max-900 {
    width: 100%;
    max-width: 900px;
}

.w-max-1000 {
    width: 100%;
    max-width: 1000px;
}

.w-max-1100 {
    width: 100%;
    max-width: 1100px;
}

.w-max-1200 {
    width: 100%;
    max-width: 1200px;
}

.wh-max-75 {
    max-width: 75px;
    max-height: 35px;
}

.wh-max-65 {
    max-width: 65px;
    max-height: 30px;
}

.wh-max-50 {
    max-width: 50px;
    max-height: 25px;
}


.wh-fix-75 {
    width: 75px;
    height: 35px;
}

.wh-fix-55 {
    width: 55px;
    height: 40px;
}
.h-min-750 {
    min-height: 750px;
}
.h-min-450 {
    min-height: 450px;
}

/*دکمه حرکت به بالا */
#BtnGoToTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 15px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #5fd7fe; /* Set a background color */
    color: #061947; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    opacity: 0.7;
}

#BtnGoToTop:hover {
    background-color: #555; /* Add a dark-grey background on hover */
    color: #ff0000; /* Text color */
}


.text-pointer:hover {
    cursor: pointer;
}

.spc-pre-wrap {
    white-space: pre-wrap;
}

.spc-pre-line {
    white-space: pre-line;
}

.spc-pre-normal {
    white-space: normal;
}

/*==========hamburger   END====================*/

.dis-none {
    display: none;
}

.wrapword {
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /*Chrome & Safari */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}


/*[ Opacity ]
-----------------------------------------------------------
*/
.op-0-0 {
    opacity: 0;
}

.op-0-1 {
    opacity: 0.1;
}

.op-0-2 {
    opacity: 0.2;
}

.op-0-3 {
    opacity: 0.3;
}

.op-0-4 {
    opacity: 0.4;
}

.op-0-5 {
    opacity: 0.5;
}

.op-0-6 {
    opacity: 0.6;
}

.op-0-7 {
    opacity: 0.7;
}

.op-0-8 {
    opacity: 0.8;
}

.op-0-9 {
    opacity: 0.9;
}

.op-1-0 {
    opacity: 1;
}

.reportfilter {
    background-color: #b3c7f9;
    border-radius: 5px;
    text-align: center;
}

.OnvanSafhe {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 5px;
    padding: 3px;
    text-align: center;
    margin-bottom: 10px;
    background-color: #5a616d;
    color: rgb(247 233 135);
}

.HeaderFilter {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
    .HeaderFilter:hover {
        cursor: pointer;
    }

.bg_green:before {
    background-color: #4cee68;
}
.bg_Abi {
    background-color: #afe4e0;
    border-radius: 5px;
}
.bg_Sabz {
    background-color: #b8e4af;
    border-radius: 5px;
}

.FooterRadius {
    height: 30px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.badge-Learn {
    padding: 10px;
    background-color: #17a2b8;
    border-radius: 5px 5px 5px 20px;
    border-bottom: groove;
    border-right: groove;
    color: #2c3e50;
    border-color: #b1d7f3;
    color:white;
}


.sidenav {
    position: fixed;
    height: 100vh;
    min-width:150px;
    z-index: 1;
    background-color: #343a40;
    overflow-x: hidden;
    padding-top: 50px;
}

    .sidenav a {
        padding: 6px 10px 6px 5px;
        margin-top: 5px;
        text-decoration: none;
        color: #f1f1f1;
        display: block;
        font-size:14px !important;
    }

        .sidenav a:hover {
            color: #edfa4a;
            background: #061947;
        }

.card-header-best {
    color: #ebeff2;
    background-color: #5f9a87;
    font-size: medium;
    text-align: center;
}
.card-footer-best {
    color: #ebeff2;
    background-color: #7bc3c6;
    font-size: medium;
    text-align: center;
}
.card-Zoj {
    background-color: #94a2b7;
    color: #ffffff;
}

.card-Fard {
    background-color: #dfecff;
    color: #28292b;
}

.Select-P {
    padding: 3px 10px 3px 10px;
    border-radius: 5px 5px;
    text-align: center;
    text-align-last: center;
}
.customselect {
    overflow: hidden;
}
    .customselect select {
        -moz-appearance: none;
        -webkit-appearance: none;
    }
footer {
    background-color: #040E27;
    padding: 40px 40px;
}
footer-img{
    width: 100%;
    height:auto;
}
.FooetrBala{
    margin-bottom:500px;
}
.text_Line2{
    display:block;
    border-top:dotted;
    border-top-color:brown;

}
.control-label {
    display: block;
    text-align: right;
    margin-right: 10px;
    color: #4c4b37;
}
.btn_LeftBottom {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    color: blue;
    cursor: pointer;
    padding: 6px 10px 6px 10px;
    text-align: center;
}

    .btn_LeftBottom:hover {
        border-color: brown;
        background-color: aliceblue;
    }

.btn_RightBottom {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 20px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    color: blue;
    cursor: pointer;
    padding: 6px 10px 6px 10px;
    text-align: center;
}

    .btn_RightBottom:hover {
        border-color: brown;
        background-color: aliceblue;
    }

.btn_LeftTop {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    color: blue;
    cursor: pointer;
    padding: 6px 10px 6px 10px;
    text-align: center;
}

    .btn_LeftTop:hover {
        border-color: brown;
        background-color: aliceblue;
    }

.btn_RightTop {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    color: blue;
    cursor: pointer;
    padding: 6px 10px 6px 10px;
    text-align: center;
}

    .btn_RightTop:hover {
        border-color: brown;
        background-color: aliceblue;
    }

.btn_Left {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    color: blue;
    cursor: pointer;
    padding: 6px 10px 6px 10px;
    text-align: center;
}

    .btn_Left:hover {
        border-color: brown;
        background-color: aliceblue;
    }

.btn_Right {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    color: blue;
    cursor: pointer;
    padding: 6px 10px 6px 10px;
    text-align: center;
}

    .btn_Right:hover {
        border-color: brown;
        background-color: aliceblue;
    }

.btn_Top {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 0px !important;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    color: blue;
    cursor: pointer;
    padding: 6px 10px 6px 10px;
    text-align: center;
}

    .btn_Top:hover {
        border-color: brown;
        background-color: aliceblue;
    }

.btn_Bottom {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 20px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 20px !important;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    color: blue;
    cursor: pointer;
    padding: 6px 10px 6px 10px;
    text-align: center;
}

    .btn_Bottom:hover {
        border-color: brown;
        background-color: aliceblue;
    }

.btn_Middle {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    color: blue;
    cursor: pointer;
    padding: 6px 10px 6px 10px;
    text-align: center;
}

    .btn_Middle:hover {
        border-color: brown;
        background-color: aliceblue;
    }

.btn_Normal {
    border-radius: 5px !important;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    color: blue;
    cursor: pointer;
    padding: 6px 10px 6px 10px;
    text-align: center;
}

    .btn_Normal:hover {
        border-color: brown;
        background-color: aliceblue;
    }

.btn_Pill {
    border-radius: 10rem !important;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    color: blue;
    cursor: pointer;
    padding: 6px 10px 6px 10px;
    text-align: center;
}

    .btn_Pill:hover {
        border-color: brown;
        background-color: aliceblue;
    }

.Chek_Pill {
    border-radius: 5rem !important;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    cursor: pointer;
    padding: 3px 10px 3px 10px;
    text-align: center;
}

.btn_IconFix {
    padding: 1px 2px 1px 2px !important;
    transition: color .75s ease-in-out, background-color .75s ease-in-out;
    border-radius: 5px;
    color: blue;
    cursor: pointer;
}

.btn_Icon {
    padding: 3px 9px 3px 9px !important;
    transition: color .75s ease-in-out, background-color .75s ease-in-out;
    font-size: 20px !important;
    border-radius: 5px;
    color: blue;
    cursor: pointer;
}

    .btn_Icon span {
        font-size: small !important;
    }

.btn_IconPill {
    padding: 1px;
    transition: color .75s ease-in-out, background-color .75s ease-in-out;
    border-radius: 5rem !important;
    color: blue;
    cursor: pointer;
}

.Icon_Mor {
    color: #5709b0;
}

    .Icon_Mor:hover {
        background-color: #5709b0;
        color: lightblue;
        filter: drop-shadow(3px 5px 5px rgb(10 80 90 / 0.75));
    }

.Icon_Green {
    color: #159332;
}

    .Icon_Green:hover {
        background-color: #159332;
        color: linen;
        filter: drop-shadow(3px 5px 5px rgb(87 177 61 / 0.70));
    }

.Icon_Gray {
    color: #5e5c5c;
}

    .Icon_Gray:hover {
        background-color: #43484e;
        color: lightgray;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }

.Icon_Yellow {
    color: #eef548;
}

    .Icon_Yellow:hover {
        background-color: #b9c107;
        color: lightgoldenrodyellow;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }

.Icon_Red {
    color: #fb3755;
}

    .Icon_Red:hover {
        color: lightgoldenrodyellow;
        background-color: #932435;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }

.Icon_Orang {
    color: #f68322;
}

    .Icon_Orang:hover {
        background-color: #9a5419;
        color: lightgoldenrodyellow;
        filter: drop-shadow(3px 5px 5px rgb(105 56 14 / 0.75));
    }

.Icon_Brown {
    color: saddlebrown;
}

    .Icon_Brown:hover {
        background-color: saddlebrown;
        color: lightgoldenrodyellow;
        filter: drop-shadow(3px 5px 5px rgb(105 56 14 / 0.75));
    }

.Icon_Dark {
    color: rgba(38, 38, 38);
}

    .Icon_Dark:hover {
        background-color: rgba(38, 38, 38);
        color: lightgray;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }
/*    .Icon_Dark:hover {
        background-color: #b3c7f9;
        color: black;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }
*/
.Icon_Blue2 {
    color: rgba(25, 103, 243, 0.95);
}

    .Icon_Blue2:hover {
        background-color: #1567fa;
        color: white;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }

.Icon_Blue {
    color: blue;
}

    .Icon_Blue:hover {
        background-color: #1567fa;
        color: lightyellow;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }

.Icon_Firuze2 {
    color: #60dcf4;
}

    .Icon_Firuze2:hover {
        background-color: #60dcf4;
        color: brown;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }

.bg_Green {
    background-color: #218d02 !important;
    color: white;
}

.btn_Green {
    color: whitesmoke;
    background-color: #57b13d;
}

    .btn_Green:hover {
        background-color: #218d02;
        color: white;
        filter: drop-shadow(3px 5px 5px rgb(87 177 61 / 0.70));
    }

.btn_Dark {
    color: white;
    background-color: rgba(38, 38, 38);
}

    .btn_Dark:hover {
        background-color: #b3c7f9;
        color: black;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }

.btn_Firuze {
    color: white;
    background-color: #099cb0;
}

    .btn_Firuze:hover {
        background-color: #0a505a;
        color: white;
        filter: drop-shadow(3px 5px 5px rgb(10 80 90 / 0.75));
    }


.bg_Firuze {
    background-color: #0a505a !important;
    color: white;
}

.btn_Blue {
    color: #161617;
    background-color: #2ebff6;
}

    .btn_Blue:hover {
        background-color: #1567fa;
        color: white;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }

.btn_Blue2 {
    color: darkblue;
    background-color: rgb(25, 167, 243, 0.71);
}

    .btn_Blue2:hover {
        background-color: #1567fa;
        color: aqua;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }

.btn_Brown {
    color: #faedbd;
    background-color: #794009;
}

    .btn_Brown:hover {
        background-color: #412306;
        color: yellow;
        filter: drop-shadow(3px 5px 5px rgb(65 35 6 / 0.75));
    }

.btn_Gray {
    color: #edff08; /* #52260c; /*#161617;*/
    background-color: #8996a8;
}

    .btn_Gray:hover {
        background-color: #43484e;
        color: white;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }

.btn_Yellow {
    color: #161617;
    background-color: #eef548;
}

    .btn_Yellow:hover {
        background-color: #b9c107;
        color: white;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }

.bg_Yellow {
    background-color: #b9c107 !important;
    color: white;
}

.btn_Red {
    color: #161617;
    background-color: #fb3755;
}

    .btn_Red:hover {
        color: white;
        background-color: #932435;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }

.bg_Red {
    color: white;
    background-color: #932435 !important;
}

.btn_Firuze2 {
    color: darkblue;
    background-color: #60dcf4;
}

    .btn_Firuze2:hover {
        background-color: #099cb0;
        color: white;
        filter: drop-shadow(3px 5px 5px rgb(25, 167, 243, 0.71));
    }

.btn_Orang {
    color: darkblue;
    background-color: #f68322;
}

    .btn_Orang:hover {
        background-color: #69380e;
        color: white;
        filter: drop-shadow(3px 5px 5px rgb(105 56 14 / 0.75));
    }

.btn_Light {
    color: #161617;
    background-color: #ebeff2;
}

    .btn_Light:hover {
        color: aliceblue;
        background-color: #585c5f;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }

.btn_Selected {
    color: #fff !important;
    background-color: #28a745 !important;
    filter: drop-shadow(3px 5px 5px rgb(5 95 25 / 0.82));
}

.btn_UnSelected {
    color: maroon;
    background-color: darkgrey;
}

    .btn_UnSelected:hover {
        color: navy !important;
        background-color: burlywood !important;
    }

.btn_SelectedFlat {
    color: #fff !important;
    background-color: #28a745 !important;
}
.bg-Learn {
    padding: 10px;
    background-color: #17a2b8;
    border-radius: 5px 5px 5px 20px;
    border-bottom: groove;
    border-right: groove;
    color: #2c3e50;
    border-color: #b1d7f3;
    color: white;
}

