*,
*::before,
*::after {
    box-sizing: border-box;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(204, 203, 203);
    opacity: 1;
    /* Firefox */
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.scrollBlocker {
    overflow-y: hidden;
    background-image: linear-gradient(rgb(255, 255, 255), rgb(202, 216, 248), rgb(109, 155, 253));
    font-family: "Tahoma", sans-serif;
    margin-top: 0px;
    padding: 0;
    color: #222222;
    overflow-x: hidden;
    overflow-wrap: break-word;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    padding: 10px;
}

#Images {
    padding-top: -18px;
}

#submitShenasehW {
    vertical-align: middle;
    padding: 0px;
    margin-top: -5px;
    color: rgb(255, 255, 255);
    font-size: 95%;
    width: 165px;
    height: 35px;
    border-width: 1px;
    margin-right: 20px;
    font-weight: bold;
    border-color: #696969;
    margin-top: 0;
    margin-bottom: 0;
    background: rgb(79, 103, 150);
    box-shadow: 0px 5px 10px #505050;
}

#submitShenasehW:hover {
    vertical-align: middle;
    padding: 0px;
    margin-top: -5px;
    color: rgb(255, 255, 255);
    font-size: 95%;
    width: 165px;
    height: 35px;
    border-width: 1px;
    margin-right: 20px;
    font-weight: bold;
    border-color: #222222;
    margin-top: 0;
    margin-bottom: 0;
    background: rgb(79, 103, 150);
    box-shadow: 0px 5px 10px #000000;
}

#submitMoshahedeh {
    vertical-align: middle;
    padding-top: -4px;
    padding: 0px;
    margin-top: -5px;
    color: rgb(0, 0, 0);
    font-size: 95%;
    width: 115px;
    height: 35px;
    border-width: 1px;
    margin-right: 20px;
    font-weight: bold;
    border-color: #8c8c8c;
    background: #58875a;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0px 5px 10px #505050;
    margin-left: 30px;
}

#submitMoshahedeh:hover {
    vertical-align: middle;
    padding-top: -4px;
    padding: 0px;
    margin-top: -5px;
    color: rgb(0, 0, 0);
    font-size: 95%;
    width: 115px;
    height: 35px;
    border-width: 1px;
    margin-right: 20px;
    font-weight: bold;
    border-color: #303030;
    background: #58875a;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0px 5px 10px #000000;
}

#submitShenaseh_Text {
    padding: 0px;
    box-shadow: 0px 5px 10px #505050;
    vertical-align: middle;
    margin-top: 0px;
    color: rgb(0, 0, 0);
    font-size: 95%;
    width: 185px;
    height: 30px;
    border-width: 1px;
    margin-right: 20px;
    font-weight: bold;
    border-color: #fffdfd;
    background: rgb(255, 255, 255);
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 5px;
}

.div_out {
    z-index: 19990;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    position: fixed;
    top: -22px;
    left: -22px;
    margin-top: 22px;
    margin-left: 22px;
    display: block;
    background: #000000;
}

.div_in {
    z-index: 20000;
    animation: blinker 1s linear infinite;

    position: relative;
    width: 60%;
    height: 50%;
    margin: 0 auto;
    align-items: center;
    margin-top: 5%;
    background-color: rgb(255, 21, 0);
    text-align: center;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    font-size: xx-large;
    color: #000000;
    opacity: 1;
    border: #f6f5ff;
    border-radius: 20px;
    border-width: 3px;
}

@keyframes div_in {
    50% {
      opacity: 0;
    }
  }


  
  .div_in_bot {
    position: fixed;
    z-index: 25000;
    width: 100%;
    background-color: #f7b7b7;
    padding: 3px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 35px;
}


body {
    background-image: linear-gradient(rgb(255, 255, 255), rgb(202, 216, 248), rgb(109, 155, 253));
    font-family: "Tahoma", sans-serif;
    margin-top: 0px;
    padding: 0;
    color: #222222;
    overflow-x: hidden;
    overflow-wrap: break-word;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    padding: 50px;
}

.container {
    background-color: white;
    max-width: 350px;
    margin: 0 auto;
    padding: 40px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    border-radius: 3px;
    text-align: right;
}

.containerRPT {
    background-color: rgb(158, 213, 156);
    max-width: 550px;
    margin: 0 auto;
    padding: 40px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    border-radius: 3px;
    text-align: right;
}

.containerEM {
    border: 1px solid rgba(255, 254, 254, 0);
    background-image: linear-gradient(to bottom left, rgb(201, 233, 237), rgb(255, 255, 255));
    max-width: 850px;
    margin: 0 auto;
    padding: 40px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px 0px;
    border-radius: 1px;
    text-align: right;
    margin-top: -40px;
    padding-top: 10px;
    border-color: #d1cdcd;
    margin-bottom: 25px;
}

.headerEM {
    vertical-align: middle;
    display: inline;
    font-size: larger;
    font-weight: bolder;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: -100px;
}


.imgEM {
    vertical-align: middle
}

.mydispatchTable {
    background-color: #d7f7d7;
}

.mydispatchTableHead {
    background-color: #b2d8b2;
    
}

.mydispatchTableDaryaft {
    background-color: #91ff8b;
}

.pre-othersdispatchTableA {
    background-color: #f7fcd7;
}

.pre-othersdispatchTable2RA {
    background-color: #f7f8f0;
}

.pre-othersdispatchTableHeadA {
    background-color: #eef8af;
}

.pre-othersdispatchTableB {
    background-color: #dbd9d9;
    color: #393939;
}

.pre-othersdispatchTable2RB {
    background-color: #f7f7f7;
}

.pre-othersdispatchTableHeadB {
    background-color: #b0b0af;
}

.pre-othersdispatchTableC {
    background-color: #e4e4e4;
    color: #8a8888;
}

.pre-othersdispatchTable2RC {
    background-color: #f7f8f0;
    color: #8a8888;
    
}


.pre-othersdispatchTableHeadC {
    background-color: #dbd6d6;
    color: #8a8888;
    height: 10px;
    margin: 0;
    padding: 0;
}

.pre-blink_meA {
    animation: BlinkAnime var(--animation__duration__blink) linear infinite alternate-reverse,
    fadeIn var(--animation__duration__fade) var(--animation__delay__fade) both;
    --animation__duration__blink: .9s;
    --animation__duration__fade: 1s;
    --animation__delay__fade: .2s;
    
}

@keyframes BlinkAnime {
    from {
        background-color: rgb(255, 0, 0);
    }

    to {
        background-color: rgb(255, 132, 132);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.pre-blink_meB {
    background-color: #c6c6c6;
    border: 3px solid #6b6b6b;
}

.pre-blink_meC {
    width: 100%;
    table-layout: auto;
    background-color: #eeeaea;
    border: 3px solid #a19e9e;
}

.blink_me {
    animation: blinker 1s linear normal;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.containerH {
    background-color: white;
    max-width: 650px;
    margin: 0 auto;
    padding: 2px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    border-radius: 3px;
    text-align: center;
}

.container h1 {
    margin: 0 0 40px 0;
    text-align: center;
}

.container loginh1 {
    margin-bottom: 60px;
    font-weight: bold;
    font-size: larger;
    text-align: center;
}

.containerH h4 {
    text-align: center;
    font-size: 14px;
}

.container p {
    margin-bottom: 3px;
    text-align: right;
}

progress {
    border: none;
    width: 400px;
    height: 20px;
    background: crimson;
    color: #add8e6;
    position: relative;

}



progress::-moz-progress-bar {
    background: lightcolor;
}

progress::-webkit-progress-value {
    background: rgb(2, 180, 29);
}

progress::-webkit-progress-bar {
    background: rgb(223, 223, 227);
}

.containerCopyR {
    position: absolute;
    bottom: 0;
    color: #bacbff;
    text-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    text-align: center;
    font-size: small;
    color: #282727;
    margin-bottom: 20px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.float-container {
    background-color: #ffffff;
    padding: 5px;
    margin-top: -30px;
}

.float-childR {
    background-color: #ffffff;
    background-image: linear-gradient(rgb(183, 203, 255), rgb(255, 255, 255));
    width: 25%;
    float: right;
    border: 2px solid rgb(3, 7, 255);
    padding: 2px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    border-radius: 6px;
    text-align: center;
    margin-left: 40px;
}

.float-childL {
    background-color: #f7dada;
    width: 70%;
    float: right;
    border: 2px solid rgb(5, 5, 116);
    padding: 2px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    border-radius: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.float-childL table {
    font-size: 10pt;
    width: 95%;
    float: center;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    padding: 5px;
    border-radius: 15px;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
    margin-top: 5px;
}

.float-childTCopy {
    margin-top: -10px;
    width: 100%;
    float: right;
    padding: 3px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    font-size: small;
}

.float-childT {
    background-color: #bee2f6;
    width: 70%;
    float: right;
    border: 3px solid rgb(40, 5, 104);
    padding: 3px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    border-radius: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.float-childT table {
    font-size: 10pt;
    background-color: #acc6f7;
    width: 95%;
    float: center;
    border: 4px solid rgb(208, 99, 99);
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    padding: 5px;
    border-radius: 15px;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    
}

input,
button {
    font-family: "Tahoma", sans-serif;
    outline: none;
    font-weight: bold;
}

input[type=checkbox] {
    transform: scale(1.3);
    color: #0850bb;
}

.checkbox {
    border: 1px solid #041d67;
    background-color: #34495E;
}

.center {
    margin: auto;
    width: 90%;
    padding: 10px;
    text-align: center;
    overflow-y: hidden;
}

.input {
    padding: 5px;
    /* width: 100%; */
    margin-bottom: 0px;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    text-align: right;
    color: #380597;
}

.inputText {
    padding: 10px;
    width: 100%;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    text-align: right;
    color: #380597;
}

.inputText:focus {
    background-color: #61a2ab;
    background: #ffffff;
    outline: 1px solid #5900ff;
}

.input:hover {
    border-color: #999999;
}

.input:focus {
    background-color: #61a2ab;
    background: #ffffff;
    outline: 1px solid #5900ff;
}

[type="submit"] {
    background: #0d6efd;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 3px;
    padding: 12px 0;
    cursor: pointer;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    margin-top: 5px;
    font-weight: bold;
    width: 100%;
}

[type="submit"]:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background: #0850bb;
}

[type="submit2"] {
    background: #1c5010c6;
    color: white;
    border: 1px solid rgba(10, 0, 0, 0.175);
    border-radius: 3px;
    padding: 12px 0;
    cursor: pointer;
    box-shadow: 0px 5px 10px #717171;
    margin-top: 5px;
    font-weight: bold;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

[type="submit2"]:hover {
    background: #204a02;
    box-shadow: 0px 5px 10px #000000;
}

[type="submit2"]:focus {
    outline: 2px solid #5900ff;
    box-shadow: #000000;
}

[type="submitShenaseh"] {
    background: #138ac1;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 3px;
    padding: 5px 0;
    cursor: pointer;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    width: 180px;
    margin-left: 5px;
    margin-right: 10px;
    font-weight: normal;
    text-align: center;
}

[type="submitShenaseh"]:hover {
    background: #1257bf;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

[type="submitShenasehMe"] {
    background: #586487;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 3px;
    padding: 5px 0;
    cursor: pointer;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    width: 180px;
    margin-left: 5px;
    margin-right: 10px;
    font-weight: normal;
    text-align: center;
}

[type="submitShenasehMe"]:hover {
    background: #bf8812;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

[type="submitShenaseh2"] {
    background: #2e6838;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 3px;
    padding: 5px 0;
    cursor: pointer;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    width: 120px;
    margin-left: 5px;
    margin-right: 10px;
    font-weight: normal;
    text-align: center;
}

[type="submitShenaseh2"]:hover {
    background: #043508;
    font-weight: bold;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

[type="reset"] {
    background: #3aadef;
    color: white;
    border: 1px solid rgb(144, 172, 241);
    border-radius: 3px;
    padding: 12px 0;
    cursor: pointer;
    box-shadow: 0px 5px 10px #717171;
    margin-top: 5px;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
}

[type="reset"]:hover {
    box-shadow: 0px 5px 10px #000000;
    background: #117ac0;
    border: 1px solid rgba(0, 0, 0, 0.175);
}

[type="reset"]:focus {
    outline: 2px solid #5900ff;
    box-shadow: #000000;
}

[type="bazgasht"] {
    background: #fb9494;
    color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 3px;
    padding: 12px 0;
    cursor: pointer;
    box-shadow: 0px 5px 10px #717171;
    margin-top: 5px;
    width: 20%;
    text-align: center;
    float: left;
}

[type="bazgasht"]:hover {
    box-shadow: 0px 5px 10px #000000;
    background: #fb5a5a;
    color: rgb(255, 255, 255);
}

[type="bazgasht"]:focus {
    outline: 2px solid #5900ff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

[type="button1"] {
    background: #0d6efd;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 3px;
    padding: 12px 0;
    cursor: pointer;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    margin-top: 5px;
    font-weight: bold;
    width: 100%;
}

[type="button1"]:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

label {
    font-weight: 400;
}

.link {
    margin-top: 10px;
    text-align: center;
}

.link a {
    color: #0d6efd;
}

.success-msg,
.err-msg {
    color: #dc3545;
    border: 1px solid #dc3545;
    padding: 10px;
    border-radius: 3px;
}

.success-msg {
    color: #ffffff;
    background-color: #20c997;
    border-color: rgba(0, 0, 0, 0.1);
}

.profile {
    text-align: center;
}

.sssss{
    line-height: 30px;

}


.emlist {
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fea8a8;

}

.emlist a {
    background-color: #3f77fa;
    display: inline-block;
    padding: 8px 5px 8px 10px;
    text-decoration: none;
    border: 1px solid #dc3545;
    color: #ffffff;
    border-radius: 4px;
    margin-left: 10px;
    margin-right: 10px;
}

.emlist a:hover {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #1a21f3;
    color: #ffffff;
    border: 1px solid #000000;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.105);
}

.sendemlist {
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #82ad86;
}

.sendemlist a {
    background-color: #3f77fa;
    display: inline-block;
    padding: 8px 5px 8px 10px;
    text-decoration: none;
    border: 1px solid #dc3545;
    color: #ffffff;
    border-radius: 4px;
    margin-left: 10px;
    margin-right: 10px;
}

.sendemlist a:hover {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #1a21f3;
    color: #ffffff;
    border: 1px solid #000000;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.105);
}

.profile .img {
    font-size: 50px;
    margin-top: 50px;
}

#imgTitle {
    margin-top: -25px;
    margin-bottom: -20px;
}

#imgHeader {
    margin-top: 10px;
    margin-bottom: 5px;
}

#imgSazman {
    margin-top: 10px;
    margin-bottom: -15px;
}

h3 {
    margin-bottom: 5px;
}

h5 {
    margin-top: 0px;
}

.profile h2 {
    font-family: 'Calibri', sans-serif;
    margin-bottom: 3px;
    text-transform: capitalize;
    text-align: center;
}

.profile span {
    display: block;
    margin-bottom: 20px;
    color: #999999;
}

.profile a {
    background-color: #363f61;
    display: inline-block;
    padding: 8px 5px 8px 10px;
    text-decoration: none;
    border: 1px solid #363636;
    color: #ffffff;
    border-radius: 4px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 5px 10px #505050;
}

.profile a:hover {
    border-color: rgba(29, 8, 135, 0.1);
    background-color: #172448;
    color: #ffffff;
    border: 1px solid #000000;
    box-shadow: 0px 5px 10px #050505
}

.righta {
    text-align: center;
}

.righta a {
    background-color: #363f61;
    display: inline-block;
    padding: 5px 5px 5px 10px;
    text-decoration: none;
    border: 1px solid #363636;
    color: #ffffff;
    border-radius: 4px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 5px 10px #505050;
}



.righta .foriat {
    font-size: 20px;
    background-color: #080a95;
    margin-bottom: 10px;
}

.righta .khoroj {
    font-size: 12px;
}

table {
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

table,
th {
    border: 1px solid rgb(240, 203, 203);
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
    direction: rtl;
}

table,
td {
    border: 1px solid rgb(240, 203, 203);
    margin-left: auto;
    margin-right: auto;
    padding-right: 5px;
    direction: rtl;
    line-height: 5px;
    padding-left: 15px;

}

tr:nth-child(odd) {
    background-color: #cdecd9;
    
}

tr:nth-child(even) {
    background-color: #ffffff;
}