@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),
    url('../fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),
    url('../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),
    url('../fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),
    url('../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),
    url('../fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),
    url('../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),
    url('../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),
    url('../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
    url('../fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),
    url('../fonts/woff/IRANSansWeb(FaNum).woff') format('woff'),
    url('../fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

@font-face {
    font-family:'at1';
    src:url(../fonts/at1/bama.eot);
    src:url(../fonts/at1/bama.eot?#iefix) format('embedded-opentype'),
    url(../fonts/at1/bama.otf),
    url(../fonts/at1/bama.woff) format('woff'),
    url(../fonts/at1/bama.ttf) format('truetype'),
    url(../fonts/at1/bama.svg#XTX-FNT-XEROSANS-BOLD) format('svg');
}
.at1{font-family:'at1'!important ;}
.at1 *{font-family:inherit;}

html{
    font-family: IRANSans!important;
}
body {
    direction: rtl;
    text-align: right;
    font-size: 14px;
    overflow-x: hidden;
    font-family: IRANSans!important;
}

button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}
/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
    font-size: 13px;
    color: #343a40;
    line-height: 1.5;
}

.txt2 {
    font-size: 13px;
    line-height: 1.5;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;

}

.wrap-login100 {
    width: 500px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 47px 55px 33px 55px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}


/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
    width: 100%;
}

.login100-form-title {
    display: block;
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 30px;
}
.login100-form-title i {
    font-size: 60px;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #adadad;
    /*  margin-bottom: 37px;*/
}

.input100{
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
    transition: all 0.3s ease;
    border: 0px;
    padding: 0;
    background-color: transparent;

    display: block;
    width: 100%;
    height: 45px;
    background: transparent;
    padding: 0 5px;
}

/*---------------------------------------------*/
.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    pointer-events: none;
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.focus-input100::after {

    font-size: 15px;
    color: #999999;
    line-height: 1.2;

    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 16px;
    right: 0px;
    padding-right: 5px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus + .focus-input100::after {
    top: -15px;
}

.input100:focus + .focus-input100::before {
    width: 100%;
}

.has-val.input100 + .focus-input100::after {
    top: -15px;
}

.has-val.input100 + .focus-input100::before {
    width: 100%;
}

/*---------------------------------------------*/
.btn-show-pass {
    font-size: 15px;
    color: #999999;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding-left: 5px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}




/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 13px;
}

.wrap-login100-form-btn {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto;
}

.login100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: -webkit-linear-gradient(left, #c39a6a, #9c6275, #be9667, #9c6275);
    top: 0;
    right: -100%;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login100-form-btn {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
}

.wrap-login100-form-btn:hover .login100-form-bgbtn {
    right: 0;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
    .wrap-login100 {
        padding: 77px 15px 33px 15px;
    }
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    pointer-events: none;

    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: right;

    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    font-size: 16px;
    color: #c80000;

    display: block;
    position: absolute;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
    margin-left: 20px;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}
@media (max-width: 576px) {
    select option {
        padding: 5px!important;
        font-size: 9px;
        width: 100px!important;
        border: none;
        outline: none;
    }

    select
    {

        width: 50%;
        color: gray;
        font-size: 12px;
        height: 36px;
    }
}




/*////////////////////////////////*/
.txt1
{
    font-size: 12px;
}
.c-account-box__content .c-form-account__row {
    margin-bottom: 9px;
}

.c-form-account__row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 23px;
}
.c-form-account__col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.c-ui-input {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 22px;
}
.c-account-box__content .c-ui-input__field, .c-account-box__content .dk-selectric-input {
    padding-top: 11px;
    padding-bottom: 11px;
}

.c-account-box__content .c-ui-input__field, .c-account-box__content .dk-selectric-input {
    direction: ltr;
    color: #777;
}
.c-ui-input__field,  .dk-selectric-input {
    font-size: 32px;
    font-size: 2.286rem;
    line-height: 1.375;
    padding: 15px 12px;
    text-align: center;
}
.c-ui-input__field, .dk-selectric-input {
    border-radius: 5px;
    height: 70px;
    background: #fff;
    border: 1px solid #f1eded;
    color: #717171;
    font-size: 14px;
    font-size: 2rem;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -.8px;
}

select option {
    padding: 5px!important;

    width: 100px!important;
    border: none!important;
    outline: none;

}
select option:hover {
    background-color: yellow!important;
}
select
{

    width: 50%;
    color: gray;
    font-size: 15px;
    height: 36px;
}
.desc2
{
    color: gray;
    font-size: 14px;
}

.select-design
{
    font-size: 15px;
    color: #9b9b9b;
    line-height: 1.2;
    transition: all 0.3s ease;
    border: 0px;
    border-bottom: 1px solid #5c5c5c;
    padding: 0;
    background-color: transparent;
    display: block;
    width: 100%;
    height: 45px;
    background: transparent;
    padding: 0 5px;
    border-top: 1px solid white;
    border-right: 1px solid white!important;
    border-left: 1px solid white;
    border-radius: 3px;


}



.select-design::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: -webkit-linear-gradient(right, #be9667, #eab575);
}

/*///////////////////////////////////////////*/

/*#col-left
{
  padding-right: 50px;
}*/

.img-svg
{
    background-image: url('../images/undraw_mobile_login_ikmv.svg');
    height: 450px;
    background-size: 100% 100%;
    opacity: 0.8;
    width: 100%;

}
@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}
@media (max-width: 576px) {
    select option {
        padding: 5px!important;
        font-size: 9px;
        width: 100px!important;
        border: none;
        outline: none;
    }

    #register-left
    {
        padding-right: 30px!important;
    }
}
/*////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 1200px){
    .bg-xl6 {
        background-image: url('../images/kk.svg');
        height: 1260px;
        background-size: cover;
        background-position: center;

    }
}

@media screen and (max-width: 1200px){
    .bg-xl6 {
        background-image: none;
    }}


.login-circle::after
{
    left: 81%!important;
    top: -16%!important;

}
.login-circle:before {

    left: 90%;
    top: -10%;

}

@media screen and (min-width: 1200px){
    .bg-xl7 {

        height: 745px;
        background-position: center;

    }
}

@media screen and (max-width: 1200px){
    .bg-xl7 {
        background-image: none;
    }}

@media screen and (min-width: 1650px){
    .bg-xl7 {
        background-image: url('../images/bgx7.svg');
        height: 900px;
        background-size: cover;
        background-position: center;

    }
}
/*//////////////////////////////////////////////////////////*/
@media screen and (max-width: 1200px){
    .bg-xl8 {
        background-image: none;
    }}



@media screen and (min-width: 1200px){
    .bg-xl8 {
        background-image: url('../images/Untitled-4.svg');
        height: 836px;
        background-size: cover;
        background-position: center;

    }
}

@media screen and (min-width: 1650px){
    .bg-xl8{
        background-image: url('../images/Untitled-4.svg');
        height: 1100px;
        background-size: cover;
        background-position: center;

    }
}


@media screen and (max-width: 1200px){
    .bg-xl9 {
        background-image: none;
    }}



@media screen and (min-width: 1200px){
    .bg-xl9 {
        background-image: url('../images/Untitled-4.svg');
        height: 836px;
        background-size: cover;
        background-position: center;

    }
}

@media screen and (min-width: 1650px){
    .bg-xl9{
        background-image: url('../images/Untitled-4.svg');
        height: 1100px;
        background-size: cover;
        background-position: center;

    }
}

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-table100 {
    width: 100%;

    /*background: #c850c0;
    background: -webkit-linear-gradient(45deg, #4158d0, #c850c0);
    background: -o-linear-gradient(45deg, #4158d0, #c850c0);
    background: -moz-linear-gradient(45deg, #4158d0, #c850c0);
    background: linear-gradient(45deg, #4158d0, #c850c0);*/

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 33px 30px;
}

.wrap-table100 {
    width: 1170px;
}

table {

    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
table * {
    position: relative;
}
table td, table th {
    padding-right: 8px;
}
table thead tr {
    height: 60px;
    background: linear-gradient(-45deg, #c1c0c0 0%, #c1c0c0 100%)!important;
}
table tbody tr {
    height: 50px;
}
table tbody tr:last-child {
    border: 0;
}
table td, table th {
    text-align: right;
    font-size: 12px;

}
table td.l, table th.l {
    text-align: left;
}
table td.c, table th.c {
    text-align: center;
}
table td.r, table th.r {
    text-align: center;
}


.table100-head th{

    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    font-weight: unset;
    padding-left:7px;
}

tbody tr:nth-child(even) {
    background-color:#f7f7f7;
}

tbody tr {

    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    font-weight: unset;
}

tbody tr:hover {
    color: #555555;
    cursor: pointer;
}

.column1 {
    width: 260px;
    padding-right: 20px;

}

.column2 {
    width: 160px;
}

.column3 {
    width: 245px;

}

.column4 {
    width: 110px;
    text-align: left;
}

.column5 {
    width: 90px;
    text-align: center;
}

.column6 {
    width: 110px;
    text-align: center;
}

.column7 {
    width: 110px;
    text-align: center;

}


@media screen and (max-width: 992px) {
    table {
        display: block;
    }
    table > *, table tr, table td, table th {
        display: block;
    }
    table thead {
        display: none;
    }
    table tbody tr {
        height: auto;
        padding: 37px 0;
    }
    table tbody tr td {
        padding-right: 40% !important;
        margin-bottom: 24px;
    }
    table tbody tr td:last-child {
        margin-bottom: 0;
    }
    table tbody tr td:before {

        font-size: 12px!important;
        color: #999999;
        line-height: 1.2;
        font-weight: unset;
        position: absolute;
        width: 40%;
        right: 30px;
        top: 0;
        margin-right: -24px!important;
    }
    /*table tbody tr td:nth-child(1):before {
        content: "شناسه تیکت";
    }
    table tbody tr td:nth-child(2):before {
        content: "عنوان تیکت";
    }
    table tbody tr td:nth-child(3):before {
        content: "وضعیت";
    }
    table tbody tr td:nth-child(4):before {
        content: "تاریخ به روزرسانی";
    }
    table tbody tr td:nth-child(5):before {
        content: "مشاهده تیکت";
    }

    #table-order-register tbody tr td:nth-child(1):before {
        content: "عنوان سفارش";
    }
    #table-order-register tbody tr td:nth-child(2):before {
        content: "تاریخ ثبت سفارش";
    }
    #table-order-register tbody tr td:nth-child(3):before {
        content: "بودجه";
    }
    #table-order-register tbody tr td:nth-child(4):before {
        content: "برچسب";
    }
    #table-order-register tbody tr td:nth-child(5):before {
        content: "تعداد درخواست";
    }
    #table-order-register tbody tr td:nth-child(6):before {
        content: "وضعیت";
    }
    #table-order-register tbody tr td:nth-child(7):before {
        content: "مشاهده جزییات";
        text-align: right!important;
    }*/

    .column4,
    .column5,
    .column6 {
        text-align: right;
    }

    .column4,
    .column5,
    .column6,
    .column1,
    .column2,
    .column3 {
        width: 100%;
    }

    tbody tr {
        font-size: 14px;
    }
}

@media (max-width: 776px) {
    .container-table100 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .msg{
        position: relative;
        width:100%!important;
        padding: 10px;
        background-color: #fff;
        border-radius: 5px;
    }
}

/*///////////////////////////////////////////////*/

@media screen and (min-width: 1200px)
{
    .column1 {
        width: 160px;
        text-align: center;
    }
    .column2 {
        width: 160px;
        text-align: center;
    }

    .column3 {
        width: 245px;
        text-align: center;
    }

    .column4 {
        width: 110px;
        text-align: center;
    }

    .column5 {
        width: 150px;
        text-align: center;
    }

    .column6 {
        width: 150px;
        text-align: center;

    }
}

table td, table th {
    text-align: right;
    font-size: 13px!important;

}

/* .header{
            padding: 22px 0;
            padding-right: 350px;
            border-bottom: 1px solid rgba(50, 43, 43, 0.5);
        }
        .header .title{
            font-size: 17px;
            float: right;
        }
        .header .title span{
            font-size: 15px;

        }
        .header .cticket{
            font-size: 20px;
            float: left;
            color: #fff;
            text-decoration: none;
            padding: 5px 10px;
            border-radius: 5px;
            background-color: green;
        }*/
.msg-container{
    margin: 10px 0;
}

.msg.left{
    float: left;
}
.msg.right{
    float: right;
}

.msg:after{

    border: 15px solid transparent;
    position: absolute;
    content: "";
    top: 17px;
}

.msg.right:after{

    border-right-color: #fff;
    left: -27px;
}
.msg.left:after{

    border-left-color: #fff;
    right: -27px;
}
.msg{
    position: relative;
    width: calc(50% - 15px);
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
}

.msg .header-ticket{
    padding: 10px 0!important;
    border-bottom: 1px solid rgba(0,0,0,.2)!important;
}

.msg .header-ticket .name{
    float: right!important;
}
.msg .header-ticket .date{
    float: left!important;
    direction: rtl;
}

.msg .content{
    margin-top: 10px!important;
    direction: rtl;
    font-size: 12px;
    color: gray;
    line-height: 2;
}

.msg:before{
    content: "";
    width: 1px;
    height: calc(100% + 10px);
    background-color: #f0f0f0;
    position: absolute;
    top: 0;
}
.msg.right:before{
    left: -16px!important;
}
.msg.left:before{
    right: -15px!important;
}
.msg .file
{
    direction: rtl;
}

textarea:focus
{
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.title-top span
{
    font-size: 12px;
    color: gray;
}

.file
{
    font-size: 12px;
    margin-top: 5px;
}

.profile-box-tab:hover
{
    color:#be9667!important;
}


.ot_label {
    display: inline-block;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    padding: 4px 8px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
    color: #FFF
}

.ot_label.label-pill,
.ot_label.label-rounded {
    border-radius: 99999px
}

.ot_label.label-square {
    border-radius: 0
}

.ot_label.label-default {
    background-color: #B0BEC5
}

.ot_label.label-primary {
    background-color: #2196F3
}

.ot_label.label-secondary {
    background-color: #323a45;
    color: #FFF
}

.ot_label.label-info {
    background-color: #29B6F6
}

.ot_label.label-success {
    background-color: #64DD17
}

.ot_label.label-warning {
    background-color: #FFD600
}

.ot_label.label-danger {
    background-color: #ef1c1c
}

.ot_label.label-outlined {
    border-width: 1px;
    border-style: solid;
    background-color: transparent
}

.ot_label.label-outlined.label-default {
    border-color: #B0BEC5;
    color: #B0BEC5
}

.ot_label.label-outlined.label-primary {
    border-color: #2196F3;
    color: #2196F3
}
.ot_label.label-outlined.label-secondary {
    border-color: #323a45;
    color: #323a45
}
.ot_label.label-outlined.label-info {
    border-color: #29B6F6;
    color: #29B6F6
}
.ot_label.label-outlined.label-success {
    border-color: #64DD17;
    color: #64DD17
}
.ot_label.label-outlined.label-warning {
    border-color: #FFD600;
    color: #FFD600
}
.ot_label.label-outlined.label-danger {
    border-color: #ef1c1c;
    color: #ef1c1c
}

/* footer */
footer.main-footer {
    margin-top: 50px;

}

footer.main-footer .back-to-top {
    text-align: center;
    font-size: 15px;
    padding: 10px 0;
    margin-bottom: 30px;
}

footer.main-footer .back-to-top a {
    color: #515151 !important;
}

footer.main-footer .back-to-top .icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: hsla(0,0%,75%,.41);
    color: #fff;
    border-radius: 50%;
    margin-left: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 46px;
}

footer.main-footer .footer-services {
    padding-bottom: 30px;
    border-bottom: 1px solid #cfd8dc;
}

footer.main-footer .footer-services .service-item {
    text-align: center;
    position: relative;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    color: #606060;
    letter-spacing: .2px;
    padding-bottom: 20px;
    margin: auto;
}

footer.main-footer .footer-services .service-item img {
    width: 58px;
    height: 58px;
    margin-bottom: 7px;
}

@media (max-width: 576px) {
    .footer-services .service-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 5px;
    }
}

footer.main-footer .footer-widgets .widget-menu {
    background: 0 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 15px;
}

footer.main-footer .footer-widgets .widget-menu .card-header {
    border-bottom: 0;
}

footer.main-footer .footer-widgets .widget-menu .card-title {
    font-size: 16px;
    font-weight: 500;
}

footer.main-footer .footer-widgets .widget-menu .footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer.main-footer .footer-widgets .widget-menu .footer-menu li {
    line-height: 30px;
}

footer.main-footer .footer-widgets .newsletter {
    margin-top: 30px;
}

footer.main-footer .footer-widgets .newsletter form {
    position: relative;
}

footer.main-footer .footer-widgets .newsletter form .form-control {
    font-family: iranyekan;
    font-size: 13px;
    border-radius: 7px;
    color: #515151;
    padding: 7px !important;
    line-height: 2 !important;
    box-shadow: none;
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #979898;
    transition: all .2s ease-out;
}

footer.main-footer .footer-widgets .newsletter form .btn {
    position: absolute;
    top: -5px;
    left: -1px;
    border-radius: 7px;
    font-family: iranyekan;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background-color: #00bfd6;
    color: #fff;
}

footer.main-footer .footer-widgets .newsletter form .btn:focus, footer.main-footer .footer-widgets .newsletter form .btn:active {
    background-color: #00bfd6;
    box-shadow: none !important;
}

footer.main-footer .footer-widgets .socials {
    margin-top: 30px;
}

footer.main-footer .footer-widgets .socials .footer-social {
    width: 159px;
    height: 45px;
    text-align: center;
    border-radius: 9px;
    background-image: linear-gradient(266deg,#4e60d3,#913baf 35%,#d52d88 68%,#f26d4f);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.11);
    font-weight: 700;
    display: inline-block;
    font-size: 12px;
    font-size: .857rem;
    line-height: 45px;
    margin-bottom: 20px;
}

footer.main-footer .footer-widgets .socials .footer-social a {
    color: #fff;
}

footer.main-footer .footer-widgets .socials .footer-social a i{
    margin-left: 4px;
}

footer.main-footer .info {
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #d7dee0;
}

footer.main-footer .info a {
    padding: 3px;
}

footer.main-footer .info div {
    margin-bottom: 10px;
}

footer.main-footer .info div.row {
    margin-bottom: 0;
}

footer.main-footer .description {
    background: #d7dee0;
    padding: 15px 0 0;
}

footer.main-footer .description .site-description .site-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #5d5959;
}

footer.main-footer .description .site-description p {
    text-align: justify;
    font-size: 12px;
    margin-bottom: 0;
    color: #535353;
}

footer.main-footer .description .symbol {
    text-align: center;
}

footer.main-footer .description .symbol a {
    padding: 15px;
    background: #f0f0f0;
    border: 1px solid #e5e5ea;
    border-radius: 3px;
    margin: 3px;
    display: inline-block;
}

footer.main-footer .footer-partners {
    padding: 0;
    margin: 20px 0 10px;
}

footer.main-footer .footer-partners li {
    list-style: none;
    float: right;
    text-align: center;
    margin-bottom: 10px;
}

footer.main-footer .footer-partners li img {
    width: 131px;
    height: 35px;
}

footer.main-footer .copyright {
    font-size: 12px;
    background: #d7dee0;
    text-align: center;
    padding: 15px 0;
}

footer.main-footer .copyright p {
    margin-bottom: 0;
    padding-top: 15px;
    border-top: 1px solid #b0bec5;
}
/* footer */




