/*
    SOCKET
    Developer: Mojtaba Golnouri [golnouri.ir , golnouri@gmail.com]
    CopyRight SOCKET!
    www.socketapp.ir
*/
@font-face {
    font-family: 'Sahel';
    src: url('/font/Sahel.eot') format('eot'), url('/font/Sahel.woff') format('woff'), url('/font/Sahel.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    background-color: white;
    line-height: 28px;
    font-family: 'Sahel';
    font-size: 10pt !important;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}
a{
    text-decoration:none;
}
.mainsocket {
    width: 400px;
    margin: 0 auto;
    direction: rtl;
}
input, button {
    border-radius: 5px;
}
input[type="text"], input[type="password"], input[type="email"] {
    direction: ltr;
    text-align: left;
    margin-top: 5px;
    font-size:10pt;
}
.farsirtl {
    direction: rtl !important;
    text-align: right !important;
}
@media only screen and (max-width: 400px) {
    .mainsocket {
        width: 95%;
        margin: 0 auto;
        direction: rtl;
    }
}
@media only screen and (max-width: 1100px) {
    #navmenubottom .container {
        width: 85%;
    }
}
.normalcheckbox {
    float: right !important;
    margin-left: 0.5em !important;
}
.normalinput{
    direction:rtl !important;
    text-align:right !important;
}
.navb {
    padding-right: 0 !important;
    padding-left: 4px !important;
}
button{
    font-size:10pt !important;
}
@media (max-width: 767px) {
    .aresponsive {
        display: none;
    }
}
@media (max-width: 990px) {
    .col-md-6 {
        width: 100% !important;
    }
    .col-md-4 {
        width: 80% !important;
    }
}
@media (max-width: 1230px) {
    .col-md-4 {
        width: 60%;
    }
}
@media (max-width: 980px) {
    .responsivemain {
        width: 90% !important;
    }
}
@media (max-width: 480px) {
    .pHome {
        margin-top: 53px;
        width:100%;
    }
    .pHomeB {
        margin-bottom: 50px;
        width: 100%;
    }
    .centeredBox {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        direction: rtl;
    }
    .centeredBox .card-body {
        background-color: #f8f9fa !important;
    }
    #navbar {
        display: inherit !important;
    }
    .col-md-6 {
        width: 100% !important;
        padding-right: 3px;
        padding-left: 3px;
    }
    .hidemobile{
        display:none;
    }
    .col-md-4 {
        width: 100% !important;
        padding-right: 3px;
        padding-left: 3px;
    }
    .card{
        border:0 !important;
    }
    .card-body{
        padding:0;
    }
    #navmenubottom{
        display:inherit !important;
    }
    .magichide {
        display:none !important;
    }
    .aboutresponsiv {
        margin-top: 54px;
        margin-bottom: 59px;
    }
}
.list-group-item, .card {
    border: 1px solid #f0f4ff;
}
#rememberMe {
    margin-top: 5px !important;
    height: 14px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}
.ajs-content {
    direction: rtl;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.overlayVersion {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(46, 124, 193, 0.86);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    direction: rtl;
}
.loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid white;
    border-right: 6px solid #8b98dd;
    border-bottom: 6px solid white;
    border-left: 6px solid #8b98dd;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.bottom-navigation {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    padding: 10px 0;
}
.bottom-navigationsub {
    position: fixed;
    bottom: 60px;
    left: 0;
    width: 100%;
    background-color: #f8f9fa;
    padding: 10px 0;
    border-top: 1px solid #dee2e6;
}
.bottom-navigation-item {
    text-align: center;
    flex: 1;
}
.bottom-navigation-icon {
    font-size: 24px;
    color: #495057;
}
.bottom-navigation-label {
    font-size: 12px;
    margin-top: 4px;
    color: #495057;
}
@media (max-width: 900px) {
    .container, .container-sm {
        width: 100% !important;
    }
    .container-fluid {
        width: 100% !important;
    }
}
.normalpaddingi {
    padding-top: 4px;
}
.normalsize {
    font-size: 10pt !important;
    background-color: #f4f6f9;
    border-radius: 8px;
    padding: 13px;
    padding-bottom: 17px;
}
.main-divStyle {
    width: 100%;
    height: 5px;
    background-color: #4294dc;
}
.main-navbarStyle {
    margin-bottom: 16px;
    direction: rtl;
    display: none;
    border-bottom: 1px solid #dee2e6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.main-navbarBrandStyle {
    font-size: 10pt;
}
.main-btnStyle {
    font-size: 12pt;
}
.main-faStyle {
    font-size: 16pt;
    color: black;
}
.main-containerStyle {
    margin-top: 14px;
    width: 50%;
}
.main-listGroupStyle {
    padding-right: 0;
    padding-right: 0;
    margin-bottom: 15px;
}
.main-colStyle {
    padding-top: 15px;
}
.main-listGroupItemStyle {
    border: 0 !important;
}
.main-textEndStyle {
    width: 100%;
    direction: rtl;
}
.main-h6Style {
    font-size: 10pt !important;
    font-weight: bold;
    padding-bottom: 1px;
    padding-top: 5px;
}
.main-spanStyle {
    direction: rtl;
    /*font-size: 8pt;*/
    direction: rtl;
    padding-right: 1px;
}
.main-imgStyle {
    border: 2px solid white;
}
.main-footerStyle {
    text-align: center;
    direction: rtl;
    padding-top: 18px;
}
.main-iStyle {
    font-size: 12px;
    font-weight: normal !important;
}
.menuDesktop {
    width: 100%;
    text-align: right;
    font-size: 10pt;
    background-color: #e3ecff;
    color: black;
    margin-bottom: 3px;
}
.nonfriend {
    text-align: center;
    padding-top: 17%;
    padding-bottom: 17%;
    background-color: #f8faff;
    direction: rtl;
}
@media (min-width: 480px) {
    .normalPadding {
        padding-right: 0;
        padding-left: 0;
    }
}
.searchresult {
    background-color: #f8f9fa;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    padding-left: 8px;
    padding-right: 10px;
}
.alertify .ajs-input[type="text"] {
    direction: rtl !important;
    text-align: right !important;
    border-radius: 5px !important;
}
.alertify .ajs-input[type="password"] {
    direction: ltr !important;
    text-align: left !important;
    border-radius: 5px !important;
}
.rounded-circle {
    border: 1px solid white !important;
}
.nonefriendMo {
    background-color: rgb(248, 249, 250);
    text-align: center;
    direction: rtl;
    padding: 8px;
}
.ajs-content p{
    padding:2px !important;
}
.alertbtnleft {
    position: absolute;
    left: 4px;
    top: 10px;
}
.my-element {
    margin-top: 6px;
    padding: 5px 11px 2px 12px;
}
@-moz-document url-prefix() {
    .my-element {
        margin-top: 6px;
        padding: 6px 14px 4px 12px;
    }
}
.adsBanner {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 19px;
}
.adsBanner img {
    width: 100%;
    border-radius: 4px;
}
/*
    SOCKET
    Developer: Mojtaba Golnouri [golnouri.ir , golnouri@gmail.com]
    CopyRight SOCKET!
    www.socketapp.ir
*/