body,p,h1,h2,h3,h4,h5,h6,button,small,span,a,ul,li,.btn,div,.clockpicker-tick,input,.form-line,.form-control{
    /*direction: rtl;*/
    text-align: right;
    font-family: vazir !important;

    /*-webkit-print-color-adjust: exact !important;*/
    /*letter-spacing:normal !important*/

}

.wrap_text{
    word-wrap: break-word;
}
.page_title{
    font-weight: bold;
    margin-right: 10px;
    font-size: 17px;
}
.btn_icon{
    width: 30px;
    height: 32px;
}
.swal2-container{
    z-index: 10000;
}
.card{
    border-radius:0 !important;
}
.text_truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 26px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
.ttt{
    color: #ffa022;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}
.test{
    color: rgb( 68, 82, 106);
    /*color:#FAEEC9;*/
    /*color:#d8ab15*/
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.table_last_row tr:last-child { background: #d8d8d8; }


@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
@media (min-width: 768px) {
    .modal-full {
        width: 90%;
        max-width:1400px;
        height: 100%;
    }
    .modal-full2 {
        width: 100%;
        max-width:1400px;
        height: 100%;
    }
}

.rtl{
    text-align: right;
    direction: rtl;
}

.justify_text{
    text-align: justify;
    text-justify: inter-word;
}
.badge.badge-light-purple {
    background-color: #ca85f8;
    color: white !important;
}
.badge.badge-light-cyan {
    background-color: cyan;
    color: #4786c5 !important;
}

.mr_1{
    margin-right: 5px;
}
.icon_lg{
    font-size: 3rem;
}
font{
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
div[role=header]{
    direction: ltr;
}
.popover-title{
    direction: ltr;
}
.btn2 {
    background-color: DodgerBlue; /* Blue background */
    border: none; /* Remove borders */
    color: white; /* White text */
    padding: 1px 14px; /* Some padding */
    font-size: 16px; /* Set a font size */
    cursor: pointer; /* Mouse pointer on hover */
}
.swal-text{
    text-align: right;
}
.bottom_elm {
    position: absolute;
    bottom: 0;
    margin-bottom: 1rem;
}
.ltr{
    direction: ltr;
}

.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}
/* Darker background on mouse-over */
.btn2:hover {
    background-color: RoyalBlue;
}

/* Firefox */

.ip{
    width: 70px;
    margin-left: 10px;
}
.borderless td, .borderless th {
    border: none;
}
@media print {
    @page {
        margin: 0;
    }
}
.image_container {
    position: relative;
}
.card_img {
    position: absolute;
    top: 15%;
    left: 40%;
    width:178px !important;
    height:178px!important;
    /*margin-top:2rem;*/
}
.card_img2 {
    position: absolute;
    /*top: 50%;*/
    left: 12%;
}
.card_img2_right {
    position: absolute;
    /*top: 50%;*/
    right: 12%;
}
.card_name{
    position: absolute;

    /*top: 85%;*/
    font-family: titr_bold !important;
    color: #000 !important;

    /*left: 50%;*/
}
.card_hr1{
    position: absolute;
    top: 42%;
    border: .5px dotted  #dbdbdb;
    width: 100%;
}
.card_hr2{
    position: absolute;
    top: 75%;
    border: .5px dotted  #dbdbdb;
    width: 100%;
}

.card_title1{
    position: absolute;
    top: 10%;
    text-align: center !important;
    width: 100%;
    color: #831d82;
    font-weight: bold;
    /*left: 50%;*/
}
.card_title2{
    position: absolute;
    top: 2%;
    font-weight: bold;
    text-align: center !important;
    font-family: vazir_md;
    width: 100%;
    color: #000000;
    font-weight: bold;
    /*left: 50%;*/
}
.card_title{
    position: absolute;
    top: 32%;
    left: 50%;
}
.card_info{
    position: absolute;
    top: 56%;
    width: 100%;
    /*left: 50%;*/
}

@media (min-width: 768px) {
    .modal_xlg {
        width: 90%;
        max-width:1400px;
    }
}

.table-bordered td.border_right {
    border-right: 2px solid #9c9c9c !important;
}
.table-bordered th.border_right {
    border-right: 2px solid #9c9c9c !important;
}

.table-bordered td.border_left {
    border-left: 2px solid #9c9c9c !important;
}
.table-bordered th.border_left {
    border-left: 2px solid #9c9c9c !important;
}

.table-bordered td.border_top {
    border-top: 2px solid #9c9c9c !important;
}
.table-bordered th.border_top {
    border-top: 2px solid #9c9c9c !important;
}

.image_plk{
    position: absolute;
    top: 1.8rem;
    font-size: 2rem;
}
.image_plk.image_plk1 {

    right: 1rem;
}
.image_plk.image_plk2 {

    right: 5rem;
}
.image_plk.image_plk3 {

    right: 9rem;
}
.image_plk.image_plk4 {

    right: 11rem;
}
.txt_plk1{
    width: 3.5rem;
}
.txt_plk2{
    width: 4.2rem;
}
.txt_plk3{

    width: 6.2rem;
}
.txt_plk4{
    width: 3.5rem;
}
li.nav-item:hover{
    transform: translateY(-5px);
}
li.nav-item{
    transition: all .2s ease-out;
}
.tab-content{

}
.label_circle{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 1.1rem;
    color: white;
    /*font-family: vazir_md;*/
}
.label_circle.orange{
    background-color: darkorange;
}
.label_circle.blue{
    background-color: #097cc4;
}
.navbar-brand{
    font-family: yekan;

}

ul{
    margin-bottom: 0;
}

a:link{
    text-decoration: none!important;
}
.font_en{
    font-family: Arial;
}
/*p{*/
    /*margin-bottom: 0;*/
/*}*/
.img-item{
    width: 64px;
    height: 64px;
}
.list-group-item:first-child{
    border-top-left-radius:0;
    border-top-right-radius:0;
}
@media print {
    /*footer {page-break-after: always;}*/
    /*.container {page-break-before: always;}*/
    /*.list-group-item {page-break-after: always;}*/
    /*.list-group-item {page-break-before: always;}*/
    /*h6,p{page-break-before: always;}*/


}

.footer2 {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.table td.td_print{
    padding: .2rem !important;
}
.qr{
    width: 64px;
    height: 54px;
}

/*.owl-carousel.item img{*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: auto;*/
/*}*/
/*g[role=group]{*/
    /*direction: ltr;*/
/*}*/
svg[role=group]{
    direction: ltr;
}
.font_sm{
    font-size: 10px;
}
.font_md{
    font-size: 12px;
}
.font_md2{
    font-size: 14px;
}
.font_md3{
    font-size: 1.3rem;
}
.table td{
    /*padding: .1rem !important;*/
    /*font-size: 10px;*/
}
.table-bordered td.borderless_cell_right_left {
    border-right: 0px solid #fff !important;
    border-left: 0px solid #fff !important;
}
.table-bordered td.borderless_cell_right {
    border-right: 2px solid #fff !important;
}
.table-bordered td.borderless_cell_left {
    border-left: 2px solid #fff !important;
}
.table th.gray,table td.gray {
    background-color: rgb(92, 107, 124) !important;
    color: white;
}
.table th.black,table td.black {
    background-color: #000000 !important;
    color: white;
}
.break_after{
    page-break-after: always !important;
    clear: both;
}
.dotted {
    border: 1px dotted #000;
    /*border-style: none none dotted;*/
    /*color: #fff;*/
    /*background-color: #fff;*/
}
.concert_img{
    width:230px;
    height:230px;
}
.hr2{
    margin-top:2px !important;
    margin-bottom:2px!important
}
.card_anim{
    transition: all .2s ease-out;
}
.card_anim:hover{
    transform: translateY(-10px);
}

.img_gray{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.modal_body_fixed{
    height:75%;overflow:scroll
}
.btn_no_radius{
    border-radius: 0 !important;
}
.progress{
    height: 2rem;
}
.bg_purple{
    background-color: #69079e;

}

/*.bg_primary{*/
    /*background-color: #d42626;*/
/*}*/
/*.bg_primary_dark{*/
    /*background-color: #d40839;*/
/*}*/

.bg_primary{
    background-color: #ff5722;
}
.bg_primary_dark{
    background-color: #cd4a20;
}
.bg_purple_dark{
    background-color: #0a9ad4;
}
.font_purple{
    color: #69079e;
}
.primary{
    color: #ff5722;
}.dropdown_value{
    text-align: left;
 }
.modal{
     margin-top: 5rem;
 }
.white{
     color: white!important;
 }

body.print-page
{
    -webkit-transform: scale(0.85);  /* Saf3.1+, Chrome */
    -moz-transform: scale(0.85);  /* FF3.5+ */
    -ms-transform: scale(0.85);  /* IE9 */
    -o-transform: scale(0.85);  /* Opera 10.5+ */
    transform: scale(0.85);
    margin: -50px -73px 0;  /* big hack to reposition the page top the top and left of the viewer control */
}
.swal-modal{
    text-align: center;
}

.label_circle{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 1.1rem;
    color: white;
    /*font-family: vazir_md;*/
}
.label_circle.orange{
    background-color: darkorange;
}
.label_circle.blue{
    background-color: #097cc4;
}
.icon_sm{
    font-size: 1.3rem;
}
.icon_sm2{
    font-size: 1.1rem;
}
.icon{
    font-size: 1.5rem;
}
.icon2{
    font-size: 2rem;
}
.icon_dropdown_item{
    font-size: 1.0rem !important;
    width: 20px !important;
}
.icon_md{
    font-size: 2.5rem;
    margin-left: 1px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.icon_list{
    font-size: 1.1rem;
}
.list-group-item:hover .label_circle{
    background-color:  #560583;
}
.green{
    color: darkgreen;
}
.accent{
    color: #dc0d83;
}
.bg_accent{
    background-color: #dc0d83;
}
.btn{
    text-align: center !important;
}
[data-toggle]{
    cursor: pointer;
}
.dropdown-menu{
    border: 1px solid #e3e8f7 !important;
}
.green_light{
    color: #00a100;
}
.orange{
    color: orangered;
}
.yellow{
    color: rgb(251, 199, 49);
}
.blue{
    color: darkblue;
}
.pink{
    color: deeppink;
}
.red{
    color: #dc0000;
}
.purple{
    color: rebeccapurple;
}
.blue_light{
    /*color: #00bcd4;*/
    color: rgb(102, 166, 203);
}
.blue_light2{
    /*color: #00bcd4;*/
    color: rgb(92, 179, 249);
}
.text_dark_md{
    color: rgba(0, 0, 0, 0.65);
}
.bg_blue_light{
    background-color: #59c1ff;
}
.details_title{
    margin-bottom: 1rem;
}
.details_value{
    color: #7b05b3;
    font-family: vazir_md;
}
.font_bold{
    /*font-family: vazir_md;*/
    font-weight: bold;
}
.profile_avatar{
    width: 54px;
    height: 54px;
    border: 2px solid white;
    /*border-radius: 50%;*/
}
.personel_avatar{
    width: 75px;
    height: 75px;
    /*border: 2px solid rgba(3, 23, 85, 0.18);*/
    /*border-radius: 50%;*/
}
.avatar2{
    width: 85px;
    height: 85px;
    border: 4px solid rgba(150, 31, 149, 0.95);
    border-radius: 50% !important;
}
.avatar_card{
    width: 100px;
    height: 100px;
    /*border: 4px solid rgba(150, 31, 149, 0.95);*/
    border-radius: 50% !important;
}
.avatar_md{
    width: 58px;
    height: 58px;
    /*border: 1px solid rgba(3, 23, 85, 0.18);*/
    border-radius: 50% !important;
}
.avatar_lg{
    width: 85px;
    height: 85px;
    /*border: 1px solid rgba(3, 23, 85, 0.18);*/
    border-radius: 50% !important;
}
.avatar_lg_circle{
    width: 85px;
    height: 85px;
    /*border: 1px solid rgba(3, 23, 85, 0.18);*/

}
.avatar_xlg{
    width: 120px;
    height: 120px;
    /*border: 1px solid rgba(3, 23, 85, 0.18);*/
    border-radius: 50% !important;
}
.avatar_sm{
    width: 38px;
    height: 38px;
    /*border: 1px solid rgba(3, 23, 85, 0.18);*/
    border-radius: 50% !important;
}


.widget-body {
    padding: 50px 15px 15px;
    position: relative;
}
.apps_menu:hover{
    cursor: pointer;
}
.cursor:hover{
    cursor: pointer;
}
.widget-img {
    position: absolute;
    width: 85px;
    height: 85px;
    left: 50%;
    border-radius: 50%;
    margin-left: -32px;
    top: -32px;
}


.img-border-light {
    box-shadow: 0 0 0 4px #fff;
}

.img-border {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}

.section{
    margin: 3rem;
}
.section_title{
    color: #460299;
    text-align: right;
}
.shape_circle{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: blue;
    text-align: center;
    color: white;
}


.row_selection:hover{
    background-color: #e4e4e4;
    cursor: pointer;
}

.row_selection2:hover{
    background-color: #e4e4e4;
}
.row_selection_color:hover {
    filter: brightness(75%);
    /*background-color: #e4e4e4;*/
    cursor: pointer;
}

.cursor_pointer:hover{
    cursor: pointer;
}
/*.progress_modal{*/
    /*!*height:.5rem;*!*/
/*}*/
.progressbar_modal{
    width: 100%;
}


.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}











/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #5d6e88;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #3b4863;
}



@keyframes cssload-rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-one {
    0% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-one {
    0% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-one {
    0% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-two {
    0% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-two {
    0% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-two {
    0% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-three {
    0% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-three {
    0% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-three {
    0% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

/*waiting progress*/
.loader {
    color: #ffffff;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
