:root{
    --primary: #344c74;
    --secondary: #F4C24A;
    --accent: #E4EBEF;
    --accent2: #D12028;
} 

svg{
    width: 34px;
}

nav[role="navigation"] p{
    margin-top: 16px;
}

.main-content{
    margin-left: 250px;
}

.hd_content{
    padding-top: 62px;
    padding-bottom: 12px;
}

.page_cont_in{
    padding-top: 82px;
}

.bg-gradient-cine {
    background: linear-gradient(87deg, #344c74 0, #4870b4 100%) !important;
}

.nav{
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
    z-index: 100;
}

.nav::-webkit-scrollbar{
    width: 3px;
}

.border_error{
    border-color: red;
}

#tbl_media > tr > td > img{
   width: 60px;
}

.avatar{
    background-color: #FFF;
}

/* select2 pugin style */

ul{
    padding-left: 3px;
}

li {
    list-style: none;
}

select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border-color: #c5d1f3;
}

.actor-search-cont{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.wrap{width: 100%;}

.wrap select{
    display: none;
}

.select2-search__field{
    width: 100%;
    padding: 6px;
    border-radius: 5px;
    border-color: #c5d1f3;
}

.select2-selection__rendered {
    max-width: 500px;
    border-radius: 5px;
    background-color: #FFF;
    position: relative;
    border: 1px solid #c5d1f3;
    padding: 11px;
}

.select2-container--adwitt .select2-results > .select2-results__options {
    border-radius: 5px;
    top: 362px;
    width: 438px;
    background-color: #FFF;
    border: 1px solid #dadef4;
    box-shadow: 5px 5px 13px rgb(0 0 0 / 10%);
}

.select2-results__options {
    overflow-y: auto;
    border-bottom: 1px solid rgba(0,0,0, 0.1);
}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

.select2-result-repository { padding-top: 4px; padding-bottom: 3px; border-bottom: 1px solid rgba(0,0,0, 0.1);}
.select2-result-repository__avatar { float: left; width: 60px; margin-right: 10px; }
.select2-result-repository__avatar img { width: 100%; height: auto; border-radius: 2px; }
.select2-result-repository__meta { margin-left: 70px; }
.select2-result-repository__title { color: black; font-weight: bold; word-wrap: break-word; line-height: 1.1; margin-bottom: 4px; margin-top: 16px;}
.select2-result-repository__forks, .select2-result-repository__stargazers { margin-right: 1em; }
.select2-result-repository__forks, .select2-result-repository__stargazers, .select2-result-repository__watchers { display: inline-block; color: #aaa; font-size: 11px; }
.select2-result-repository__description { font-size: 13px; color: #777; margin-top: 4px; }
.select2-results__option--highlighted .select2-result-repository__title { color: #5e72e4; }
.select2-results__option--highlighted .select2-result-repository__forks, 
.select2-results__option--highlighted .select2-result-repository__stargazers,
.select2-results__option--highlighted .select2-result-repository__description,
.select2-results__option--highlighted .select2-result-repository__watchers { color: #5e72e4; }


.actor_list, .crue_list{
    margin-top: 20px;
}

.cast-list-item{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: #FFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px;
}

.cast-list-item .desc{
    margin: 0px 0 0 8px;
    flex-grow: 1;
}

.cast-list-item img{
    width: 40px;
}

.cast-list-item .name{
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
}

.cast-list-item .char_name{
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 300;
}

textarea{
    text-align: start;
}

.poster img{
    border-radius: 5%;
}

.article-acard{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #ece9e9;
}

.article-acard .acard-thumb img{
    width: 120px;
    border-radius: 3px;
}

.article-acard .acard-title{
  flex-grow: 1;
  margin-top: 12px;
}

.list-seasons{
    border-radius: 5px;
    background-color: #FFF;
    padding: 16px;
}

.btn-cont{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.btn-cont .btn-new{
    display: inline;
    font-size: 12px;
    padding: 5px 20px;
    border: 1px solid #2645ff;
    color: #2645ff;
    border-radius: 7px
}

.btn-cont .btn-new:hover{
    color: #FFF;
    background-color: #2645ff;
}

.list-seasons .list{
    border-top: 1px solid #e8e8ea;
    margin-top: 14px;
    overflow: auto;
}

.content_form{
    max-width: 760px;
    max-width: 760px;
    background-color: #f9f9f9;
    padding: 16px;
    border: 1px solid #eee;
    margin-top: 12px;
}

.btn_brand{
    color: #FFF;
    background-color: var(--primary);
}

.btn_brand:hover{
    background-color: #4870b4;
}

.btn_second{
    color: #FFF;
    background-color: var(--secondary);
}

.btn_border_b{
    color: var(--primary);
    background-color: #FFF;
    border: 1px solid var(--primary);
}

.bg-primary{
    background-color: var(--primary) !important;
}

.bi-check{
    color: rgb(28, 190, 28);
    font-size: 24px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.peoplelist{
    max-height: 600px;
    overflow-y: auto;
    margin: 0;
}

.peoplelist::-webkit-scrollbar{
    width: 6px;
}

.peoplelist .person{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 4px auto;
    background-color: #FFF;
    cursor: pointer;
}

.peoplelist .person:hover{
    background-color: #f5f3f3;
}

.person img{
    width: 40px;
    margin-right: 16px;
    border-radius: 5px;
}

.person .namesec{
    flex-grow: 1;
}

.person .namesec .name{
    font-size: 16px;
    margin-bottom: 0;
}

.person .namesec .uname{
    font-size: 12px;
    margin: 0;
}

.person button{
    border: none;
    border-radius: 3px;
    background-color: var(--primary);
    color: #FFF;
    margin: auto 16px;
    padding: 4px 20px;
}

.person button:hover{
    background-color: #5e72e4;
}

.loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 2s linear infinite;
    margin-bottom: 12px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media only screen and (max-width: 768px){
    .main-content{
        margin-left: 0px;
    }

    .article-acard .acard-thumb img{
        width: 80px;
    }

    .content_form{
        width: 100%;
        /* margin-left: 16px;
        padding-left: 16px; */
    }

}