@charset "utf-8";
/* create by https://caktoos.ir */

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('../../fonts/IRANSansWeb.eot');
    src: url('../../fonts/IRANSansWeb.woff') format('woff');
    src: url('../../fonts/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body{
    margin: 0;
    width: 100%;
    font-family: 'IRANSansXFaNum';
    direction: ltr;
}
input,select,textarea{
    font-family: 'IRANSansXFaNum';
}
header{
    width: 100%;
    min-height: 290px;
    max-height: fit-content;
    border-radius: 0px 0px 0px 250px;
    padding-top: 180px;
    box-shadow: -1px 5px 20px 6px #777;
    direction: rtl;
    background-repeat: no-repeat;
    background-color: #fc6d14;
    padding-bottom: 20px;
}
header h1{
    margin-right: 5%;
    color: white;
    width: 66%;
    text-align: right;
    font-size: 64px;
    text-shadow: -9px 9px 12px #a4450d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
header h2{
    width: 60%;
    margin-right: 59px;
    font-size: 28px;
    color: #f9f9f9;
    text-shadow: -4px 5px 10px #511f02;
}
header a{
    font-size: 55px;
    position: absolute;
    margin: 0;
    top: 45px;
    right: 51px;
    color: white;
    text-shadow: -5px 5px 11px #913b07;
}
main{
    width: 100%;
}
.items-box{
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
a{
    text-decoration: none;
}
.list h1{
    display: none;
}
.list{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}
.list .items{
    margin-right: 22px !important;
    width: 150px !important;
    height: 150px !important;
    padding: 0px !important;
}
.list .items i{
    margin: auto !important;
}


.items-box .items{
    margin: auto;
    width: 80%;
    height: 113px;
    padding: 35px 44px 35px 5px;
    background-image: linear-gradient(180deg, #f97b2d 50px, #f15303);
    border-radius: 30px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
    color: white;
    cursor: pointer;
    margin-top: 30px;
    box-shadow: -6px 5px 9px #999898;
}

.items-box .items i{
    font-size: 85px;
}
.items-box .items h1{
    font-size: 65px;
    text-align: right;
    margin: 0;
    margin-right: 50px;
}
.adds-list{
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.adds-list a{
    color: black;
    width: 77%;
    display: contents;
}
.adds-list .items{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    width: 93%;
    margin: auto;
    background-color: #f5f5f5;
    padding: 17px;
    border-radius: 20px;
    box-shadow: -4px 8px 20px #bbb;
    margin-top: 35px;
}
.adds-list .items img{
    width: 300px;
    height: 300px;
}
.adds-list .items .dic{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 77%;
}
.adds-list .items .dic h1{
    width: 92%;
    margin: 0;
    text-align: right;
    font-size: 60px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.adds-list .items .dic h2{
    width: 92%;
    font-size: 25px;
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.adds-list .items .dic h3{
    width: 92%;
    text-align: right;
    color: #363636;
    direction: rtl;
}
.single-box{

}

.single-box .image-box{
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: -2px 9px 20px #6b6b6b;
    width: 90%;
    height: 590px;
    margin: auto;
    filter: blur(15px);
    z-index: 0;
}
.single-box .imageshow{
    width: 90%;
    margin: auto;
}


.single-box .image-box img{
    backdrop-filter: blur(50px);
    width: 70%;
    margin: auto;
    display: block;
    margin-top: 40px;
    padding: 0px 15% 0px 15%;
}
.single-box .dic-box{
    width: 90%;
    margin: auto;
    margin-top: 60px;
    background-color: whitesmoke;
    padding: 10px 25px;
    border-radius: 25px;
}

.single-box .dic-box .ttime-box{
    width: 100%;
    border-bottom: solid thin #a5a5a5;
}
.single-box .dic-box .ttime-box h1{
    direction: rtl;
    width: 100%;
    font-size: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.single-box .dic-box .ttime-box h4{
    width: 100%;
    text-align: right;
    font-size: 25px;
    color: #7d7d7d;
}
.ditals {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: center;
    border-bottom: solid thin #d3d3d3;
    padding-bottom: 28px;
}
.ditals .items{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-right: 70px;
    border-left: solid thin #979797;
    margin-top: 32px;
    padding-left: 80px;
}
.ditals .items h2{
    font-size: 50px !important;
    margin: 0px !important;
    font-weight: bold !important;
    border: none !important;
    padding: 0px !important;
}
.ditals .items h3{
    font-size: 50px !important;
    margin: 0 !important;
    font-weight: normal;
    border: none !important;
    padding: 0px !important;
}
.ditals .items:last-child{
    border-left: none;
}

.single-box .dic-box h1{
    width: 100%;
    text-align: right;
    font-size: 70px;
    margin: 0px;

}


.single-box .dic-box h2{
    width: 100%;
    text-align: right;
    font-size: 45px;
    font-weight: normal;
    border-bottom: solid thin #d3d3d3;
    padding-bottom: 42px;
}
.single-box .dic-box h3{
    text-align: right;
    border-bottom: solid thin #d3d3d3;
    padding-bottom: 42px;
    margin-bottom: 80px;
}
.button-box{
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    padding-top: 45px;
    padding-bottom: 45px;
}
.btn{
    width: fit-content;
    height: fit-content;
    background-color: #fd6f13;
    color: white;
    font-size: 40px;
    padding: 10px 90px;
    margin: 0;
    margin-right: 31px;
    border-radius: 20px;
    display: block;

}
.btn2{
    width: fit-content;
    height: fit-content;
    background-color: rgb(255 255 255 / 25%);
    border: solid 3px #fff;
    color: white;
    font-size: 40px;
    padding: 10px 90px;
    margin: 0;
    margin-right: 31px;
    border-radius: 20px;
    display: block;
}
.bt-menu{
    position: fixed;
    bottom: 0;
    height: 175px;
    width: 100%;
    background-color: white;
    box-shadow: 0px -6px 20px #b9b9b9;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
    z-index: 100000000000;
}
.bt-menu a{
    text-decoration: none;
    color : black;
    display: block;
    width: 25%;
}
.bt-menu .buttons{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-top: 25px;
}
.bt-menu .buttons img{
    width: 45%;
    margin: auto;
}
.bt-menu .buttons h1{
    width: 100%;
    text-align: center;
    margin: 0px;
}
.bt-menu .buttons i{
    width: 100%;
    text-align: center;
    font-size: 55px;
    margin-top: 16px;
    margin-bottom: 15px;
    color: #f56c16;
}
.slider-box{
    margin: auto;
    margin-top: 35px;
    width: 95%;
    height: 375px;
}
.search-box{
    width: 90%;
    border-radius: 16px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    border: solid 1px #535151;
    margin: auto;
    padding: 5px;
    margin-bottom: 50px;
    margin-top: 30px;
}
.search-box input[type=text]{
    font-size: 45px;
    border: none;
    text-align: right;
    padding: 15px 25px;
    direction: rtl;
    outline: none;
    width: 92%;
}
.search-box i{
    border-right: solid 1px #000;
    font-size: 45px;
    color: #595959;
    padding: 26px 34px 5px 34px;
}
.search-box form{
    width: 77%;
}

.filter-menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 10000002000;
    display: none;
    overflow-y: scroll;
}
.filter-menu .itemss{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 85%;
    margin: auto;
    border-bottom: solid 1px #a3a3a3;
    padding: 28px 25px 32px 25px;
}
.filter-menu .itemss h1{
    margin: 0;
    font-size: 40px;
}
.filter-menu .itemss select{
    font-size: 40px;
    border: none;
    background-color: white;
    outline: none;
    direction: rtl;
}
.filter-menu .itemss input[type=checkbox]{
    width: 55px;
}
.filter-menu .toppage{
    background-color: #c5c5c5;
    height: 67px;
    width: 93%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    padding: 36px 36px;
}
.filter-menu .toppage h1{
    margin: 0;
    margin-right: 50px;
    font-size: 40px;
    color: #252525;
}
.filter-menu .toppage .space{
    height: 60px;
    width: 43%;
}
.clsbtn{
    font-size: 55px;
    color: #f17720;

}
.checkboxloc{
    width: 85%;
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    padding: 10px 35px;
    justify-content: space-between;
    border-bottom: solid 1px #bdbdbd;
    margin-bottom: 15px;
    padding-bottom: 32px;
}
.checkboxloc input[type=checkbox]{
    width: 50px;
}
.checkboxloc h1{
    font-size: 44px;
    margin: 0px;
}
.title-main{
    margin: auto;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 0px;
    font-size: 50px;
    border-bottom: solid 2px #535151;
    width: 88%;
    color: #181818;
    padding-bottom: 21px;
}
.towsideitem{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    border-bottom: solid 1px #000;
    margin-top: 60px;
    font-size: 17px;
    color: black;
    text-decoration: none;
}
.item-title{
    width: 90%;
    margin: auto;
    text-align: right;
    margin-top: 70px;
    font-size: 47px;
}
.item-sub{
    width: 90%;
    text-align: right;
    margin: auto;
    margin-top: 20px;
    font-size: 25px;
    color: #7a7a7a;
    direction: rtl;
}
.pic-box{
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 50px;
}
.picitems{
    width: 240px;
    height: 240px;
    border: dashed 7px #404040;
    margin-bottom: 2%;
    border-radius: 35px;
    background-size: cover;
}
.picitems i{
    width: 100%;
    text-align: center;
    font-size: 100px;
    margin-top: 60px;
    color: #404040;
}
.picitems h2{
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin: auto;
    margin-top: 23px;
}
.single-inp{
    width: 88%;
    margin: auto;
    display: block;
    font-size: 43px;
    margin-top: 45px;
    border: solid 2px #000;
    padding: 15px;
    border-radius: 20px;
    direction: rtl;
}
.single-area{
    width: 88%;
    margin: auto;
    display: block;
    font-size: 45px;
    margin-top: 45px;
    border: solid 2px #000;
    padding: 15px;
    border-radius: 20px;
    direction: rtl;
}
.btn-box{
    width: 92%;
    margin: auto;
    margin-top: 50px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.show-cuntetnt{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 100000;
}
.show-cuntetnt .cuntent{
    position: fixed;
    width: 90%;
    height: fit-content;
    background-color: white;
    left: 5%;
    top: 35%;
    border-radius: 25px;
    box-shadow: 10px 10px 10px #141414;
    padding-bottom: 50px;
}
.show-cuntetnt .cuntent .main{
    width: 93%;
    margin: auto;
    padding-top: 50px;
}
.show-cuntetnt .cuntent .main h1{
    width: 100%;
    text-align: right;
    direction: rtl;
}
.show-cuntetnt .cuntent .top{
    width: 93%;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    padding-top: 20px;
}
.show-cuntetnt .cuntent .top h1{
    margin: 10px 22%;
    font-size: 50px;

}
.show-cuntetnt .cuntent .top i{
    font-size: 60px;
    color: #f17720;
}


.logintop{
    width: 80%;
    display: flex;
    margin: auto;
    justify-content: center;
    padding-top: 30%;
}
.logintop img{
    width: 40%;
    border-radius: 210px;
    box-shadow: 3px 4px 20px 0px #6c2b00;
}
.login-form-box{
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: column;

}
.login-form-box a{
    margin: auto;
    text-align: right;
    width: fit-content;
    margin-top: 30px;
    font-size: 30px;
    color: white;
    text-decoration: none;
}
.login-form-box h1{
    width: 100%;
    text-align: center;
    color: white;
    font-size: 55px;
    margin-top: 90px;
}
.login-form-box input[type=number]{
    font-size: 45px;
    text-align: center;
    border-radius: 15px;
    border: none;
    outline: none;
    width: 300px;
    margin: auto;
    padding: 8px 53px;
    margin-top: 20px;
}
.login-form-box select{
    font-size: 45px;
    text-align: center;
    border-radius: 15px;
    border: none;
    outline: none;
    width: 408px;
    margin: auto;
    padding: 8px 53px;
    margin-top: 20px;
}
.login-form-box input[type=text]{
    font-size: 45px;
    text-align: center;
    border-radius: 15px;
    border: none;
    outline: none;
    width: 300px;
    margin: auto;
    padding: 8px 53px;
    margin-top: 20px;
}
.login-form-box input[type=password]{
    font-size: 45px;
    text-align: center;
    border-radius: 15px;
    border: none;
    outline: none;
    width: 300px;
    margin: auto;
    margin-top: 20px;
    padding: 8px 53px;
}
.send-box{
    position: fixed;
    background-color: #f1f0f0;
    width: 100%;
    height: 135px;
    bottom: 181px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.send-box input[type=text]{
    font-size: 45px;
    text-align: right;
    height: fit-content;
    width: 71%;
    margin-right: 20px;
    margin-top: 15px;
    direction: rtl;
    padding: 20px 21px;
    border: none;
    border-radius: 20px;
}
.chat-box{
    /*position: absolute;*/
    width: 94%;
    margin: auto;
    /*height: 62%;*/
    overflow-y: scroll;
    /*left: 3%;*/
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.chat-items-r{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
}
.message-r{
    background-color: #fb6216;
    width: 85%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 30px 40px;
    border-radius: 25px;
    margin-bottom: 40px;
    color: white;
}
.message-r h1{
    width: 100%;
    text-align: right;
    font-size: 45px;
    margin: 0;
    direction: rtl;
}
.message-r h2{
    width: 100%;
    text-align: right;
    margin: 0;
    direction: rtl;
    color: #d5d5d5;
    font-size: 28px;
    margin-top: 5px;
}
.message-r p{
    text-align: right;
    direction: rtl;
    font-size: 45px;
    margin: 0px;
}
.chat-items-l{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 85%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.message-l{
    background-color: #e5e5e5;
    width: 85%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 30px 40px;
    border-radius: 25px;
    margin-bottom: 40px;

}
.message-l h1{
    width: 100%;
    text-align: right;
    font-size: 45px;
    margin: 0;
    direction: rtl;
}
.message-l h2{
    width: 100%;
    text-align: right;
    margin: 0;
    direction: rtl;
    color: #5a5a5a;
    font-size: 28px;
    margin-top: 5px;
}
.message-l p{
    text-align: right;
    direction: rtl;
    font-size: 45px;
    margin: 0;
}
.profile-main{
    width: 90%;
    margin: auto;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.profile-main a{
    text-decoration: none;
    color: black;
}
.profile-main .items{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: flex-start;
    border-bottom: solid 1px #000;
    padding-bottom: 20px;
    margin-bottom: 65px;
}
.profile-main .items i{
    font-size: 50px;
    margin-left: 30px;
}
.profile-main .items h1{
    margin: 0px;
    font-size: 50px;
}
.blackscreen{
    position: fixed;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
}
.sellectbox{
    position: fixed;
    top: 33%;
    left: 19%;
    width: 60%;
    height: fit-content;
    background-color: white;
    border-radius: 20px;

}
.sellectbox a{
  color: black;
}
.sellectbox h1{
    width: 85%;
    margin: auto;
    text-align: center;
    margin-top: 35px;
    font-size: 40px;
    border-bottom: solid 1px #000;
    padding-bottom: 20px;
}
.als{
    position: absolute;
    margin-top: 170px;
    background-color: #000000ab;
    width: 240px;
    border-radius: 0px 0px 30px 30px;
    color: white;
    z-index: 1;
}
.als h2{
    margin-top: 11px;
    margin-bottom: 13px;
    width: 100%;
    text-align: center;
}
.loadingss{
    font-size: 40px;
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}
@-moz-keyframes spin {
    100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}

.select-box{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-top: 30px;
}
.select-box select{
    font-size: 30px;
    text-align: right;
    direction: rtl;
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
    border: none;
    border-bottom: solid 1px #000;
    padding-bottom: 25px;
    outline: none;
    background-color: white;
}
.gps-box{
    width: 90%;
    height: 500px;
    margin: auto;
    margin-top: 40px;
    border-radius: 40px;
}
.ntf{
    width: 90%;
    margin: auto;
    padding: 15px 0px;
    position: relative;
    z-index: -1;
    border-radius: 0px 0px 50px 50px;
}
.ntf h1{
    width: 100%;
    text-align: center;
    color: white;
    margin: 0;
    font-size: 45px;
}
.edit-btn-box{
    width: 5%;
    display: flex;
    flex-direction: column;
}
.edit-btn-box a{

}
.edit-btn-box p{
    font-size: 40px;
    margin: 0;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
    color: white;
    border-radius: 10px;
    width: 70px;
    height: 70px;
}
.edit-btn-box p i{
    margin-top: 13px;
}

marquee{
    font-size: 40px;
    font-family: IRANSansXFaNum;

}

marquee span{
    margin-right: 150px;
}

.error-box{
    position: absolute;
    width: 90%;
    height: fit-content;
    background-color: white;
    top: 35%;
    left: 4%;
    padding: 35px 15px;
    border-radius: 15px;
    box-shadow: 4px 12px 20px 4px #313131;
}
.error-box textarea{
    width: 89%;
    margin: auto;
    direction: rtl;
    font-size: 35px;
    display: block;
    border: 1px solid rgb(0, 0, 0);
    padding: 13px 18px;
    outline: none;
    resize: none;
}
.error-box h1{
    width: 100%;
    text-align: center;
    font-size: 45px;
}

footer{
    width: 100%;
    height: 200px;
}

.dotmessage{
    width: 25px;
    height: 25px;
    position: absolute;
    background: red;
    border-radius: 61px;
    margin-left: 40px;
    animation-name: blinks;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    
}
@keyframes blinks {
    from {background-color: red;}
    to {background-color: transparent;}
}
body.darkmode {
    background-color: #212121;
    color: white;
}
body.darkmode .single-box .dic-box{
    background-color: #3d3c3c;
}
body.darkmode .single-box .dic-box .ttime-box h4{
    color: #959595;
}
body.darkmode .search-box input[type=text]{
    background-color: #212121;
    color: white;
}
body.darkmode .adds-list .items {
    box-shadow: -4px 8px 20px #000000;
    background-color: #353535;
}
body.darkmode .items-box .items{
    box-shadow: -6px 5px 9px #000000;
}
body.darkmode .bt-menu {
    box-shadow: 0px -6px 20px #000000;
    background-color: #2f2d2d;
}
body.darkmode .bt-menu .buttons h1{
    color: white;
}
body.darkmode header{
    box-shadow: -1px 5px 20px 6px #000000;
}
body.darkmode .title-main{
    color: white;
}
body.darkmode .towsideitem {
    border-bottom: solid 1px #ffffff;
    color: #ffffff;
}
body.darkmode .single-inp{
    background-color: #2f2d2d;
    color: white;
    border: solid 2px #494747;
}
body.darkmode .single-area{
    background-color: #2f2d2d;
    color: white;
    border: solid 2px #494747;
}
body.darkmode .select-box select {
    background-color: #2f2d2d;
    color: white;
    border-bottom: solid 1px #000;
}
body.darkmode .send-box input[type=text] {
    background-color: #434343;
    color: white;
}
body.darkmode .send-box{
    background-color: #353535;
}
body.darkmode .message-l{
    background-color: #494949;
}
body.darkmode .message-l h2 {
    color: #bdbdbd;
}
body.darkmode .adds-list .items .dic h1 {
    color: white;
}
body.darkmode .filter-menu{
    background-color: #2f2f2f;
}
body.darkmode .show-cuntetnt .cuntent{
    background-color: #2f2f2f;
}
body.darkmode .profile-main .items{
    border-bottom: solid 1px #ffffff;
}
body.darkmode .profile-main a{
    color: white;
}
body.darkmode .sellectbox{
    background-color: #161616;
}
body.darkmode .error-box{
    background-color: #212020;
    box-shadow: 4px 12px 20px 4px #000000;
}
body.darkmode .sellectbox a{
    color: white;
}